summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2021-12-09Release 17.0.117.0.1Benjamin Brahmer
Fixed - Fix catching network errors while fetching feed logos. (#1601) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-30Fix catching connect exceptions while fetching feed logos #1570Michael Hamann
Display the message instead of the response when catching an exception during feed logo fetching. As there is no response and thus no method `getResponse()` in `ConnectException`, this fixes a "call to undefined method"-error that prevented feeds from fetching if fetching the logo resulted in a `ConnectException`. Signed-off-by: Michael Hamann <michael@content-space.de>
2021-11-29Release 17.0.017.0.0Benjamin Brahmer
Fixed - fix link-icon-overlap in mobile-view (#1579) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-28fix link-icon-overlap in mobile-viewMatthias
Signed-off-by: Matthias <matthias.baier@mabaart.de>
2021-11-18Release 17.0.0-beta117.0.0-beta1Benjamin Brahmer
Changed - Drop support for Nextcloud 20 (#1514) - Use better sql commands, that were not possible with Nextcloud 20 (#1514) - Add support for Nextcloud 23 (#1585) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-18Update changelog for 17.x.xBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-15Release 16.2.116.2.1Benjamin Brahmer
Fixed - Catch network errors while fetching feed logos. (#1572, #1570) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-14Catch network errors while fetching feed logos, fixes #1570Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-03Release 16.2.016.2.0Benjamin Brahmer
No notable changes compared to the beta versions. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-10-25Release 16.2.0-beta216.2.0-beta2Benjamin Brahmer
Changed - Updated "New Folder" and "All articles" icons to differentiate them from "Subscribe" and "All articles". (#1542) Fixed - Mark the latest post in a feed as read when clicking on the right arrow key. (#1546) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-10-23Mark latest post as read when clicking on right arrow shortcutArtem Lavrukhin
Signed-off-by: Artem Lavrukhin <lavryha4590@gmail.com>
2021-10-21Update add folder and unread feed iconsGreg
Give both add folder and unread feed icons their own unique icons instead of sharing them with subscribe and all articles. Signed-off-by: Greg Ross <greg@toolstack.com>
2021-10-20Release 16.2.0-beta116.2.0-beta1Benjamin Brahmer
Changed - Add changelog and DCO notice to CONTRIBUTING.md (#1521) - Download feed logos via guzzle to have better error handling (#1533) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-10-18Download feed logos via guzzle to have better error handlingBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-10-08Add changelog item.Daniel Rheinbay
Signed-off-by: Daniel Rheinbay <danielrheinbay@gmail.com>
2021-10-07Release 16.1.016.1.0Benjamin Brahmer
Changed - Remove dependency's large test files from release (#1519) - Fix spelling of "receive" in log files (#1520) Note: Nextcloud 20 support will be dropped in Oct 2021, this is very likely the last version to support Nextcloud 20. This also means that PHP 7.2, will no longer be supported by news. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-10-03Add Changelog entryDaniel Rheinbay
Signed-off-by: Daniel Rheinbay <danielrheinbay@gmail.com>
2021-10-01compiled image: Remove readability testsZach DeCook
Signed-off-by: Zach DeCook <zachdecook@librem.one>
2021-09-02Release 16.1.0-beta116.1.0-beta1Benjamin Brahmer
Changed - Added new `news:updater:update-user` command to update the feeds of a single user (#1360). Fixed - Removed spurious requests for `.../apps/news/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D` (#1488) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-09-02Revert Add Vue and ng-vue packagesBenjamin Brahmer
This reverts commits: 8809bb2c560c08fac4b099edaa32b23bd103725d d2a5c26ee1ca854bfb5bfd917602ad0e9d83cf86 3344431a9b0debdf8d77ea122291c4b2d2b753ee 83cdcb016b6bc2679893d5c93325f4003f8b4209 36d304ec763da893881eed1a1edd46efd4d5e571 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-08-23Fix favicon element making broken requestsmormegil
The markup for favicon `<img>` element in feed item used `src` instead of `ng-src`, causing browser to make broken requests for `.../apps/news/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D` Changing the attribute to `ng-src` fixed that. Signed-off-by: mormegil <mormegil@centrum.cz>
2021-08-01explicitly set icon offset for navigation itemsanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-07-24Update all feeds from commandDavid Baucum
Closes #1359 Signed-off-by: David Baucum <david@baucum.me>
2021-07-24Reimplement relative time formatting as a filter, dropping dependency on ↵Alec Kojaev
deprecated moment.js Signed-off-by: Alec Kojaev <alec@kojaev.name>
2021-07-19Update changelogTucker McKnight
Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2021-07-04Release 16.0.016.0.0Benjamin Brahmer
There are no additional changes compared to the latest beta. Changed - News now requires a 64bit OS - v2 API implementation (folder part) - Implemented sharing news items between nextcloud users (#1191) - Updated the news items table in DB to include sharer data (#1191) - Added route for sharing news items (#1191) - Added share data in news items serialization (#1191) - Added tests for the news items share feature (#1191) - Added sharing articles with nextcloud users (#1217) - Added sharing articles on social media (Facebook, Twitter) or mail (#1217) - Allow installation on Nextcloud v22 - Remove deprecated API endpoints and occ command (#935) - /api/v1-2/user - /api/v1-2/user/avatar - ./occ news:updater:all-feeds - added feed search (#1402) Fixed - allow calling `/items?getRead=false` without a feed/folder (#1380 #1356) - newestId does not return newest ID but last updated (#1339) - removed reference for deleted repair-steps (#1399) - Fix NotNullConstraintViolation when sharing news items with users (#1406) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-06-16Release 16.0.0-beta316.0.0-beta3Benjamin Brahmer
Changed - added feed search (#1402) Fixed - removed reference for deleted repair-steps (#1399) - Fix NotNullConstraintViolation when sharing news items with users (#1406) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-06-16Search: add feed searchSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-06-16📝 Update CHANGELOGMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-06-04removed reference for deleted repair-stepsanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-06-02Release 16.0.0-beta216.0.0-beta2Benjamin Brahmer
Changed - Allow installation on Nextcloud v22 - Remove deprecated API endpoints and occ comand (#935) - /api/v1-2/user - /api/v1-2/user/avatar - ./occ news:updater:all-feeds Fixed - allow calling `/items?getRead=false` without a feed/folder (#1380 #1356) - newestId does not return newest ID but last updated (#1339) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-06-01Chore: implement removals from #935Sean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-05-27db: no longer order by items.last_modifiedSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-27controller: getRead + all_items is now unread typeSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-27update changelog 15.4.5Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-22Release 16.0.0-beta116.0.0-beta1Benjamin Brahmer
Changed - News now requires a 64bit OS - v2 API implementation (folder part) - Implemented sharing news items between nextcloud users (#1191) - Updated the news items table in DB to include sharer data (#1191) - Added route for sharing news items (#1191) - Added share data in news items serialization (#1191) - Added tests for the news items share feature (#1191) - Added sharing articles with nextcloud users (#1217) - Added sharing articles on social media (Facebook, Twitter) or mail (#1217) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-21update changelog 15.4.4Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-08Require 64 bit integerBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-05update changelogBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-03[Backport] Prevent some of the favicon fetching errorsBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-03update changelogBenjamin Brahmer
2021-04-26fix changelogBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-26prepare changelogBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-24Search: Fix app prefix in search redirectSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-04-16Update changelog for 15.4.0-rc1Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-14DB: only sort on item IDsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-04-10Search: Fix and test folder searchSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-04-08📝 Update CHANGELOG and AUTHORSMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08📝 Update CHANGELOG and AUTHORSMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08add folder part of v2 API to changelogPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>