Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -12/+13 |
| | | | | This makes theming of file actions possible | ||||
* | Reload list of shares on directory change | Roeland Jago Douma | 2016-02-11 | 1 | -1/+7 |
| | |||||
* | Calculate the share statuses in js from the OCS Response | Roeland Jago Douma | 2016-02-11 | 1 | -6/+12 |
| | | | | | Right now this is only done on page load. We should do it on each directory traversal. | ||||
* | Share dialog use OCS API | Vincent Petry | 2016-01-28 | 1 | -7/+0 |
| | |||||
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 1 | -3/+14 |
| | | | | Makes the details bar show the same icon as in the list. | ||||
* | 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 |
| | | | | The sharing dialog has been moved to ShareDialogView | ||||
* | 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 |
| | | | | reduce unnecessary rendering | ||||
* | 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 |
| | | | | not beautiful, but good enough. share.js will not be around too much longer. | ||||
* | 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 ↵ | Arthur Schiwon | 2015-09-16 | 1 | -2/+23 |
| | | | | maintainability | ||||
* | 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 |
| | | | | | | | | Default renderer like the favorite icon can decide whether to use the permanent class or not. Fixed sharing code to properly update the icon according to sharing state modifications. | ||||
* | 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 |
| | | | | | | | In some cases the ajax/share.php will return the share time as string. If this is the case it would get parsed completely wrong and cause the share dropdown to not work anymore. This change will properly cast the string to an interger and also fallback if this is not possible. | ||||
* | 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 |
| | | | | | | | * A list of recipients can now be properly formatted with remote shares. Before the shares where simply shown in full in the "Shared with others" section. * Unit tests updated and added | ||||
* | Merge pull request #12401 from owncloud/add-limit-parameter-to-getSharewith | Thomas Müller | 2015-05-19 | 1 | -1/+1 |
|\ | | | | | Remove hard coded limit of 15 from getShareWith | ||||
| * | 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 | ||||
| * | | Fix to make sure expiration date is properly set | Roeland Jago Douma | 2015-05-18 | 1 | -10/+26 |
| |/ | | | | | | | | | | | | | | | This did not happen correctly when the password was enforced since a different code path was taken. * moved generation of the default date string to separate function * added unit test | ||||
* / | Reset share dialog values so we start out clean | Roeland Jago Douma | 2015-05-18 | 1 | -0/+5 |
|/ | | | | * Unit test | ||||
* | 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 |
|\ | | | | | Hint for remote sharing syntax | ||||
| * | 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 |
| | |