castopod/app/Config
semantic-release-bot e787b6b6e7 chore(release): 1.0.0-beta.13 [skip ci]
# [1.0.0-beta.13](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-04-14)

### Bug Fixes

* **rss:** remove escaping for publisher and owner name ([e2046e4](e2046e4b11))
* use UTC_TIMESTAMP() to get current utc date instead of NOW() in sql queries ([853a6ba](853a6ba915))

### Features

* **i18n:** add Norwegian Nynorsk to supported locales ([744340d](744340df61))
2022-04-14 15:31:04 +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(i18n): add Norwegian Nynorsk to supported locales 2022-04-14 15:04:09 +00:00
Autoload.php feat: add WebSub module for pushing feed updates to open hubs 2022-03-15 16:47:35 +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.0.0-beta.13 [skip ci] 2022-04-14 15:31:04 +00:00
ContentSecurityPolicy.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +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 fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +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: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +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 chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +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 chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
Fediverse.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
Filters.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +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 refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +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 chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +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 refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Paths.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
Publisher.php chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
Routes.php fix(activitypub): allow cors on get requests for routes exposing acitivitypub objects 2022-02-05 10:57:02 +00:00
Security.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
Services.php feat(vite): add vite config to decouple it from CI_ENVIRONMENT 2022-01-19 18:31:57 +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 refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
View.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
ViewComponents.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00