summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* Port share.css styles to the sidebar panelVincent Petry2015-09-162-3/+2
* Fix cruds button in share dialogVincent Petry2015-09-161-2/+3
* Removed obsolete testsVincent Petry2015-09-161-76/+2
* Fix allow reshare for owner when sharing with self through groupVincent Petry2015-09-162-2/+22
* More unit tests for share dialogVincent Petry2015-09-166-400/+202
* Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-167-1103/+1157
* Remove unused/obsoleted OC.Share codeVincent Petry2015-09-161-424/+0
* Implement email autocomplete for link shareVincent Petry2015-09-161-0/+27
* Implement email share linkVincent Petry2015-09-162-2/+59
* Implement "notify by email" checkbox in share dialogVincent Petry2015-09-162-3/+40
* Clear field after adding userVincent Petry2015-09-161-0/+1
* Fix shares list eventsVincent Petry2015-09-163-31/+29
* Bring back the share icon and update its statusVincent Petry2015-09-162-20/+47
* Add expiration date handling in share tabVincent Petry2015-09-163-25/+139
* cleanupArthur Schiwon2015-09-161-80/+0
* make permission/cruds checkboxes workArthur Schiwon2015-09-163-37/+36
* toggle visibility of detailed cruds permissionsArthur Schiwon2015-09-162-6/+7
* cleanupArthur Schiwon2015-09-161-24/+0
* make unshare workArthur Schiwon2015-09-163-43/+34
* make 'Allow editing' (aka public upload) checkbox workArthur Schiwon2015-09-163-41/+18
* fix allow upload checkbox appeareanceArthur Schiwon2015-09-162-2/+2
* implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-164-74/+54
* mark url on clickArthur Schiwon2015-09-162-5/+6
* share and unshare via link (not yet password). also some internal changes to ...Arthur Schiwon2015-09-168-108/+121
* format groups and remotes in autocomplete listArthur Schiwon2015-09-161-1/+19
* now you even can shareArthur Schiwon2015-09-164-10/+93
* display expiration infoArthur Schiwon2015-09-164-23/+60
* show link shareArthur Schiwon2015-09-164-14/+88
* fixed set of possible permissions for remote sharesArthur Schiwon2015-09-162-7/+18
* old OC.Share.addShareWith now reimplementedArthur Schiwon2015-09-163-133/+27
* sharee list view: better handle collectionsArthur Schiwon2015-09-162-8/+37
* continue to reimplement sharee list view. still WIPArthur Schiwon2015-09-165-19/+327
* started to implement sharee list view. not completed yet, do not cry please.Arthur Schiwon2015-09-163-3/+124
* cleanupArthur Schiwon2015-09-161-4/+0
* set default value and remove now superflous methodArthur Schiwon2015-09-161-19/+5
* no auto-fetch in modelArthur Schiwon2015-09-162-1/+1
* simplification, and throwing where throwing is neededArthur Schiwon2015-09-164-12/+8
* integraton noshare part into ShareDialogLinkShareViewArthur Schiwon2015-09-162-44/+33
* less stupid initalization of subviewsArthur Schiwon2015-09-161-11/+11
* split off expirationViewArthur Schiwon2015-09-162-39/+108
* split off linkShareViewArthur Schiwon2015-09-162-80/+157
* ShareDialogResharerInfoView improvementsArthur Schiwon2015-09-163-9/+10
* split ShareDialogResharerInfoView from base viewArthur Schiwon2015-09-163-43/+137
* show tooltips and load avatarArthur Schiwon2015-09-161-1/+5
* improve docArthur Schiwon2015-09-161-1/+3
* move remaining global settings to configModelArthur Schiwon2015-09-162-5/+33
* further work on reimplementing the dialog layoutArthur Schiwon2015-09-164-17/+192
* improve reshare rendering part and move permission calculation to modelArthur Schiwon2015-09-163-39/+87
* switch to async item loading, take care stuff is updated subsequentlyArthur Schiwon2015-09-162-5/+25
* make loadItems work async if a callback is providedArthur Schiwon2015-09-161-2/+7