dependabot[bot]
6e0080297a
Bump debril/feed-io from 4.8.1 to 4.8.2
...
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-03 07:13:42 +01:00
dependabot[bot]
5b927ceac2
Bump jquery from 3.5.1 to 3.6.0 in /js
...
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-03 07:13:15 +01:00
dependabot[bot]
5644dff748
Bump debril/feed-io from 4.8.0 to 4.8.1
...
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-02 06:55:24 +01:00
Sean Molenaar
bcdeb55fcb
Actions: Integration tests using bats
...
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-01 21:13:44 +01:00
dependabot[bot]
59885c27f7
Bump phpstan/phpstan from 0.12.79 to 0.12.80
...
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 08:49:57 +01:00
Nextcloud bot
6512fd83d0
[tx-robot] updated from transifex
2021-03-01 02:55:37 +00:00
Nextcloud bot
45d58e2b00
[tx-robot] updated from transifex
2021-02-28 02:53:54 +00:00
Benjamin Brahmer
fe7310b8d8
Release 15.4.0-beta2
...
Fixed
- Item list not using ID for offset 2 (#1200 )
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-27 17:17:31 +01:00
Sean Molenaar
9d5d35ce23
DB: Fix offset quotes
...
Issue GH-1200
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-27 15:12:59 +01:00
dependabot[bot]
43deed2dbb
Bump phpstan/phpstan from 0.12.78 to 0.12.79
...
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 12:27:05 +01:00
Nextcloud bot
a26d59e67d
[tx-robot] updated from transifex
2021-02-26 02:56:23 +00:00
Nextcloud bot
609c14d0b6
[tx-robot] updated from transifex
2021-02-25 02:56:28 +00:00
Nextcloud bot
512106ef9f
[tx-robot] updated from transifex
2021-02-24 03:00:11 +00:00
Benjamin Brahmer
7f0c547f3b
Release 15.4.0-beta1
...
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-23 17:59:18 +01:00
Sean Molenaar
bf1e71f1a7
DB: Use ID as offset in item queries
...
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-23 17:16:20 +01:00
Sean Molenaar
4e4108aaf8
Feed: Fix rename moving file
...
Issue #1181
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-23 15:06:02 +01:00
Sean Molenaar
8878389985
Actions: Fix codecov commit finding
2021-02-23 14:10:47 +01:00
Nextcloud bot
302a6cb4ac
[tx-robot] updated from transifex
2021-02-23 03:36:55 +00:00
Tucker McKnight
5ba6f04bae
Fix incorrect article sorting
...
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-22 19:44:33 +01:00
dependabot[bot]
5c18b971bf
Bump phpstan/phpstan from 0.12.77 to 0.12.78
...
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-22 09:31:40 +01:00
Benjamin Brahmer
30ce6196b8
Add phpstan plugins
...
remove leftovers from psalm
move phpstan and phpcs to static code check
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-20 14:07:50 +01:00
Sean Molenaar
4a107b3d53
General: Fix folder query
...
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-20 13:57:09 +01:00
Sean Molenaar
01e1db329c
Command: Add debug item list commands
...
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-20 13:57:09 +01:00
Candid Dauth
78bf8242b3
Add documentation for manual purging of unread items
...
Signed-off-by: Candid Dauth <cdauth@cdauth.eu>
2021-02-20 11:02:38 +01:00
Nextcloud bot
d8ce70ff06
[tx-robot] updated from transifex
2021-02-19 02:58:17 +00:00
dependabot[bot]
2af06d5e56
Bump phpstan/phpstan from 0.12.76 to 0.12.77
...
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 09:27:57 +01:00
Nextcloud bot
c86e37c185
[tx-robot] updated from transifex
2021-02-18 02:58:15 +00:00
Benjamin Brahmer
31eab62263
remove psalm
...
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-17 11:52:45 +01:00
Benjamin Brahmer
6cd83ea1da
remove unused lastModified from feed fetcher
...
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-16 11:01:10 +01:00
Benjamin Brahmer
c09b4d8d33
prefer the feeds logo over the favicon
...
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-16 10:16:15 +01:00
dependabot[bot]
961c56177a
Bump vimeo/psalm from 4.5.2 to 4.6.0
...
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-16 07:39:52 +01:00
dependabot[bot]
77be8bce8d
Bump phpstan/phpstan from 0.12.75 to 0.12.76
...
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-15 08:26:49 +01:00
dependabot[bot]
a54f45eaa3
Bump vimeo/psalm from 4.5.1 to 4.5.2
...
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-15 08:26:17 +01:00
dependabot[bot]
efe48902e4
Bump karma from 6.1.0 to 6.1.1 in /js
...
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 08:25:37 +01:00
Nextcloud bot
2cac4303c7
[tx-robot] updated from transifex
2021-02-15 02:53:41 +00:00
anoy
8ca7ef7e49
update sorting column
...
follow-up for b4fa772bc5
(#1056 )
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-02-14 17:15:46 +01:00
Sean Molenaar
b4fa772bc5
Remove V1 item API
...
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-02-13 13:22:57 +01:00
Benjamin Brahmer
ceba810603
Actions: force enable app on pre-release versions
...
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-12 11:11:34 +01:00
dependabot[bot]
62366543b8
Bump vimeo/psalm from 4.5.0 to 4.5.1
...
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-12 10:33:56 +01:00
dependabot[bot]
8c92434358
Bump phpstan/phpstan from 0.12.74 to 0.12.75
...
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 07:24:22 +01:00
Nextcloud bot
beba34f746
[tx-robot] updated from transifex
2021-02-12 02:52:57 +00:00
Benjamin Brahmer
1092396f83
remove stable20 from psalm run
...
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-11 09:05:10 +01:00
dependabot[bot]
90df41a94a
Bump vimeo/psalm from 4.4.1 to 4.5.0
...
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-11 08:14:11 +01:00
Benjamin Brahmer
84df9fd800
Release 15.3.2
...
No changes compared to RC2
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-10 16:55:21 +01:00
Benjamin Brahmer
fa39346136
Release 15.3.2-rc2
...
Fixed
- Missing certificate in signature file (#1143 )
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-10 16:47:32 +01:00
Benjamin Brahmer
42a87ba572
Fix release flow
...
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-10 16:34:02 +01:00
Benjamin Brahmer
4effa5fd8f
improve file_from_env script
...
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-10 16:12:41 +01:00
Benjamin Brahmer
b48bb5b347
Release 15.3.2-rc1
...
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-10 15:18:46 +01:00
anoy
7e9fd48f4a
fix refetching of purged articles
...
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-02-10 13:58:13 +01:00
dependabot[bot]
884080d451
Bump phpstan/phpstan from 0.12.73 to 0.12.74
...
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-09 09:28:17 +01:00