Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update development kit #587

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from

Commits on Sep 25, 2021

  1. Update LoginFilter.php

    mjamilasfihani committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    cf703ad View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    9ff7d8f View commit details
    Browse the repository at this point in the history
  2. Update LoginFilter.php

    mjamilasfihani committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    59da7a8 View commit details
    Browse the repository at this point in the history
  3. Update LoginFilter.php

    use `uri_string()` to get the string from current url
    mjamilasfihani committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    cd2536f View commit details
    Browse the repository at this point in the history
  4. uri_string is a bad idea

    I use `current_url()` and at line 51 I add an extra script in case if user use index.php :)
    mjamilasfihani committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    837ef6d View commit details
    Browse the repository at this point in the history
  5. Update LoginFilter.php

    mjamilasfihani committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    9cfdcf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. use url_is() function for better solution

    NOTE : Since url_is() is available start from CodeIgniter 4.0.5, user must update their application.
    mjamilasfihani committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d653285 View commit details
    Browse the repository at this point in the history
  2. a little re work for another filters

    I remove the helper('auth) since it's no use in there (performance reason) and put the session check at the begin of code, because we need a session data right?
    mjamilasfihani committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    6922b14 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. fix

    mjamilasfihani committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    1c4cf54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b4199 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Candidate for BaseFilter & the reserved routes

    I add defaultLandingRoute to store the default route name after user success to login (depend on the real case) or fail in Permission & Role Filters too
    mjamilasfihani committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    ff02bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129bcab View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Update BaseFilter.php

    mjamilasfihani committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5b316c7 View commit details
    Browse the repository at this point in the history
  2. extend the BaseFilter

    sorry my mistake
    mjamilasfihani committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9b1d771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c2931b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    2d8a6c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    a1d07de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from mjamilasfihani/lonnieezell-develop

    Lonnieezell develop
    mjamilasfihani committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    782ac1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8babd47 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Update Routes.php

    The Routes.php now will use reserved routing from Auth.php
    mjamilasfihani committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    44bb889 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    ab68723 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    MGatner committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1a4ddf5 View commit details
    Browse the repository at this point in the history
  3. Apply analysis fixes

    MGatner committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0dd5766 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    bab1b86 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    341fcc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    4ddd63c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    4a3444d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. break changes

    mjamilasfihani committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ce93bdf View commit details
    Browse the repository at this point in the history
  2. Update composer.json

    mjamilasfihani committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a8c1923 View commit details
    Browse the repository at this point in the history