castopod/themes/cp_admin/episode
Yassine Doghri b1a6c02e56 feat(admin): add instance wide dashboard with storage and bandwidth usage
* add DashboardCard component
* add instance wide podcasts and episodes numbers
* add app.storageLimit environment variable
* divide bytes by 1000 instead of 1024 in stats sql queries

closes #216
2022-07-06 15:29:15 +00:00
..
_card.php feat(episodes): replace soft delete with permanent delete 2022-05-05 15:48:16 +00:00
_sidebar.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
create.php feat(admin): add instance wide dashboard with storage and bandwidth usage 2022-07-06 15:29:15 +00:00
delete.php fix(xml-editor): escape xml editor's content + restyle form sections to prevent overflowing 2022-01-23 16:53:23 +00:00
edit.php feat(admin): add instance wide dashboard with storage and bandwidth usage 2022-07-06 15:29:15 +00:00
embed.php fix: remove value escaping for form inputs and textareas 2022-04-01 16:35:34 +00:00
list.php feat(admin): add search form in podcast episodes list 2022-06-17 12:52:36 +00:00
persons.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
publish.php feat: add publish feature for podcasts and set draft by default 2022-07-05 16:39:20 +00:00
publish_edit.php feat: add publish feature for podcasts and set draft by default 2022-07-05 16:39:20 +00:00
soundbites_list.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
soundbites_new.php fix: add translation key for audio-clipper trim labels 2022-01-21 18:29:39 +00:00
unpublish.php fix(xml-editor): escape xml editor's content + restyle form sections to prevent overflowing 2022-01-23 16:53:23 +00:00
video_clip.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
video_clips_list.php fix: add explicit int conversion when formatting episode duration 2022-03-15 15:50:07 +00:00
video_clips_new.php fix: remove value escaping for form inputs and textareas 2022-04-01 16:35:34 +00:00
video_clips_requirements.php fix(audio-clipper): add mouse position offset when stretching clip to prevent content from jumping 2022-01-02 14:11:05 +00:00
view.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00