summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | | | | | | | | | | | | | | | | | | | 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-163-2/+389
| | | | | | | | | | | | | | | | | | | | maintainability
* | | | | fix checkbox imagesJan-Christoph Borchardt2015-09-169-6/+9
| | | | |
* | | | | use label:before instead of labelHendrik Leppelsack2015-09-162-19/+23
| | | | |
* | | | | Fixes white and black checkboxes in core, files will be next.Raghu Nayyar2015-09-162-6/+22
| | | | |
* | | | | add white versions of custom checkboxesJan-Christoph Borchardt2015-09-166-0/+12
| | | | |
* | | | | Adds background image for checkboxesRaghu Nayyar2015-09-161-1/+18
| | | | |
* | | | | custom checkbox styleJan-Christoph Borchardt2015-09-166-0/+12
|/ / / /
* | | | 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()
| * | | | 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 #18938 from owncloud/occ_decrypt_all2Thomas Müller2015-09-162-0/+155
|\ \ \ \ | | | | | | | | | | occ script to disable encryption and to decrypt all files again
| * | | | occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-152-0/+155
| |/ / /
* / / / Revert "Allow Remote avatars"Thomas Müller2015-09-151-5/+1
|/ / /
* | | Merge pull request #18982 from owncloud/fix_18878Lukas Reschke2015-09-141-0/+4
|\ \ \ | | | | | | | | enforce loading icon in sidebar to be 32x32
| * | | enforce loading icon in sidebar to be 32x32Georg Ehrke2015-09-111-0/+4
| | | |
* | | | use the same pattern for the command name like every other commandBjoern Schiessle2015-09-141-1/+1
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-142-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-124-0/+70
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-112-0/+38
| |
* | Prevent referer from being sentLukas Reschke2015-09-093-0/+3
| | | | | | | | Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-082-0/+20
| |
* | Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-072-0/+75
|\ \ | | | | | | Combine upload action into the "New" menu
| * | fix icon and layout details for new menuJan-Christoph Borchardt2015-09-031-9/+1
| | |
| * | Combine upload action into the "New" menuVincent Petry2015-08-282-0/+83
| | | | | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-072-0/+28
| | |
* | | Merge pull request #18742 from owncloud/mimetype-updatedbRoeland Douma2015-09-063-19/+123
|\ \ \ | | | | | | | | Introduce mimetype DB update occ command
| * | | Introduce mimetype DB update occ commandRobin McCorkell2015-09-042-1/+98
| | | |
| * | | Move maintenance:mimetypesjs to sublocation, cleanup codeRobin McCorkell2015-09-012-19/+26
| | | |