Go to file
Yassine Doghri d20041e407 chore: update Crowdin configuration file 2022-04-09 14:02:46 +00:00
.devcontainer docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +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 ci(git-hooks): add verbose param to commitlint command 2021-06-11 09:35:13 +00:00
app fix(rss): remove escaping for publisher and owner name 2022-04-06 08:42:06 +00:00
docs docs(l10n): add crowdin badge to docs + append message for crowdin commits 2022-04-01 16:35:34 +00:00
modules feat(i18n): add support for German and Brazilian Portuguese languages 2022-04-05 16:23:47 +00:00
public docs(gdpr.txt): add purpose block for analytics data 2022-04-01 16:35:34 +00:00
scripts docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
tests fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
themes fix: remove value escaping for form inputs and textareas 2022-04-01 16:35:34 +00:00
writable fix(video-clips): create unique temporary files for resources to be deleted after generation 2022-01-21 12:35:50 +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(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
.eslintrc.json ci: add phpstan static analysis to .gitlabci.yml 2021-05-12 15:23:50 +00:00
.gitignore feat(GDPR): add GDPR.yml file to public/.well-known/ 2022-03-15 17:00:34 +00:00
.gitlab-ci.yml ci(gitlabci): skip bundle job for forked projects 2022-02-22 15:16:37 +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 docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
.rsync-filter build: filter out unsupported locales from the castopod bundle + remove german as supported locale 2022-04-01 16:35:34 +00:00
.stylelintrc.json feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
.svgo.icons.js feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
.svgo.js feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
AUTHORS.md docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
CHANGELOG.md chore(release): 1.0.0-beta.12 [skip ci] 2022-04-05 16:57:10 +00:00
CODE_OF_CONDUCT.md docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
DEPENDENCIES.md docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
Dockerfile docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
GDPR.txt docs(gdpr.txt): add purpose block for analytics data 2022-04-01 16:35:34 +00:00
LICENSE.md feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
README.md docs(l10n): add crowdin badge to docs + append message for crowdin commits 2022-04-01 16:35:34 +00:00
builds chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
captainhook.json style(ecs): add easy-coding-standard to enforce coding style rules for php 2021-06-11 09:34:48 +00:00
commitlint.config.js feat: enhance ui using javascript in admin area 2020-10-15 14:41:09 +00:00
composer.json chore(release): 1.0.0-beta.12 [skip ci] 2022-04-05 16:57:10 +00:00
composer.lock fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
crontab feat: add WebSub module for pushing feed updates to open hubs 2022-03-15 16:47:35 +00:00
crowdin.yml chore: update Crowdin configuration file 2022-04-09 14:02:46 +00:00
docker-compose.yml docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
ecs.php style(ecs): skip SingleQuoteFixer for language files 2022-04-01 16:35:34 +00:00
env chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
package-lock.json chore(release): 1.0.0-beta.12 [skip ci] 2022-04-05 16:57:10 +00:00
package.json chore(release): 1.0.0-beta.12 [skip ci] 2022-04-05 16:57:10 +00:00
phpstan.neon fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
phpunit.xml.dist fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
postcss.config.js feat: toggle podcast sidebar on smaller screens 2021-12-29 12:03:15 +00:00
rector.php chore: uncomment modules, tests and public paths for rector 2022-04-01 16:35:34 +00:00
spark refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
tailwind.config.js feat: add Noto Sans Mono font to use for durations + button to access new video clip form in list 2021-12-29 12:10:13 +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-manifest-css.ts feat: build hashed static files to renew browser cache 2021-07-12 17:47:56 +00:00
vite.config.ts fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +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.

Status

Castopod is currently in beta but already quite stable and used by podcasters around the world!

Getting started

To get started with Castopod, you may check out the documentation, everything should be there!

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.

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.