summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
Commit message (Collapse)AuthorAgeFilesLines
* Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-12/+13
| | | | This makes theming of file actions possible
* Reload list of shares on directory changeRoeland Jago Douma2016-02-111-1/+7
|
* Calculate the share statuses in js from the OCS ResponseRoeland Jago Douma2016-02-111-6/+12
| | | | | Right now this is only done on page load. We should do it on each directory traversal.
* Share dialog use OCS APIVincent Petry2016-01-281-7/+0
|
* Fix icon update to be more consistentVincent Petry2015-10-291-3/+14
| | | | Makes the details bar show the same icon as in the list.
* TypoOlivier Paroz2015-09-191-1/+1
|
* Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-161-2/+2
|
* Remove unused/obsoleted OC.Share codeVincent Petry2015-09-161-424/+0
| | | | The sharing dialog has been moved to ShareDialogView
* cleanupArthur Schiwon2015-09-161-80/+0
|
* make permission/cruds checkboxes workArthur Schiwon2015-09-161-37/+0
|
* toggle visibility of detailed cruds permissionsArthur Schiwon2015-09-161-5/+0
|
* cleanupArthur Schiwon2015-09-161-24/+0
|
* make unshare workArthur Schiwon2015-09-161-34/+0
|
* make 'Allow editing' (aka public upload) checkbox workArthur Schiwon2015-09-161-40/+0
|
* implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-161-70/+0
|
* mark url on clickArthur Schiwon2015-09-161-5/+0
|
* share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-161-74/+0
| | | | reduce unnecessary rendering
* old OC.Share.addShareWith now reimplementedArthur Schiwon2015-09-161-106/+0
|
* no auto-fetch in modelArthur Schiwon2015-09-161-0/+1
|
* improve docArthur Schiwon2015-09-161-1/+3
|
* further work on reimplementing the dialog layoutArthur Schiwon2015-09-161-1/+3
|
* improve reshare rendering part and move permission calculation to modelArthur Schiwon2015-09-161-3/+4
|
* make loadItems work async if a callback is providedArthur Schiwon2015-09-161-2/+7
| | | | not beautiful, but good enough. share.js will not be around too much longer.
* started to port the Model to Backbone`sArthur Schiwon2015-09-161-1/+2
|
* share dialog view takes advantage of OC.Backbone.ViewArthur Schiwon2015-09-161-5/+9
|
* refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵Arthur Schiwon2015-09-161-2/+23
| | | | maintainability
* fix share icons of shared items being placed off on mobileJan-Christoph Borchardt2015-08-261-2/+2
|
* fix being able to distinguish shared items on mobileJan-Christoph Borchardt2015-08-251-1/+3
|
* Make short versions of weekday/month names translatableHasso Tepper2015-08-211-3/+3
|
* Inline actions using default renderer are now always permanentVincent Petry2015-08-101-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 stringsMorris Jobke2015-07-281-0/+4
|
* Fix parsing of sharetime as stringMorris Jobke2015-07-281-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 failsThomas Müller2015-07-231-5/+12
|
* Properly format remote recipientsRoeland Jago Douma2015-05-271-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-getSharewithThomas Müller2015-05-191-1/+1
|\ | | | | Remove hard coded limit of 15 from getShareWith
| * add support for limit request parameter to getShareWithCraig Morrissey2015-05-151-1/+1
| |
* | Merge pull request #15738 from rullzer/fix_15611Vincent Petry2015-05-181-10/+26
|\ \ | | | | | | Fix to make sure expiration date is properly set
| * | Fix to make sure expiration date is properly setRoeland Jago Douma2015-05-181-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 cleanRoeland Jago Douma2015-05-181-0/+5
|/ | | | * Unit test
* Do not restrict permissions for the original ownerJoas Schilling2015-04-291-1/+1
|
* moved from html to $('html') to fix unit testsRoeland Jago Douma2015-04-171-2/+1
|
* Reset sharedialog valuesRoeland Jago Douma2015-04-171-0/+4
|
* remove slow fade animation for remaining tipsy tooltipsJan-Christoph Borchardt2015-04-151-1/+1
|
* more robust share dialogMorris Jobke2015-04-101-0/+4
|
* Merge pull request #15235 from owncloud/remote-share-hintMorris Jobke2015-04-091-1/+16
|\ | | | | Hint for remote sharing syntax
| * Correctly generate the doc link via go.phpJoas Schilling2015-04-091-3/+3
| |
| * fix remote share info icon for IE8Jan-Christoph Borchardt2015-04-091-1/+1
| |
| * add more present info about remote shares, fix layout of inputsJan-Christoph Borchardt2015-04-091-0/+10
| |
| * correct remote share hintJan-Christoph Borchardt2015-03-261-1/+1
| |
| * add hint in Share placeholder on remote share syntaxJan-Christoph Borchardt2015-03-261-1/+6
| |