summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-05pin all actions, delete crt and keyrelease/workflow_versionBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-03-05Switch to sha1 for more securityBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-03-05Bump debril/feed-io from 4.8.2 to 4.8.3dependabot[bot]
Bumps [debril/feed-io](https://github.com/alexdebril/feed-io) from 4.8.2 to 4.8.3. - [Release notes](https://github.com/alexdebril/feed-io/releases) - [Commits](https://github.com/alexdebril/feed-io/compare/v4.8.2...v4.8.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03Bump debril/feed-io from 4.8.1 to 4.8.2dependabot[bot]
Bumps [debril/feed-io](https://github.com/alexdebril/feed-io) from 4.8.1 to 4.8.2. - [Release notes](https://github.com/alexdebril/feed-io/releases) - [Commits](https://github.com/alexdebril/feed-io/compare/v4.8.1...v4.8.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03Bump jquery from 3.5.1 to 3.6.0 in /jsdependabot[bot]
Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02Bump debril/feed-io from 4.8.0 to 4.8.1dependabot[bot]
Bumps [debril/feed-io](https://github.com/alexdebril/feed-io) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/alexdebril/feed-io/releases) - [Commits](https://github.com/alexdebril/feed-io/compare/v4.8.0...v4.8.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01Actions: Integration tests using batsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-01Bump phpstan/phpstan from 0.12.79 to 0.12.80dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.79 to 0.12.80. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.79...0.12.80) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01[tx-robot] updated from transifexNextcloud bot
2021-02-28[tx-robot] updated from transifexNextcloud bot
2021-02-27Release 15.4.0-beta215.4.0-beta2Benjamin Brahmer
Fixed - Item list not using ID for offset 2 (#1200) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-27DB: Fix offset quotesSean Molenaar
Issue GH-1200 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-26Bump phpstan/phpstan from 0.12.78 to 0.12.79dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.78 to 0.12.79. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.78...0.12.79) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-26[tx-robot] updated from transifexNextcloud bot
2021-02-25[tx-robot] updated from transifexNextcloud bot
2021-02-24[tx-robot] updated from transifexNextcloud bot
2021-02-23Release 15.4.0-beta115.4.0-beta1Benjamin Brahmer
Changed - Remove outdated item DB code. ( #1056) - Stop returning all feeds after marking folder as read. (#1056) - Always fetch favicon (#1164) - Use feed logo instead of favicon if it exists and is square (#1164) - Add CI for item lists (#1180) Fixed - Item list throwing error for folder and "all items" (#1180) - Articles with high IDs can be placed lower than articles with low IDs (#1147) - Feeds are accidentally moved on rename (#1189) - Item list not using ID for offset (#1188) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-23DB: Use ID as offset in item queriesSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-23Feed: Fix rename moving fileSean Molenaar
Issue #1181 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-23Actions: Fix codecov commit findingSean Molenaar
2021-02-23[tx-robot] updated from transifexNextcloud bot
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>