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>