summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Collapse)Author
2021-04-08🩹 ContentController: Remove unused ShareResourceMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ Run.js: Include shared route in regexMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) ui : dropdown on click (i.t of hover)Jimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) checkmark on sent usersJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🎨 Cleanup code marco in ShareControllerMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✅ Update jasmine tests to use share dataMarco Nassabain
- 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🐛 get users request limit to 5 usersWENDLING NICOLAS
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08Fix Loading which doesn't endAurélien
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08added nextcloud routerMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) isSharedUnread (depending on getSharedCount(): function doneJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08Add Loading for searchUser and shareAurélien
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) Blocking multiple sharing request to the same userJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ Shared menu: get and show sharedCountMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ Run.js: Subscribe to 'shared' (sharedCount)Marco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🐛 Change to singlequotes - Fix build errorWENDLING NICOLAS
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) sharedButtonJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) Shared href navigationJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ NewsItem: share with user on click (front-end)Marco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🎨 create ShareController and moved share logicmarco.nassabain@etu.unistra.fr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🎨 rename UserResource to ShareResourcemarco.nassabain@etu.unistra.fr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🐛 Use the sharee api to get users for sharingmarco.nassabain@etu.unistra.fr
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08(+) Dynamic userlist on input changeJimmy Huynh
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08➖ remove @nextcloud/router dependecyMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ added searchUsers function in ContentControllerMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08✨ added UserResource with getUsers functionMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08added nextcloud routerMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🔥 Remove front-end edit from back-end prMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🔥 Remove changes from front-end for back-end prMarco Nassabain
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-08🚑 Fix bug - other user feeds show for shared itemMarco Nassabain
- 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-08add root for access shared itemsAurélien
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-04-02Allow directly adding a feed without going through the discovery processskiingwiz
Signed-off-by: skiingwiz <skiingwiz@gmail.com>
2021-03-30Bump karma from 6.3.1 to 6.3.2 in /js (#1268)dependabot[bot]
2021-03-29Bump y18n from 3.2.1 to 3.2.2 in /jsdependabot[bot]
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-25Bump karma from 6.3.0 to 6.3.1 in /jsdependabot[bot]
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-24Bump karma from 6.2.0 to 6.3.0 in /jsdependabot[bot]
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-19Bump jasmine-core from 3.7.0 to 3.7.1 in /jsdependabot[bot]
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-18Bump jasmine-core from 3.6.0 to 3.7.0 in /jsdependabot[bot]
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-11Bump karma from 6.1.2 to 6.2.0 in /jsdependabot[bot]
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-09Bump karma from 6.1.1 to 6.1.2 in /jsdependabot[bot]
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-03Bump jquery from 3.5.1 to 3.6.0 in /jsdependabot[bot]
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-02-22Fix incorrect article sortingTucker McKnight
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-15Bump karma from 6.1.0 to 6.1.1 in /jsdependabot[bot]
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-03Bump karma from 6.0.4 to 6.1.0 in /jsdependabot[bot]
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-02Bump karma from 6.0.3 to 6.0.4 in /jsdependabot[bot]
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-01-28Bump karma from 6.0.2 to 6.0.3 in /jsdependabot[bot]
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-26Bump karma from 6.0.1 to 6.0.2 in /jsdependabot[bot]
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-21Bump karma from 6.0.0 to 6.0.1 in /jsdependabot[bot]
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-15Bump karma from 5.2.3 to 6.0.0 in /jsdependabot[bot]
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-07Bump gulp-terser from 2.0.0 to 2.0.1 in /jsdependabot[bot]
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>
2020-12-15Bump ini from 1.3.5 to 1.3.7 in /jsdependabot[bot]
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>