Go to file
Yassine Doghri 303a900f66 refactor(platforms): move platforms data in code instead of database
refs #457
2024-04-24 14:47:05 +00:00
.devcontainer build(devcontainer): move dev docker files to .devcontainer and set dev environment in app service 2024-03-28 12:04:12 +00:00
.github docs: add FUNDING.yml file to set up github sponsor button 2022-03-14 17:04:22 +00:00
.gitlab/issue_templates docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
.husky chore: update php and js dependencies to latest 2024-02-17 13:01:39 +00:00
app refactor(platforms): move platforms data in code instead of database 2024-04-24 14:47:05 +00:00
docker build(devcontainer): move dev docker files to .devcontainer and set dev environment in app service 2024-03-28 12:04:12 +00:00
docs refactor(platforms): move platforms data in code instead of database 2024-04-24 14:47:05 +00:00
modules refactor(platforms): move platforms data in code instead of database 2024-04-24 14:47:05 +00:00
public chore: update php and js dependencies to latest 2024-02-17 13:01:39 +00:00
scripts ci: use sed instead of perl to rewrite castopod's composer version 2023-02-22 17:58:46 +00:00
tests fix(file-uploads): validate chapters json content + remove permit_empty rule to uploaded files 2024-03-12 09:32:22 +00:00
themes refactor(platforms): move platforms data in code instead of database 2024-04-24 14:47:05 +00:00
writable chore: update php and js dependencies to latest 2024-02-17 13:01:39 +00:00
.all-contributorsrc chore: update php and js dependencies to latest 2024-02-17 13:01:39 +00:00
.browserslistrc refactor: update js files to typescript and replace parcel with rollup 2020-10-15 14:41:12 +00:00
.editorconfig refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
.env.example docs(.env.example): add missing analytics.salt env variable 2023-09-14 13:46:37 +00:00
.eslintrc.json ci: add phpstan static analysis to .gitlabci.yml 2021-05-12 15:23:50 +00:00
.gitignore build: upgrade CI4 + php and js dependencies to latest 2023-11-17 17:29:05 +00:00
.gitlab-ci.yml build(devcontainer): add migration and DevSeed command to run post devcontainer creation 2024-03-12 09:32:22 +00:00
.prettierrc.json style(ecs): add easy-coding-standard to enforce coding style rules for php 2021-06-11 09:34:48 +00:00
.releaserc.json ci: update bundle scripts to use `pnpm exec` + add openssh-client to ci docker image 2023-02-22 17:25:14 +00:00
.rsync-filter build: add spark to Castopod bundle for handling CLI requests 2022-09-08 12:50:25 +00:00
.stylelintrc.json feat: add podcast links page including social, podcasting and funding links 2023-07-27 12:47:39 +00:00
.svgo.cjs fix(platforms): make platforms' websites and submit urls more prominent 2023-11-17 17:29:05 +00:00
.svgo.icons.cjs fix(platforms): make platforms' websites and submit urls more prominent 2023-11-17 17:29:05 +00:00
AUTHORS.md docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
CHANGELOG.md chore(release): 1.11.0 [skip ci] 2024-04-17 11:05:38 +00:00
CODE_OF_CONDUCT.md docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
CONTRIBUTING.md docs(contributions): recognize any kind of contribution with all-contributors spec 2022-07-07 16:41:34 +00:00
DEPENDENCIES.md docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
GDPR.txt feat(gdpr): add purpose for granting access to premium content 2022-09-29 14:09:19 +00:00
LICENSE.md feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
README.md docs(all-contributors): add Guy Martin to list of contributors 2024-01-25 13:23:24 +00:00
builds style: update ecs config to align associative arrays arrows 2023-06-12 15:12:49 +00:00
captainhook.json fix(file-uploads): validate chapters json content + remove permit_empty rule to uploaded files 2024-03-12 09:32:22 +00:00
commitlint.config.cjs fix(platforms): make platforms' websites and submit urls more prominent 2023-11-17 17:29:05 +00:00
composer.json chore(release): 1.11.0 [skip ci] 2024-04-17 11:05:38 +00:00
composer.lock fix(file-uploads): validate chapters json content + remove permit_empty rule to uploaded files 2024-03-12 09:32:22 +00:00
crowdin.yml chore: update crowdin.yml config 2022-04-15 11:54:33 +00:00
ecs.php fix(routes): overwrite RouteCollection to include all routes + update js and php dependencies 2023-09-09 10:23:34 +00:00
env chore: update CI4 + shield + other php and js packages 2024-01-15 14:34:11 +00:00
package.json chore(release): 1.11.0 [skip ci] 2024-04-17 11:05:38 +00:00
phpstan.neon build: upgrade CI4 + php and js dependencies to latest 2023-11-17 17:29:05 +00:00
phpunit.xml.dist chore: update php and js dependencies to latest 2023-06-19 10:33:11 +00:00
pnpm-lock.yaml refactor(platforms): move platforms data in code instead of database 2024-04-24 14:47:05 +00:00
postcss.config.cjs fix(platforms): make platforms' websites and submit urls more prominent 2023-11-17 17:29:05 +00:00
preload.php build(ci4): update CodeIgniter to v4.2.12 2023-09-09 10:23:34 +00:00
rector.php chore: update php and js dependencies to latest 2024-02-17 13:01:39 +00:00
spark chore: update CI4 + shield + other php and js packages 2024-01-15 14:34:11 +00:00
tailwind.config.cjs refactor(platforms): move platforms data in code instead of database 2024-04-24 14:47:05 +00:00
tsconfig.json fix(rss): do not escape podcast and episode titles in the xml 2021-12-29 11:37:16 +00:00
vite.config.ts build: replace npm with pnpm + add Dockerfile for ci 2023-02-22 14:36:56 +00:00

README.md

release-badge license-badge crowdin-badge contributions-badge semantic-release-badge discord-badge stars-badge

Castopod is a free and open-source podcast hosting solution made for podcasters who want engage and interact with their audience.

Getting started

Castopod comes pre-packaged with all the required static assets and dependencies, you may download and install it by checking out the getting started page!

Security issues and vulnerabilities

If you encounter any security issue or vulnerability in the Castopod source, please contact us directly by email at security@castopod.org

Contributing

Contributions are always welcome!

See the contribution guidelines for ways to get started.

Note

Any contribution made on a repository other than the original repository will not be accepted.

Contributors

Thanks goes to these wonderful people (emoji key):

Yassine Doghri
Yassine Doghri

💻 🐛 📖 👀 🚧 🖋 🎨 🌍 💬 🧑‍🏫 🚇 🤔 📆 📝
Benjamin Bellamy
Benjamin Bellamy

💻 🐛 👀 🖋 🌍 💬 🚇 🤔 📝 📆 📢
Ola Hneini
Ola Hneini

💻 👀 📖 🚧 💬 🤔
Romain de Laage
Romain de Laage

💻 🚇 📖 🌍 🤔
Lyonel Bernard
Lyonel Bernard

🐛 💬 🔊 🤔
Christopher Lagonick-Weitzel
Christopher Lagonick-Weitzel

🐛 💬 🔊 🤔
Ernesto Acosta
Ernesto Acosta

🐛 🔊 🌍 💬 🤔
Ewen
Ewen

🌍 🤔 💻
Bastien Luneteau
Bastien Luneteau

💻 🐛
Cécile Ricordeau
Cécile Ricordeau

🎨
Patryk Miś
Patryk Miś

🌍
Marcin Lewandowski
Marcin Lewandowski

🐛 🤔
Sebastian Janik
Sebastian Janik

💻
Patryk Karczmarczyk
Patryk Karczmarczyk

💻
denis d
denis d

🐛 🤔
Douglas Kastle
Douglas Kastle

🐛 🤔
cExplorer
cExplorer

🐛 🌍
ImaCrea
ImaCrea

🐛 🤔
Jonas S
Jonas S

💻
LEFEBVRE Yann
LEFEBVRE Yann

🐛
Sebastian Späth
Sebastian Späth

🐛 🤔
rocky III
rocky III

🐛
Hermann Josef Eckl
Hermann Josef Eckl

🐛
Delhaye Cyrille
Delhaye Cyrille

🐛 🤔
João Leandro
João Leandro

🌍 🤔
Angelos Chouvardas
Angelos Chouvardas

🌍
Eivind
Eivind

🌍
forght
forght

🌍
glottis0q
glottis0q

🌍
ButterflyOfFire
ButterflyOfFire

🌍
Lucian I. Last
Lucian I. Last

🌍
LuuzViir
LuuzViir

🌍
CTHTC
CTHTC

🌍
Russian Retro
Russian Retro

🌍
Marek L'ach
Marek L'ach

🌍
GunChleoc
GunChleoc

🌍
GabiSnow
GabiSnow

🌍
bendaha
bendaha

🌍
Samuel Roland
Samuel Roland

🌍
Dimitri Regnier
Dimitri Regnier

🤔
irithys
irithys

🌍
Sergi
Sergi

🌍
ghose (XoseM)
ghose (XoseM)

🌍
Andreas Olsson
Andreas Olsson

🌍
leonfrom
leonfrom

🌍
agentcobra
agentcobra

🌍
Alessandro
Alessandro

🌍
liimee
liimee

🌍
Ahmed Sabouni
Ahmed Sabouni

🌍
KrzysztofDomanczyk
KrzysztofDomanczyk

💻
Guy Martin
Guy Martin

🐛 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Contact

You may reach us for help or ask any question you have on:

  • Discord (for direct interaction with developers and the community)
  • Issue tracker (for feature requests & bug reports)

Alternatively, you can follow us on social media platforms to get news about Castopod:

Sponsors

The ongoing development of Castopod is made possible with the support of its backers. If you'd like to help, please consider sponsoring Castopod's development.

Netlify NLnet Logo

License

GNU Affero General Public License v3.0

Copyright © 2020-present, Ad Aures.