castopod/app/Views
Yassine Doghri a1a28de702 refactor: rewrite form pages using form helper
- add installGateway to app config
- update route names and groups
- remove `author_name` and `author_email` from `episodes` table
- remove `author_name` and `author_email` from `podcasts` table
- remove `owner_id` + add `created_by` and `updated_by` fields in `podcasts` and `episodes` tables
- remove unnecessary comments in database fields
- remove confirm password inputs from auth forms for better ux
- rename `pub_date` field to `published_at` and add publication time field in episode form

closes #14, #28
2020-10-15 14:41:32 +00:00
..
_assets feat: add breadcrumb in admin area 2020-10-15 14:41:25 +00:00
admin refactor: rewrite form pages using form helper 2020-10-15 14:41:32 +00:00
auth refactor: rewrite form pages using form helper 2020-10-15 14:41:32 +00:00
episodes feat(rss): generate rss feed from podcast entity 2020-10-15 14:40:55 +00:00
errors refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
install refactor: rewrite form pages using form helper 2020-10-15 14:41:32 +00:00
_layout.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
_message_block.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
episode.php feat: enhance ui using javascript in admin area 2020-10-15 14:41:09 +00:00
home.php feat(users): add myth-auth to handle users crud + add admin gateway only accessible by login 2020-10-15 14:41:03 +00:00
podcast.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00