-
- Downloads
Implement data retention policy (#11)
Co-authored-by:
Marko Ivančić <marko.ivancic@srce.hr>
Showing
- bin/test.php 3 additions, 3 deletionsbin/test.php
- config-templates/module_accounting.php 34 additions, 20 deletionsconfig-templates/module_accounting.php
- hooks/hook_adminmenu.php 4 additions, 0 deletionshooks/hook_adminmenu.php
- hooks/hook_configpage.php 7 additions, 1 deletionhooks/hook_configpage.php
- hooks/hook_cron.php 59 additions, 2 deletionshooks/hook_cron.php
- psalm.xml 1 addition, 0 deletionspsalm.xml
- routing/routes/routes.yml 4 additions, 8 deletionsrouting/routes/routes.yml
- src/Auth/Process/Accounting.php 0 additions, 1 deletionsrc/Auth/Process/Accounting.php
- src/Helpers/RandomHelper.php 4 additions, 0 deletionssrc/Helpers/RandomHelper.php
- src/Http/Controllers/Admin/Configuration.php 17 additions, 1 deletionsrc/Http/Controllers/Admin/Configuration.php
- src/Http/Controllers/Test.php 11 additions, 79 deletionssrc/Http/Controllers/Test.php
- src/Http/Controllers/User/Profile.php 9 additions, 11 deletionssrc/Http/Controllers/User/Profile.php
- src/ModuleConfiguration.php 46 additions, 5 deletionssrc/ModuleConfiguration.php
- src/Services/JobRunner.php 0 additions, 1 deletionsrc/Services/JobRunner.php
- src/Services/JobRunner/State.php 7 additions, 1 deletionsrc/Services/JobRunner/State.php
- src/Stores/Data/Authentication/DoctrineDbal/Versioned/Store.php 5 additions, 107 deletions...ores/Data/Authentication/DoctrineDbal/Versioned/Store.php
- src/Stores/Data/Authentication/DoctrineDbal/Versioned/Store/Migrations/Version20220801000700CreateAuthenticationEventTable.php 3 additions, 0 deletions...s/Version20220801000700CreateAuthenticationEventTable.php
- src/Stores/Data/Authentication/DoctrineDbal/Versioned/Store/Repository.php 24 additions, 0 deletions...uthentication/DoctrineDbal/Versioned/Store/Repository.php
- src/Stores/Interfaces/DataStoreInterface.php 2 additions, 0 deletionssrc/Stores/Interfaces/DataStoreInterface.php
- src/Stores/Jobs/PhpRedis/RedisStore.php 1 addition, 0 deletionssrc/Stores/Jobs/PhpRedis/RedisStore.php
Please register or sign in to comment