Marco Nassabain
c14fa3eaf6
💡 ShareController: add comments to new fcts
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
a86f78a0a7
🔀 Fix last broken merge
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Aurélien
1da543a702
Add function getFacebookUrl and getTwitterUrl
...
Signed-off-by: Aurélien <dav.aurelien@gmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
3d9027a914
✨ ShareController: catch share error & display ❌
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
3a02101e66
♻️ ShareController: refactor dictionary + fncts
...
- updated dictionary structure to contain share status
- divided code into functions
- adapted code to match new implementation
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
4fcd483030
🧹 Cleanup ShareController & ShareResource
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
04cf2672c3
🎨 Adapt front-end to match new implementation
...
- remove share-specific code since new solution uses dummy feeds
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Nicolas Wendling
0085e533b5
🎨 ShareResource : Change itemType to news_item
...
Signed-off-by: Nicolas Wendling <nicolas.wendling1011@gmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
cfea34ba14
🧹 Cleanup code to match master
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
00f48c70dd
💡 ContentController: update comments feed cache
...
- shared items are still in the owners feeds
- since we don't have access to those feeds, we don't cache them
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
dc407c5d7d
🩹 ContentController: Remove unused ShareResource
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
d192abef88
✨ Run.js: Include shared route in regex
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
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