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

6863 Commits

Author SHA1 Message Date
Nextcloud bot
097be2b768
[tx-robot] updated from transifex 2020-12-02 02:56:33 +00:00
Nextcloud bot
d35ee0fbd4
[tx-robot] updated from transifex 2020-11-28 02:53:08 +00:00
Benjamin Brahmer
8f7abe06dc
Remove unsupported WebOS-ownCloud-News-Reader
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-24 21:43:10 +01:00
dependabot[bot]
89213dea08 Bump phpstan/phpstan from 0.12.56 to 0.12.57
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.56 to 0.12.57.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.56...0.12.57)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 08:53:35 +01:00
dependabot[bot]
c4e2db0468 Bump debug from 4.2.0 to 4.3.1 in /js
Bumps [debug](https://github.com/visionmedia/debug) from 4.2.0 to 4.3.1.
- [Release notes](https://github.com/visionmedia/debug/releases)
- [Commits](https://github.com/visionmedia/debug/compare/4.2.0...4.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-20 12:13:13 +01:00
waffshappen
260f0e6cae Return expected Value for Symfony Commands
This fixes a bug when calling allfeeds by hand about not returning anything which makes the generated json unuusuable with errors appended to stdout.

TypeError: Return value of "OCA\News\Command\Updater\AllFeeds::execute()" must be of the type int, "null" returned. in apps/mail/vendor/symfony/console/Command/Command.php:261

Returning "no error/0" fixes it.
2020-11-19 11:23:58 +01:00
dependabot[bot]
bc319b9605 Bump gulp-terser from 1.4.1 to 2.0.0 in /js
Bumps [gulp-terser](https://github.com/duan602728596/gulp-terser) from 1.4.1 to 2.0.0.
- [Release notes](https://github.com/duan602728596/gulp-terser/releases)
- [Commits](https://github.com/duan602728596/gulp-terser/compare/v1.4.1...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-18 14:43:15 +01:00
dependabot[bot]
c7340e8b29 Bump phpstan/phpstan from 0.12.55 to 0.12.56
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.55 to 0.12.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.55...0.12.56)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-17 08:19:30 +01:00
dependabot[bot]
86f9a2b64c Bump phpstan/phpstan from 0.12.54 to 0.12.55
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.54 to 0.12.55.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.54...0.12.55)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16 08:25:02 +01:00
anoy
05598a7f36 update to match folderId null for the root folder
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-12 10:03:37 +01:00
dependabot[bot]
a9bd413008 Bump gulp-sourcemaps from 2.6.5 to 3.0.0 in /js
Bumps [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) from 2.6.5 to 3.0.0.
- [Release notes](https://github.com/gulp-sourcemaps/gulp-sourcemaps/releases)
- [Commits](https://github.com/gulp-sourcemaps/gulp-sourcemaps/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12 08:41:37 +01:00
Benjamin Brahmer
c10000f184 Release 15.1.0-rc3
Fixed
- Fix API allows access to folders of other users

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-11 19:33:19 +01:00
anoy
c6c44be93b fix second where overrides previous condition
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-11 19:21:04 +01:00
Benjamin Brahmer
9015d1bda9 WebOS client moved to github
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-11 18:48:16 +01:00
Benjamin Brahmer
d1e9ef3106 Remove ocNews
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-11 18:47:44 +01:00
Nextcloud bot
8211cf7670
[tx-robot] updated from transifex 2020-11-11 02:58:00 +00:00
Benjamin Brahmer
f179a26315 Release 15.1.0-rc2
Changed
- Remove deprecated YouTube playlist API, playlists are no longer supported by news
- Locale-aware sorting for folders and feeds
- Deprecate User API: https://github.com/nextcloud/news/blob/master/docs/externalapi/Legacy.md#user

Fixed
- Fix empty unread item count

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-10 18:09:20 +01:00
Sean Molenaar
7effe4654b Unremove but deprecate User API
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-10 16:47:42 +01:00
Sean Molenaar
5bdc2df7f4 Fix unread count and related issues
Issue GH-924

Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-10 16:47:42 +01:00
Benjamin Brahmer
3a1b406b19 Remove IRC from the Readme
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-10 09:32:52 +01:00
anoy
112cc727ea add locale-aware sorting for folders and feeds
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-09 16:58:44 +01:00
Nextcloud bot
47ab9f38c4
[tx-robot] updated from transifex 2020-11-08 02:54:12 +00:00
anoy
cb32a2c4ed remove deprecated YouTube playlist API
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-07 09:57:20 +01:00
anoy
ad202a7186 enable PHP 8.0 to validate for NC 21
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-07 09:47:54 +01:00
Benjamin Brahmer
f285dd5b1f Release 15.1.0-rc1
Changed
- Added changelog enforcer action
- Stop overloading DB ids
- Unittest commands and utilities
- Upload codecoverage to codecov.io
- Use foreign keys in db

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-06 07:48:02 +01:00
dependabot[bot]
f4a7d90933 Bump phpstan/phpstan from 0.12.53 to 0.12.54
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.53 to 0.12.54.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.53...0.12.54)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-06 07:47:18 +01:00
Sean Molenaar
af2fd96825 Controllers: Use v2 services
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-03 23:12:01 +01:00
Benjamin Brahmer
ab149a7870 fix unittest
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-03 21:23:04 +01:00
Benjamin Brahmer
becb236419 fix delete api
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-03 21:23:04 +01:00
Benjamin Brahmer
a1309cdcd6 fix invisible feeds in root thanks @anoymouserver
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-03 21:08:41 +01:00
anoy
39a25fe05a update dependabot label config
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-11-03 20:41:50 +01:00
Sean Molenaar
10e8c28fea Add migration with foreign keys
Closes #829

Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-11-03 19:58:37 +01:00
dependabot[bot]
361cfa55b7 Bump karma-firefox-launcher from 2.0.0 to 2.1.0 in /js
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases)
- [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-03 18:00:20 +01:00
Benjamin Brahmer
5652dea6f0 dependabot add default labels
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-11-02 09:41:39 +01:00
dependabot[bot]
544a53bf0e Bump phpstan/phpstan from 0.12.52 to 0.12.53
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.52 to 0.12.53.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.52...0.12.53)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 09:04:34 +01:00
dependabot[bot]
fbe71ce1e0 Bump gulp-terser from 1.4.0 to 1.4.1 in /js
Bumps [gulp-terser](https://github.com/duan602728596/gulp-terser) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/duan602728596/gulp-terser/releases)
- [Commits](https://github.com/duan602728596/gulp-terser/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 08:55:16 +01:00
Nextcloud bot
4817957fc9
[tx-robot] updated from transifex 2020-11-01 02:53:36 +00:00
Nextcloud bot
725b5c7119
[tx-robot] updated from transifex 2020-10-31 02:54:39 +00:00
Nextcloud bot
d4b89b3cdb
[tx-robot] updated from transifex 2020-10-30 02:54:42 +00:00
Benjamin Brahmer
0bb91bdb50 Update Badges
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-29 11:15:50 +01:00
Benjamin Brahmer
c6ecf45537 fixup wrong path to coverage file
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-29 11:09:29 +01:00
Benjamin Brahmer
27d5bdc2b0 Upload codecoverage to codecov.io
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-29 11:09:29 +01:00
Benjamin Brahmer
48fa932763
Merge pull request #902 from SMillerDev/fix/dont_overload_getid
DB: stop overloading getID
2020-10-29 08:34:08 +01:00
Benjamin Brahmer
cfc75fb1d3
Merge branch 'master' into fix/dont_overload_getid 2020-10-29 08:21:01 +01:00
Sean Molenaar
c5daf112be Command: Add unittests
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-10-29 08:19:03 +01:00
Sean Molenaar
ec6930da82
DB: stop overloading getID
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-10-28 23:08:53 +01:00
Nextcloud bot
47104a1971
[tx-robot] updated from transifex 2020-10-28 02:54:44 +00:00
Nextcloud bot
12958d3d28
[tx-robot] updated from transifex 2020-10-27 02:53:51 +00:00
Benjamin Brahmer
bd03f06daa Update changelog
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-26 15:54:45 +01:00
Benjamin Brahmer
b4e8c82124 enforce update of changelog
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-26 15:54:45 +01:00