castopod/app
semantic-release-bot 9899870e28 chore(release): 1.8.0 [skip ci]
# [1.8.0](https://code.castopod.org/adaures/castopod/compare/v1.7.4...v1.8.0) (1/15/2024)

### Bug Fixes

* **episode-form:** add required validation rules for title and slug ([30a3473](30a3473863)), closes [#420](https://code.castopod.org/adaures/castopod/issues/420)
* **import:** check for empty string when generating podcast guid for feeds not including one ([ac5336f](ac5336fbc5))
* **install:** add created superadmin to most powerful group in instance, ie. superadmin ([2ed511f](2ed511f8a0))
* **persons:** delete person avatar when deleting a person ([c1ec98c](c1ec98c956)), closes [#419](https://code.castopod.org/adaures/castopod/issues/419)
* **platforms:** add matrix.org as a social platform ([9178c3f](9178c3f3af)), closes [#421](https://code.castopod.org/adaures/castopod/issues/421)

### Features

* **admin:** add tooltip for not authorized routes ([f7f9baf](f7f9bafc3e))
* **admin:** emphasize unprivileged items in sidebar with "prohibited" icon ([0bd7dde](0bd7ddea58))
* allow hiding owner's email in public RSS feed ([222e02a](222e02a2af))
* **persons:** order persons by full_name ASC for easier list scanning ([68a599f](68a599fee0)), closes [#418](https://code.castopod.org/adaures/castopod/issues/418)
2024-01-15 16:31:11 +00:00
..
Config chore(release): 1.8.0 [skip ci] 2024-01-15 16:31:11 +00:00
Controllers fix(analytics): upgrade opawg's user-agents-php to user-agents-v2-php 2023-12-21 15:48:54 +00:00
Database feat: allow hiding owner's email in public RSS feed 2024-01-15 14:34:11 +00:00
Entities feat: allow hiding owner's email in public RSS feed 2024-01-15 14:34:11 +00:00
Filters fix: remove fediverse prefix to prevent migration error + load routes during podcast import 2023-09-09 10:23:34 +00:00
Helpers feat: allow hiding owner's email in public RSS feed 2024-01-15 14:34:11 +00:00
Language chore(i18n): new Crowdin updates 2024-01-15 14:59:13 +00:00
Libraries fix(platforms): make platforms' websites and submit urls more prominent 2023-11-17 17:29:05 +00:00
Models chore: update CI4 + shield + other php and js packages 2024-01-15 14:34:11 +00:00
Resources fix(platforms): add matrix.org as a social platform 2024-01-15 14:34:11 +00:00
Validation fix(platforms): convert special characters to htmlentities to validate url 2022-11-04 10:39:26 +00:00
Views chore: update CI4 + shield + other php and js packages 2024-01-15 14:34:11 +00:00
.htaccess
Common.php fix(routes): overwrite RouteCollection to include all routes + update js and php dependencies 2023-09-09 10:23:34 +00:00
index.html