Skip to content
Snippets Groups Projects
  1. Apr 28, 2024
  2. Apr 17, 2024
  3. Nov 29, 2023
  4. Sep 09, 2023
  5. Jun 21, 2023
  6. Mar 16, 2023
  7. Dec 14, 2022
  8. Nov 25, 2022
  9. Nov 04, 2022
  10. Oct 20, 2022
  11. Oct 14, 2022
  12. Sep 23, 2022
  13. Aug 22, 2022
  14. Jul 14, 2022
  15. Jul 04, 2022
  16. Apr 05, 2022
    • Yassine Doghri's avatar
      chore: new Crowdin updates · 7b71f797
      Yassine Doghri authored
      otetranome - Portuguese, Brazilian; Portuguese
      forght - German
      glottis0q - German
      ernestoacostame - Spanish
      Lucian I. Last (lil5) - Dutch
      ButterflyOfFire (BoFFire) - Arabic
      eorn - Breton
      Angelos Chouvardas (achouvardas) - Greek
      Russian Retro (retrograde) - Russian
      cExplorer - German
      GabiSnow - Spanish
      CTHTC - German
      Romain de Laage (rdelaage) - Spanish
      LuuzViir (Spanish)
      Samuel Roland (samuelroland) - French
      thelama - Portuguese
      7b71f797
  17. Apr 01, 2022
  18. Feb 19, 2022
  19. Dec 29, 2021
  20. Jun 11, 2021
  21. Apr 02, 2021
    • Yassine Doghri's avatar
      feat(fediverse): implement activitypub protocols + update user interface · 2f525c0f
      Yassine Doghri authored
      - add "ActivityPub" library to handle server to server federation and basic
        client to server protocols using activitypub:
        - add webfinger endpoint to look for actor
        - add actor definition with inbox / outbox / followers
        - remote follow an actor
        - create notes with possible preview cards
        - interract with favourites, reblogs and replies
        - block incoming actors and/or domains
        - broadcast/schedule activities to fediverse followers using a cron task
      - For castopod, the podcast is the actor:
        - overwrite the activitypub library for castopod's specific needs
        - perform basic interactions administrating a podcast to interact with fediverse users:
          - create notes with episode attachment
          - favourite and share a note + reply
          - add specific castopod_namespaces for podcasts and episodes definitions
      - overwrite CodeIgniter's Route service to include alternate-content option for
        activitystream requests
      - update episode publication logic:
        - remove publication inputs in create / edit episode form
        - publish / schedule or unpublish an episode after creation
        - the podcaster publishes a note when publishing an episode
      - Javascript / Typescript modules:
        - fix Dropdown.ts to keep dropdown menu in foreground
        - add Modal.ts for funding links modal
        - add Toggler.ts to toggle various css states in ui
      - User Interface:
        - update tailwindcss to v2
        - use castopod's pine and rose colors
        - update public layout to a 3 column layout
        - add pages in public for podcast activity, episode list and notes
        - update episode page to include linked notes
        - remove previous and next episodes from episode pages
        - show different public views depending on whether user is authenticated or not
        - use Kumbh Sans and Montserrat fonts
      - update CodeIgniter's config files
      - with CodeIgniter's new requirements, update docker environments are now based on
        php v7.3 image
      - move Image entity to Libraries
      - update composer and npm packages to latest versions
      
      closes #69 #65 #85, fixes #51 #91 #92 #88
      2f525c0f
  22. Feb 27, 2021
  23. Feb 10, 2021
  24. Dec 07, 2020
  25. 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
  26. Nov 02, 2020
  27. Oct 19, 2020
  28. Oct 15, 2020
Loading