castopod/app
Yassine Doghri 7f7c878cb6 fix(video-clips): create unique temporary files for resources to be deleted after generation
- tempfile uniqueness ensures that each process lives in its independent context
- add
writable/temp folder to store video clips temporary resources
- add videoClipWorkers config to
Admin for specifying the number of ffmpeg processes to run in parallel
- update video clip preview
background to better suit the end result
2022-01-21 12:35:50 +00:00
..
Config feat(themes): set different default banner per theme 2022-01-20 14:51:31 +00:00
Controllers fix: redirect to non cached views when authenticated in public views 2022-01-21 09:08:14 +00:00
Database fix: define podcast_id and platform_slug as foreign keys in podcasts_plaforms table 2022-01-04 16:37:59 +00:00
Entities refactor: rename audio_file urls to audio urls 2022-01-21 08:52:28 +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 refactor: rename audio_file urls to audio urls 2022-01-21 08:52:28 +00:00
Language feat(vite): add vite config to decouple it from CI_ENVIRONMENT 2022-01-19 18:31:57 +00:00
Libraries fix(video-clips): create unique temporary files for resources to be deleted after generation 2022-01-21 12:35:50 +00:00
Models fix(video-clips): create unique temporary files for resources to be deleted after generation 2022-01-21 12:35:50 +00:00
Resources fix(video-clips): create unique temporary files for resources to be deleted after generation 2022-01-21 12:35:50 +00:00
Validation feat: add podcast banner field for each podcast + refactor images configuration 2021-12-29 12:04:04 +00:00
Views fix(themes): update themes stylesheet route and remove css extension 2022-01-20 11:26:18 +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 feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
index.html feat(episodes): add create form and view pages for episode 2020-10-15 14:40:47 +00:00