summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Fixed scrolling containerJohn Molakvoæ (skjnldsv)2018-07-242-6/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Acceptance and mobile navigation fixesJohn Molakvoæ (skjnldsv)2018-07-241-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10218 from nextcloud/share-commentsRoeland Jago Douma2018-07-247-146/+297
|\ | | | | allow to add a personal note to a share
| * Design fixesJohn Molakvoæ (skjnldsv)2018-07-211-2/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Tests fixes and design bumpJohn Molakvoæ (skjnldsv)2018-07-211-1/+21
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * move the note up, so that it is also visible in the file drop viewBjoern Schiessle2018-07-211-5/+6
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Public fixesJohn Molakvoæ (skjnldsv)2018-07-211-1/+45
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Public shareJohn Molakvoæ (skjnldsv)2018-07-211-61/+54
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fix unit testsBjoern Schiessle2018-07-211-5/+8
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Popovermenu migrationJohn Molakvoæ (skjnldsv)2018-07-211-146/+165
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * unit tests updatedBjoern Schiessle2018-07-211-4/+27
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * UI set share note!John Molakvoæ (skjnldsv)2018-07-211-0/+21
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * return the as well note if we fetch a shareBjoern Schiessle2018-07-211-0/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * fix unit testsBjoern Schiessle2018-07-211-0/+5
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * some small template fixesBjoern Schiessle2018-07-211-1/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * show note on public link pageBjoern Schiessle2018-07-213-0/+11
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * allow to add a personal note to a shareBjoern Schiessle2018-07-211-3/+11
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2018-07-242-0/+10
| |
* | Merge pull request #10356 from nextcloud/bugfix/noid/dont-call-getuid-on-nullMorris Jobke2018-07-231-1/+5
|\ \ | | | | | | Don't call getUID on null when the app is loaded for a guest
| * | Don't call getUID on null when the app is loaded for a guestJoas Schilling2018-07-231-1/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-07-232-0/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-07-226-0/+20
| |/ |/|
* | Cleanup structureJohn Molakvoæ (skjnldsv)2018-07-201-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10295 from nextcloud/fix/noid/fix-failing-testRoeland Jago Douma2018-07-191-0/+2
|\ | | | | Disable failing test in legacy sharing tests
| * Disable failing test in legacy sharing testsMorris Jobke2018-07-191-0/+2
| | | | | | | | | | | | * seems to be a race condition Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-07-1914-0/+52
|/
* [tx-robot] updated from transifexNextcloud bot2018-07-18102-118/+122
|
* Merge pull request #10230 from nextcloud/feature/shareoverviewMorris Jobke2018-07-173-93/+164
|\ | | | | Feature/shares overview
| * Jsuinit fixesJohn Molakvoæ (skjnldsv)2018-07-171-3/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Reorder position of "Shared by me" and "Shared with me"Morris Jobke2018-07-161-8/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Make section "deleted shares" a subsection of "shares"Morris Jobke2018-07-161-12/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Rename "Shares overview" to "Shares"Morris Jobke2018-07-162-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix share by/with checkJohn Molakvoæ (skjnldsv)2018-07-141-4/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed sharing coding style and display - Added all shares overviewJohn Molakvoæ (skjnldsv)2018-07-131-112/+71
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Fixed if condition Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Upgraded navigation submenu management and api + created sharing submenuJohn Molakvoæ (skjnldsv)2018-07-131-40/+38
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Tiny start of the share overviewRoeland Jago Douma2018-07-133-30/+139
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-07-172-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-07-162-0/+8
| |
* | Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-132-2/+132
|\ \ | | | | | | sharedWithDisplayName & sharedWithAvatar
| * | SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-212-2/+132
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #10224 from ↵Morris Jobke2018-07-132-8/+62
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/fix-formatting-of-email-and-circle-shares Fix formatting of email and circle shares
| * | Fix formatting of email and circle sharesDaniel Calviño Sánchez2018-07-122-8/+62
| | | | | | | | | | | | | | | | | | | | | | | | Due to a misplaced "||" instead of "===" the condition was always met, so every share type in the conditional chain after the remote and remote group shares was formatted as a remote/remote group share. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-07-132-0/+48
|/ /
* | Merge pull request #9895 from nextcloud/fed-group-sharesMorris Jobke2018-07-1110-103/+278
|\ \ | | | | | | implement federated group sharing
| * | fix unit testsBjoern Schiessle2018-07-112-1/+4
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | update unit testsBjoern Schiessle2018-07-115-37/+74
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | start to get fed group shares into the share dialogBjoern Schiessle2018-07-111-0/+10
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | unshare from selfBjoern Schiessle2018-07-111-10/+15
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | accept/decline group sharesBjoern Schiessle2018-07-113-15/+96
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | implement federated group sharesBjoern Schiessle2018-07-114-49/+88
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>