castopod/app/Language/en
Yassine Doghri 4f1e773c0f feat(episodes): schedule episode with future publication_date by using cache expiration time
- merge publication date fields into one field instanciated with flatpickr datetime picker
- get user timezone to convert user publication_date input to UTC
- remove setPublishedAt() method from episode entity
- add publication pill component to display the episode publication date info
- clear cache after episode insert
- use CI is_really_writable() helper in install instead of is_writable()
- fix latest episodes layout
- update tsconfig to only include ts folders
- update DEPENDENCIES.md to include flatpickr
- add format_duration helper to format episode enclosure duration instead of translating it (causes
translation bug)
- add Time.ts module to convert UTC time to user localized time for episode publication dates
- fix some layout issues
- update php and js dependencies to latest versions

closes #47
2020-10-22 17:41:59 +00:00
..
Admin.php fix: fix layout bugs in admin and update translation files 2020-10-15 14:42:23 +00:00
AdminNavigation.php fix: fix layout bugs in admin and update translation files 2020-10-15 14:42:23 +00:00
Breadcrumb.php feat: add cumulative listening time charts 2020-10-19 10:33:23 +00:00
Charts.php feat(analytics): add service name from rss user-agent 2020-10-21 16:04:18 +00:00
Common.php feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
Contributor.php feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00
Countries.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(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
Home.php refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
Install.php feat: add french translation 2020-10-15 14:42:25 +00:00
MyAccount.php refactor: rewrite form pages using form helper 2020-10-15 14:41:32 +00:00
Page.php feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00
Pager.php feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00
Platforms.php feat: add platforms form in podcast settings 2020-10-15 14:41:39 +00:00
Podcast.php feat: add lock podcast according to the Podcastindex podcast-namespace to prevent unauthozized import 2020-10-20 13:46:00 +00:00
PodcastImport.php feat: add lock podcast according to the Podcastindex podcast-namespace to prevent unauthozized import 2020-10-20 13:46:00 +00:00
PodcastNavigation.php feat: add cumulative listening time charts 2020-10-19 10:33:23 +00:00
User.php feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00
Validation.php refactor: update install logic and add missing cache config step 2020-10-15 14:42:13 +00:00