No description
Find a file
Wolfgang 1391ec5fdc fix: disable input length limit for html sanitizer
Signed-off-by: Wolfgang <github@linux-dude.de>
2025-12-20 19:49:48 +01:00
.devcontainer actually apply NEXTCLOUD_VERSION, better prompt for bash 2025-08-14 11:38:15 +02:00
.github build(deps): Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 2025-12-10 13:46:23 +01:00
.tx
appinfo Release 28.0.0-beta.1 2025-11-13 19:39:39 +01:00
bin Release 26.0.2 2025-06-29 11:46:52 +02:00
docker
docs Fix the remaining issues and cleanup 2025-11-13 19:30:35 +01: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 2025-12-11 01:16:06 +00:00
lib fix: disable input length limit for html sanitizer 2025-12-20 19:49:48 +01:00
screenshots
src fix: feed url path 2025-12-20 17:48:47 +01:00
templates
tests testing: set global.appVersion needed since @nextcloud/vue 9.3.0 2025-11-24 04:11:45 +09:00
vendor-bin/php-scoper Add dependency scoping configuration and update imports 2025-11-13 19:30:35 +01:00
.editorconfig
.envrc
.gitignore Add dependency scoping configuration and update imports 2025-11-13 19:30:35 +01:00
.gitmodules
.mailmap
.stylelintignore
.vale.ini actions: add whitelist for vale spellchecker 2025-05-13 10:40:52 +02:00
_typos.toml
AUTHORS.md Release 27.0.0 2025-09-29 09:57:41 +02:00
CHANGELOG.md fix: disable input length limit for html sanitizer 2025-12-20 19:49:48 +01:00
composer.json build(deps-dev): Bump doctrine/dbal from 3.10.3 to 3.10.4 2025-12-03 15:43:40 +01:00
composer.lock build(deps-dev): Bump doctrine/dbal from 3.10.3 to 3.10.4 2025-12-03 15:43:40 +01:00
CONTRIBUTING.md chore: update transifex link 2025-09-10 17:47:39 +02:00
COPYING
eslint.config.mjs vue3-migration: eslint allow console.error 2025-05-13 10:40:52 +02:00
lib-vendor-organizer.php Fix the remaining issues and cleanup 2025-11-13 19:30:35 +01:00
Makefile Fix the remaining issues and cleanup 2025-11-13 19:30:35 +01:00
mkdocs.yml
package-lock.json build(deps): Bump vue from 3.5.25 to 3.5.26 in the vue group 2025-12-19 20:08:51 +01:00
package.json build(deps): Bump vue from 3.5.25 to 3.5.26 in the vue group 2025-12-19 20:08:51 +01:00
phpstan.neon.dist Add dependency scoping configuration and update imports 2025-11-13 19:30:35 +01:00
phpunit.xml Fix the remaining issues and cleanup 2025-11-13 19:30:35 +01:00
README.md
scoper.inc.php Add dependency scoping configuration and update imports 2025-11-13 19:30:35 +01:00
shell.nix
stylelint.config.cjs
term.kdl
tsconfig.json vue3-migration: fix add missing vitest dependencies 2025-05-13 10:40:52 +02:00
vite.config.ts testing: only include ts and vue files in the coverage 2025-10-24 09:02:00 +02: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