1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-18 02:42:51 +02:00
Commit Graph

6863 Commits

Author SHA1 Message Date
anoy
8de3ad77fc remove deprecated colon prefix for parameters
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-01-11 09:32:23 +01:00
Benjamin Brahmer
7e549fd8ac Test release drafter
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-01-10 19:57:38 +01:00
Benjamin Brahmer
7e3ddf4af0 update nextcloud api package 2021-01-08 22:45:10 +01:00
Benjamin Brahmer
52f1142cd3 autofix round2 2021-01-08 22:45:10 +01:00
Benjamin Brahmer
67bbd6bfeb fix the test
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-01-08 22:45:10 +01:00
Benjamin Brahmer
7180e11bdb fixes done by psalm
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-01-08 22:45:10 +01:00
dependabot[bot]
cc582c5dc8 Bump phpunit/phpunit from 9.4.4 to 9.5.0
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.4.4 to 9.5.0.
- [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.4.4...9.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-08 08:39:37 +01:00
dependabot[bot]
5f5a4b42a9 Bump christophwurst/nextcloud from 20.0.0 to 20.0.4
Bumps [christophwurst/nextcloud](https://github.com/ChristophWurst/nextcloud_composer) from 20.0.0 to 20.0.4.
- [Release notes](https://github.com/ChristophWurst/nextcloud_composer/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud_composer/compare/v20.0.0...v20.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-08 08:36:29 +01:00
Benjamin Brahmer
f2eacb67c5 Migrate phpunit.xml
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-01-07 17:24:21 +01:00
dependabot[bot]
817405203c Bump phpunit/phpunit from 9.2.6 to 9.4.0
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.2.6 to 9.4.0.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.2.6...9.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 17:24:21 +01:00
Benjamin Brahmer
5d1ed59f97 update nc version in actions
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-01-07 17:18:07 +01:00
Benjamin Brahmer
9b34b89c37 Add psalm for static code analysis
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-01-07 09:29:30 +01:00
dependabot[bot]
5e64f644bf Bump phpstan/phpstan from 0.12.64 to 0.12.65
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.64 to 0.12.65.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.64...0.12.65)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 07:58:01 +01:00
dependabot[bot]
6aeb8a48fd Bump gulp-terser from 2.0.0 to 2.0.1 in /js
Bumps [gulp-terser](https://github.com/duan602728596/gulp-terser) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/duan602728596/gulp-terser/releases)
- [Commits](https://github.com/duan602728596/gulp-terser/compare/v2.0.0...v2.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 07:23:32 +01:00
heyarne
eebbad4e77 Add changelog entry about whitespace changes
Signed-off-by: heyarne <arne@schlueter.is>
2021-01-02 14:12:27 +01:00
heyarne
54be33b5d2 Vertically center open utils bar in compact mode
Signed-off-by: heyarne <arne@schlueter.is>
2021-01-02 14:12:27 +01:00
heyarne
d3a98a1369 Add top padding to subtitles
Signed-off-by: heyarne <arne@schlueter.is>
2021-01-02 14:12:27 +01:00
Sean Molenaar
d3cd465d87 Improve itemmapper wording
Co-authored-by: anoy. <anoymouserver@users.noreply.github.com>
2020-12-30 11:21:44 +01:00
Sean Molenaar
05377d023e Remove PHPunit integration tests
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-30 11:21:44 +01:00
Sean Molenaar
27bd540580 Remove PHPunit integration tests
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-29 14:15:34 +01:00
Benjamin Brahmer
0f1731833f Release 15.1.1
Fixed
- Argument 2 passed to OCA\News\Db\FeedMapper::find() must be of the type int, string given #996

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-27 21:22:22 +01:00
anoy
d1c50b8e77 fix FeedMapper find exception
Exception: Argument 2 passed to OCA\News\Db\FeedMapper::find() must be of the type int, string given

Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-12-23 17:32:26 +01:00
Benjamin Brahmer
d542cf5376 Release 15.1.1-rc2
Changed
- add background & hover for entries for compact mode

Fixed
- Handle unauthorized users #985
- Call to undefined method OCA\News\Db\FeedMapperV2::find() #981

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-23 15:56:22 +01:00
anoy
2b6ddf4c93 update dependabot labels
Signed-off-by: anoy <anoymouserver@users.noreply.github.com>
2020-12-22 13:12:20 +01:00
dependabot[bot]
4e4541efb0 Bump phpstan/phpstan from 0.12.63 to 0.12.64
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.63 to 0.12.64.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.63...0.12.64)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-22 12:52:03 +01:00
Christoph Stenglein
e268ccb666 only show colors in compact mode
Signed-off-by: Christoph Stenglein <christoph@christophstenglein.com>
2020-12-21 13:43:31 +01:00
Christoph Stenglein
80615397eb add changelog
Signed-off-by: Christoph Stenglein <christoph@christophstenglein.com>
2020-12-21 13:43:31 +01:00
Christoph Stenglein
11b5222202 add hover and odd background for content entries
Signed-off-by: Christoph Stenglein <christoph@christophstenglein.com>
2020-12-21 13:43:31 +01:00
Sean Molenaar
11f5904dd5 Fix mapper->find and empty user sessions
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-17 10:35:23 +01:00
Benjamin Brahmer
7bebaab86e Release 15.1.1-rc1
Changed
- Remove outdated folder DB code

Fixed
- Export Unread/Starred Articles gives Error Message #963
- Some events don't appear in feed #921

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-16 11:51:15 +01:00
Benjamin Brahmer
6537029c32 Remove unnecesary if clause
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-16 11:40:26 +01:00
Kevin Decherf
42ea24f2f4 Remove LastModified-based cursor when updating feeds
We remove the call to readSince() as some feeds push new articles with
pubDate prior to the lastModified time stored for these feeds (e.g.
lemonde.fr). As we go through all items of a feed again and again, we
prevent the constant update of an item's lastModified timestamp by
keeping the previous one if its fingerprint does not change.

Fixes #921

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2020-12-15 20:02:21 +01:00
Benjamin Brahmer
1345cedd7e Features should not be requested anymore via an issue
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-15 17:13:01 +01:00
dependabot[bot]
a2c288793e Bump ini from 1.3.5 to 1.3.7 in /js
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 16:44:33 +01:00
derritter88
95d52a0241 Update README.md
Updated database statement for RSS feeds being not updated - also removed the double "\\" as it's just using a simple "\".

Singed-off-by: Mathias Mühlbacher <mathias.muehlbacher@hks-projekt.at>
2020-12-15 16:43:33 +01:00
Sean Molenaar
5eae697b04 Don't suggest to make issues for features. 2020-12-15 16:37:44 +01:00
Nextcloud bot
61b6b1c998
[tx-robot] updated from transifex 2020-12-15 02:58:51 +00:00
Nextcloud bot
9dc01fe551
[tx-robot] updated from transifex 2020-12-10 02:59:17 +00:00
anoy
a9fa4b2741 update frontend test badge
Signed-off-by: anoy <anoymouserver@users.noreply.github.com>
2020-12-09 21:32:49 +01:00
Benjamin Brahmer
e571a291ae remove non needed if
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-09 19:53:35 +01:00
Benjamin Brahmer
a1ee150e0c replace php with frontend
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-09 19:53:35 +01:00
Benjamin Brahmer
33cb4d2aed switch to actions for frontend tests and remove travis
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-09 19:53:35 +01:00
Nextcloud bot
bf72440719
[tx-robot] updated from transifex 2020-12-09 02:55:14 +00:00
Benjamin Brahmer
79799e85c5 fix xDebug
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-08 19:54:50 +01:00
Sean Molenaar
e0edfd0dc5 Fix alias usage in v2 mapper
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-08 16:11:17 +01:00
Sean Molenaar
4ee3fcb781 Refactor User ID fetching and fix non-specific cleanup
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-08 13:58:12 +01:00
Sean Molenaar
8abddeab4f Remove usage of old Folder code
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-08 13:58:12 +01:00
Benjamin Brahmer
3d98707be9 Release 15.1.0
Changed
- This version brings some major changes, be aware that some clients may not support this news version.

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-12-08 12:11:02 +01:00
dependabot[bot]
5f4798048e Bump phpstan/phpstan from 0.12.57 to 0.12.59
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.57 to 0.12.59.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.57...0.12.59)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-08 10:04:23 +01:00
Nextcloud bot
a51606769a
[tx-robot] updated from transifex 2020-12-06 02:56:07 +00:00