castopod/app/Views/_assets
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
..
icons refactor: update install logic and add missing cache config step 2020-10-15 14:42:13 +00:00
images style: update 404 and 500 error pages to use tailwindcss and Castopod mascot 2020-10-15 14:42:24 +00:00
modules feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
styles revert: use basic input file for episodes audio files instead of button for better UX 2020-10-15 14:42:33 +00:00
admin.ts feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
charts.ts feat: update analytics so to meet IABv2 requirements 2020-10-15 14:42:02 +00:00
install.ts refactor: update install logic and add missing cache config step 2020-10-15 14:42:13 +00:00
podcast.ts feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
typings.d.ts refactor: update js files to typescript and replace parcel with rollup 2020-10-15 14:41:12 +00:00