No description
  • PHP 48%
  • JavaScript 29.5%
  • TypeScript 12.2%
  • Vue 7.1%
  • Shell 2.5%
  • Other 0.7%
Find a file
Benjamin Brahmer 88e5a8c6f4 small fixes for the devcontainer setup script
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2026-05-09 14:18:18 +02:00
.devcontainer small fixes for the devcontainer setup script 2026-05-09 14:18:18 +02:00
.github build(deps): Bump crate-ci/typos from 1.45.2 to 1.46.0 2026-05-09 06:14:47 +02:00
.tx
appinfo feat: add occ commands for filters 2026-05-09 14:17:40 +02:00
bin minor fixes for python help tool 2026-03-17 09:14:08 +01:00
docker Update Nextcloud version in docker file 2026-03-15 09:55:50 +01:00
docs fix: typo in install docs 2026-04-09 20:50:34 +02:00
img
l10n fix(l10n): Update translations from Transifex 2026-04-29 01:28:02 +00:00
lib Refine feed filter keyword validation and handling 2026-05-09 14:17:40 +02:00
screenshots
src Refine feed filter keyword validation and handling 2026-05-09 14:17:40 +02:00
templates feat: implement the cron check as a setup check 2026-03-15 10:28:50 +01:00
tests Refine feed filter keyword validation and handling 2026-05-09 14:17:40 +02:00
vendor-bin/php-scoper
.editorconfig
.envrc
.gitignore Fix dependency scoping to work with auto-downloaded composer 2026-02-08 10:22:48 +01:00
.gitmodules
.mailmap
.stylelintignore
.vale.ini
_typos.toml
AUTHORS.md Clean up feed filter implementation and fix issues 2026-05-09 14:17:40 +02:00
CHANGELOG.md Add changelog entry for keyword filter feature 2026-05-09 14:17:40 +02:00
composer.json Refactor favicon discovery to use favicon-io with scoped PSR-18 adapter (#3710) 2026-05-09 07:42:00 +02:00
composer.lock Refactor favicon discovery to use favicon-io with scoped PSR-18 adapter (#3710) 2026-05-09 07:42:00 +02:00
CONTRIBUTING.md
COPYING
eslint.config.mjs fix: use recommended instead of recommendedLibrary eslint configuration 2026-04-17 22:57:07 +02:00
lib-vendor-organizer.php Improve merge_dirs: validate mkdir result, unlink duplicate source files, clean up top-level source dir 2026-03-03 18:22:20 +01:00
Makefile fix issue where developer tools like phpunit are not present 2026-05-02 11:33:49 +02:00
mkdocs.yml
package-lock.json build(deps-dev): Bump @vue/test-utils 2026-05-09 07:16:55 +02:00
package.json build(deps-dev): Bump @vue/test-utils 2026-05-09 07:16:55 +02:00
phpstan.neon.dist
phpunit.xml Update PHPUnit to version 10 update configuration and refactor FeedFetcherTest provider method 2026-03-15 11:33:59 +01:00
README.md
scoper.inc.php Fix dependency scoping to work with auto-downloaded composer 2026-02-08 10:22:48 +01:00
shell.nix
stylelint.config.cjs
term.kdl
tsconfig.json
vite.config.ts feat: implement the cron check as a setup check 2026-03-15 10:28:50 +01:00

Nextcloud News app

Release status Integration Tests Frontend tests

The News app is an RSS/Atom feed aggregator. It offers a RESTful API for app developers. The source code is available on GitHub

You can install it via the integrated app store browser in Nextcloud, News in the appstore.

Documentation

The documentation can be found here, the source of the documentation is on GitHub

Common Guides

There are some small guides for dealing with common setup and issues.

Bugs

Please read the appropriate section in the contributing notices

Updating Notices

To receive notifications when a new News app version was released, simply add the following Atom feed in your currently installed News app:

https://github.com/nextcloud/news/releases.atom

Screenshots

Maintainers

Special thanks to the Feed-IO library

Feed-io takes care of fetching feeds and processing them. alexdebril/feed-io