summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6670 from nextcloud/handle-encryption-state-in-web-interfaceTobias Kaminsky2017-12-061-1/+5
|\
| * show e2e folder icon on encrypted foldersBjoern Schiessle2017-11-201-1/+5
* | recycle SharedFileInfo values in fileInfoArthur Schiwon2017-11-231-1/+0
* | fix tooltips for goodArthur Schiwon2017-11-231-1/+1
* | apply tooltip to all avatarsArthur Schiwon2017-11-231-2/+1
* | rip out obsolete recipientsDisplayNameArthur Schiwon2017-11-231-1/+4
* | adjust tests and apply sortingArthur Schiwon2017-11-231-3/+4
* | adjust, fix and extend testsArthur Schiwon2017-11-231-13/+9
* | Fix avatars in file rows of incoming sharesArthur Schiwon2017-11-231-5/+6
* | fix avatars in file rows of outgoing sharesArthur Schiwon2017-11-231-7/+14
|/
* use single quotesArthur Schiwon2017-11-021-2/+2
* Adjust js testsArthur Schiwon2017-11-011-7/+6
* Fix test for tooltip and local share ownerJan-Christoph Borchardt2017-11-011-3/+2
* Restore 'Shared' text field for owner, since 'recipients' is still empty.Marin Treselj2017-10-311-3/+2
* Fix CSS, better handling of recipientsMarin Treselj2017-10-311-11/+12
* Fixed a11y; span instead of a divMarin Treselj2017-10-311-1/+1
* Show avatar instead of username for shared filesJan-Christoph Borchardt2017-10-311-1/+6
* Merge pull request #4611 from nextcloud/js-use-dot-notationRoeland Jago Douma2017-05-021-1/+1
|\
| * Use dot notation for array access - JSLint recommendationMorris Jobke2017-05-011-1/+1
* | Remove unused methods from OC.ShareMorris Jobke2017-05-011-87/+0
|/
* Add sharing types for guestsLukas Reschke2017-04-281-0/+1
* Fix AdBlock blocking share icon, ref #866Jan-Christoph Borchardt2017-04-121-6/+6
* shares-circlesMaxence Lange2017-03-171-0/+1
* Replace deprecated $.tipsy(...) by $.tooltip(...)Christoph Wurst2017-02-271-1/+1
* Display "Share" alt text for share action icon (#26158)Vincent Petry2016-09-261-1/+1
* Add fancy layoutLukas Reschke2016-06-091-1/+0
* Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-12/+13
* 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
* Share dialog use OCS APIVincent Petry2016-01-281-7/+0
* Fix icon update to be more consistentVincent Petry2015-10-291-3/+14
* 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
* 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
* 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
* started to port the Model to Backbone`sArthur Schiwon2015-09-161-1/+2