No description
  • PHP 46.7%
  • JavaScript 30.7%
  • TypeScript 12.2%
  • Vue 7.2%
  • Shell 2.4%
  • Other 0.8%
Find a file
2026-06-14 13:10:49 +02:00
.devcontainer Enable support vor server version 34 2026-06-07 10:17:24 +02:00
.github build(deps): Bump crate-ci/typos from 1.47.1 to 1.47.2 2026-06-10 16:29:13 +02:00
.tx upmerging master into vue-rewrite 2022-11-17 14:50:53 +01:00
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 Update Nextcloud version in docker file 2026-03-15 09:55:50 +01:00
docs fix(docs): Update 'Abonnements' to 'Subscriptions' in user documentation and settings 2026-06-14 13:10:49 +02:00
img cleanup: remove old js, css and templates folder and unused images 2025-05-17 10:14:38 +02:00
l10n fix(l10n): Update translations from Transifex 2026-06-12 01:59:46 +00:00
lib Fix on_redirect handling missing in the FetcherConfig 2026-06-03 14:47:18 +02:00
screenshots replace screenshots 2024-11-24 12:26:50 +01:00
src fix(docs): Update 'Abonnements' to 'Subscriptions' in user documentation and settings 2026-06-14 13:10:49 +02:00
templates feat: implement the cron check as a setup check 2026-03-15 10:28:50 +01:00
tests fix: focus article view when item selected via keyboard navigation 2026-06-09 14:56:14 +02:00
vendor-bin/php-scoper Add dependency scoping configuration and update imports 2025-11-13 19:30:35 +01:00
.editorconfig fix linting 2022-11-17 14:50:53 +01:00
.envrc add: development environment 2024-06-01 14:35:46 +02:00
.gitignore Fix dependency scoping to work with auto-downloaded composer 2026-02-08 10:22:48 +01:00
.gitmodules upmerged from master 2023-08-09 11:08:04 +02:00
.mailmap update authors 2024-10-19 11:01:54 +02:00
.stylelintignore clean up linting errors 2022-11-02 11:27:20 +01:00
.vale.ini actions: add whitelist for vale spellchecker 2025-05-13 10:40:52 +02:00
_typos.toml fix: correct typos 2024-08-18 04:51:05 -04:00
AUTHORS.md Release 28.5.0 2026-06-03 15:32:17 +02:00
CHANGELOG.md Release 28.6.0 2026-06-09 16:52:42 +02:00
composer.json Enable support vor server version 34 2026-06-07 10:17:24 +02:00
composer.lock Enable support vor server version 34 2026-06-07 10:17:24 +02:00
CONTRIBUTING.md chore: update transifex link 2025-09-10 17:47:39 +02:00
COPYING add license file 2013-06-06 00:08:18 +02:00
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 feat: add user documentation to mkdocs 2025-01-30 10:47:51 +01:00
package-lock.json build(deps-dev): Bump @vue/test-utils in the vue group 2026-06-14 13:08:03 +02:00
package.json build(deps-dev): Bump @vue/test-utils in the vue group 2026-06-14 13:08:03 +02:00
phpstan.neon.dist Add dependency scoping configuration and update imports 2025-11-13 19:30:35 +01:00
phpunit.xml Update PHPUnit to version 10 update configuration and refactor FeedFetcherTest provider method 2026-03-15 11:33:59 +01:00
README.md remove codecov 2024-12-22 12:17:34 +01:00
scoper.inc.php Fix dependency scoping to work with auto-downloaded composer 2026-02-08 10:22:48 +01:00
shell.nix add: development environment 2024-06-01 14:35:46 +02:00
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 dev: add 2nd terminal tab 2024-10-22 07:05:29 +02:00
tsconfig.json vue3-migration: fix add missing vitest dependencies 2025-05-13 10:40:52 +02:00
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