1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-09-05 20:53:11 +02:00
Commit Graph

1210 Commits

Author SHA1 Message Date
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]
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
dependabot[bot]
6ea13fbc86 Bump karma from 6.0.4 to 6.1.0 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.4 to 6.1.0.
- [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.0.4...v6.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-03 07:24:33 +01:00
dependabot[bot]
53442da6a6 Bump karma from 6.0.3 to 6.0.4 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.3 to 6.0.4.
- [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.0.3...v6.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 09:28:53 +01:00
dependabot[bot]
c705a19b1e Bump karma from 6.0.2 to 6.0.3 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.2 to 6.0.3.
- [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.0.2...v6.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-28 09:16:00 +01:00
dependabot[bot]
ad103f3b44 Bump karma from 6.0.1 to 6.0.2 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.1 to 6.0.2.
- [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.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-26 08:53:11 +01:00
dependabot[bot]
dcc28df3fb Bump karma from 6.0.0 to 6.0.1 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.0.0 to 6.0.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.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-21 07:14:49 +01:00
dependabot[bot]
85bf5a425a Bump karma from 5.2.3 to 6.0.0 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.0.0.
- [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/v5.2.3...v6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-15 10:53:00 +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
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
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
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
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]
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
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
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
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
dependabot[bot]
54a353c61b Bump angular-mocks from 1.8.1 to 1.8.2 in /js
Bumps [angular-mocks](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.1...v1.8.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22 09:43:34 +02:00
dependabot[bot]
4579a7bfc2 Bump angular-animate from 1.8.1 to 1.8.2 in /js
Bumps [angular-animate](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.1...v1.8.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22 09:35:46 +02:00
dependabot[bot]
17b0aab9e2 Bump angular-sanitize from 1.8.1 to 1.8.2 in /js
Bumps [angular-sanitize](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.1...v1.8.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22 08:48:28 +02:00
dependabot[bot]
b7a7629649 Bump angular from 1.8.1 to 1.8.2 in /js
Bumps [angular](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.1...v1.8.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22 08:47:59 +02:00
dependabot[bot]
8cc6ce58ce Bump angular-route from 1.8.1 to 1.8.2 in /js
Bumps [angular-route](https://github.com/angular/angular.js) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.1...v1.8.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22 08:35:29 +02:00
Benjamin Brahmer
e6cd6ccf03 adjust appstore and build process
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-21 16:51:18 +02:00
dependabot[bot]
176f5b8d63 Bump karma-firefox-launcher from 1.3.0 to 2.0.0 in /js
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 1.3.0 to 2.0.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/v1.3.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-21 08:47:56 +02:00
dependabot[bot]
5fdbbcf0e6 Bump moment from 2.29.0 to 2.29.1 in /js
Bumps [moment](https://github.com/moment/moment) from 2.29.0 to 2.29.1.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.0...2.29.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-08 09:33:12 +02:00
dependabot[bot]
7fc4fdf501 Bump angular-route from 1.8.0 to 1.8.1 in /js
Bumps [angular-route](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07 09:24:18 +02:00
dependabot[bot]
a4c2ef8fb3 Bump angular-mocks from 1.8.0 to 1.8.1 in /js
Bumps [angular-mocks](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07 09:23:14 +02:00
dependabot[bot]
55ff28a36a Bump angular from 1.8.0 to 1.8.1 in /js
Bumps [angular](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07 09:22:50 +02:00
dependabot[bot]
da31756e1d Bump angular-sanitize from 1.8.0 to 1.8.1 in /js
Bumps [angular-sanitize](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07 09:21:16 +02:00
dependabot[bot]
72b2b7478f Bump angular-animate from 1.8.0 to 1.8.1 in /js
Bumps [angular-animate](https://github.com/angular/angular.js) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.8.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07 09:20:40 +02:00
dependabot[bot]
062c7b37e5 Bump karma-jasmine from 2.0.1 to 4.0.1 in /js
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 2.0.1 to 4.0.1.
- [Release notes](https://github.com/karma-runner/karma-jasmine/releases)
- [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-jasmine/compare/v2.0.1...v4.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-30 10:15:37 +02:00
Benjamin Brahmer
fba7f5834a update js packages and update changelog
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-09-29 16:24:11 +02:00
Benjamin Brahmer
9bb6bf691c Fix UpdateInteval not being saved to config
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-09-02 08:31:10 +02:00
Benjamin Brahmer
971c181160 js updates
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-09-01 13:04:56 +02:00
Benjamin Brahmer
840906af56 fix #775 and update js packages
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-08-31 09:10:33 +02:00
Benjamin Brahmer
4ebc906fef Update to new BackgroudJob logic
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-08-14 18:22:57 +02:00
dependabot[bot]
842cf789a3 Bump angular from 1.7.9 to 1.8.0 in /js
Bumps [angular](https://github.com/angular/angular.js) from 1.7.9 to 1.8.0.
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.7.9...v1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-23 08:53:49 +02:00
dependabot[bot]
f65148c2f2 Bump lodash from 4.17.15 to 4.17.19 in /js
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-15 23:23:10 +00:00
Benjamin Brahmer
db8c66cb51 bump version
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-05-23 10:48:38 +02:00
Benjamin Brahmer
04cf7d669c Release 14.1.8
Changed
- Update feed-io to v4.7.0
- Update js dependencies

Fixed
- Do not create spurious links in item body (#699)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-05-22 11:06:10 +02:00
Benjamin Brahmer
cb64d3ad35 update feed-io to 4.6.0 and update js packages
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-05-04 15:57:28 +02:00
Benjamin Brahmer
05651854f5 bump version and npm audit fix
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-28 11:01:38 +02:00
Benjamin Brahmer
49038507c3 Release 14.1.5
Fixed
- Fixed active menu item and reload for unread (#674)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-28 09:19:01 +02:00
anoy
b5340676dc fixed active menu item and reload for unread
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2020-04-24 18:24:08 +02:00
Cesar Enrique Garcia Dabo
5b4f3d29e4 Always show the unread articles.
The unread articles folder will always be visible, regardless
of the "Show all" setting. If that setting is on, then an
additional "All articles" folder will be show as before, but
it doesn't substitute the "Uread articles" one.

A new URL /apps/news/#/items/unread is also created that jumps
to the unread articles.

Signed-off-by: Cesar Enrique Garcia Dabo <cquike@arcor.de>
2020-04-23 12:37:24 +02:00
Benjamin Brahmer
f60af4eca7 Update for Nextcloud 19
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-23 11:46:33 +02:00
Benjamin Brahmer
37b0676137 Release 14.1.2 (#616)
Changed
- Updated js packages

Fixed
- Signature was missing

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-01-12 14:12:15 +01:00
SuliacLEGUILLOU
ed59aeeeeb Translate youtube channel and user URL into their feed (#612)
Youtube rss system is hiden inside their api to encourage account creation.

I have added a step to transform automaticaly a user or a channel url like `https://www.youtube.com/user/scilabus` into its feed url: `https://www.youtube.com/feeds/videos.xml?user=scilabus`

Signed-off-by: s18alg <s18alg@protonmail.com>
2020-01-11 15:07:23 +01:00
Sean Molenaar
5ab64657bd Bump versions and remove outdated file (#583)
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2019-12-25 07:01:54 +01:00
Benjamin Brahmer
7d71daf196 Update PHP & JS packages (#575)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-11-23 08:32:27 +01:00