21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added additional password hashing functions
wurley
as Deon George
More... 7 months ago
Fix when cloning an attribute, ensure we blank out the previous value. When processing request submission '0' could be a valid value.
wurley
as Deon George
More... 7 months ago
For rebuild of cache assets, since hashFiles() doesnt work
wurley
as Deon George
More... 7 months ago
Foundation for Check Password and password functions - only Clear is currently implemented
wurley
as Deon George
More... 7 months ago
Use our Attribute::class when rendering update_confirm
wurley
as Deon George
More... 7 months ago
Remove usage of search() === to contains()
wurley
as Deon George
More... 7 months ago
Fix to getDirty() when using MD5Updates Trait on attributes
wurley
as Deon George
More... 7 months ago
Some code optimisation and de-duplication with components
wurley
as Deon George
More... 7 months ago
Add select2 bootstrap 5 theme
wurley
as Deon George
More... 7 months ago
Use components for form buttons and file notes
wurley
as Deon George
More... 7 months ago
Fix excess memory being used when building schema
wurley
as Deon George
More... 7 months ago
Autocreate our encryption key when container starts if it isnt already set
wurley
as Deon George
More... 7 months ago
Change dunglas/frankenphp base image to something more recent
wurley
as Deon George
More... 7 months ago
Remove mcamara/laravel-localization it doesnt work with laravel 11 (yet)
wurley
as Deon George
More... 7 months ago
Update npm dependancies
wurley
as Deon George
More... 7 months ago
Update laravel framework, to laravel 11
wurley
as Deon George
More... 7 months ago
Cache page assets during CI/CD
wurley
as Deon George
More... 7 months ago
Add building web assets to CI/CD
wurley
as Deon George
More... 7 months ago
Change CI/CD build from gitlab to gitea
wurley
as Deon George
More... 7 months ago
Swap out base docker container for dunglas/frankenphp, enabling us to run as non-root, addressing #279. By default the container web address is now port 8080, so port mapping of -p 80:8080 will now be required
wurley
as Deon George
More... 7 months ago
Turn down the verbosity with an internal config attr when parsing the schema. This helps while developing, without memcached running we get 100,000's of logs while rendering the test environment. Also fixes a deprecated parsing null to strlen().
wurley
as Deon George
More... 7 months ago
Deprecate using osixia/openldap and setup test configuration using our own alpine/ldap container
wurley
as Deon George
More... 7 months ago
Update bug_report.md
wurley
as Deon George
More... about 1 year ago
Test needs npm
wurley
as Deon George
More... over 1 year ago
Enable builds for armv7l and arm64
wurley
as Deon George
More... over 1 year ago
Updates to PHP 8.3
wurley
as Deon George
More... over 1 year ago
Fixes for testing
wurley
as Deon George
More... over 1 year ago
Improve javascript when selecting sidebar items
wurley
as Deon George
More... over 1 year ago
Move frames/schema items to fragment/schema
wurley
as Deon George
More... over 1 year ago
Move ApplicationSession::class earlier, we are dependant on config('server') existing when loading user details
wurley
as Deon George
More... over 1 year ago