-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
v4 to v5 #825
Commits on Apr 4, 2024
-
Merge pull request #794 from eaguad1337/4.0
replace twitter with X
Configuration menu - View commit details
-
Copy full SHA for 7dd21d9 - Browse repository at this point
Copy the full SHA 7dd21d9View commit details
Commits on May 3, 2024
-
Fixed false pass if regex meta chars used
providing a list of regex meta charscters could cause a false pass for validation
Configuration menu - View commit details
-
Copy full SHA for 035be30 - Browse repository at this point
Copy the full SHA 035be30View commit details
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc36c9a - Browse repository at this point
Copy the full SHA dc36c9aView commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 324ed72 - Browse repository at this point
Copy the full SHA 324ed72View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17e47d0 - Browse repository at this point
Copy the full SHA 17e47d0View commit details -
Merge pull request #803 from MasoniteFramework/hotfix/database-queue-…
…callable added object check
Configuration menu - View commit details
-
Copy full SHA for cc1411d - Browse repository at this point
Copy the full SHA cc1411dView commit details
Commits on Jul 5, 2024
-
Merge pull request #718 from girardinsamuel/feat/663
[5.X] Add `logging` feature
Configuration menu - View commit details
-
Copy full SHA for 8e83cf7 - Browse repository at this point
Copy the full SHA 8e83cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f681d - Browse repository at this point
Copy the full SHA 09f681dView commit details -
Merge pull request #807 from MasoniteFramework/revert-718-feat/663
Revert "[5.X] Add `logging` feature"
Configuration menu - View commit details
-
Copy full SHA for 4b8b009 - Browse repository at this point
Copy the full SHA 4b8b009View commit details -
Merge pull request #799 from circulon/fix/strong_validator_special_chars
Fixed false pass if regex meta chars used
Configuration menu - View commit details
-
Copy full SHA for 22c5512 - Browse repository at this point
Copy the full SHA 22c5512View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc35da5 - Browse repository at this point
Copy the full SHA fc35da5View commit details
Commits on Jul 24, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 9d6adb6 - Browse repository at this point
Copy the full SHA 9d6adb6View commit details -
Merge pull request #810 from MasoniteFramework/fix/requirements
fix: requirements.txt
Configuration menu - View commit details
-
Copy full SHA for 9d26aec - Browse repository at this point
Copy the full SHA 9d26aecView commit details -
Merge branch '4.0' of https://github.com/MasoniteFramework/masonite i…
…nto fix/redis_cache_issues
Configuration menu - View commit details
-
Copy full SHA for 335db24 - Browse repository at this point
Copy the full SHA 335db24View commit details
Commits on Jul 25, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for b51c580 - Browse repository at this point
Copy the full SHA b51c580View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff62179 - Browse repository at this point
Copy the full SHA ff62179View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956753b - Browse repository at this point
Copy the full SHA 956753bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d4709d - Browse repository at this point
Copy the full SHA 0d4709dView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 612e1cb - Browse repository at this point
Copy the full SHA 612e1cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad4973 - Browse repository at this point
Copy the full SHA 3ad4973View commit details
Commits on Aug 13, 2024
-
Merge pull request #811 from circulon/fix/redis_cache_issues
Fix/redis cache issues
Configuration menu - View commit details
-
Copy full SHA for 77a5499 - Browse repository at this point
Copy the full SHA 77a5499View commit details -
Merge pull request #814 from circulon/feature/cookie_encrypt_opt_out
opt-out of encrypt for a cookie
Configuration menu - View commit details
-
Copy full SHA for bd03d85 - Browse repository at this point
Copy the full SHA bd03d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51605ae - Browse repository at this point
Copy the full SHA 51605aeView commit details -
Merge pull request #801 from riteshjha/feature/800
cookie settings from config
Configuration menu - View commit details
-
Copy full SHA for 80c738b - Browse repository at this point
Copy the full SHA 80c738bView commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77d70c9 - Browse repository at this point
Copy the full SHA 77d70c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b62e9e - Browse repository at this point
Copy the full SHA 9b62e9eView commit details
Commits on Aug 22, 2024
-
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’
Configuration menu - View commit details
-
Copy full SHA for 4892c1c - Browse repository at this point
Copy the full SHA 4892c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51ceb16 - Browse repository at this point
Copy the full SHA 51ceb16View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4703868 - Browse repository at this point
Copy the full SHA 4703868View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 978eb1d - Browse repository at this point
Copy the full SHA 978eb1dView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0e26ac - Browse repository at this point
Copy the full SHA d0e26acView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f709064 - Browse repository at this point
Copy the full SHA f709064View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0aa630 - Browse repository at this point
Copy the full SHA b0aa630View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5492f11 - Browse repository at this point
Copy the full SHA 5492f11View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30c6863 - Browse repository at this point
Copy the full SHA 30c6863View commit details
Commits on Oct 16, 2024
-
Merge pull request #819 from circulon/feature/update_deps
update dependencies
Configuration menu - View commit details
-
Copy full SHA for 23d13ab - Browse repository at this point
Copy the full SHA 23d13abView commit details -
Merge pull request #817 from circulon/fix/errors_always_empty
Fix session errors and View errors() helper always empty
Configuration menu - View commit details
-
Copy full SHA for e12a938 - Browse repository at this point
Copy the full SHA e12a938View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf67d7c - Browse repository at this point
Copy the full SHA bf67d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c659b3e - Browse repository at this point
Copy the full SHA c659b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 104300c - Browse repository at this point
Copy the full SHA 104300cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df7e13 - Browse repository at this point
Copy the full SHA 3df7e13View commit details -
Merge pull request #822 from MasoniteFramework/feature/748
Feature/748
Configuration menu - View commit details
-
Copy full SHA for 70b4537 - Browse repository at this point
Copy the full SHA 70b4537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5271c3c - Browse repository at this point
Copy the full SHA 5271c3cView commit details -
Merge pull request #823 from MasoniteFramework/feature/745
Refactor Route.py to include a default option for route names
Configuration menu - View commit details
-
Copy full SHA for 3c3c73f - Browse repository at this point
Copy the full SHA 3c3c73fView commit details