No description
  • PHP 46.7%
  • JavaScript 31%
  • TypeScript 12%
  • Vue 7.1%
  • Shell 2.4%
  • Other 0.8%
Find a file
Wolfgang 59ee96d0d2 fix(eslint): use consistent type imports
Signed-off-by: Wolfgang <github@linux-dude.de>
2026-07-10 08:28:06 +02:00
.devcontainer Enable support vor server version 34 2026-06-07 10:17:24 +02:00
.github build(deps): Bump dorny/paths-filter from 4.0.1 to 4.0.2 2026-07-09 15:24:49 +02:00
.tx
appinfo Release 28.6.0 2026-06-09 16:52:42 +02:00
bin Fix the symfony loading issue 2026-06-04 11:55:09 +02:00
docker build(deps): Bump nextcloud from 33-apache to 34-apache in /docker 2026-06-15 06:28:37 +02:00
docs update review date 2026-07-04 09:54:27 +02:00
img
l10n fix(l10n): Update translations from Transifex 2026-07-09 01:37:36 +00:00
lib fix(db): use correlated subqueries for feed unread/starred counts 2026-07-04 09:08:37 +02:00
screenshots
src fix(eslint): use consistent type imports 2026-07-10 08:28:06 +02:00
templates feat: implement the cron check as a setup check 2026-03-15 10:28:50 +01:00
tests fix(db): use correlated subqueries for feed unread/starred counts 2026-07-04 09:08:37 +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 Release 28.5.0 2026-06-03 15:32:17 +02:00
CHANGELOG.md fix(db): use correlated subqueries for feed unread/starred counts 2026-07-04 09:08:37 +02:00
composer.json build(deps): Bump guzzlehttp/psr7 from 2.11.0 to 2.12.1 2026-06-23 00:14:13 +02:00
composer.lock build(deps): Bump guzzlehttp/psr7 from 2.12.1 to 2.12.3 2026-07-03 09:07:46 +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 the symfony loading issue 2026-06-04 11:55:09 +02:00
mkdocs.yml
package-lock.json build(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0 2026-07-08 08:22:59 +02:00
package.json build(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.9 to 9.0.0 2026-07-08 08:22:59 +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 vue3-migration: update dependencies and migrate from webpack/jest to vite/vitest 2025-05-13 10:40:52 +02:00
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