castopod/app/Config
Yassine Doghri 93e605b406
refactor(persons): move podcast and episode persons models to person model for consistency
- fix lazy loading properties + podcast import controller
- rename all snake_case variables to
camelCase
- fix broken routes
- refactor Location construction logic and setters
2021-05-17 17:11:23 +00:00
..
Boot feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
ActivityPub.php refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00
Analytics.php refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00
App.php refactor: add rector to enforce type declarations, code quality + style and remove dead code 2021-05-12 10:48:30 +00:00
Auth.php refactor: add phpstan and update code to adhere to level 5 2021-05-12 14:00:25 +00:00
Autoload.php refactor(analytics): move all analytics files to a new Libraries/Analytics folder 2021-04-14 15:58:40 +00:00
Cache.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Constants.php chore(release): 1.0.0-alpha.57 [skip ci] 2021-05-12 10:32:49 +00:00
ContentSecurityPolicy.php refactor: add rector to enforce type declarations, code quality + style and remove dead code 2021-05-12 10:48:30 +00:00
Cookie.php perf(cache): update CI4 to use cache's deleteMatching method 2021-05-03 15:32:46 +00:00
Database.php refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00
DocTypes.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Email.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
Encryption.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Events.php refactor: add phpstan and update code to adhere to level 5 2021-05-12 14:00:25 +00:00
Exceptions.php refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00
Filters.php refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00
ForeignCharacters.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Format.php refactor: add rector to enforce type declarations, code quality + style and remove dead code 2021-05-12 10:48:30 +00:00
Generators.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Honeypot.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Images.php refactor: add phpstan and update code to adhere to level 5 2021-05-12 14:00:25 +00:00
Kint.php refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00
Logger.php refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00
Migrations.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Mimes.php refactor: add phpstan and update code to adhere to level 5 2021-05-12 14:00:25 +00:00
Modules.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Pager.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Paths.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Routes.php refactor(persons): move podcast and episode persons models to person model for consistency 2021-05-17 17:11:23 +00:00
Security.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Services.php refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00
Toolbar.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
UserAgents.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
Validation.php feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
View.php refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00