.. |
Config
|
Fixed linter warnings
|
2024-04-10 21:24:50 +02:00 |
Container
|
Set strict types everywhere (except includes)
|
2023-02-03 20:55:58 +01:00 |
Controllers
|
fix schedule logs
|
2024-05-04 17:51:48 +02:00 |
Database
|
Fixed linter warnings
|
2024-04-10 21:24:50 +02:00 |
Events
|
Move shifts event handler to right location
|
2024-04-14 21:13:40 +02:00 |
Exceptions
|
Legacy logger: be less noisy on cli (no double logging and oneliners)
|
2023-10-15 18:10:12 +02:00 |
Factories
|
Move api key reset to authenticator, set api_key on registration
|
2023-12-22 15:14:01 +01:00 |
Helpers
|
Auth: Added canAny
|
2024-05-04 13:43:27 +02:00 |
Http
|
Fixed linter warnings
|
2024-04-10 21:24:50 +02:00 |
Logger
|
Added user id to logs, implemented filter by user
|
2023-12-22 11:17:07 +01:00 |
Mail
|
Fixed linter warnings
|
2024-04-10 21:24:50 +02:00 |
Middleware
|
Implement canAny handling for controllers
|
2024-05-04 13:43:27 +02:00 |
Models
|
Move Shifts helper methods to Shift model
|
2024-04-14 21:13:40 +02:00 |
Renderer
|
rename has_permission_to(_any) to can(Any)
|
2024-05-04 13:43:27 +02:00 |
ApplicationTest.php
|
Fixed linter warnings
|
2024-04-10 21:24:50 +02:00 |
FactoriesTest.php
|
Test all factories
|
2023-11-19 19:04:13 +01:00 |
FakerProvider.php
|
Require comma at last array element and no single line space
|
2023-02-09 18:19:38 +01:00 |
HasDatabase.php
|
Cleanup short api keys
|
2023-12-22 15:14:01 +01:00 |
HelpersTest.php
|
Set strict types everywhere (except includes)
|
2023-02-03 20:55:58 +01:00 |
ServiceProviderTest.php
|
Add ShirtSize validation
|
2023-05-11 18:48:28 +02:00 |
TestCase.php
|
fix date translations
|
2023-11-24 17:10:10 +01:00 |