summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2021-01-1715.2.0-beta2 - 2021-01-1715.2.0-beta2Benjamin Brahmer
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>
2021-01-17fix TypeError caused by type conversion in controlleranoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-01-15fix TypeError in ItemMapperanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-01-13fix opened state of folders is not restoredanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-01-12fix changelog and version15.2.0-beta1Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-01-12Release 15.2.0beta1Benjamin Brahmer
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>
2021-01-11remove deprecated colon prefix for parametersanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-01-02Add changelog entry about whitespace changesheyarne
Signed-off-by: heyarne <arne@schlueter.is>
2020-12-30Remove PHPunit integration testsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-29Remove PHPunit integration testsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-27Release 15.1.115.1.1Benjamin Brahmer
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>
2020-12-23fix FeedMapper find exceptionanoy
Exception: Argument 2 passed to OCA\News\Db\FeedMapper::find() must be of the type int, string given Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-12-23Release 15.1.1-rc215.1.1-rc2Benjamin Brahmer
Changed - add background & hover for entries for compact mode Fixed - Handle unauthorized users #985 - Call to undefined method OCA\News\Db\FeedMapperV2::find() #981 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-21add changelogChristoph Stenglein
Signed-off-by: Christoph Stenglein <christoph@christophstenglein.com>
2020-12-17Fix mapper->find and empty user sessionsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-16Release 15.1.1-rc115.1.1-rc1Benjamin Brahmer
Changed - Remove outdated folder DB code Fixed - Export Unread/Starred Articles gives Error Message #963 - Some events don't appear in feed #921 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-15Remove LastModified-based cursor when updating feedsKevin Decherf
We remove the call to readSince() as some feeds push new articles with pubDate prior to the lastModified time stored for these feeds (e.g. lemonde.fr). As we go through all items of a feed again and again, we prevent the constant update of an item's lastModified timestamp by keeping the previous one if its fingerprint does not change. Fixes #921 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-12-08Fix alias usage in v2 mapperSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-08Remove usage of old Folder codeSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-08Release 15.1.015.1.0Benjamin Brahmer
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>
2020-11-11Release 15.1.0-rc315.1.0-rc3Benjamin Brahmer
Fixed - Fix API allows access to folders of other users Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-11fix second where overrides previous conditionanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-10Release 15.1.0-rc215.1.0-rc2Benjamin Brahmer
Changed - Remove deprecated YouTube playlist API, playlists are no longer supported by news - Locale-aware sorting for folders and feeds - Deprecate User API: https://github.com/nextcloud/news/blob/master/docs/externalapi/Legacy.md#user Fixed - Fix empty unread item count Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-10Unremove but deprecate User APISean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-10Fix unread count and related issuesSean Molenaar
Issue GH-924 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-09add locale-aware sorting for folders and feedsanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-07remove deprecated YouTube playlist APIanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-06Release 15.1.0-rc115.1.0-rc1Benjamin Brahmer
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>
2020-11-03Controllers: Use v2 servicesSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-03fix delete apiBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-03Add migration with foreign keysSean Molenaar
Closes #829 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-10-29Upload codecoverage to codecov.ioBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-29Merge branch 'master' into fix/dont_overload_getidBenjamin Brahmer
2020-10-29Command: Add unittestsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-10-28DB: stop overloading getIDSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-10-26Update changelogBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-26Release 15.0.615.0.6Benjamin Brahmer
Changed - New release approach to prevent mistakes - Re-release of 15.0.5 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-26Release 15.0.6-rc515.0.6-rc5Benjamin Brahmer
Fixed - Fix the new release process Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-26Release 15.0.6-rc415.0.6-rc4Benjamin Brahmer
- Fix the new release process Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-25Release 15.0.6-rc315.0.6-rc3Benjamin Brahmer
Fixed - Fix the new release process Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-24Release 15.0.6-rc215.0.6-rc2Benjamin Brahmer
Fixed - Fix the new release process Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-24Release 15.0.6-rc115.0.6-rc1Benjamin Brahmer
Changed - Updated dependencies - New release process Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-14Release 15.0.515.0.5Benjamin Brahmer
Fixed - Fix exception when title is null #869 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-10Release 15.0.415.0.4Benjamin Brahmer
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>
2020-10-08Release 15.0.315.0.3Benjamin Brahmer
Changed - Trim whitespaces in item titles #831 - update only relevant item fields #830 Fixed - Fix 'news:updater:after-update' command #832 - Define microtime as string #836 - Fix Application class loading in config #833 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-04Release 15.0.215.0.2Benjamin Brahmer
Fixed - Fix failing cron update #823 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-03Release 15.0.115.0.1Benjamin Brahmer
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>
2020-09-29Release 15.0.015.0.0Benjamin Brahmer
Changed - Update feed-io to v4.7.9 - Feed autodiscovery #806 - Drop support before nextcloud 20 #794 - Move to modern SQL syntax #750 - Add management commands #804 #750 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-09-29Add feed autodiscoverySean Molenaar
Issue GH-415 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-09-29update js packages and update changelogBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>