Skip to content
Snippets Groups Projects
  1. Mar 30, 2021
  2. Mar 19, 2021
  3. Feb 27, 2021
  4. Feb 10, 2021
  5. Dec 23, 2020
  6. Dec 07, 2020
  7. Nov 30, 2020
  8. Nov 26, 2020
  9. Nov 24, 2020
  10. Nov 19, 2020
    • Benjamin Bellamy's avatar
      feat(rss): add podcast-namespace tags for platforms + previousUrl tag · dbba8dc5
      Benjamin Bellamy authored and Yassine Doghri's avatar Yassine Doghri committed
      - add podcast:id tag
      - add podcast:funding tag
      - add podcast:social tag
      - add podcast:previousUrl tag
      - add missing platforms with icons
      - update platforms table to include social and funding platforms
      - rename platform_links table to podcasts_platforms
      - move podcast import methods from podcast controller
      - update import functionality to insert platforms from rss
      
      closes #73, #75, #76, #80
      dbba8dc5
  11. Nov 03, 2020
  12. Nov 02, 2020
  13. Oct 29, 2020
    • Yassine Doghri's avatar
      refactor(database): add / update fields to optimize storage · 391c349d
      Yassine Doghri authored
      - harmonize field types and use explicit names
      - store html value alongside markdown descriptions for better performance
      - add duration and bandwidth to podcast analytics
      - add new analytics table for podcast hits by hour
      - replace visible MAXMIND_LICENCE_KEY with variable
      391c349d
  14. Oct 22, 2020
    • Yassine Doghri's avatar
      feat(episodes): schedule episode with future publication_date by using cache expiration time · 4f1e773c
      Yassine Doghri authored
      - 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
      4f1e773c
  15. Oct 21, 2020
  16. Oct 20, 2020
  17. Oct 19, 2020
  18. Oct 15, 2020
Loading