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

v4 to v5 #825

Merged
merged 44 commits into from
Oct 17, 2024
Merged

v4 to v5 #825

merged 44 commits into from
Oct 17, 2024

Commits on Apr 4, 2024

  1. Merge pull request #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 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 #803 from MasoniteFramework/hotfix/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 #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 #807 from MasoniteFramework/revert-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 #799 from circulon/fix/strong_validator_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 #810 from MasoniteFramework/fix/requirements

    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 #811 from circulon/fix/redis_cache_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 #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 #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 18, 2024

  1. removed python badge

    josephmancuso committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    77d70c9 View commit details
    Browse the repository at this point in the history
  2. fixed readme

    josephmancuso committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9b62e9e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Fixed errors key missing from session

    Added the errors key back into the session flash.
    Changed the View errors helper name from ‘bag’  back to ‘errors’
    circulon committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4892c1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51ceb16 View commit details
    Browse the repository at this point in the history
  3. upadted session re-add for uniformity accross modules

    Other modules will probably not expect a MessageBag as the content of the session ‘errors’ key.
    So just pass it through
    circulon committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4703868 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

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

Commits on Aug 30, 2024

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

Commits on Sep 10, 2024

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

    this covers many CVE fixes
    circulon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b0aa630 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 13, 2024

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

Commits on Oct 16, 2024

  1. Merge pull request #819 from circulon/feature/update_deps

    update dependencies
    josephmancuso authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    23d13ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #817 from circulon/fix/errors_always_empty

    Fix session errors and View errors() helper always empty
    josephmancuso authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e12a938 View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    josephmancuso authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bf67d7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c659b3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    104300c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3df7e13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70b4537 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5271c3c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #823 from MasoniteFramework/feature/745

    Refactor Route.py to include a default option for route names
    josephmancuso authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3c3c73f View commit details
    Browse the repository at this point in the history