castopod/app
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
..
Config chore(release): 1.2.0 [skip ci] 2023-03-17 17:21:02 +00:00
Controllers feat: add health route to check if db, cache and file manager are ok 2023-03-17 14:54:03 +00:00
Database feat(media): add s3 to manage media files 2023-03-16 13:00:05 +00:00
Entities feat(media): add s3 to manage media files 2023-03-16 13:00:05 +00:00
Filters refactor(modules): extract castopod parts into a modules/ folder for a scalable HMVC structure 2021-12-29 11:54:22 +00:00
Helpers feat(media): add s3 to manage media files 2023-03-16 13:00:05 +00:00
Language chore(i18n): new Crowdin updates 2023-03-16 16:45:41 +00:00
Libraries feat(media): add s3 to manage media files 2023-03-16 13:00:05 +00:00
Models feat(media): add s3 to manage media files 2023-03-16 13:00:05 +00:00
Resources build: replace npm with pnpm + add Dockerfile for ci 2023-02-22 14:36:56 +00:00
Validation fix(platforms): convert special characters to htmlentities to validate url 2022-11-04 10:39:26 +00:00
Views feat(media): add s3 to manage media files 2023-03-16 13:00:05 +00:00
.htaccess feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
Common.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +00:00
index.html feat(episodes): add create form and view pages for episode 2020-10-15 14:40:47 +00:00