| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 1 | -3/+14 |
* | Typo | Olivier Paroz | 2015-09-19 | 1 | -1/+1 |
* | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 1 | -2/+2 |
* | Remove unused/obsoleted OC.Share code | Vincent Petry | 2015-09-16 | 1 | -424/+0 |
* | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -80/+0 |
* | make permission/cruds checkboxes work | Arthur Schiwon | 2015-09-16 | 1 | -37/+0 |
* | toggle visibility of detailed cruds permissions | Arthur Schiwon | 2015-09-16 | 1 | -5/+0 |
* | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -24/+0 |
* | make unshare work | Arthur Schiwon | 2015-09-16 | 1 | -34/+0 |
* | make 'Allow editing' (aka public upload) checkbox work | Arthur Schiwon | 2015-09-16 | 1 | -40/+0 |
* | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 1 | -70/+0 |
* | mark url on click | Arthur Schiwon | 2015-09-16 | 1 | -5/+0 |
* | share and unshare via link (not yet password). also some internal changes to ... | Arthur Schiwon | 2015-09-16 | 1 | -74/+0 |
* | old OC.Share.addShareWith now reimplemented | Arthur Schiwon | 2015-09-16 | 1 | -106/+0 |
* | no auto-fetch in model | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
* | improve doc | Arthur Schiwon | 2015-09-16 | 1 | -1/+3 |
* | further work on reimplementing the dialog layout | Arthur Schiwon | 2015-09-16 | 1 | -1/+3 |
* | improve reshare rendering part and move permission calculation to model | Arthur Schiwon | 2015-09-16 | 1 | -3/+4 |
* | make loadItems work async if a callback is provided | Arthur Schiwon | 2015-09-16 | 1 | -2/+7 |
* | started to port the Model to Backbone`s | Arthur Schiwon | 2015-09-16 | 1 | -1/+2 |
* | share dialog view takes advantage of OC.Backbone.View | Arthur Schiwon | 2015-09-16 | 1 | -5/+9 |
* | refactor share dialog for multi-purpose use (dropdown, sidebar) and better ma... | Arthur Schiwon | 2015-09-16 | 1 | -2/+23 |
* | fix share icons of shared items being placed off on mobile | Jan-Christoph Borchardt | 2015-08-26 | 1 | -2/+2 |
* | fix being able to distinguish shared items on mobile | Jan-Christoph Borchardt | 2015-08-25 | 1 | -1/+3 |
* | Make short versions of weekday/month names translatable | Hasso Tepper | 2015-08-21 | 1 | -3/+3 |
* | Inline actions using default renderer are now always permanent | Vincent Petry | 2015-08-10 | 1 | -3/+1 |
* | tests for _parseTime with hex and empty strings | Morris Jobke | 2015-07-28 | 1 | -0/+4 |
* | Fix parsing of sharetime as string | Morris Jobke | 2015-07-28 | 1 | -0/+17 |
* | Adding error handling in case setting the password fails | Thomas Müller | 2015-07-23 | 1 | -5/+12 |
* | Properly format remote recipients | Roeland Jago Douma | 2015-05-27 | 1 | -12/+27 |
* | Merge pull request #12401 from owncloud/add-limit-parameter-to-getSharewith | Thomas Müller | 2015-05-19 | 1 | -1/+1 |
|\ |
|
| * | add support for limit request parameter to getShareWith | Craig Morrissey | 2015-05-15 | 1 | -1/+1 |
* | | Merge pull request #15738 from rullzer/fix_15611 | Vincent Petry | 2015-05-18 | 1 | -10/+26 |
|\ \ |
|
| * | | Fix to make sure expiration date is properly set | Roeland Jago Douma | 2015-05-18 | 1 | -10/+26 |
| |/ |
|
* / | Reset share dialog values so we start out clean | Roeland Jago Douma | 2015-05-18 | 1 | -0/+5 |
|/ |
|
* | Do not restrict permissions for the original owner | Joas Schilling | 2015-04-29 | 1 | -1/+1 |
* | moved from html to $('html') to fix unit tests | Roeland Jago Douma | 2015-04-17 | 1 | -2/+1 |
* | Reset sharedialog values | Roeland Jago Douma | 2015-04-17 | 1 | -0/+4 |
* | remove slow fade animation for remaining tipsy tooltips | Jan-Christoph Borchardt | 2015-04-15 | 1 | -1/+1 |
* | more robust share dialog | Morris Jobke | 2015-04-10 | 1 | -0/+4 |
* | Merge pull request #15235 from owncloud/remote-share-hint | Morris Jobke | 2015-04-09 | 1 | -1/+16 |
|\ |
|
| * | Correctly generate the doc link via go.php | Joas Schilling | 2015-04-09 | 1 | -3/+3 |
| * | fix remote share info icon for IE8 | Jan-Christoph Borchardt | 2015-04-09 | 1 | -1/+1 |
| * | add more present info about remote shares, fix layout of inputs | Jan-Christoph Borchardt | 2015-04-09 | 1 | -0/+10 |
| * | correct remote share hint | Jan-Christoph Borchardt | 2015-03-26 | 1 | -1/+1 |
| * | add hint in Share placeholder on remote share syntax | Jan-Christoph Borchardt | 2015-03-26 | 1 | -1/+6 |
* | | fix enforced password for share in IE8 | Morris Jobke | 2015-03-26 | 1 | -0/+5 |
|/ |
|
* | adjust animations of Share, Versions and others to OC.menuSpeed | Jan-Christoph Borchardt | 2015-03-26 | 1 | -16/+16 |
* | Merge pull request #15121 from owncloud/email-sent-unbold | Morris Jobke | 2015-03-23 | 1 | -4/+4 |
|\ |
|
| * | unbold share email sent notification | Jan-Christoph Borchardt | 2015-03-23 | 1 | -4/+4 |