summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-062-0/+4
| | |
* | | Merge pull request #18823 from owncloud/filetype-pngsMorris Jobke2015-09-0423-4/+3
|\ \ \ | | | | | | | | export correct 48px png fallbacks for filetype icons
| * | | also modify other places icons to fit new styleJan-Christoph Borchardt2015-09-034-4/+3
| | | |
| * | | export correct 48px png fallbacks for filetype iconsJan-Christoph Borchardt2015-09-0320-0/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-0474-0/+78
| | | |
* | | | Merge pull request #18803 from owncloud/toggle-svgRobin Appelman2015-09-032-3/+3
|\ \ \ \ | |/ / / |/| | | use SVG for toggle image on installation instead of PNG
| * | | use SVG for toggle image instead of PNG, fix installation and personal ↵Jan-Christoph Borchardt2015-09-032-3/+3
| | | | | | | | | | | | | | | | settings toggle
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-034-2/+112
|/ / /
* | | Merge pull request #18764 from owncloud/login-template-accessibilityMorris Jobke2015-09-031-1/+1
|\ \ \ | | | | | | | | add title attribute for the login button
| * | | add title attribute for the login buttonChristoph Wurst2015-09-021-1/+1
| | | |
* | | | Merge pull request #18682 from owncloud/quota-select-styleJan-Christoph Borchardt2015-09-033-2/+14
|\ \ \ \ | | | | | | | | | | Makes settings quota select like multiselect.
| * | | | use proper triangle for multiselect dropdowns as wellJan-Christoph Borchardt2015-09-033-2/+4
| | | | |
| * | | | Makes settings select like multiselectRaghu Nayyar2015-09-031-0/+10
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-022-0/+34
| | | | |
* | | | | Allow creating previewss that cover the specified dimensionsRobin Appelman2015-09-021-0/+2
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-0110-0/+54
| |/ / |/| |
* | | Merge pull request #17899 from owncloud/enc_make_key_storage_root_configurableVincent Petry2015-08-313-0/+345
|\ \ \ | | | | | | | | Make root of key storage configurable
| * | | make system root of key storage configurableBjoern Schiessle2015-08-303-0/+345
| |/ /
* | | Introduce small line for navigation sidebarMorris Jobke2015-08-301-0/+5
| | |
* | | Add apps unit testVincent Petry2015-08-301-0/+48
|/ /
* | Allow remote avatarsRoeland Jago Douma2015-08-291-1/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-08-294-0/+12
| |
* | Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-282-0/+115
|\ \ | | | | | | occ command line tool to encrypt all files
| * | occ tool to encrypt all filesBjoern Schiessle2015-08-262-0/+115
| | |