1
0
Fork 0
Commit Graph

149 Commits

Author SHA1 Message Date
Benjamin Brahmer 84c2ba538c Create tests for the updating and purging functions via the API
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-03-24 18:57:53 +01:00
Benjamin Brahmer 8cdcde2e56 adjust docs
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-03-02 17:51:53 +01:00
Anderson Silva 7739ad15e9 Documentation: Add NewsFlash app client
File to be updated: https://github.com/nextcloud/news/blob/master/docs/clients.md

App name: NewsFlash
Description: RSS Reader with cross-platform sync
OS support: Linux (Flatpak, Arch Community Repository)
Download Link: https://flathub.org/apps/details/com.gitlab.newsflash | https://archlinux.org/packages/community/x86_64/newsflash/
Support Link: https://gitlab.com/news-flash/news_flash_gtk

Sources: https://gitlab.com/news-flash/news_flash_gtk


Signed-off-by: Anderson Silva <UnderEu@users.noreply.github.com>
2023-02-06 17:19:52 +01:00
rhein c427ac8216
Update clients.md: Added Fluent Reader (#1975)
* Update clients.md

Added Fluent Reader (Desktop Version) that now also supports Nextcloud News Sync

Signed-off-by: rhein <mail@ralfhein.de>

* Added Fluent Reader 

Now with with correct link + licence

Signed-off-by: rhein <mail@ralfhein.de>

Signed-off-by: rhein <mail@ralfhein.de>
2022-11-04 21:10:04 +01:00
Benjamin Brahmer c1eb31da4d Update documentation
Style and spell fixes.
Explain purging and new unread purge better.

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-11-02 11:23:00 +01:00
Sean Molenaar 50b78092dc feat: start servers from make
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-10 16:03:19 +02:00
Benjamin Brahmer efc2cc84a9 Add some documentation about the integration tests
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-10 16:03:19 +02:00
Anderson Silva b1cbf80933 Documentation: Add Communique app client
File to be updated: https://github.com/nextcloud/news/blob/master/docs/clients.md

App name: Communique
Description: RSS Reader with cross-platform sync
OS support: Linux (Flatpak)
Download Link: https://flathub.org/apps/details/com.github.suzie97.communique
Support Link: https://github.com/flathub/com.github.suzie97.communique

Sources: https://github.com/Suzie97/Communique

Signed-off-by: Anderson Silva <UnderEu@users.noreply.github.com>
2022-08-21 15:46:07 +02:00
Benjamin Brahmer 932b88a39c add item types to api docs
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-08-19 09:14:27 +02:00
Björn Bidar 6106ef625b Add Fuoten to the list of clients
Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
2022-06-17 09:17:53 +02:00
Benjamin Brahmer 77dce00f9a Add documentation on how to fully uninstall news
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-06-07 12:32:53 +02:00
Benjamin Brahmer 86e01a91f3 Release 18.1.0-beta1
Changed
- Add API v1.3 adding routes for starring/unstarring items by id and general fixes (#1727)
  https://nextcloud.github.io/news/api/api-v1-3/
- Improve styling of tables in articles (#1779)
- Allow fetching feeds that omit guid by using link as stand-in (#1785)

Fixed
- Fix updated api not returning any item after marking item as read (#1713)
- Fix deprecation warning for strip_tags() on a null value (#1766)
- Fix selected item being set incorrectly when using default ordering or newest first ordering (#1324)
- Fix doubling the height of the content area (#1796)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-05-29 10:34:26 +02:00
Paul Tirk da5e749ecc rename parameter for read/unread api call
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2022-04-30 20:04:30 +02:00
Paul Tirk 3bdafbfcea add documentation for API v1.3 & fix parameter description
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2022-04-30 20:04:30 +02:00
Paul Tirk 7e37deeeb3 rename documentation for api v1.2
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2022-04-30 20:04:30 +02:00
Benjamin Brahmer 5d93e1fcc4 fix regex for docs building
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-03-09 14:51:33 +01:00
Benjamin Brahmer 4f44cfcd15 fix headers in API v1
only one h1 is allowed with the material theme

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-03-07 20:28:36 +01:00
Sean Molenaar 0c67ffac37 chore: deprecate nc 21
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2022-02-14 11:39:04 +01:00
hansvurst e90035f605 Updated clients.md
Added the option "macOS" to Fiery Feeds, changed the link to a general one, where both the iOS and macOS apps can be found and did some cosmetics in RSS Guards OS column.

Signed-off-by: hansvurst <45574777+hansvurst-foss@users.noreply.github.com>
2021-12-02 20:36:53 +01:00
Benjamin Brahmer d9cb343308 Add faq entry about 4-byte support
Co-authored-by: anoy <anoymouserver+github@mailbox.org>
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-17 20:12:32 +01:00
René Henrich c19aaaf889 Added Nextnews to the list
Signed-off-by: René Henrich <contact@rene-henrich.de>
2021-08-23 17:43:20 +02:00
Benjamin Brahmer 98143e8bbc add admin docs page, document removal of command
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Co-authored-by: anoy. <anoymouserver@users.noreply.github.com>
2021-06-01 12:58:42 +02:00
Benjamin Brahmer 79e469fd33 Refactor News documentation with mkdocs and mkdocs-material
- move all pages to new structure
- use gh-pages to host html version
- use github actions for automatic build

Co-authored-by: anoy <anoymouserver+github@mailbox.org>

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-19 14:58:29 +02:00
Paul Tirk 9db82b19a5 fix typo in api documentation
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08 10:23:11 +02:00
Paul Tirk 822423af38 use last modified timestamp data instead of removed 'updatedAt' field
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08 10:23:11 +02:00
Paul Tirk 05b7ed7994 remove unused service exceptions & allow equally named folders
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08 10:23:11 +02:00
Paul Tirk 26e435fb05 update API to not return existing folders when error in request occurs
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08 10:23:11 +02:00
Candid Dauth 78bf8242b3 Add documentation for manual purging of unread items
Signed-off-by: Candid Dauth <cdauth@cdauth.eu>
2021-02-20 11:02:38 +01:00
derritter88 95d52a0241 Update README.md
Updated database statement for RSS feeds being not updated - also removed the double "\\" as it's just using a simple "\".

Singed-off-by: Mathias Mühlbacher <mathias.muehlbacher@hks-projekt.at>
2020-12-15 16:43:33 +01:00
anoy 05598a7f36 update to match folderId `null` for the root folder
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-12 10:03:37 +01:00
Sean Molenaar 7effe4654b Unremove but deprecate User API
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-10 16:47:42 +01:00
Sean Molenaar af2fd96825 Controllers: Use v2 services
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-03 23:12:01 +01:00
Sean Molenaar 04b8aacdcc Remove outdated/redundant FAQ info
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-10-08 09:21:33 +02:00
Benjamin Brahmer 11ed50074d remove documentation on configuration
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-02 19:32:49 +02:00
Benjamin Brahmer e1426bfa50 Update Documentation on the new config
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-02 19:32:49 +02:00
Benjamin Brahmer f13c5039d1 reference Nextcloud docs
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-09-29 20:43:46 +02:00
Benjamin Brahmer 131f6c2b3d update documentation
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-09-29 20:43:46 +02:00
Simon Spannagel b12daf0fec Fix documentation path of update interval
Signed-off-by: Simon Spannagel <simonspa@kth.se>
2020-08-30 19:24:02 +02:00
Sean Molenaar bc957d1046 Update README.md
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-08-26 22:58:35 +02:00
Benjamin Brahmer d3ea2e692f add documentation about the update intervall
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-08-26 22:58:35 +02:00
Dario Cambié 066fe69219 Add missing comma
Signed-off-by: Dario Cambié <dario.cambie@glasgow.ac.uk>
2020-08-14 19:47:32 +02:00
Dario Cambié 2eaf8c81ba Fix typo
Signed-off-by: Dario Cambié <dario.cambie@glasgow.ac.uk>
2020-08-14 19:47:32 +02:00
Daniel Schaal 8ef3994bb9 Update legacy API documentation
Add rtl and media attributes to Item documentation

Signed-off-by: Daniel Schaal <daniel@schaal.email>
2020-05-23 10:55:16 +02:00
Éloi Rivard 306d3cdc60
Basic Media-RSS support (#599)
Signed-off-by: Éloi Rivard <azmeuk@gmail.com>
2020-02-16 14:26:06 +01:00
nachoparker fa32370e4b maintenance.md fix typo (#466) 2019-03-23 17:49:12 +01:00
Sean Molenaar e7bed129e8 fix release command 2019-03-22 17:01:33 +01:00
Sean Molenaar 214a9d4f12 Write down some notes about maintenance 2019-03-22 17:01:33 +01:00
Sean Molenaar da0872c5ca Fix references to old manual versions and general cleanup (#404) 2019-03-06 17:04:52 +01:00
Sean Molenaar 71ba5a3ad1 Fix generation commands and make them available in ./occ (#402) 2019-03-06 13:10:37 +01:00
Sean Molenaar becce6b752 Define an official codestyle and adhere to it. 2018-12-14 07:54:43 +01:00