castopod/modules/Admin/Controllers
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
..
BaseController.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
ContributorController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
DashboardController.php feat(admin): add instance wide dashboard with storage and bandwidth usage 2022-07-06 15:29:15 +00:00
EpisodeController.php feat: add publish feature for podcasts and set draft by default 2022-07-05 16:39:20 +00:00
EpisodePersonController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
FediverseController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
MyAccountController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PageController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PersonController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PodcastController.php feat: add publish feature for podcasts and set draft by default 2022-07-05 16:39:20 +00:00
PodcastImportController.php feat: add publish feature for podcasts and set draft by default 2022-07-05 16:39:20 +00:00
PodcastPersonController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
PodcastPlatformController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
SchedulerController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
SettingsController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
SoundbiteController.php fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
UserController.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
VideoClipsController.php fix(video-clips): update condition to check if ffmpeg is installed 2022-03-04 15:40:38 +00:00