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

Fixed errors always empty #798

Closed

Commits on Apr 4, 2024

  1. Merge pull request MasoniteFramework#794 from eaguad1337/4.0

    replace twitter with X
    josephmancuso authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7dd21d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Fixed errors always empty

    circulon committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b2a2d27 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Fixed false pass if regex meta chars used

    providing a list of regex meta charscters could cause a false pass for validation
    circulon committed May 3, 2024
    Configuration menu
    Copy the full SHA
    035be30 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. cookie settings from config

    riteshjha committed May 19, 2024
    Configuration menu
    Copy the full SHA
    dc36c9a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. fixed linting issue

    riteshjha committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    324ed72 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. added object check

    josephmancuso committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    17e47d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request MasoniteFramework#803 from MasoniteFramework/hotfi…

    …x/database-queue-callable
    
    added object check
    josephmancuso authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    cc1411d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge pull request MasoniteFramework#718 from girardinsamuel/feat/663

    [5.X] Add `logging` feature
    eaguad1337 authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8e83cf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09f681d View commit details
    Browse the repository at this point in the history
  3. Merge pull request MasoniteFramework#807 from MasoniteFramework/rever…

    …t-718-feat/663
    
    Revert "[5.X] Add `logging` feature"
    eaguad1337 authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4b8b009 View commit details
    Browse the repository at this point in the history
  4. Merge pull request MasoniteFramework#799 from circulon/fix/strong_val…

    …idator_special_chars
    
    Fixed false pass if regex meta chars used
    josephmancuso authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    22c5512 View commit details
    Browse the repository at this point in the history
  5. fix: requirements.txt

    eaguad1337 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fc35da5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fixe Redis Cache driver Issues

    Refactored Redis Cache Driver
    - Fixed internal cache not always loaded on first cace access
    - added ability to define “timeout” for for item expiry
    - - defaults to 1 month.  Previous hardcoded value was 10 years
    - correctly store and unpack int types
    - fix internal cache not removed if store was flushed
    - fixed an issue where am imternal cache key would not be updated if it existed, but would be updated in the Redis store
    circulon committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9d6adb6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request MasoniteFramework#810 from MasoniteFramework/fix/r…

    …equirements
    
    fix: requirements.txt
    josephmancuso authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9d26aec View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.0' of https://github.com/MasoniteFramework/masonite i…

    …nto fix/redis_cache_issues
    circulon committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    335db24 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Added key expiry to internal cache

    Redis has no way to get key ttl enmasse to we oft for an on demand check and update the internal cache as required
    circulon committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b51c580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff62179 View commit details
    Browse the repository at this point in the history
  3. Fixed linting

    circulon committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    956753b View commit details
    Browse the repository at this point in the history
  4. Cleaned up key expiry check

    circulon committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0d4709d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    612e1cb View commit details
    Browse the repository at this point in the history
  2. Fixed test not in class

    circulon committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3ad4973 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge pull request MasoniteFramework#811 from circulon/fix/redis_cach…

    …e_issues
    
    Fix/redis cache issues
    josephmancuso authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    77a5499 View commit details
    Browse the repository at this point in the history
  2. Merge pull request MasoniteFramework#814 from circulon/feature/cookie…

    …_encrypt_opt_out
    
    opt-out of encrypt for a cookie
    josephmancuso authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bd03d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51605ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request MasoniteFramework#801 from riteshjha/feature/800

    cookie settings from config
    josephmancuso authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    80c738b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fixed session flash errors missing

    session flash now contains errors key as it did previously.
    The errors are now a MessageBag which aligns the Session with the View helper ‘errors()’
    circulon committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d8075c8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.0' of https://github.com/circulon/masonite into fix/e…

    …rrors_always_empty
    circulon committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8e12258 View commit details
    Browse the repository at this point in the history