Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restyle checkboxes in sidebar | Hendrik Leppelsack | 2015-09-25 | 3 | -10/+10 |
| | |||||
* | fix multiselect | Hendrik Leppelsack | 2015-09-25 | 1 | -0/+3 |
| | |||||
* | Merge pull request #18517 from owncloud/17753_to_master | Thomas Müller | 2015-09-24 | 1 | -2/+2 |
|\ | | | | | Fix preview of old file on public upload conflicts | ||||
| * | Fix preview of old file on public upload conflicts | Olivier Paroz | 2015-09-20 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #19305 from owncloud/share-hasusershares | Thomas Müller | 2015-09-24 | 2 | -2/+72 |
|\ \ | | | | | | | Fix ShareItemModel.hasUserShares to only check shares of current item | ||||
| * | | Fix ShareItemModel.hasUserShares to only check shares of current item | Vincent Petry | 2015-09-23 | 2 | -2/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | The shares array is based on what the server returns and can contain share info for parent folders. hasUserShares is now fixed to ignore parent folders and only checks for shares on the current item. | ||||
* | | | Expiration date was always a string | Vincent Petry | 2015-09-24 | 2 | -5/+5 |
|/ / | |||||
* | | Fix parsing int attributes from share.php response | Vincent Petry | 2015-09-23 | 2 | -7/+70 |
| | | | | | | | | | | | | | | Sometimes the attributes returned by share.php are integers but packaged as strings. This fix makes sure that such attributes are parsed as integers | ||||
* | | Merge pull request #19220 from individual-it/fix_19164 | Thomas Müller | 2015-09-23 | 1 | -0/+2 |
|\ \ | | | | | | | re initialize OC.Share.currentShares OC.Share.itemShares | ||||
| * | | re initialize OC.Share.currentShares OC.Share.itemShares | Individual IT Services | 2015-09-21 | 1 | -0/+2 |
| |/ | | | | | | | otherwise old values are kept. fix for #19164 | ||||
* | | Merge pull request #19279 from owncloud/share-fixbogusentry | Thomas Müller | 2015-09-23 | 1 | -0/+3 |
|\ \ | | | | | | | Fix bogus entry that appears when switching with arrow keys | ||||
| * | | Fix bogus entry that appears when switching with arrow keys | Vincent Petry | 2015-09-22 | 1 | -0/+3 |
| | | | |||||
* | | | implement builder pattern in tipsy shim | Hendrik Leppelsack | 2015-09-23 | 1 | -0/+1 |
| | | | |||||
* | | | Update mimetypes | Lukas Reschke | 2015-09-22 | 1 | -34/+23 |
|/ / | |||||
* | | fix missing checkboxes in file comparator | Hendrik Leppelsack | 2015-09-21 | 1 | -0/+5 |
| | | |||||
* | | Typo | Olivier Paroz | 2015-09-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #19008 from owncloud/jquery_avatar_tests | Thomas Müller | 2015-09-18 | 2 | -1/+241 |
|\ | | | | | JS tests for jquery.avatar | ||||
| * | Added js tests for jquery.avatar | Roeland Jago Douma | 2015-09-14 | 2 | -1/+241 |
| | | | | | | | | * Ceil avatar request size | ||||
* | | fix missing checkboxes in share dialog | Hendrik Leppelsack | 2015-09-17 | 1 | -6/+12 |
| | | |||||
* | | Port share.css styles to the sidebar panel | Vincent Petry | 2015-09-16 | 2 | -3/+2 |
| | | |||||
* | | Fix cruds button in share dialog | Vincent Petry | 2015-09-16 | 1 | -2/+3 |
| | | | | | | | | Only toggle the current row | ||||
* | | Removed obsolete tests | Vincent Petry | 2015-09-16 | 1 | -76/+2 |
| | | |||||
* | | Fix allow reshare for owner when sharing with self through group | Vincent Petry | 2015-09-16 | 2 | -2/+22 |
| | | |||||
* | | More unit tests for share dialog | Vincent Petry | 2015-09-16 | 6 | -400/+202 |
| | | |||||
* | | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 7 | -1103/+1157 |
| | | |||||
* | | Remove unused/obsoleted OC.Share code | Vincent Petry | 2015-09-16 | 1 | -424/+0 |
| | | | | | | | | The sharing dialog has been moved to ShareDialogView | ||||
* | | Implement email autocomplete for link share | Vincent Petry | 2015-09-16 | 1 | -0/+27 |
| | | |||||
* | | Implement email share link | Vincent Petry | 2015-09-16 | 2 | -2/+59 |
| | | |||||
* | | Implement "notify by email" checkbox in share dialog | Vincent Petry | 2015-09-16 | 2 | -3/+40 |
| | | |||||
* | | Clear field after adding user | Vincent Petry | 2015-09-16 | 1 | -0/+1 |
| | | |||||
* | | Fix shares list events | Vincent Petry | 2015-09-16 | 3 | -31/+29 |
| | | | | | | | | | | Some events need preventing default like unshare, but setting permissions doesn't. | ||||
* | | Bring back the share icon and update its status | Vincent Petry | 2015-09-16 | 2 | -20/+47 |
| | | | | | | | | | | Display share icon in file list row. Update share icon status when the sharing state changed. | ||||
* | | Add expiration date handling in share tab | Vincent Petry | 2015-09-16 | 3 | -25/+139 |
| | | |||||
* | | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -80/+0 |
| | | |||||
* | | make permission/cruds checkboxes work | Arthur Schiwon | 2015-09-16 | 3 | -37/+36 |
| | | |||||
* | | toggle visibility of detailed cruds permissions | Arthur Schiwon | 2015-09-16 | 2 | -6/+7 |
| | | |||||
* | | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -24/+0 |
| | | |||||
* | | make unshare work | Arthur Schiwon | 2015-09-16 | 3 | -43/+34 |
| | | |||||
* | | make 'Allow editing' (aka public upload) checkbox work | Arthur Schiwon | 2015-09-16 | 3 | -41/+18 |
| | | |||||
* | | fix allow upload checkbox appeareance | Arthur Schiwon | 2015-09-16 | 2 | -2/+2 |
| | | |||||
* | | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 4 | -74/+54 |
| | | |||||
* | | mark url on click | Arthur Schiwon | 2015-09-16 | 2 | -5/+6 |
| | | |||||
* | | share and unshare via link (not yet password). also some internal changes to ↵ | Arthur Schiwon | 2015-09-16 | 8 | -108/+121 |
| | | | | | | | | reduce unnecessary rendering | ||||
* | | format groups and remotes in autocomplete list | Arthur Schiwon | 2015-09-16 | 1 | -1/+19 |
| | | |||||
* | | now you even can share | Arthur Schiwon | 2015-09-16 | 4 | -10/+93 |
| | | |||||
* | | display expiration info | Arthur Schiwon | 2015-09-16 | 4 | -23/+60 |
| | | |||||
* | | show link share | Arthur Schiwon | 2015-09-16 | 4 | -14/+88 |
| | | |||||
* | | fixed set of possible permissions for remote shares | Arthur Schiwon | 2015-09-16 | 2 | -7/+18 |
| | | |||||
* | | old OC.Share.addShareWith now reimplemented | Arthur Schiwon | 2015-09-16 | 3 | -133/+27 |
| | | |||||
* | | sharee list view: better handle collections | Arthur Schiwon | 2015-09-16 | 2 | -8/+37 |
| | |