Christoph Wurst
e7f07ba02e
extract mail view for sending share invitations
fixes #22947
10 years ago
Stefan Weil
62a5952a72
core: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
10 years ago
Roeland Jago Douma
cf3e740ae8
Fix js strings if group sharing is disabled
10 years ago
Vincent Petry
1add45ae6a
Tweak tooltip style for recipients
10 years ago
Joas Schilling
edbc1060ce
Add the uid on hover for sharing autocomplete
10 years ago
Roeland Jago Douma
a9a3947e61
Do not clear sharee input on failed share
10 years ago
Roeland Jago Douma
e1fd86ccb6
Unlock sharee input field when sharing fails
Fixes #22441
When addShares fails (for whatever reason) we should unlock the sharee
input field so the user does not have to reload the page.
10 years ago
Roeland Jago Douma
d8f91b0e82
Allow searching for single user
10 years ago
Joas Schilling
c8ddbc385c
Do not use string concatination for translations
10 years ago
Bjoern Schiessle
862e28f006
show remote server on auto complete
10 years ago
Roeland Jago Douma
51b55d5320
Provide proper feedback when creating a share in the webUI
Fixes #22304
Creating a share is not instant (especially not for federated shares) so
we should show that something is happening in the webUI properly.
10 years ago
Roeland Jago Douma
b786523bb7
Clear error when removing text
10 years ago
Roeland Jago Douma
113bfb0b07
Update tooltip on new search
10 years ago
Julian Müller
de4824077e
First try for shareWithField error message
Second try for ShareWithField error message
10 years ago
Roeland Jago Douma
49031e0744
Fix unit tests
10 years ago
Roeland Jago Douma
f99fcd5dd6
Filter out share owner in sharee suggestion list
10 years ago
Roeland Jago Douma
fa7996aa8a
Web sharing uses sharee endpoint
10 years ago
Vincent Petry
3af2ad0cd9
Fix DOM element ids in share dialog
- Rely on class names instead of global ids
- When global ids are needed for label+checkbox, append the view id
(cid) to the element's id
This fixes the checkboxes when multiple sidebars exist in the DOM.
10 years ago
Vincent Petry
1562da3691
Focus on share field after first display
10 years ago
Vincent Petry
a823a79f12
Show loading spinner for first fetch of shares
Whenever the sidebar first loads shares, show a spinner instead of an
empty content
10 years ago
Vincent Petry
03ca76f54f
Fix bogus entry that appears when switching with arrow keys
10 years ago
Vincent Petry
6141ea12b1
Port share.css styles to the sidebar panel
10 years ago
Vincent Petry
996639f4fb
More unit tests for share dialog
10 years ago
Vincent Petry
e0a2004f4c
Clear field after adding user
10 years ago
Vincent Petry
06b11dd602
Fix shares list events
Some events need preventing default like unshare, but setting
permissions doesn't.
10 years ago
Arthur Schiwon
9fe6d7c568
implements setting and removing password for link shares, including forced ones
10 years ago
Arthur Schiwon
f29b51682b
share and unshare via link (not yet password). also some internal changes to reduce unnecessary rendering
10 years ago
Arthur Schiwon
4c702aa8fd
format groups and remotes in autocomplete list
10 years ago
Arthur Schiwon
258a2e2696
now you even can share
10 years ago
Arthur Schiwon
858a2a4e6c
display expiration info
10 years ago
Arthur Schiwon
5db1db38ef
continue to reimplement sharee list view. still WIP
10 years ago
Arthur Schiwon
c17d022ca4
started to implement sharee list view. not completed yet, do not cry please.
10 years ago
Arthur Schiwon
f62a3be590
cleanup
10 years ago
Arthur Schiwon
fdb95613e9
simplification, and throwing where throwing is needed
10 years ago
Arthur Schiwon
6af6024e17
integraton noshare part into ShareDialogLinkShareView
10 years ago
Arthur Schiwon
8f3884145e
less stupid initalization of subviews
10 years ago
Arthur Schiwon
ffd4e0dc5a
split off expirationView
10 years ago
Arthur Schiwon
f9c232c4ce
split off linkShareView
10 years ago
Arthur Schiwon
277b786886
ShareDialogResharerInfoView improvements
10 years ago
Arthur Schiwon
dcb084a617
split ShareDialogResharerInfoView from base view
10 years ago
Arthur Schiwon
1bd6942be7
show tooltips and load avatar
10 years ago
Arthur Schiwon
a57ff13a23
move remaining global settings to configModel
10 years ago
Arthur Schiwon
83d91ddf20
further work on reimplementing the dialog layout
10 years ago
Arthur Schiwon
b015eff2e9
improve reshare rendering part and move permission calculation to model
10 years ago
Arthur Schiwon
97b5fe0b1e
switch to async item loading, take care stuff is updated subsequently
10 years ago
Arthur Schiwon
ea6e380efe
remove possibly unreliable code and fix JSdoc
10 years ago
Arthur Schiwon
e7b5921206
share dialog view takes advantage of OC.Backbone.View
10 years ago
Arthur Schiwon
edd163a611
refactor share dialog for multi-purpose use (dropdown, sidebar) and better maintainability
10 years ago