Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix wording of File drop, ref #2207 | Jan-Christoph Borchardt | 2016-11-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix tooltips - they now properly change on click | Morris Jobke | 2016-11-16 | 1 | -13/+20 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Adds copy tooltip to clipboards | Roeland Jago Douma | 2016-11-15 | 1 | -2/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -1/+0 |
| | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Link 'Allow editing' => 'Allow upload and editing' | Roeland Jago Douma | 2016-08-28 | 1 | -1/+1 |
| | | | | Fixes #146 | ||||
* | Fix some jshint issues in core/js/share* | Roeland Jago Douma | 2016-08-19 | 1 | -3/+5 |
| | |||||
* | Add clipboard button to public share link | Thomas Müller | 2016-07-20 | 1 | -0/+35 |
| | |||||
* | Don't need update permissions on hidden files | Joas Schilling | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Add delete permissions to the default (new in oc9.1) | Joas Schilling | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -1/+1 |
|\ | |||||
| * | Add explicit delete permission to link shares | Vincent Petry | 2016-06-24 | 1 | -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 fixes | Arthur Schiwon | 2016-06-11 | 1 | -2/+2 |
| | | | | | | | | | | | | * fix infinite spinner on blacklisted files * move HTML to template * indentation | ||||
* | | Fix indentation | Lukas Reschke | 2016-06-09 | 1 | -16/+16 |
| | | |||||
* | | add hide file list option | Bjoern Schiessle | 2016-06-09 | 1 | -4/+41 |
|/ | |||||
* | Reordered share link settings | Vincent Chan | 2016-05-02 | 1 | -9/+9 |
| | | | | closes #24122 | ||||
* | extract mail view for sending share invitations | Christoph Wurst | 2016-04-19 | 1 | -69/+0 |
| | | | | fixes #22947 | ||||
* | Update error text for link passwords | Morris Jobke | 2016-03-04 | 1 | -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 exists | Roeland Jago Douma | 2016-02-10 | 1 | -1/+1 |
| | | | | | If there is no share to delete do not set the spinner. Fixes #21726 | ||||
* | Share dialog use OCS API | Vincent Petry | 2016-01-28 | 1 | -7/+15 |
| | |||||
* | Fix duplicate bogus share field when link sharing is not allowed | Vincent Petry | 2015-12-07 | 1 | -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 placeholder | Vincent Petry | 2015-10-26 | 1 | -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 click | Vincent Petry | 2015-10-26 | 1 | -2/+3 |
| | | | | Clicking on the link share must focus and select it | ||||
* | Fix spinner positions in share tab | Vincent Petry | 2015-10-16 | 1 | -0/+1 |
| | | | | Also fix missing spinner when removing link share | ||||
* | Fix DOM element ids in share dialog | Vincent Petry | 2015-10-16 | 1 | -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 feedback | Vincent Petry | 2015-10-08 | 1 | -2/+8 |
| | | | | Redisplay email address after failure | ||||
* | Do not remove linkshare if there is none | Roeland Jago Douma | 2015-10-05 | 1 | -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 error | Vincent Petry | 2015-09-29 | 1 | -3/+19 |
| | | | | | - only allow submitting the password once, single request - display error in tooltip | ||||
* | restyle checkboxes in sidebar | Hendrik Leppelsack | 2015-09-25 | 1 | -3/+3 |
| | |||||
* | Port share.css styles to the sidebar panel | Vincent Petry | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Implement email autocomplete for link share | Vincent Petry | 2015-09-16 | 1 | -0/+27 |
| | |||||
* | Implement email share link | Vincent Petry | 2015-09-16 | 1 | -1/+29 |
| | |||||
* | Add expiration date handling in share tab | Vincent Petry | 2015-09-16 | 1 | -3/+8 |
| | |||||
* | make 'Allow editing' (aka public upload) checkbox work | Arthur Schiwon | 2015-09-16 | 1 | -1/+9 |
| | |||||
* | fix allow upload checkbox appeareance | Arthur Schiwon | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 1 | -1/+31 |
| | |||||
* | mark url on click | Arthur Schiwon | 2015-09-16 | 1 | -0/+6 |
| | |||||
* | share and unshare via link (not yet password). also some internal changes to ↵ | Arthur Schiwon | 2015-09-16 | 1 | -3/+34 |
| | | | | reduce unnecessary rendering | ||||
* | show link share | Arthur Schiwon | 2015-09-16 | 1 | -9/+23 |
| | |||||
* | continue to reimplement sharee list view. still WIP | Arthur Schiwon | 2015-09-16 | 1 | -2/+2 |
| | |||||
* | simplification, and throwing where throwing is needed | Arthur Schiwon | 2015-09-16 | 1 | -5/+3 |
| | |||||
* | integraton noshare part into ShareDialogLinkShareView | Arthur Schiwon | 2015-09-16 | 1 | -22/+30 |
| | |||||
* | split off linkShareView | Arthur Schiwon | 2015-09-16 | 1 | -0/+143 |