Commits on Source (7)
-
Yassine Doghri authored
update Dockerfile to include php redis extension - update development docs
-
Yassine Doghri authored
add missing locale to category_options cache name
-
Yassine Doghri authored
- authenticated pages are not cached - add AnalyticsTrait to register a podcast webpage hit across mutliple controllers - set actor_id as unique in podcasts table - fix issues with preview card not appearing - update codeigniter4-uuid
-
Yassine Doghri authored
As there is currently no info on the dashboard, it is unnecessary for now
-
Yassine Doghri authored
- rename all occurences of castopod to castopod host - docs: update contribution guidelines - docs: update README to include guidance for help and links to socials - remove castopod_namespace.json
-
Yassine Doghri authored
docs: update INSTALL.md to include SSL certificate requirement + update install instructions
-
semantic-release-bot authored
# [1.0.0-alpha.54](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.53...v1.0.0-alpha.54) (2021-05-03) ### Features * set app parameter forceGlobalSecureRequests = true forcing requests to go through https ([d9dff1b8](https://code.podlibre.org/podlibre/castopod-host/commit/d9dff1b8bf89c8b526ad6cb89f98a1f160d49117)) * **ux:** remove admin dashboard and redirect directly to podcast list ([27c48b8f](https://code.podlibre.org/podlibre/castopod-host/commit/27c48b8fa930b33e5e15f0c8685e468e857ca9cd)) * add cache to ActivityPub sql queries + cache activity and note pages ([2d297f45](https://code.podlibre.org/podlibre/castopod-host/commit/2d297f45b3d7ef6e8711875a0b9b908e878115fa)) ### Performance Improvements * **cache:** update CI4 to use cache's deleteMatching method ([54b84f96](https://code.podlibre.org/podlibre/castopod-host/commit/54b84f96843af13f579fea49102c8c2ef81b0a54)) * **docker:** add redis caching service for development ([05ace8cf](https://code.podlibre.org/podlibre/castopod-host/commit/05ace8cff2ef02d19abd40097ac5546dca6a54ca))
Showing
- .devcontainer/devcontainer.json 14 additions, 13 deletions.devcontainer/devcontainer.json
- .env.example 16 additions, 1 deletion.env.example
- .gitignore 4 additions, 4 deletions.gitignore
- .gitlab-ci.yml 3 additions, 3 deletions.gitlab-ci.yml
- .phpcs.xml 1 addition, 1 deletion.phpcs.xml
- .releaserc.json 4 additions, 4 deletions.releaserc.json
- .rsync-filter 1 addition, 1 deletion.rsync-filter
- CHANGELOG.md 15 additions, 0 deletionsCHANGELOG.md
- CONTRIBUTING.md 12 additions, 8 deletionsCONTRIBUTING.md
- DEPENDENCIES.md 2 additions, 2 deletionsDEPENDENCIES.md
- Dockerfile 7 additions, 3 deletionsDockerfile
- INSTALL.md 49 additions, 31 deletionsINSTALL.md
- README.md 48 additions, 21 deletionsREADME.md
- app/Authorization/PermissionModel.php 4 additions, 3 deletionsapp/Authorization/PermissionModel.php
- app/Config/App.php 23 additions, 6 deletionsapp/Config/App.php
- app/Config/Constants.php 1 addition, 1 deletionapp/Config/Constants.php
- app/Config/Cookie.php 119 additions, 0 deletionsapp/Config/Cookie.php
- app/Config/Events.php 73 additions, 1 deletionapp/Config/Events.php
- app/Config/Routes.php 1 addition, 1 deletionapp/Config/Routes.php
- app/Controllers/Actor.php 22 additions, 5 deletionsapp/Controllers/Actor.php
app/Config/Cookie.php
0 → 100644