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
-
mentioned in commit 8e19abd4
-
mentioned in commit 011a3319
-
mentioned in commit f3d005b4
-
mentioned in commit 37efd31c
-
mentioned in commit 24bf214c
-
mentioned in commit f877172d
-
mentioned in commit d25aaf57
-
mentioned in commit 551f3eb6
-
mentioned in commit be8ec094
-
mentioned in commit e6f1f6fc
-
mentioned in commit eebab2a1
-
mentioned in commit a734b111
-
mentioned in commit a5d17024
-
mentioned in commit 5ef30ba3
-
mentioned in commit acf5da9b
-
mentioned in commit 1c70baae
-
mentioned in commit 58c06d60
-
mentioned in commit fe3d6b9c
-
mentioned in commit 2d856e58
-
mentioned in commit 3e37283d
-
mentioned in commit 208f1728
-
mentioned in commit e736fb8f
-
mentioned in commit af3e6663
-
mentioned in commit 14733105
-
mentioned in commit d807ab97
-
mentioned in commit f9572e41
Please register or sign in to comment