summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-02-22Fix incorrect article sortingTucker McKnight
Currently, an article with an ID of 1000 will show up earlier than one with ID = 900, because the IDs are being treated as strings and compared alphabetically. (1 comes before 9, and the comparison stops there.) We need to parse them as integers to ensure that 900 is less than 1000. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2021-02-22Bump phpstan/phpstan from 0.12.77 to 0.12.78dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.77 to 0.12.78. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.77...0.12.78) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-20Add phpstan pluginsBenjamin Brahmer
remove leftovers from psalm move phpstan and phpcs to static code check Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-20General: Fix folder querySean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-20Command: Add debug item list commandsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-20Add documentation for manual purging of unread itemsCandid Dauth
Signed-off-by: Candid Dauth <cdauth@cdauth.eu>
2021-02-19[tx-robot] updated from transifexNextcloud bot
2021-02-18Bump phpstan/phpstan from 0.12.76 to 0.12.77dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.76 to 0.12.77. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.76...0.12.77) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18[tx-robot] updated from transifexNextcloud bot
2021-02-17remove psalmBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-16remove unused lastModified from feed fetcherBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-16prefer the feeds logo over the faviconBenjamin Brahmer
The logo of the feed is prefered if it is a square picture, else the favicon is returned. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
2021-02-16Bump vimeo/psalm from 4.5.2 to 4.6.0dependabot[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.5.2...4.6.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15Bump phpstan/phpstan from 0.12.75 to 0.12.76dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.75 to 0.12.76. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.75...0.12.76) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15Bump vimeo/psalm from 4.5.1 to 4.5.2dependabot[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.5.1...4.5.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15Bump karma from 6.1.0 to 6.1.1 in /jsdependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.1.0 to 6.1.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.1.0...v6.1.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-15[tx-robot] updated from transifexNextcloud bot
2021-02-14update sorting columnanoy
follow-up for b4fa772bc5f23f84fc292f5d6bf884543d2bfe51 (#1056) Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-02-13Remove V1 item APISean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-12Actions: force enable app on pre-release versionsBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-12Bump vimeo/psalm from 4.5.0 to 4.5.1dependabot[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.5.0...4.5.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-12Bump phpstan/phpstan from 0.12.74 to 0.12.75dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.74 to 0.12.75. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.74...0.12.75) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-12[tx-robot] updated from transifexNextcloud bot
2021-02-11remove stable20 from psalm runBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-11Bump vimeo/psalm from 4.4.1 to 4.5.0dependabot[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.4.1...4.5.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10Release 15.3.215.3.2Benjamin Brahmer
No changes compared to RC2 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-10Release 15.3.2-rc215.3.2-rc2Benjamin Brahmer
Fixed - Missing certificate in signature file (#1143) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-10Fix release flowBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-10improve file_from_env scriptBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-10Release 15.3.2-rc115.3.2-rc1Benjamin Brahmer
Fixed - Missing certificate in signature file (#1143) - Refetching of already read articles after purging (#1142) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-10fix refetching of purged articlesanoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-02-09Bump phpstan/phpstan from 0.12.73 to 0.12.74dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.73 to 0.12.74. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.73...0.12.74) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-08Bump phpstan/phpstan from 0.12.71 to 0.12.73dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.71 to 0.12.73. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.71...0.12.73) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-06Release 15.3.115.3.1Benjamin Brahmer
Changed - New release without any changes compared to 15.3.0 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-06Release 15.3.1-rc315.3.1-rc3Benjamin Brahmer
Changed - re-re-re-release of 15.3.0 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-06rename stepBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-06Actions: Setup app before releaseSean Molenaar
2021-02-06Release 15.3.1-rc215.3.1-rc2Benjamin Brahmer
Changed - re-re-release of 15.3.0 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-06Release: revert back to cdBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-06[tx-robot] updated from transifexNextcloud bot
2021-02-05Release 15.3.1-rc115.3.1-rc1Benjamin Brahmer
Changed - re-release of 15.3.0 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-05use 'github.workspace' in release actionBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-05Release 15.3.015.3.0Benjamin Brahmer
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>
2021-02-05Actions: Upload coverage on main branchSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu> Signed-off-by: Sean Molenaar <sean@m2mobi.com>
2021-02-05DB: Remove unused fieldsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-05Composer: Remove favicon hackSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-05Actions: Strictly define extensionsSean Molenaar
2021-02-05Psalm: Fix class loadingSean Molenaar
2021-02-04fix result ordering for purging queryanoy
updated_date is currently always NULL Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-02-03remove extra copy taskBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>