summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21850 from owncloud/more-output-for-integrity-checkThomas Müller2016-01-221-0/+6
|\ | | | | Print output for integrity check during ./occ upgrade
| * Print output for integrity check during ./occ upgradeMorris Jobke2016-01-221-0/+6
| |
* | Merge pull request #21849 from owncloud/add-custom-marker-into-htaccessThomas Müller2016-01-221-0/+1
|\ \ | | | | | | Add custom marker into htaccess and execute integrity check after installation
| * | Run on installerLukas Reschke2016-01-221-0/+1
| | |
* | | Merge pull request #21816 from ↵Thomas Müller2016-01-222-9/+19
|\ \ \ | |_|/ |/| | | | | | | | owncloud/require-a-specific-path-instead-of-autoguessing Use path instead of app id for occ app signing
| * | Use path instead of app idLukas Reschke2016-01-202-9/+19
| | | | | | | | | | | | | | | | | | This change requires the usage of a path instead of the App ID when signing code. This has the advantage that developers can also sign code under a different location to make it easier. (e.g. remove `.git`, …) Also it adds an example command usage as well as a link to the documentation
* | | Add a default app icon for apps that don't have oneJoas Schilling2016-01-221-0/+4
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-22148-1140/+1140
| |
* | Move getDescriptiveTag to coreJoas Schilling2016-01-214-3/+99
| |
* | Merge pull request #21797 from owncloud/proper-controller-in-coreThomas Müller2016-01-219-45/+14
|\ \ | | | | | | Move controller in core/ to a common subfolder
| * | move lost controller to core/controllerMorris Jobke2016-01-206-38/+7
| | | | | | | | | | | | | | | | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword
| * | move user controller to core/controllerMorris Jobke2016-01-202-2/+2
| | |
| * | move setup controller to core/controllerMorris Jobke2016-01-201-2/+2
| | |
| * | move avatar controller to core/controllerMorris Jobke2016-01-202-3/+3
| | |
* | | Merge pull request #20847 from owncloud/systemtags-uiThomas Müller2016-01-2112-3/+1134
|\ \ \ | |_|/ |/| | System tags sidebar section
| * | Added system tags GUI in sidebarVincent Petry2016-01-1912-22/+1094
| | | | | | | | | | | | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags.
| * | Implement toggleselect extension for select2Vincent Petry2016-01-191-0/+59
| | | | | | | | | | | | To make it possible to toggle selected values inside the dropdown
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-204-4/+48
|/ /
* | Make it possible to enable apps for groups only via occJoas Schilling2016-01-192-6/+37
| |
* | Make it possible to disable apps via the console, which are not enabled for ↵Joas Schilling2016-01-192-3/+16
| | | | | | | | the current user
* | Make sure to list "group enabled" apps as enabledJoas Schilling2016-01-192-5/+17
|/ | | | also when they are not enabled for the current user
* update JS humanFileSize to use KB instead of kBMorris Jobke2016-01-192-7/+7
|
* Run the command once againJoas Schilling2016-01-181-13/+13
|
* Sort the list before savingJoas Schilling2016-01-181-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-174-0/+156
|
* Backbone transport for WebdavVincent Petry2016-01-165-0/+736
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-162-0/+2
|
* Merge pull request #21370 from owncloud/system-certs-occThomas Müller2016-01-154-0/+226
|\ | | | | Add occ commands to manager trusted certificates
| * Add occ commands to manager trusted certificatesRobin Appelman2016-01-134-0/+226
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-154-0/+34
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-144-0/+44
| |
* | Merge pull request #21676 from owncloud/fix-setup-login-input-shadowsThomas Müller2016-01-131-2/+3
|\ \ | |/ |/| fix login/setup page input shadows
| * fix login/setup page input shadowsChristoph Wurst2016-01-131-2/+3
| | | | | | | | fixes #21658
* | Merge pull request #21659 from ErikPel/cssfixThomas Müller2016-01-131-1/+1
|\ \ | | | | | | Fixed #21542
| * | Fixed #21542Erik Pellikka2016-01-131-1/+1
| | | | | | | | | | | | Changed to 5 pixel
* | | Merge pull request #21630 from owncloud/add-some-security-headers-as-hardeningThomas Müller2016-01-132-12/+41
|\ \ \ | |_|/ |/| | Add X-Download-Options and X-Permitted-Cross-Domain-Policies
| * | Add X-Download-Options and X-Permitted-Cross-Domain-PoliciesLukas Reschke2016-01-122-12/+41
| | | | | | | | | | | | Two small security hardenings for our IE users and those with Adobe products. Aligns it more with https://github.com/twitter/secureheaders#secureheaders---
* | | Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-1361-72/+78
|\ \ \ | | | | | | | | Update license headers 2016
| * | | Happy new year!Thomas Müller2016-01-1261-72/+78
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-1312-76/+130
| | |
* | | Merge pull request #21640 from owncloud/add-config-to-disable-wellknown-checkThomas Müller2016-01-122-3/+18
|\ \ \ | |/ / |/| | Add config switch to disable the .well-known URL check
| * | Add config switch to disable the .well-known URL checkMorris Jobke2016-01-122-3/+18
| |/
* / Show the well-known URL check as info instead of errorMorris Jobke2016-01-122-2/+2
|/ | | | * ref https://github.com/owncloud/core/pull/21562#issuecomment-170344549
* Merge pull request #21628 from owncloud/deprecated_secure_random_funcionsThomas Müller2016-01-121-1/+1
|\ | | | | Replace deprecated function calls to SecureRandom
| * getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-126-0/+26
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-1110-0/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-1014-18/+54
|
* Merge pull request #21562 from owncloud/properly-check-for-well-known-redirectThomas Müller2016-01-093-0/+57
|\ | | | | Add check for .well-known URL in the root of the webservers URL
| * Add check for .well-known URL in the root of the webservers URLMorris Jobke2016-01-083-0/+57
| | | | | | | | * fixes #20012