summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2023-02-14Release 21.0.0-beta121.0.0-beta1Benjamin Brahmer
Changed - Drop support for Nextcloud 23 (#2077 ) - Make the "open" keyboard shortcut work faster (#2080) - Implemented search for articles, results can only link to the feed. (#2075) Fixed - Stop errors from the favicon library over empty values (#2096) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-02-14Implement item searchBenjamin Brahmer
The search result can only link to the feed. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-02-14fix: do not request favicon for empty base URLSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2023-01-29add changelog entryBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-01-27Nextcloud 23 is EOLBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-01-23Release 20.0.120.0.1Benjamin Brahmer
Fixed - SyntaxError triggered when full-text is enabled with some items. (#2048, #2053) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-01-11Workaround for #2048Benjamin Brahmer
The league/uri version that we inherit in Nextcloud is a bit outdated. That version can't handle certain uris. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-12-15Release 20.0.020.0.0Benjamin Brahmer
Changed - Drop support for PHP 7.3 (#2008) - Dependency updates Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-12-06Drop support for PHP 7.3Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-12-01Release 19.0.119.0.1Benjamin Brahmer
Changed - Dependency updates Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-25Release 19.0.019.0.0Benjamin Brahmer
Fixed - Fix nested scrollbars in navigation (#411, #1958) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-24Fix nested scroll bars in navigationRhys Tyers
Signed-off-by: Rhys Tyers <mail@rhy.si>
2022-10-23Release 19.0.0-beta219.0.0-beta2Benjamin Brahmer
Fixed - Fixed various keyboard navigation issues (#1953) - Fix cron job warning notification layout on NC25 (#1953) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-23Fix cron job warning layout in NC25Rhys Tyers
Signed-off-by: Rhys Tyers <mail@rhy.si>
2022-10-22Release 19.0.0-beta119.0.0-beta1Benjamin Brahmer
Changed - Drop support for Nextcloud 22, NC 22 has reached it's end of life. - Add support for Nextcloud 25 Fixed - Corrected article compact title bar position in NC25 (#1944) - Fixed "Mark read through scrolling" in NC25 and NC24 (#1944) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-22Fix mark read throughscrolling in NC24Rhys Tyers
Signed-off-by: Rhys Tyers <mail@rhy.si>
2022-10-21Release 18.3.018.3.0Benjamin Brahmer
Fixed - Remove setting for minimum purge interval since it is not used. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-12Remove setting for minimum purge interval settingBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-11Release 18.3.0-beta118.3.0-beta1Benjamin Brahmer
Changed - New administrator setting for deleting unread items automatically (#1931) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-08New administrator setting for deleting unread items automaticallyBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-09-28Release 18.2.018.2.0Benjamin Brahmer
Fixed - Fix the highlighted item when reverse ordering is selected (#1838) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-09-20Fix the highlighted item in reversed orderMichael Chang
Signed-off-by: Michael Chang <github@micbase.com>
2022-09-08Release 18.2.0-beta218.2.0-beta2Benjamin Brahmer
Fix for the read all function and spelling fixes. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-08-30Release 18.2.0-beta118.2.0-beta1Benjamin Brahmer
Changed - Ported the admin settings to vue (#2353) Fixed - Fix PHP 8.1 deprecations (#1861) - Document api item types (#1861) - Fix deprecation warnings from Nextcloud server (#1869) - Fix when marking all items as read, all items of the user are used in the sql query (#1873) - Fix adding feed via the web-ui that was just deleted causing an error (#1872) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-08-30Port admin settings to vue (#1880)Carl Schwan
* Port admin settings to vue Co-authored-by: anoy. <anoymouserver@users.noreply.github.com> Co-authored-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-25Fix adding feed that was just deleted is causing an errorBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-08-21update changelogBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-08-19Fix deprecation warnings from Nextcloud. (#1869)Benjamin Brahmer
* don't use private class anymore * execute is deprecated * fix migration execute statement * fix unittest Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-08-19add changelogBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-08-12Release 18.1.118.1.1Benjamin Brahmer
Changed - Change autodiscover to only run after fetching the given url has failed (#1860) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-08-08Change Autodiscover behaviour (#1860)Benjamin Brahmer
* change autodiscover behaviour to only run if the provided url is not already a feed * Execute feed check after the final url is found Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
2022-07-04Release 18.1.1-beta118.1.1-beta1Benjamin Brahmer
- Fix export of unread and starred articles failing due to postgres error (#1839, #1249) - Fix broken API v1.3 (#1841) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-07-03fix duplicated api routesanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2022-06-28fix type always string for findAllFromUserBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-06-15Release 18.1.018.1.0Benjamin Brahmer
Due to #1766 some Feeds might now have items that have `null` set as author instead of `""` clients need to handle this. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-05-31Release 18.1.0-beta218.1.0-beta2Benjamin Brahmer
Changed - If items of feed do not provide an author fallback to feed author (#1803) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-05-31If items of feed do not provide an author fallback to feed author (#1803)Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-05-29Release 18.1.0-beta118.1.0-beta1Benjamin Brahmer
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-28Fix doubling the height of the content areachylex
Signed-off-by: chylex <contact@chylex.com>
2022-05-24Use Feed Link as GUID when Feed omits Guid. (#1785)Accalia Elementia
* Use Feed Link as GUID when Feed omits Guid. As noted in nextcloud/news#1702 some feeds omit the GUID and are therefore not a valid RSS feed. nextcloud/news#1738 resolved the issue to allow valid feeds to update correctly when an invalid feed is present. This commit allows parsing of the invalid feed as well by assuming that the item link of the feed is unique to the feed and using it in place of the GUID when the feed omits the GUID. This will allow NextCloud News to accept and behave like many other popular feed aggregators when presented with such an invalid feed. Signed-off-by: Accalia <Accalia@Elementia.me> * Add basic Logging when using fallback guid Signed-off-by: Accalia <Accalia@Elementia.me> * Add basic Logging when using fallback guid - Fix Fatfinger Typo Signed-off-by: Accalia <Accalia@Elementia.me> * Add basic Logging when using fallback guid - Update tests to account for additional logging Signed-off-by: Accalia <Accalia@Elementia.me>
2022-05-24update ContentController to fix nextcloud#1324Accalia
Signed-off-by: Accalia <Accalia@Elementia.me>
2022-05-13Improve styling of tables in articleschylex
Signed-off-by: chylex <contact@chylex.com>
2022-05-04check if variable is null before striping tagsBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
2022-05-02update last_modified when marking an item as readBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> this way it works Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> add changelog entry Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Partly fix test Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> test passing Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-04-30document new starring api methods in changelogPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2022-04-24Release 18.0.118.0.1Benjamin Brahmer
No major changes since the beta versions. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-04-18Release 18.0.1-beta318.0.1-beta3Benjamin Brahmer
Fixed - Fix import of items when feed does not exist (1742) - Fix malformed feeds (without GUIDs) stopping the update process (#1738) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-04-18Fix malformed feeds (without GUIDs) stopping the update process (fixes #1738)nextcloud486153
Signed-off-by: nextcloud486153 <78801830+nextcloud486153@users.noreply.github.com>
2022-04-18fix import of items when feed does not existBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-03-22Release 18.0.1-beta218.0.1-beta2Benjamin Brahmer
Fixed - Fix no item marked as read by Folder API due to mismatch in parameter name (#1703) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>