Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 5 | -74/+58 |
| | |||||
* | mark url on click | Arthur Schiwon | 2015-09-16 | 2 | -5/+6 |
| | |||||
* | share and unshare via link (not yet password). also some internal changes to ↵ | Arthur Schiwon | 2015-09-16 | 8 | -108/+121 |
| | | | | reduce unnecessary rendering | ||||
* | format groups and remotes in autocomplete list | Arthur Schiwon | 2015-09-16 | 1 | -1/+19 |
| | |||||
* | remove obsolete file action | Arthur Schiwon | 2015-09-16 | 1 | -55/+0 |
| | |||||
* | now you even can share | Arthur Schiwon | 2015-09-16 | 6 | -11/+94 |
| | |||||
* | display expiration info | Arthur Schiwon | 2015-09-16 | 4 | -23/+60 |
| | |||||
* | show link share | Arthur Schiwon | 2015-09-16 | 6 | -20/+92 |
| | |||||
* | fixed set of possible permissions for remote shares | Arthur Schiwon | 2015-09-16 | 2 | -7/+18 |
| | |||||
* | old OC.Share.addShareWith now reimplemented | Arthur Schiwon | 2015-09-16 | 3 | -133/+27 |
| | |||||
* | sharee list view: better handle collections | Arthur Schiwon | 2015-09-16 | 2 | -8/+37 |
| | |||||
* | continue to reimplement sharee list view. still WIP | Arthur Schiwon | 2015-09-16 | 5 | -19/+327 |
| | |||||
* | started to implement sharee list view. not completed yet, do not cry please. | Arthur Schiwon | 2015-09-16 | 4 | -3/+125 |
| | |||||
* | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -4/+0 |
| | |||||
* | set default value and remove now superflous method | Arthur Schiwon | 2015-09-16 | 1 | -19/+5 |
| | |||||
* | no auto-fetch in model | Arthur Schiwon | 2015-09-16 | 2 | -1/+1 |
| | |||||
* | simplification, and throwing where throwing is needed | Arthur Schiwon | 2015-09-16 | 4 | -12/+8 |
| | |||||
* | Fix share permissions for share tab | Vincent Petry | 2015-09-16 | 1 | -2/+1 |
| | |||||
* | Add share dialog into share tab | Vincent Petry | 2015-09-16 | 3 | -13/+42 |
| | |||||
* | integraton noshare part into ShareDialogLinkShareView | Arthur Schiwon | 2015-09-16 | 2 | -44/+33 |
| | |||||
* | less stupid initalization of subviews | Arthur Schiwon | 2015-09-16 | 1 | -11/+11 |
| | |||||
* | split off expirationView | Arthur Schiwon | 2015-09-16 | 3 | -39/+109 |
| | |||||
* | split off linkShareView | Arthur Schiwon | 2015-09-16 | 3 | -80/+158 |
| | |||||
* | ShareDialogResharerInfoView improvements | Arthur Schiwon | 2015-09-16 | 3 | -9/+10 |
| | |||||
* | split ShareDialogResharerInfoView from base view | Arthur Schiwon | 2015-09-16 | 4 | -43/+138 |
| | |||||
* | show tooltips and load avatar | Arthur Schiwon | 2015-09-16 | 1 | -1/+5 |
| | |||||
* | improve doc | Arthur Schiwon | 2015-09-16 | 1 | -1/+3 |
| | |||||
* | move remaining global settings to configModel | Arthur Schiwon | 2015-09-16 | 2 | -5/+33 |
| | |||||
* | further work on reimplementing the dialog layout | Arthur Schiwon | 2015-09-16 | 5 | -17/+193 |
| | |||||
* | improve reshare rendering part and move permission calculation to model | Arthur Schiwon | 2015-09-16 | 3 | -39/+87 |
| | |||||
* | switch to async item loading, take care stuff is updated subsequently | Arthur Schiwon | 2015-09-16 | 2 | -5/+25 |
| | |||||
* | make loadItems work async if a callback is provided | Arthur Schiwon | 2015-09-16 | 1 | -2/+7 |
| | | | | not beautiful, but good enough. share.js will not be around too much longer. | ||||
* | model now extends Backbone's model and isadjusted | Arthur Schiwon | 2015-09-16 | 1 | -13/+27 |
| | |||||
* | started to port the Model to Backbone`s | Arthur Schiwon | 2015-09-16 | 2 | -27/+19 |
| | |||||
* | remove possibly unreliable code and fix JSdoc | Arthur Schiwon | 2015-09-16 | 1 | -8/+9 |
| | |||||
* | share dialog view takes advantage of OC.Backbone.View | Arthur Schiwon | 2015-09-16 | 2 | -77/+43 |
| | |||||
* | refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵ | Arthur Schiwon | 2015-09-16 | 6 | -3/+462 |
| | | | | maintainability | ||||
* | Merge pull request #19014 from ↵ | Thomas Müller | 2015-09-16 | 2 | -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-requests | Lukas Reschke | 2015-09-15 | 5 | -8/+19 |
| |\ | |||||
| * | | Disable automatic evaluation of responses | Lukas Reschke | 2015-09-15 | 1 | -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 requests | Lukas Reschke | 2015-09-15 | 1 | -3/+5 |
| | | | | | | | | | | | | Prevents leaking the CSRF token to another third-party domain by mistake. | ||||
* | | | Merge pull request #18979 from owncloud/sidebare-preview-fixes | Thomas Müller | 2015-09-16 | 4 | -48/+83 |
|\ \ \ | | | | | | | | | Sidebare preview fixes | ||||
| * | | | fix filename display in sidebar, fix #18981 | Jan-Christoph Borchardt | 2015-09-15 | 1 | -0/+3 |
| | | | | |||||
| * | | | fix small mimetype icons | Robin Appelman | 2015-09-15 | 1 | -3/+3 |
| | | | | |||||
| * | | | recognize eps, psd and illustrator as image | Robin Appelman | 2015-09-15 | 1 | -1/+7 |
| | | | | |||||
| * | | | crop to the center for landscape images | Robin Appelman | 2015-09-15 | 1 | -1/+5 |
| | | | | |||||
| * | | | Various thumbnail fixes | Robin Appelman | 2015-09-15 | 1 | -44/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Show square images as portrait - Set max height based on sidebar width - cleanup | ||||
| * | | | Fix path for fileinfomodel in subdirectories | Robin Appelman | 2015-09-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | normal margins for portrait previews | Robin Appelman | 2015-09-15 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #18938 from owncloud/occ_decrypt_all2 | Thomas Müller | 2015-09-16 | 15 | -4/+1482 |
|\ \ \ \ | | | | | | | | | | | occ script to disable encryption and to decrypt all files again |