summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-05-27Release 15.4.515.4.5stable15Benjamin Brahmer
Fixed - newestId does not return newest ID but last updated (#1339) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-26db: no longer order by items.last_modifiedSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-05-23fix missing "Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-23backport link fixBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-21Release 15.4.415.4.4Benjamin Brahmer
Fixed - allow calling `/items?getRead=false` without a feed/folder Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-21Update to reference the new documentationBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-16controller: getRead + all_items is now unread typeSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-05-05Release 15.4.315.4.3Benjamin Brahmer
Fixed - mitigate 32-bit issues by using `float` instead of `int` for microseconds (#1320) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-05mitigate 32-bit issues with microsecondsanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-05-03Release 15.4.215.4.2Benjamin Brahmer
Fixed - revert accidentally merged dependency updates (#1332) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-03revert composer changeBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-03Release 15.4.115.4.1Benjamin Brahmer
Fixed - content of atom feeds is missing (#1325) - Fix some of the favicon fetching errors (#1319) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-03update changelogBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-03Prevent some of the favicon fetching errorsBenjamin Brahmer
change user agent for fetching the feeds log to 'NextCloud-News/1.0' check if logo in feed is just an empty string remove path of url before searching for a favicon check if file was actually downloaded Ignore http errors when fetching favicons Add feed to integration tests that doesn't have a logo Co-authored-by: Alec Kojaev <alec.kojaev@gmail.com> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-02fix atom feed summary fetchinganoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-04-26Release 15.4.015.4.0Benjamin Brahmer
See previous notes for a full overview. Fixed - Fix search results not redirecting to the news app Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-24Search: Fix app prefix in search redirectSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-04-19delete key and crt after the last stepBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-19Release 15.4.0-rc115.4.0-rc1Benjamin Brahmer
Fixed - Check category label for null (#1282) - Do not return non-matching search items - Resolve an issue with webservices missing items Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-16DB: only sort on item IDsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-04-12Search: Fix and test folder searchSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-04-08Null check category label before trying to decode (#1282)Chris Danser
* Null check category label before trying to decode Signed-off-by: skiingwiz <skiingwiz@gmail.com>
2021-04-08Changed spelling of "auto discover"rakekniven
It's a short form for "automatically discover". Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2021-04-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-06Release 15.4.0-beta415.4.0-beta4Benjamin Brahmer
Fixed - Allow negative limits (#1275) - Use boolean to check bool fields (#1278) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-06DB: Use boolean parameter for unread/starredSean Molenaar
Issue GH-1278 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-04-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-05DB: Allow negative limitsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-04-05Bump phpstan/phpstan from 0.12.82 to 0.12.83dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.82 to 0.12.83. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.82...0.12.83) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-04-03Release 15.4.0-beta315.4.0-beta3Benjamin Brahmer
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>
2021-04-02Allow directly adding a feed without going through the discovery processskiingwiz
Signed-off-by: skiingwiz <skiingwiz@gmail.com>
2021-04-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-03-31DB: Updates should use set()Sean Molenaar
Issue GH-1211 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-31Bump dangoslen/changelog-enforcer from v2 to v2.1.0dependabot[bot]
Bumps [dangoslen/changelog-enforcer](https://github.com/dangoslen/changelog-enforcer) from v2 to v2.1.0. - [Release notes](https://github.com/dangoslen/changelog-enforcer/releases) - [Changelog](https://github.com/dangoslen/changelog-enforcer/blob/master/CHANGELOG.md) - [Commits](https://github.com/dangoslen/changelog-enforcer/compare/v2...62066c8fa92a74994b33e39aaedd7ae68a40136d) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-03-30chore: Improve test coverageSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-30Bump karma from 6.3.1 to 6.3.2 in /js (#1268)dependabot[bot]
2021-03-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-03-29Bump y18n from 3.2.1 to 3.2.2 in /jsdependabot[bot]
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29Search: Add folder search (#1215)Sean Molenaar
* Search: Add folder search Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-25Make PHPstan stricterSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-25Bump karma from 6.3.0 to 6.3.1 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.0...v6.3.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-24Bump phpunit/phpunit from 9.5.3 to 9.5.4dependabot[bot]
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.3 to 9.5.4. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.3...9.5.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-24Bump karma from 6.2.0 to 6.3.0 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.2.0...v6.3.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23DB: Don't show deleted feed itemsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-03-22Bump phpstan/phpstan from 0.12.81 to 0.12.82dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.81 to 0.12.82. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.81...0.12.82) Signed-off-by: dependabot[bot] <support@github.com>