summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16935 from owncloud/allow-app-check-code-for-deprecated-c...Joas Schilling2015-07-201-2/+31
|\
| * PR #17046 deprecated OCP\Util::mb_(sub)str_replace()Joas Schilling2015-07-171-1/+1
| * Allow specifying the checkers used in app:check-codeRobin McCorkell2015-07-171-15/+21
| * Use the decorator patternJoas Schilling2015-07-171-5/+9
| * Restructor the code into different classes instead of extendingJoas Schilling2015-07-171-4/+7
| * Use non-zero exit codeJoas Schilling2015-07-171-1/+2
| * Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-171-1/+16
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-204-0/+8
* | Merge pull request #17686 from owncloud/fix-occ-config-commandsMorris Jobke2015-07-188-17/+20
|\ \
| * | Use constants for the output formatsJoas Schilling2015-07-174-8/+12
| * | Add app and config name to error messagesJoas Schilling2015-07-164-5/+5
| * | Use json_pretty as default for the config lists (for easier export/import)Joas Schilling2015-07-162-6/+5
| |/
* | Merge pull request #17490 from owncloud/fix-closestThomas Müller2015-07-171-1/+1
|\ \ | |/ |/|
| * fix browser compatibility issue for element.closestHendrik Leppelsack2015-07-081-1/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-152-0/+14
* | Merge pull request #17565 from owncloud/fix/remote_shareRoeland Douma2015-07-131-1/+1
|\ \
| * | allow remote shares for users with email as usernamesFelix Böhm2015-07-101-1/+1
* | | Merge pull request #17599 from owncloud/fix-joinpaths-trailingslashMorris Jobke2015-07-132-4/+18
|\ \ \
| * | | Fix OC.joinPaths with empty argumentsVincent Petry2015-07-132-4/+18
* | | | Add helper functions for host, port and webrootVincent Petry2015-07-131-0/+45
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-136-4/+24
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-122-0/+4
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-112-0/+4
* | | Merge pull request #17559 from owncloud/js-joinpathsutilityMorris Jobke2015-07-102-0/+83
|\ \ \
| * | | More tests for joinPathsVincent Petry2015-07-101-0/+3
| * | | Add OC.joinPaths for convenient path joiningVincent Petry2015-07-102-0/+80
* | | | Merge pull request #17555 from owncloud/update-test-librariesVincent Petry2015-07-102-4290/+5949
|\ \ \ \
| * | | | Update JS unit test libsVincent Petry2015-07-102-4290/+5949
* | | | | Move mimetypealiases.json to mimetypealiases.dist.jsonRoeland Jago Douma2015-07-101-1/+6
| |/ / / |/| | |
* | | | Merge pull request #17483 from rullzer/migrate-mimetype-jsVincent Petry2015-07-102-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | MimeTypes now also supports httpd/unix-directoryRoeland Jago Douma2015-07-091-0/+1
| * | | Move calls to Files.getMimeIcon to OC.MimeType.getIconUrlRoeland Jago Douma2015-07-091-3/+2
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-108-6/+18
* | | | [command] single user mode - use config object & add testsMorris Jobke2015-07-092-4/+17
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-0916-0/+32
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-0862-62/+0
* | | Merge pull request #17439 from owncloud/update-3rdpartytextMorris Jobke2015-07-071-1/+1
|\ \ \
| * | | Remove 3rd party text for disabled apps on updateVincent Petry2015-07-071-1/+1
* | | | Merge pull request #17436 from owncloud/update-keeppageifwarningsMorris Jobke2015-07-071-8/+20
|\ \ \ \
| * | | | Keep update page when there are warningsVincent Petry2015-07-071-8/+20
| |/ / /
* | | | Invert the "public" to a "private" methodJoas Schilling2015-07-071-3/+3
* | | | Make it possible to import exportet app/system configsJoas Schilling2015-07-071-2/+8
* | | | Fix typo in command descriptionJoas Schilling2015-07-072-2/+2
* | | | Add commands to get, set and delete app config valuesJoas Schilling2015-07-077-3/+269
* | | | Allow reading from stdinJoas Schilling2015-07-071-5/+36
* | | | Add a command to import an json array into the configJoas Schilling2015-07-072-0/+165
* | | | Add a command to delete a system configJoas Schilling2015-07-074-2/+76
* | | | Add a command to get a config valueJoas Schilling2015-07-073-2/+115
* | | | Add a command to set a system config valueJoas Schilling2015-07-072-0/+84
* | | | Split the system from the app configJoas Schilling2015-07-071-3/+5