Skip to content
Snippets Groups Projects
  1. Dec 23, 2020
  2. Dec 09, 2020
  3. Dec 08, 2020
  4. Dec 07, 2020
  5. Nov 30, 2020
  6. Nov 28, 2020
  7. Nov 26, 2020
  8. Nov 24, 2020
  9. 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
  10. Nov 09, 2020
  11. Nov 05, 2020
  12. Nov 04, 2020
  13. Nov 03, 2020
  14. Nov 02, 2020
  15. Oct 29, 2020
  16. Oct 26, 2020
    • Benjamin Bellamy's avatar
      feat: add CDN url · 972bcbf6
      Benjamin Bellamy authored
      feat: rename ?s to ?_from to match podcastindex recommendation
      feat: adust map height
      feat: display pie chart on 1 column for small and medium screens
      feat: handle empty rss user agent
      fix: correct bug when importing episode with empty image
      fix: add service to FakePodcastsAnalyticsSeeder, resize pie charts so that all lines fit
      fix: set page title to ->title when it exists
      fix: replace %20 with +
      
      closes #37
      972bcbf6
    • Yassine Doghri's avatar
      feat: display castopod version in admin footer · 9f2574e6
      Yassine Doghri authored
      add CP_VERSION constant in app/Config/Constants.php that updates upon release through
      prepare-release.sh script
      
      closes #68
      9f2574e6
  17. 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
  18. Oct 21, 2020
  19. Oct 20, 2020
  20. Oct 19, 2020
  21. Oct 15, 2020
Loading