No description
Find a file
Nextcloud bot 58e5530ec5
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-23 01:24:28 +00:00
.devcontainer add Docker cnfig for dependabot, update devcontainer 2026-03-15 10:29:14 +01:00
.github build(deps): Bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 2026-03-19 08:16:36 +01:00
.tx
appinfo Release 28.2.0-beta.1 2026-03-22 09:12:26 +01: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
img
l10n fix(l10n): Update translations from Transifex 2026-03-23 01:24:28 +00:00
lib feat: limit full text scraper to download only new or updated articles 2026-03-22 09:03:40 +01:00
screenshots
src feat: implement the cron check as a setup check 2026-03-15 10:28:50 +01:00
templates feat: implement the cron check as a setup check 2026-03-15 10:28:50 +01:00
tests feat: limit full text scraper to download only new or updated articles 2026-03-22 09:03:40 +01:00
vendor-bin/php-scoper
.editorconfig
.envrc
.gitignore
.gitmodules
.mailmap
.stylelintignore
.vale.ini
_typos.toml
AUTHORS.md fix Test 2026-03-05 09:28:28 +01:00
CHANGELOG.md Release 28.2.0-beta.1 2026-03-22 09:12:26 +01:00
composer.json Update PHPUnit to version 10 update configuration and refactor FeedFetcherTest provider method 2026-03-15 11:33:59 +01:00
composer.lock Update PHPUnit to version 10 update configuration and refactor FeedFetcherTest provider method 2026-03-15 11:33:59 +01:00
CONTRIBUTING.md
COPYING
eslint.config.mjs
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
mkdocs.yml
package-lock.json build(deps-dev): Bump the vite group across 1 directory with 2 updates 2026-03-22 09:08:12 +01:00
package.json build(deps-dev): Bump the vite group across 1 directory with 2 updates 2026-03-22 09:08:12 +01: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
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