1
0
Fork 0
Commit Graph

1198 Commits

Author SHA1 Message Date
Jimmy Huynh a6dba240c9 (+) ui : dropdown on click (i.t of hover)
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Jimmy Huynh 63dddc342e (+) checkmark on sent users
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain e7afafba29 🎨 Cleanup code marco in ShareController
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain a990183265 Update jasmine tests to use share data
- explicitly state that isShared = false
- we don't track unreadCount of feeds we don't own
=> a shared item is still in the sharers feed
- cache only gets updated for current users feeds

Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
WENDLING NICOLAS 3b4a1a1e4e 🐛 get users request limit to 5 users
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Aurélien 9bfbb7c21f Fix Loading which doesn't end
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain 02a84c583f added nextcloud router
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Jimmy Huynh 86949f992b (+) isSharedUnread (depending on getSharedCount(): function done
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Aurélien 7609fdbabf Add Loading for searchUser and share
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Jimmy Huynh a78287a777 (+) Blocking multiple sharing request to the same user
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain e5ccff97a6 Shared menu: get and show sharedCount
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain 29a68a10e8 Run.js: Subscribe to 'shared' (sharedCount)
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
WENDLING NICOLAS c469d3221a 🐛 Change to singlequotes - Fix build error
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Jimmy Huynh 0d5443d6ee (+) sharedButton
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Jimmy Huynh 1ff8c26ac0 (+) Shared href navigation
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain 5342837d40 NewsItem: share with user on click (front-end)
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
marco.nassabain@etu.unistra.fr ea4178620b 🎨 create ShareController and moved share logic
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
marco.nassabain@etu.unistra.fr 4a86db338d 🎨 rename UserResource to ShareResource
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
marco.nassabain@etu.unistra.fr 4b1102972e 🐛 Use the sharee api to get users for sharing
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Jimmy Huynh cf00206da0 (+) Dynamic userlist on input change
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain 2e151f6e14 remove @nextcloud/router dependecy
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain da7d43e2b3 added searchUsers function in ContentController
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain 5a9f8ff770 added UserResource with getUsers function
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain 1beb3249c8 added nextcloud router
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 23:17:31 +02:00
Marco Nassabain 4a7e092b98 🔥 Remove front-end edit from back-end pr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 22:31:21 +02:00
Marco Nassabain a1edb03e19 🔥 Remove changes from front-end for back-end pr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 22:31:21 +02:00
Marco Nassabain b27226d4ae 🚑 Fix bug - other user feeds show for shared item
- findAllFeeds doesn't return feeds of shared articles
- Disable feed cache handling for shared items

Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 22:31:21 +02:00
Aurélien 6ebe676911 add root for access shared items
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08 22:31:21 +02:00
skiingwiz 04519388ce Allow directly adding a feed without going through the discovery process
Signed-off-by: skiingwiz <skiingwiz@gmail.com>
2021-04-02 11:15:17 +02:00
dependabot[bot] a6c9b30d58
Bump karma from 6.3.1 to 6.3.2 in /js (#1268) 2021-03-30 10:48:02 +02:00
dependabot[bot] 05c99bb259 Bump y18n from 3.2.1 to 3.2.2 in /js
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 22:23:37 +02:00
dependabot[bot] 8b519cd234 Bump karma from 6.3.0 to 6.3.1 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.0 to 6.3.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.3.0...v6.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 09:02:57 +01:00
dependabot[bot] 4055da1c9e Bump karma from 6.2.0 to 6.3.0 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.2.0 to 6.3.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.2.0...v6.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-24 07:22:26 +01:00
dependabot[bot] 25a601c60d Bump jasmine-core from 3.7.0 to 3.7.1 in /js
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](https://github.com/jasmine/jasmine/compare/v3.7.0...v3.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19 15:57:26 +01:00
dependabot[bot] 31126a1ef5 Bump jasmine-core from 3.6.0 to 3.7.0 in /js
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](https://github.com/jasmine/jasmine/compare/v3.6.0...v3.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-18 09:58:26 +01:00
dependabot[bot] 4aeab15afa Bump karma from 6.1.2 to 6.2.0 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.1.2 to 6.2.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.1.2...v6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 07:19:14 +01:00
dependabot[bot] 9a832f21e8 Bump karma from 6.1.1 to 6.1.2 in /js
Bumps [karma](https://github.com/karma-runner/karma) from 6.1.1 to 6.1.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.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 09:52:32 +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
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
Benjamin Brahmer ad1bc97ccd
Release 14.0.1 (#561)
- update js and php dependencies
- add Lifehacker RSS feed #557

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-10-19 14:12:19 +02:00
Benjamin Brahmer 3f0e270608
update js packages (#546)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-09-22 14:11:52 +02:00
nachoparker 1a54c2abec add "mark read" floating button mobile. Fixes #469 (#505)
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-05-11 10:08:14 +02:00
Benjamin Brahmer 23e1229d6a
update js dependencies (#500)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-04-26 17:56:01 +02:00
Benjamin Brahmer 56fd4cb5f5 Update js dependencies 2019-03-22 09:47:22 +01:00
Benjamin Brahmer 6814781cca fix search
this fixes #368
2019-03-15 09:29:37 +01:00
Sean Molenaar 6a4e56e727 Cleanup JS and prolong error notification 2019-03-05 11:35:14 +01:00
Sean Molenaar 7c17b2c24b
Allow empty update time 2019-02-23 16:11:28 +01:00
Sean Molenaar a3246a927d
Parser: Switch to feedIO for parsing instead of picoFeed 2019-01-30 20:36:40 +01:00
John Molakvoæ (skjnldsv) 277201f06d
Npm bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23 07:25:57 +02:00
John Molakvoæ (skjnldsv) 0f12bf17fc
13.0.1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-26 11:57:27 +02:00
John Molakvoæ (skjnldsv) e02e6705c0
Use bottom of article
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-05 09:54:36 +02:00
John Molakvoæ (skjnldsv) cfa91dcf0a
Fix mark as read on scroll
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-05 09:36:44 +02:00
John Molakvoæ (skjnldsv) 15749f86a0
Scrolling & autopager fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-14 10:51:48 +02:00
John Molakvoæ (skjnldsv) 2a115bd79f
Audio player fix, loading fixes and design update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-14 10:47:00 +02:00
John Molakvoæ (skjnldsv) ed42d3fb7c
Fix update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-07 19:04:53 +02:00
John Molakvoæ (skjnldsv) 0524db5914
New layout fix, scrolling and keyboard shortcuts fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03 16:25:16 +02:00
Sean Molenaar ed741d0cd2 JS: Fix gulp issues with new node versions (#293) 2018-06-03 18:03:43 +02:00
John Molakvoæ 79f49fa6f0 Stable13 fixes (#254)
* Fixed required class for main content

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* Fixed a external underline

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* proper scroll area

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* proper scroll area 2

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* Fixed transparent settings

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-01-25 10:02:32 +01:00
Bernhard Posselt 415083089d version bump 2018-01-03 13:27:53 +01:00
Bernhard Posselt 8bf8980bff update for 13 2017-12-29 11:35:54 +01:00
Daniel Schaal fd630242da Remove bower, install everything using npm (#197)
* Remove bower, install everything using npm

Remove js-url and use a simple function to get the query param.

* Bundle all js scripts in app.min.js

* Move jquery to devDependencies

* Remove es6-shim, most common browsers support es6 natively.
2017-06-18 12:19:38 +02:00
Daniel Schaal 68cfb04ed1 Update js-url to 2.5.0 2017-06-10 11:19:07 +02:00
Daniel Schaal 20ade2ef54 Update masonry to 4.2.0 2017-06-10 11:19:07 +02:00
Daniel Schaal f5abeadcc4 Update moment to 2.18
momentjs was renamed to moment, update all references
2017-06-10 11:19:07 +02:00
Daniel Schaal d5399b7b6d Set $locationProvider.hashPrefix to empty string 2017-06-10 11:19:07 +02:00
Daniel Schaal 1fbb81e469 Fix tests 2017-06-10 11:19:07 +02:00
Daniel Schaal 7cebc63def Use regular promise for http calls 2017-06-10 11:19:07 +02:00
Daniel Schaal 2eddf6242b Update angular to 1.6 2017-06-10 06:10:00 +02:00
Daniel Schaal b7f20c0f36 Fix travis build (#178)
* Use stable12 branch for travis

* Shorten db indices to max 27 characters to satisfy app:check-code

* Use precise container, downgrade to psql 9.4

* Create psql role

* Fix ContentController test

* Fix PageController and StatusService tests

* Use OCP\IDBConnection, OCP\IDb was removed

* Extend IntegrationTest from \Test\Testcase, use loginAsUser to login

* Require phpunit 5, nextcloud tests not compatible with phpunit 6

Change tests to use phpunit from vendor directory
2017-06-06 18:20:20 +02:00
Bernhard Posselt 9bb2faa22f fix line length 2017-05-24 20:24:48 +02:00
Roman e1d27b5c9e Fix for #54 (#159)
I've noticed this behavior too, it really annoys.
2017-05-24 09:20:53 +02:00
Bernhard Posselt 778b1e7014 parse request token from head element directly 2017-02-15 22:17:20 +01:00
wizdude 848a472f20 change OC references (#98)
* change OC reference

* change OC reference
2017-02-15 16:32:57 +01:00
Bernhard Posselt 6552f205f5 update deps 2016-12-10 15:59:36 +01:00
Bernhard Posselt 54c683c6b2 remove traces of owncloud.log 2016-08-10 19:48:04 +02:00
Bernhard Posselt e336636166 some final renaming fixes 2016-07-23 22:04:59 +02:00
Bernhard Posselt 38e657a5d5 removing owncloud references and updating links 2016-07-23 22:02:21 +02:00
Bernhard Posselt 7a3a22bd27 Adjust copyright header 2016-07-23 21:32:42 +02:00
Bernhard Posselt 3be2ad8a89 Remove ptr directive 2016-05-11 21:57:22 +02:00
Bernhard Posselt a557394c5c remove pull to refresh 2016-05-11 17:12:52 +02:00
Bernhard Posselt 9a3c1c7182 Fix window.opener vulnerability 2016-05-10 17:34:00 +02:00
Bernhard Posselt 7738071361 Do not expand in non expand mode 2016-05-04 17:48:00 +02:00
Bernhard Posselt 53ab5bf838 Remove log statement 2016-05-04 17:44:04 +02:00
Bernhard Posselt 208b90133c Remove log statement 2016-05-02 22:21:30 +02:00
Bernhard Posselt a9e0f9ae90 Require latest node build deps 2016-04-28 17:09:46 +02:00
Bernhard Posselt 1ce933d693 fix linting error 2016-04-18 21:21:22 +02:00
Bernhard Posselt d538613b60 Fix #791 2016-04-18 21:18:13 +02:00
Bernhard Posselt db10a37080 Better cron warning message, do not run feed updates when in ajax or web cron mode 2016-04-13 21:09:18 +02:00
Bernhard Posselt af5d2420d1 Fix #972 2016-04-13 18:46:11 +02:00
Bernhard Posselt d0401257f6 Fix #465 2016-04-12 22:16:13 +02:00
Bernhard Posselt a72978b794 lowercase package name 2016-04-11 20:37:42 +02:00
Bernhard Posselt 217e219b28 fix #962 2016-04-10 11:18:40 +02:00
Bernhard Posselt f2b942f117 Revert "Fix #850"
This reverts commit cde0e08f07.
2016-04-08 21:12:27 +02:00
Bernhard Posselt cde0e08f07 Fix #850 2016-04-08 20:51:46 +02:00
Bernhard Posselt 1c4c999241 Fix #924 2016-04-08 19:34:45 +02:00
Bernhard Posselt a9d463a131 Changelog 2016-04-08 18:35:47 +02:00
Bernhard Posselt 6e21e1cd5a fix #843 2016-04-08 18:32:12 +02:00
Bernhard Posselt 021e43b3ae fix #964 2016-04-07 18:58:11 +02:00
Bernhard Posselt 9d86af57e5 fix bower warning 2016-04-05 20:08:04 +02:00
Bernhard Posselt 3fea5455c9 update bower 2016-04-05 20:05:50 +02:00
Bernhard Posselt 7b57f50d77 update license ids 2016-03-26 01:14:48 +01:00
Bernhard Posselt 012ef5d5b6 lock down js dependencies better now that they are not bundled anymore 2016-03-26 00:51:38 +01:00
Bernhard Posselt 6e1386093d add npm update for updating 2016-03-25 20:52:30 +01:00
Bernhard Posselt f2a65b0a4a remove compiled js and 3rdparty deps from the repo 2016-03-25 20:19:57 +01:00
Bernhard Posselt 3835a9a877 rebase on master 2016-03-25 19:49:02 +01:00
Bernhard Posselt a890239876 more js tests 2016-03-25 19:48:06 +01:00
Bernhard Posselt 0d5c4e438e add basic basic auth support 2016-03-25 19:48:06 +01:00
Bernhard Posselt cde4d39624 try to use local composer if possible 2016-03-25 18:24:17 +01:00
Bernhard Posselt 8e128604b9 add makefile for building the project 2016-03-25 17:54:22 +01:00
Bernhard Posselt d3785b5042 update npm and bower deps 2016-03-24 13:47:29 +01:00
Bernhard Posselt 2ef57a7060 hot fix masonry by using 100ms timeout 2016-02-20 18:14:44 +01:00
Bernhard Posselt c8722f83b6 fix small possible error 2016-02-20 18:09:13 +01:00
Bernhard Posselt 6139dccacb update bower deps 2016-02-20 17:59:49 +01:00
Bernhard Posselt ee4f492431 requirement update 2016-02-13 18:48:31 +01:00
Bernhard Posselt cdee7c1230 add engine requirement 2016-02-13 18:48:06 +01:00
Bernhard Posselt 7af3fc0577 requrie jasmine-core 2016-02-13 18:17:11 +01:00
Bernhard Posselt 02538f540a remove useless files 2016-02-13 11:22:06 +01:00
Bernhard Posselt 42ec9f5d5c travis yml 2016-02-13 11:21:41 +01:00
Bernhard Posselt 1ea0680c5e remove unneeded dep 2016-02-12 20:35:32 +01:00
Bernhard Posselt 9d29caf1f2 small fix 2016-02-12 18:01:08 +01:00
Bernhard Posselt 29dca3a6c6 fix paths 2016-02-12 17:56:08 +01:00
Bernhard Posselt b94f9b5d9f fix jshint 2016-02-12 17:51:35 +01:00
Bernhard Posselt 185aa04ae3 update build file 2016-02-12 17:46:14 +01:00
Bernhard Posselt 153da70c5e Update README.md 2016-02-12 09:57:07 +01:00
Bernhard Posselt fea6680b72 Update README.md 2016-02-12 09:56:56 +01:00
Bernhard Posselt bcd559f4d2 Update README.md 2016-02-12 09:45:56 +01:00
Bernhard Posselt bbc9e601b6 update readme 2016-02-11 22:38:27 +01:00
Bernhard Posselt 13e6e80281 migrate js build system to gulp 2016-02-11 22:36:29 +01:00
Bernhard Posselt c191ea5276 upgrade code after js-url upgrade 2016-02-10 16:42:39 +01:00
Bernhard Posselt a08bccacef update jsurl 2016-02-10 16:29:30 +01:00
Bernhard Posselt 45aa740351 update momentjs 2016-02-10 16:26:19 +01:00
Bernhard Posselt d624fdb329 update npm dependencies 2016-02-10 16:23:58 +01:00
Bernhard Posselt b4b710fb43 try to update to angular 1.5 2016-02-10 13:35:58 +01:00
Bernhard Posselt e3ae4ea0be add german feeds and allow to change the language 2016-01-23 17:08:45 +01:00
Bernhard Posselt 4dc780ea20 rename sites file and move to subdirectory 2016-01-23 15:28:58 +01:00
Bernhard Posselt 9435bfc217 change explore url 2016-01-22 17:53:15 +01:00
Bernhard Posselt deffd49d09 debug 2016-01-21 23:32:23 +01:00
Bernhard Posselt e996b1e904 debug 2016-01-21 23:31:28 +01:00
Bernhard Posselt 109854e05c fix js tests 2016-01-21 23:29:55 +01:00
Bernhard Posselt 91d8197791 debug 2016-01-21 23:27:26 +01:00
Bernhard Posselt 077ececfd5 remove dist from gitignore 2016-01-21 23:26:24 +01:00
Bernhard Posselt 1ee7b86ab4 debug 2016-01-21 23:23:33 +01:00
Bernhard Posselt 9ba46b4b8a debug 2016-01-21 23:21:20 +01:00
Bernhard Posselt 438125eb7d debug 2016-01-21 23:20:24 +01:00
Bernhard Posselt e5083a4418 debug 2016-01-21 23:18:40 +01:00
Bernhard Posselt 988603ed7b debug 2016-01-21 23:17:07 +01:00
Bernhard Posselt 42307f74bb debugging 2016-01-21 23:15:04 +01:00
Bernhard Posselt fca0ea0035 remove log 2016-01-21 23:12:14 +01:00
Bernhard Posselt a4400a1138 fix grid 2016-01-21 23:10:29 +01:00
Bernhard Posselt bcb9ca9551 more explore 2016-01-21 22:35:24 +01:00
Bernhard Posselt f92c2dde38 update build deps 2016-01-16 18:33:15 +01:00