castopod/app/Config
semantic-release-bot daa11eb9c1 chore(release): 1.6.1 [skip ci]
## [1.6.1](https://code.castopod.org/adaures/castopod/compare/v1.6.0...v1.6.1) (2023-09-09)

### Bug Fixes

* **admin:** redirect root fediverse route to fediverse-blocked-actors ([ba5324e](ba5324ea19))
* **analytics:** show full referrer domain in web pages visits reports ([6be38e9](6be38e9fda)), closes [#367](https://code.castopod.org/adaures/castopod/issues/367)
* **auth:** overwrite Shield's PermissionFilter ([c6e8000](c6e8000bab))
* **auth:** update shield from v1.0.0-beta.3 to v1.0.0-beta.6 ([23842df](23842df03a))
* **platforms:** add missing tiktok to social platforms seed ([8dfdaf3](8dfdaf3215))
* remove fediverse prefix to prevent migration error + load routes during podcast import ([7ff1dbe](7ff1dbe903))
* **routes:** overwrite RouteCollection to include all routes + update js and php dependencies ([b4f1b91](b4f1b916bf))
* update Router to include latest CI changes with alternate-content logic ([ae57601](ae57601c83))
* use podcast-activity named route instead of not existing actor route ([3c35718](3c357183ca))
2023-09-09 12:30:01 +00:00
..
Boot refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
App.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
Autoload.php build: upgrade CI4 to 4.4.1 + update php and js dependencies to latest 2023-09-09 10:52:01 +00:00
CURLRequest.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
Cache.php build(ci4): update CodeIgniter to v4.2.12 2023-09-09 10:23:34 +00:00
Colors.php style: update ecs config to align associative arrays arrows 2023-06-12 15:12:49 +00:00
Constants.php chore(release): 1.6.1 [skip ci] 2023-09-09 12:30:01 +00:00
ContentSecurityPolicy.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Cookie.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
Database.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
DocTypes.php build: upgrade CI4 to 4.4.1 + update php and js dependencies to latest 2023-09-09 10:52:01 +00:00
Email.php build: upgrade CI4 to 4.4.1 + update php and js dependencies to latest 2023-09-09 10:52:01 +00:00
Embed.php fix(activitypub): set created_by to null for reblog if no user + update episode oembed data 2022-01-23 15:42:56 +00:00
Encryption.php build(ci4): update CodeIgniter to v4.3.6 2023-09-09 10:23:34 +00:00
Events.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
Exceptions.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
Feature.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Fediverse.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
Filters.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
ForeignCharacters.php build: upgrade CI4 to 4.4.1 + update php and js dependencies to latest 2023-09-09 10:52:01 +00:00
Format.php style: update ecs config to align associative arrays arrows 2023-06-12 15:12:49 +00:00
Generators.php build(ci4): update CodeIgniter to v4.3.6 2023-09-09 10:23:34 +00:00
Honeypot.php build(ci4): update CodeIgniter to v4.3.6 2023-09-09 10:23:34 +00:00
Images.php style: update ecs config to align associative arrays arrows 2023-06-12 15:12:49 +00:00
Kint.php build(ci4): update CodeIgniter to v4.3.6 2023-09-09 10:23:34 +00:00
Logger.php build(ci4): update CodeIgniter to v4.3.6 2023-09-09 10:23:34 +00:00
Migrations.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Mimes.php build: upgrade CI4 to 4.4.1 + update php and js dependencies to latest 2023-09-09 10:52:01 +00:00
Modules.php build: upgrade CI4 to 4.4.1 + update php and js dependencies to latest 2023-09-09 10:52:01 +00:00
Pager.php build(ci4): update CodeIgniter to v4.3.6 2023-09-09 10:23:34 +00:00
Paths.php chore: update CodeIgniter to 4.2.4 + other dependencies to latest 2022-08-22 15:36:29 +00:00
Publisher.php style: update ecs config to align associative arrays arrows 2023-06-12 15:12:49 +00:00
Routes.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
Routing.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
Security.php build(ci4): update CodeIgniter to v4.3.6 2023-09-09 10:23:34 +00:00
Services.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
Session.php build(ci4): update CodeIgniter to v4.3.6 2023-09-09 10:23:34 +00:00
Tasks.php feat(import): run podcast imports' processes asynchronously using tasks 2023-06-21 16:17:11 +00:00
Toolbar.php fix: update Router to include latest CI changes with alternate-content logic 2023-09-09 10:23:34 +00:00
UserAgents.php style: update ecs config to align associative arrays arrows 2023-06-12 15:12:49 +00:00
Validation.php build(ci4): update CodeIgniter to v4.3.6 2023-09-09 10:23:34 +00:00
View.php fix: remove fediverse prefix to prevent migration error + load routes during podcast import 2023-09-09 10:23:34 +00:00
ViewComponents.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00