summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
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>
2022-03-18rename maxItemId to newestItemId to match docsBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-03-09Release 18.0.1-beta118.0.1-beta1Benjamin Brahmer
Fixed - Fix only one item marked as read by Feed API (#1687) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-03-08add changelog entryBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-02-28Release 18.0.018.0.0Benjamin Brahmer
Changed - Change shortcut descriptions. (#1669) Fixed - Fix spaces in passwords getting replaced with "+" (#1678) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-02-27add changelog entryBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-02-21Update shortcutsDennis Müller
Shortcut "q" is not supported anymore as stated in https://github.com/nextcloud/news/issues/1613#issuecomment-991891468 Shortcuts "c" and "v" seemed to have swapped descriptions. Signed-off-by: Dennis Müller <dennis.mueller@bib.uni-mannheim.de>
2022-02-16Release 18.0.0-beta118.0.0-beta1Benjamin Brahmer
Changed - Drop support for Nextcloud 21 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-02-14chore: deprecate nc 21Sean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
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>