castopod/app
Yassine Doghri d8e1d4031d feat(import): run podcast imports' processes asynchronously using tasks
- use codeigniter4/tasks project to handle cron tasks
- use yassinedoghri/podcast-feed project to parse feeds for imports
2023-06-21 16:17:11 +00:00
..
Config feat(import): run podcast imports' processes asynchronously using tasks 2023-06-21 16:17:11 +00:00
Controllers feat(import): run podcast imports' processes asynchronously using tasks 2023-06-21 16:17:11 +00:00
Database feat(rest-api): add endpoints for episodes and full text search for podcasts and episodes 2023-06-21 10:07:31 +00:00
Entities feat(import): run podcast imports' processes asynchronously using tasks 2023-06-21 16:17:11 +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(import): run podcast imports' processes asynchronously using tasks 2023-06-21 16:17:11 +00:00
Language chore(i18n): new Crowdin updates 2023-05-05 14:28:51 +00:00
Libraries feat(import): run podcast imports' processes asynchronously using tasks 2023-06-21 16:17:11 +00:00
Models feat(import): run podcast imports' processes asynchronously using tasks 2023-06-21 16:17:11 +00:00
Resources feat(import): run podcast imports' processes asynchronously using tasks 2023-06-21 16:17:11 +00:00
Validation fix(platforms): convert special characters to htmlentities to validate url 2022-11-04 10:39:26 +00:00
Views feat(import): run podcast imports' processes asynchronously using tasks 2023-06-21 16:17:11 +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