summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-08use last modified timestamp data instead of removed 'updatedAt' fieldPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08add folder part of v2 API to changelogPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08return error if no folder name is providedPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08add json error response without an exceptionPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08remove unused service exceptions & allow equally named foldersPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08fix wrong function definition & remove leftover copyright headersPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08move v2 api responses into existing php traitsPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08change method names to follow nextcloud conventionPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08lintingPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08fix wrong parenthesesPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08separate serialization functionsPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08remove unused 'findByName' method of folder mapper/servicePaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08do not return existing folders when an API request error occursPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08update API to not return existing folders when error in request occursPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08add possibility to serialize a reduced version of an entityPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08lint & add missing copyright/author informationPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08add folder api v2Paul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08add api v2 response traitPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08add api version 2 & folder api routesPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
2021-04-08add serialization methods for v2 APIPaul Tirk
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
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>
2021-03-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>