summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialoglinkshareview.js
Commit message (Collapse)AuthorAgeFilesLines
* fix wording of File drop, ref #2207Jan-Christoph Borchardt2016-11-221-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix tooltips - they now properly change on clickMorris Jobke2016-11-161-13/+20
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adds copy tooltip to clipboardsRoeland Jago Douma2016-11-151-2/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-1/+0
| | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Link 'Allow editing' => 'Allow upload and editing'Roeland Jago Douma2016-08-281-1/+1
| | | | Fixes #146
* Fix some jshint issues in core/js/share*Roeland Jago Douma2016-08-191-3/+5
|
* Add clipboard button to public share linkThomas Müller2016-07-201-0/+35
|
* Don't need update permissions on hidden filesJoas Schilling2016-07-141-1/+1
|
* Add delete permissions to the default (new in oc9.1)Joas Schilling2016-07-141-1/+1
|
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-1/+1
|\
| * Add explicit delete permission to link sharesVincent Petry2016-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15.
* | smaller files drop fixesArthur Schiwon2016-06-111-2/+2
| | | | | | | | | | | | * fix infinite spinner on blacklisted files * move HTML to template * indentation
* | Fix indentationLukas Reschke2016-06-091-16/+16
| |
* | add hide file list optionBjoern Schiessle2016-06-091-4/+41
|/
* Reordered share link settingsVincent Chan2016-05-021-9/+9
| | | | closes #24122
* extract mail view for sending share invitationsChristoph Wurst2016-04-191-69/+0
| | | | fixes #22947
* Update error text for link passwordsMorris Jobke2016-03-041-0/+2
| | | | | | * this removes the old tooltip first before showing the new one to update the text - otherwise the old text will be shown
* Only show link spinner if the share existsRoeland Jago Douma2016-02-101-1/+1
| | | | | If there is no share to delete do not set the spinner. Fixes #21726
* Share dialog use OCS APIVincent Petry2016-01-281-7/+15
|
* Fix duplicate bogus share field when link sharing is not allowedVincent Petry2015-12-071-6/+9
| | | | | | | | | Whenever link share is not allowed, it was outputting a bogus sharing field which name would conflict with the regular sharing field. This fix makes sure that the bogus sharing field with "Resharing not allowed" message only appears when triggered by removed share permissions.
* [IE9] Don't send link share password placeholderVincent Petry2015-10-261-7/+12
| | | | | | | | | When exiting the password field in the share dialog, IE9 would mistakenly think that the password has changed and would send the placeholder. This fix prevents changing the password whenever the placeholder is set as value.
* Fix share link focus on clickVincent Petry2015-10-261-2/+3
| | | | Clicking on the link share must focus and select it
* Fix spinner positions in share tabVincent Petry2015-10-161-0/+1
| | | | Also fix missing spinner when removing link share
* Fix DOM element ids in share dialogVincent Petry2015-10-161-46/+57
| | | | | | | | - 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.
* Fix share email sending feedbackVincent Petry2015-10-081-2/+8
| | | | Redisplay email address after failure
* Do not remove linkshare if there is noneRoeland Jago Douma2015-10-051-1/+5
| | | | | | | | If the password is enforced we can't create a link share right away but just show the password field. Untoggling the link sharing should not try to remove the share. * Added unit test
* Fix share link password errorVincent Petry2015-09-291-3/+19
| | | | | - only allow submitting the password once, single request - display error in tooltip
* restyle checkboxes in sidebarHendrik Leppelsack2015-09-251-3/+3
|
* Port share.css styles to the sidebar panelVincent Petry2015-09-161-1/+1
|
* Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-161-1/+1
|
* Implement email autocomplete for link shareVincent Petry2015-09-161-0/+27
|
* Implement email share linkVincent Petry2015-09-161-1/+29
|
* Add expiration date handling in share tabVincent Petry2015-09-161-3/+8
|
* make 'Allow editing' (aka public upload) checkbox workArthur Schiwon2015-09-161-1/+9
|
* fix allow upload checkbox appeareanceArthur Schiwon2015-09-161-1/+1
|
* implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-161-1/+31
|
* mark url on clickArthur Schiwon2015-09-161-0/+6
|
* share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-161-3/+34
| | | | reduce unnecessary rendering
* show link shareArthur Schiwon2015-09-161-9/+23
|
* continue to reimplement sharee list view. still WIPArthur Schiwon2015-09-161-2/+2
|
* simplification, and throwing where throwing is neededArthur Schiwon2015-09-161-5/+3
|
* integraton noshare part into ShareDialogLinkShareViewArthur Schiwon2015-09-161-22/+30
|
* split off linkShareViewArthur Schiwon2015-09-161-0/+143