summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialogview.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix DOM element ids in share dialogVincent Petry2015-10-161-5/+6
| | | | | | | | - Rely on class names instead of global ids - When global ids are needed for label+checkbox, append the view id (cid) to the element's id This fixes the checkboxes when multiple sidebars exist in the DOM.
* Focus on share field after first displayVincent Petry2015-10-021-1/+8
|
* Show loading spinner for first fetch of sharesVincent Petry2015-09-281-5/+26
| | | | | Whenever the sidebar first loads shares, show a spinner instead of an empty content
* Fix bogus entry that appears when switching with arrow keysVincent Petry2015-09-221-0/+3
|
* Port share.css styles to the sidebar panelVincent Petry2015-09-161-2/+1
|
* More unit tests for share dialogVincent Petry2015-09-161-8/+16
|
* Clear field after adding userVincent Petry2015-09-161-0/+1
|
* Fix shares list eventsVincent Petry2015-09-161-10/+7
| | | | | Some events need preventing default like unshare, but setting permissions doesn't.
* implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-161-1/+1
|
* share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-161-16/+6
| | | | reduce unnecessary rendering
* format groups and remotes in autocomplete listArthur Schiwon2015-09-161-1/+19
|
* now you even can shareArthur Schiwon2015-09-161-0/+46
|
* display expiration infoArthur Schiwon2015-09-161-0/+1
|
* continue to reimplement sharee list view. still WIPArthur Schiwon2015-09-161-2/+12
|
* started to implement sharee list view. not completed yet, do not cry please.Arthur Schiwon2015-09-161-3/+6
|
* cleanupArthur Schiwon2015-09-161-4/+0
|
* simplification, and throwing where throwing is neededArthur Schiwon2015-09-161-1/+1
|
* integraton noshare part into ShareDialogLinkShareViewArthur Schiwon2015-09-161-22/+3
|
* less stupid initalization of subviewsArthur Schiwon2015-09-161-11/+11
|
* split off expirationViewArthur Schiwon2015-09-161-39/+15
|
* split off linkShareViewArthur Schiwon2015-09-161-80/+14
|
* ShareDialogResharerInfoView improvementsArthur Schiwon2015-09-161-4/+4
|
* split ShareDialogResharerInfoView from base viewArthur Schiwon2015-09-161-43/+19
|
* show tooltips and load avatarArthur Schiwon2015-09-161-1/+5
|
* move remaining global settings to configModelArthur Schiwon2015-09-161-5/+5
|
* further work on reimplementing the dialog layoutArthur Schiwon2015-09-161-6/+106
|
* improve reshare rendering part and move permission calculation to modelArthur Schiwon2015-09-161-35/+27
|
* switch to async item loading, take care stuff is updated subsequentlyArthur Schiwon2015-09-161-0/+12
|
* remove possibly unreliable code and fix JSdocArthur Schiwon2015-09-161-8/+9
|
* share dialog view takes advantage of OC.Backbone.ViewArthur Schiwon2015-09-161-72/+34
|
* refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵Arthur Schiwon2015-09-161-0/+253
maintainability