-
- Downloads
feat(users): add myth-auth to handle users crud + add admin gateway only accessible by login
- overwrite myth/auth config with castopod app needs - create custom views for users authentication - add admin area bootstrapped by admin controller - shift podcast and episodes crud to admin area - reorganize view layouts - update docs for database migration - add myth-auth to DEPENDENCIES.md closes #11
Showing
- DEPENDENCIES.md 1 addition, 0 deletionsDEPENDENCIES.md
- app/Config/App.php 16 additions, 0 deletionsapp/Config/App.php
- app/Config/Auth.php 42 additions, 0 deletionsapp/Config/Auth.php
- app/Config/Filters.php 12 additions, 0 deletionsapp/Config/Filters.php
- app/Config/Routes.php 131 additions, 19 deletionsapp/Config/Routes.php
- app/Config/Toolbar.php 1 addition, 0 deletionsapp/Config/Toolbar.php
- app/Config/Validation.php 1 addition, 0 deletionsapp/Config/Validation.php
- app/Controllers/Admin/BaseController.php 48 additions, 0 deletionsapp/Controllers/Admin/BaseController.php
- app/Controllers/Admin/Episode.php 168 additions, 0 deletionsapp/Controllers/Admin/Episode.php
- app/Controllers/Admin/Home.php 16 additions, 0 deletionsapp/Controllers/Admin/Home.php
- app/Controllers/Admin/Myaccount.php 73 additions, 0 deletionsapp/Controllers/Admin/Myaccount.php
- app/Controllers/Admin/Podcast.php 181 additions, 0 deletionsapp/Controllers/Admin/Podcast.php
- app/Controllers/Admin/User.php 142 additions, 0 deletionsapp/Controllers/Admin/User.php
- app/Controllers/Analytics.php 3 additions, 1 deletionapp/Controllers/Analytics.php
- app/Controllers/Auth.php 98 additions, 0 deletionsapp/Controllers/Auth.php
- app/Controllers/BaseController.php 2 additions, 2 deletionsapp/Controllers/BaseController.php
- app/Controllers/Episode.php 2 additions, 135 deletionsapp/Controllers/Episode.php
- app/Controllers/Feed.php 5 additions, 0 deletionsapp/Controllers/Feed.php
- app/Controllers/Home.php 1 addition, 3 deletionsapp/Controllers/Home.php
- app/Controllers/Podcast.php 2 additions, 136 deletionsapp/Controllers/Podcast.php
Loading
Please register or sign in to comment