castopod/app/Config
semantic-release-bot 0cb2e99f03 chore(release): 1.2.0 [skip ci]
# [1.2.0](https://code.castopod.org/adaures/castopod/compare/v1.1.2...v1.2.0) (2023-03-17)

### Bug Fixes

* **analytics:** check the x_forwarded_for client header ([1111177](1111177eb7))
* **auth:** update podcast editors' permissions ([a9b6308](a9b630884b))
* **contributors:** add dash to prevent deleting permissions from other podcast ([5d2a2d4](5d2a2d49c4)), closes [#310](https://code.castopod.org/adaures/castopod/issues/310)
* display bandwidth limit on dashboard when set in .env ([a2a87ab](a2a87abf7c))
* **docker:** update nginx configuration ([8884598](8884598a56))
* **platforms:** update 'submit_url' for Antennapod ([9fc49a7](9fc49a7430))

### Features

* add downloads count to episode list ([b63c1dc](b63c1dc9b1))
* add health route to check if db, cache and file manager are ok ([1dde11f](1dde11f8e4))
* **media:** add s3 to manage media files ([d93fc98](d93fc98469))

### Reverts

* **install:** reset condition to look for instance owner before continuing install ([fc009f3](fc009f3d00))
2023-03-17 17:21:02 +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 feat(media): add s3 to manage media files 2023-03-16 13:00:05 +00:00
Autoload.php feat(media): add s3 to manage media files 2023-03-16 13:00:05 +00:00
CURLRequest.php chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
Cache.php chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
Colors.php refactor(color-themes): set themes declaration as a config property + generate css file dynamically 2021-12-29 12:09:32 +00:00
Constants.php chore(release): 1.2.0 [skip ci] 2023-03-17 17:21:02 +00:00
ContentSecurityPolicy.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Cookie.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Database.php ci: fix lint and formatting issues 2023-02-22 16:29:45 +00:00
DocTypes.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Email.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +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 refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Events.php ci: fix lint and formatting issues 2023-02-22 16:29:45 +00:00
Exceptions.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Feature.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Fediverse.php build: set minimal php version to 8.1 2022-10-17 14:17:50 +00:00
Filters.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +00:00
ForeignCharacters.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Format.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Generators.php chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
Honeypot.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Images.php fix: add open graph size for podcast images to replace the inadequate large format 2022-01-23 12:14:15 +00:00
Kint.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Logger.php chore: update CodeIgniter to 4.2.4 + other dependencies to latest 2022-08-22 15:36:29 +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 feat(media): add s3 to manage media files 2023-03-16 13:00:05 +00:00
Modules.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Pager.php ci: fix lint and formatting issues 2023-02-22 16:29:45 +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 fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Routes.php feat: add health route to check if db, cache and file manager are ok 2023-03-17 14:54:03 +00:00
Security.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +00:00
Services.php ci: fix lint and formatting issues 2023-02-22 16:29:45 +00:00
Toolbar.php chore: update codeigniter4 after 4.1.7 hot fix release 2022-01-10 10:31:47 +00:00
UserAgents.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Validation.php fix(platforms): convert special characters to htmlentities to validate url 2022-11-04 10:39:26 +00:00
View.php refactor(view-components): use CI4's View Decorators to render components 2022-10-14 15:31:16 +00:00
ViewComponents.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00