summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore DB connection after failureVincent Petry2015-12-211-2/+12
* Merge pull request #21289 from owncloud/issue-20399-keep-periodic-background-...Thomas Müller2015-12-212-3/+9
|\
| * Fix the test to expect the new behaviourJoas Schilling2015-12-181-2/+9
| * Do not delete background jobs, in case an exception occuredJoas Schilling2015-12-181-1/+0
* | Merge pull request #21308 from owncloud/use-new-apcu-apiThomas Müller2015-12-211-2/+99
|\ \
| * | Use new APCu APILukas Reschke2015-12-201-2/+99
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-212-0/+2
* | | Merge pull request #21307 from aspdye/patch-1Thomas Müller2015-12-201-1/+5
|\ \ \
| * \ \ Merge branch 'master' into patch-1aspdye2015-12-201-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #21299 from owncloud/symfony-process-2.8.0Thomas Müller2015-12-201-0/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | [3rdparty] Bump symfony/process to 2.8.0Roeland Jago Douma2015-12-201-0/+0
|/ / /
| * / Update README.mdaspdye2015-12-201-1/+5
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-208-0/+8
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-1910-4/+16
* | Merge pull request #21281 from owncloud/allow-di-for-background-jobsThomas Müller2015-12-185-11/+127
|\ \
| * | Add methods to interface which have always been requiredJoas Schilling2015-12-182-2/+19
| * | Allow dependency injection for background jobsJoas Schilling2015-12-181-9/+15
| * | Look up services in the app container before trying the core containerJoas Schilling2015-12-181-0/+24
| * | Register app containers in the OC containerJoas Schilling2015-12-183-1/+70
| |/
* | Merge pull request #21290 from owncloud/public-api-usage-getversionThomas Müller2015-12-1817-35/+37
|\ \
| * | Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-1817-35/+37
* | | Merge pull request #21272 from owncloud/symfony-routing-2.8.0Thomas Müller2015-12-181-0/+0
|\ \ \
| * | | [3rdparty] Bump symfony/routing to 2.8.0Roeland Jago Douma2015-12-181-0/+0
* | | | Merge pull request #21288 from owncloud/deprecated_helper_mimetypesThomas Müller2015-12-189-79/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Removed deprecated OC_Helper::mimeTypeIcon functionRoeland Jago Douma2015-12-185-32/+7
| * | | Removed deprecated unsused function OC_Helper::getStringMimeTypeRoeland Jago Douma2015-12-182-21/+0
| * | | Removed deprecated OC_Helper::getSecureMimeTypeRoeland Jago Douma2015-12-185-26/+3
* | | | Merge pull request #21283 from owncloud/cleanup_configThomas Müller2015-12-1810-128/+56
|\ \ \ \
| * | | | Use SystemConfig internallyRoeland Jago Douma2015-12-185-19/+19
| * | | | Inject Config into SystemConfigRoeland Jago Douma2015-12-185-15/+32
| * | | | Get rid of legacy OC_ConfigRoeland Jago Douma2015-12-187-118/+29
* | | | | Merge pull request #21280 from owncloud/drop-unused-methodsThomas Müller2015-12-185-182/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Move OC_Helper code to OCP\Util for linkToRemoteMorris Jobke2015-12-183-59/+5
| * | | | properly use OCP\Util instead of OC_HelperMorris Jobke2015-12-185-69/+10
| * | | | OC_Helper::makeURLAbsolute is not used anymoreMorris Jobke2015-12-182-54/+0
| |/ / /
* | | | Merge pull request #21277 from owncloud/querybuild-joblistThomas Müller2015-12-183-64/+109
|\ \ \ \ | |_|/ / |/| | |
| * | | Make sure the interface and the implementation matchJoas Schilling2015-12-182-20/+17
| * | | Use the query builder for the joblist queriesJoas Schilling2015-12-182-44/+92
* | | | Merge pull request #21279 from owncloud/remove-tmp-methodsThomas Müller2015-12-1824-65/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | OC_Helper::userAvatarSet is not used anymoreMorris Jobke2015-12-181-10/+0
| * | | Use TempManager instead of tmpFileMorris Jobke2015-12-1810-26/+13
| * | | Use TempManager instead of tmpFolderMorris Jobke2015-12-1817-29/+17
|/ / /
* | | Merge pull request #21278 from owncloud/exclude-scrutinizer-autofixerThomas Müller2015-12-181-1/+1
|\ \ \
| * | | Exclude scrutinizer-auto-fixerLukas Reschke2015-12-181-1/+1
|/ / /
* | | Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeTypeThomas Müller2015-12-188-24/+9
|\ \ \
| * | | Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-178-24/+9
* | | | Merge pull request #21264 from owncloud/deprecated_oc_user_methodsThomas Müller2015-12-1828-198/+125
|\ \ \ \ | |_|/ / |/| | |
| * | | Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-1717-60/+66
| * | | Removed unused deprecated methodsRoeland Jago Douma2015-12-171-38/+0
| * | | Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-1717-62/+29