summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-20Release 15.1.1-rc2release_15.1.1-rc2Benjamin Brahmer
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-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-16Remove unnecesary if clauseBenjamin Brahmer
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-15Features should not be requested anymore via an issueBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-15Bump ini from 1.3.5 to 1.3.7 in /jsdependabot[bot]
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15Update README.mdderritter88
Updated database statement for RSS feeds being not updated - also removed the double "\\" as it's just using a simple "\". Singed-off-by: Mathias Mühlbacher <mathias.muehlbacher@hks-projekt.at>
2020-12-15Don't suggest to make issues for features.Sean Molenaar
2020-12-15[tx-robot] updated from transifexNextcloud bot
2020-12-10[tx-robot] updated from transifexNextcloud bot
2020-12-09update frontend test badgeanoy
Signed-off-by: anoy <anoymouserver@users.noreply.github.com>
2020-12-09remove non needed ifBenjamin Brahmer
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-09replace php with frontendBenjamin Brahmer
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-09switch to actions for frontend tests and remove travisBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-09[tx-robot] updated from transifexNextcloud bot
2020-12-08fix xDebugBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-08Fix alias usage in v2 mapperSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-08Refactor User ID fetching and fix non-specific cleanupSean 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-12-08Bump phpstan/phpstan from 0.12.57 to 0.12.59dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.57 to 0.12.59. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.57...0.12.59) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-06[tx-robot] updated from transifexNextcloud bot
2020-12-02[tx-robot] updated from transifexNextcloud bot
2020-11-28[tx-robot] updated from transifexNextcloud bot
2020-11-24Remove unsupported WebOS-ownCloud-News-ReaderBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-23Bump phpstan/phpstan from 0.12.56 to 0.12.57dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.56 to 0.12.57. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.56...0.12.57) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-20Bump debug from 4.2.0 to 4.3.1 in /jsdependabot[bot]
Bumps [debug](https://github.com/visionmedia/debug) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/4.2.0...4.3.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-19Return expected Value for Symfony Commandswaffshappen
This fixes a bug when calling allfeeds by hand about not returning anything which makes the generated json unuusuable with errors appended to stdout. TypeError: Return value of "OCA\News\Command\Updater\AllFeeds::execute()" must be of the type int, "null" returned. in apps/mail/vendor/symfony/console/Command/Command.php:261 Returning "no error/0" fixes it.
2020-11-18Bump gulp-terser from 1.4.1 to 2.0.0 in /jsdependabot[bot]
Bumps [gulp-terser](https://github.com/duan602728596/gulp-terser) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/duan602728596/gulp-terser/releases) - [Commits](https://github.com/duan602728596/gulp-terser/compare/v1.4.1...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-17Bump phpstan/phpstan from 0.12.55 to 0.12.56dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.55 to 0.12.56. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.55...0.12.56) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16Bump phpstan/phpstan from 0.12.54 to 0.12.55dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.54 to 0.12.55. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.54...0.12.55) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12update to match folderId `null` for the root folderanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-12Bump gulp-sourcemaps from 2.6.5 to 3.0.0 in /jsdependabot[bot]
Bumps [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) from 2.6.5 to 3.0.0. - [Release notes](https://github.com/gulp-sourcemaps/gulp-sourcemaps/releases) - [Commits](https://github.com/gulp-sourcemaps/gulp-sourcemaps/commits) Signed-off-by: dependabot[bot] <support@github.com>
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-11WebOS client moved to githubBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-11Remove ocNewsBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-11[tx-robot] updated from transifexNextcloud bot
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-10Remove IRC from the ReadmeBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-09add locale-aware sorting for folders and feedsanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-08[tx-robot] updated from transifexNextcloud bot
2020-11-07remove deprecated YouTube playlist APIanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-07enable PHP 8.0 to validate for NC 21anoy
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-06Bump phpstan/phpstan from 0.12.53 to 0.12.54dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.53 to 0.12.54. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.53...0.12.54) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-03Controllers: Use v2 servicesSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>