mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-07 16:56:43 +02:00
- 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 |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| 2020-05-29-152000_add_categories.php | ||
| 2020-05-30-101000_add_languages.php | ||
| 2020-05-30-101500_add_podcasts.php | ||
| 2020-06-05-170000_add_episodes.php | ||
| 2020-06-05-190000_add_platforms.php | ||
| 2020-06-08-160000_add_platform_links.php | ||
| 2020-06-08-210000_add_analytics_episodes_by_country.php | ||
| 2020-06-08-210000_add_analytics_episodes_by_player.php | ||
| 2020-06-08-210000_add_analytics_podcasts_by_country.php | ||
| 2020-06-08-210000_add_analytics_podcasts_by_player.php | ||
| 2020-06-08-210000_add_analytics_unknown_useragents.php | ||
| 2020-06-08-210000_add_analytics_website_by_browser.php | ||
| 2020-06-08-210000_add_analytics_website_by_country.php | ||
| 2020-06-08-210000_add_analytics_website_by_referer.php | ||
| 2020-06-11-210000_add_analytics_podcasts_stored_procedure.php | ||
| 2020-06-11-210000_add_analytics_unknown_useragents_stored_procedure.php | ||
| 2020-06-11-210000_add_analytics_website_stored_procedure.php | ||
| 2020-07-03-191500_add_users_podcasts.php | ||