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>
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>
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>
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>
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>
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>
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>
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>
- 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>
Changed
- Add BATS as integration tests (#1213)
- Update FeedFetcher to import categories from feeds (#1248)
- Update serialization of item to include categories (#1248)
- Make PHPStan stricter (#955)
- Search: Add folder search (#1215)
- Improve test coverage (#1263)
- Allow directly adding a feed without going through the discovery process (#1265)
Fixed
- Do not show deleted feeds in item list (#1214)
- Fix update queries (#1211)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
- Remove outdated item DB code. ( #1056)
- Stop returning all feeds after marking folder as read. (#1056)
- Always fetch favicon (#1164)
- Use feed logo instead of favicon if it exists and is square (#1164)
- Add CI for item lists (#1180)
Fixed
- Item list throwing error for folder and "all items" (#1180)
- Articles with high IDs can be placed lower than articles with low IDs (#1147)
- Feeds are accidentally moved on rename (#1189)
- Item list not using ID for offset (#1188)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
- DB: Remove unused fields and migrate last_modified to signed, to support dates before 1970
Fixed
- Release: create signature file (#1117)
- Articles are refetched after purging leaving them unread again (#1122)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
You can now delete unread items via occ:
occ news:updater:after-update --purge-unread [<purge-count>]
Fixed
- Item purger does not work with PostgreSQL (#1094)
- Export starred/unread correctly (#1010)
Co-authored-by: anoy. <anoymouserver@users.noreply.github.com>
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Fixed
- opened state of folders is not restored (#1040)
- Argument 3 passed to OCA\News\Db\ItemMapper::makeSelectQuery() must be of the type bool, array given (#1044)
- Argument 2 passed to OCA\News\Db\ItemMapper::findAllNewFeed() must be of the type int, string given (#1049)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
- Remove outdated feed DB code
- add background & hover for entries
- Improve spacing of open articles in compact mode (nextcloud/news#1017)
Fixed
- `MissingNamedParameter` exception after upgrading to NC 21 beta5 (#1030)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Fixed
- Argument 2 passed to OCA\News\Db\FeedMapper::find() must be of the type int, string given #996
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
- This version brings some major changes, be aware that some clients may not support this news version.
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
- Added changelog enforcer action
- Stop overloading DB ids
- Unittest commands and utilities
- Upload codecoverage to codecov.io
- Use foreign keys in db
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
- Update Explore page feeds and design #860
Fixed
- Fix usage of at() in unittests #864
- Fix minor issues, prepare for foreign keys and check feeds #862
- Fix multiple results for guid_hash #861
- Fix missing type info of entities #858
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
- Update feed-io to v4.7.10
Fixed
- Fix false cron notifaction #823
- Fix cron updater not working #819#824
- Fix invalid UserId when logged out #822
- Fix autoPurge not working #824
- Fix undefined class constant 'Name' #824
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
- added support for Nextcloud 20 #781
Fixed
- Update interval not saved to config file #783
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Fixed
- Update Interval documentation fixes#773
- Fix crash if full-text if feed doesn't provide an url #774
- Fix admin page not saving settings #776
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed
- Basic Media-RSS support (#599)
- Database index improvements (#637)
Fixed
- Call to a member function getUrlHash() on null" when adding a feed (#640)
- Don't install symfony/console via composer (#636)
- Fix for for ONLY_FULL_GROUP_BY (see #406) (Issue #80) (#407)
- Catch invalid feeds (#646)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Close#510
Hopefully this will solve performance with MySQL/MariaDB.
There is no way to prove this though. See #510
Signed-off-by: Marc Cousin <marc.cousin@people-doc.com>
Changed
- Minimum PHP version is now 7.2
- Reimplement full-text scraping #563
- Update for nextcloud 18 #593#583
- Update httpLastModified from the feed response #594
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Release 14.0.2
Changed
- Get content:encoded of item if available #565
- update js and php dependencies #575
Fixed
- Generate enclosure div only for audio & video #567
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
- bumped dependencies to last supported version
travis:
- removed php 7.0
- move main target to nc 16
- drop support for nc 14 & 15
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>