summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-165-74/+58
|
* 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
| | | | reduce unnecessary rendering
* format groups and remotes in autocomplete listArthur Schiwon2015-09-161-1/+19
|
* remove obsolete file actionArthur Schiwon2015-09-161-55/+0
|
* now you even can shareArthur Schiwon2015-09-166-11/+94
|
* display expiration infoArthur Schiwon2015-09-164-23/+60
|
* show link shareArthur Schiwon2015-09-166-20/+92
|
* 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-164-3/+125
|
* 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
|
* Fix share permissions for share tabVincent Petry2015-09-161-2/+1
|
* Add share dialog into share tabVincent Petry2015-09-163-13/+42
|
* 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-163-39/+109
|
* split off linkShareViewArthur Schiwon2015-09-163-80/+158
|
* ShareDialogResharerInfoView improvementsArthur Schiwon2015-09-163-9/+10
|
* split ShareDialogResharerInfoView from base viewArthur Schiwon2015-09-164-43/+138
|
* 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-165-17/+193
|
* 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
| | | | not beautiful, but good enough. share.js will not be around too much longer.
* model now extends Backbone's model and isadjustedArthur Schiwon2015-09-161-13/+27
|
* started to port the Model to Backbone`sArthur Schiwon2015-09-162-27/+19
|
* remove possibly unreliable code and fix JSdocArthur Schiwon2015-09-161-8/+9
|
* share dialog view takes advantage of OC.Backbone.ViewArthur Schiwon2015-09-162-77/+43
|
* refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵Arthur Schiwon2015-09-166-3/+462
| | | | maintainability
* Merge pull request #19014 from ↵Thomas Müller2015-09-162-3/+19
|\ | | | | | | | | owncloud/dont-add-requestheaders-for-cross-domain-requests Add security hardenings to $.ajax()
| * Merge branch 'master' into dont-add-requestheaders-for-cross-domain-requestsLukas Reschke2015-09-155-8/+19
| |\
| * | Disable automatic evaluation of responsesLukas Reschke2015-09-151-0/+14
| | | | | | | | | | | | | | | | | | | | | If a response to a $.ajax() request returns a content type of "application/javascript" JQuery would previously execute the response body. This is a pretty unexpected behaviour and can result in a bypass of our Content-Security-Policy as well as multiple unexpected XSS vectors.
| * | Do not add sensitive request headers for cross domain requestsLukas Reschke2015-09-151-3/+5
| | | | | | | | | | | | Prevents leaking the CSRF token to another third-party domain by mistake.
* | | Merge pull request #18979 from owncloud/sidebare-preview-fixesThomas Müller2015-09-164-48/+83
|\ \ \ | | | | | | | | Sidebare preview fixes
| * | | fix filename display in sidebar, fix #18981Jan-Christoph Borchardt2015-09-151-0/+3
| | | |
| * | | fix small mimetype iconsRobin Appelman2015-09-151-3/+3
| | | |
| * | | recognize eps, psd and illustrator as imageRobin Appelman2015-09-151-1/+7
| | | |
| * | | crop to the center for landscape imagesRobin Appelman2015-09-151-1/+5
| | | |
| * | | Various thumbnail fixesRobin Appelman2015-09-151-44/+62
| | | | | | | | | | | | | | | | | | | | | | | | - Show square images as portrait - Set max height based on sidebar width - cleanup
| * | | Fix path for fileinfomodel in subdirectoriesRobin Appelman2015-09-151-1/+1
| | | |
| * | | normal margins for portrait previewsRobin Appelman2015-09-151-0/+4
| | | |
* | | | Merge pull request #18938 from owncloud/occ_decrypt_all2Thomas Müller2015-09-1615-4/+1482
|\ \ \ \ | | | | | | | | | | occ script to disable encryption and to decrypt all files again