Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |