Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No more deprecation messages in error log | Thomas Müller | 2015-12-29 | 1 | -1/+5 |
| | |||||
* | Merge pull request #21331 from switch-ch/fix_ms_log | Thomas Müller | 2015-12-29 | 1 | -1/+1 |
|\ | | | | | Fix owncloud logging with ms precision | ||||
| * | When microtime(true) returns a whole number, then the parsing fails. | Christian Schnidrig | 2015-12-22 | 1 | -1/+1 |
| | | | | | | | | This patch makes sure, that the value can always be parsed correctly. | ||||
* | | Merge pull request #21291 from owncloud/refactor-call-check | Thomas Müller | 2015-12-28 | 3 | -24/+2 |
|\ \ | | | | | | | Refactor OC_Util::callCheck | ||||
| * | | Refactor OC_Util::callCheck | Morris Jobke | 2015-12-22 | 3 | -24/+2 |
| |/ | |||||
* / | prefer scalar type hints over phpdoc annotation | Bernhard Posselt | 2015-12-24 | 1 | -10/+12 |
|/ | | | | | | use method exists lookup to be safe and not break on old hhvm versions add test that checks if type hint is preferred over annotation | ||||
* | Merge pull request #21289 from ↵ | Thomas Müller | 2015-12-21 | 1 | -1/+0 |
|\ | | | | | | | | | owncloud/issue-20399-keep-periodic-background-jobs Do not delete background jobs, in case an exception occured | ||||
| * | Do not delete background jobs, in case an exception occured | Joas Schilling | 2015-12-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | This approach is not valid anymore. It initially was added for jobs of non existing apps. But jobs of non-existing apps can not be created so they will never be executed and so this call just catches other cases which were not intended. This reverts commit 4f4ad72460f8ef299cd1235b5774c5f121cca430. | ||||
* | | Use new APCu API | Lukas Reschke | 2015-12-20 | 1 | -2/+99 |
| | | | | | | | | This one is available since APCu 4.0, since we require APCu 4.0.6 this works fine. Also it brings us PHP 7 compatibility and thus fixes https://github.com/owncloud/core/issues/21095 | ||||
* | | Merge pull request #21281 from owncloud/allow-di-for-background-jobs | Thomas Müller | 2015-12-18 | 4 | -10/+109 |
|\ \ | | | | | | | Allow background jobs to be service names for DI | ||||
| * | | Add methods to interface which have always been required | Joas Schilling | 2015-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | Allow dependency injection for background jobs | Joas Schilling | 2015-12-18 | 1 | -9/+15 |
| | | | |||||
| * | | Look up services in the app container before trying the core container | Joas Schilling | 2015-12-18 | 1 | -0/+24 |
| | | | |||||
| * | | Register app containers in the OC container | Joas Schilling | 2015-12-18 | 3 | -1/+70 |
| |/ | |||||
* | | Merge pull request #21290 from owncloud/public-api-usage-getversion | Thomas Müller | 2015-12-18 | 9 | -21/+21 |
|\ \ | | | | | | | Use OCP\Util::getVersion instead of the internal private implementation | ||||
| * | | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 9 | -21/+21 |
| | | | |||||
* | | | Merge pull request #21288 from owncloud/deprecated_helper_mimetypes | Thomas Müller | 2015-12-18 | 3 | -49/+2 |
|\ \ \ | |/ / |/| | | Remove deprecated OC_Helper mimetype functions | ||||
| * | | Removed deprecated OC_Helper::mimeTypeIcon function | Roeland Jago Douma | 2015-12-18 | 3 | -27/+2 |
| | | | |||||
| * | | Removed deprecated unsused function OC_Helper::getStringMimeType | Roeland Jago Douma | 2015-12-18 | 1 | -11/+0 |
| | | | |||||
| * | | Removed deprecated OC_Helper::getSecureMimeType | Roeland Jago Douma | 2015-12-18 | 1 | -11/+0 |
| | | | |||||
* | | | Merge pull request #21283 from owncloud/cleanup_config | Thomas Müller | 2015-12-18 | 7 | -115/+29 |
|\ \ \ | | | | | | | | | Cleanup OC_Config mess | ||||
| * | | | Use SystemConfig internally | Roeland Jago Douma | 2015-12-18 | 4 | -13/+13 |
| | | | | |||||
| * | | | Inject Config into SystemConfig | Roeland Jago Douma | 2015-12-18 | 2 | -8/+16 |
| | | | | |||||
| * | | | Get rid of legacy OC_Config | Roeland Jago Douma | 2015-12-18 | 6 | -112/+18 |
| | | | | | | | | | | | | | | | | | | | | We were still using the lecagy class OC_Config all over the place. Which was a wrapper around the new class OC\Config | ||||
* | | | | Merge pull request #21280 from owncloud/drop-unused-methods | Thomas Müller | 2015-12-18 | 2 | -58/+4 |
|\ \ \ \ | |_|_|/ |/| | | | OC_Helper::makeURLAbsolute is not used anymore | ||||
| * | | | Move OC_Helper code to OCP\Util for linkToRemote | Morris Jobke | 2015-12-18 | 1 | -26/+0 |
| | | | | |||||
| * | | | properly use OCP\Util instead of OC_Helper | Morris Jobke | 2015-12-18 | 2 | -20/+4 |
| | | | | |||||
| * | | | OC_Helper::makeURLAbsolute is not used anymore | Morris Jobke | 2015-12-18 | 1 | -12/+0 |
| |/ / | |||||
* | | | Merge pull request #21277 from owncloud/querybuild-joblist | Thomas Müller | 2015-12-18 | 1 | -49/+103 |
|\ \ \ | |_|/ |/| | | Use the query builder for the joblist queries | ||||
| * | | Make sure the interface and the implementation match | Joas Schilling | 2015-12-18 | 1 | -14/+15 |
| | | | |||||
| * | | Use the query builder for the joblist queries | Joas Schilling | 2015-12-18 | 1 | -35/+88 |
| | | | |||||
* | | | OC_Helper::userAvatarSet is not used anymore | Morris Jobke | 2015-12-18 | 1 | -10/+0 |
| | | | |||||
* | | | Use TempManager instead of tmpFile | Morris Jobke | 2015-12-18 | 7 | -20/+7 |
| | | | |||||
* | | | Use TempManager instead of tmpFolder | Morris Jobke | 2015-12-18 | 5 | -16/+4 |
| |/ |/| | |||||
* | | Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType | Thomas Müller | 2015-12-18 | 3 | -10/+2 |
|\ \ | | | | | | | Use proper public API for OC_Helper::getFileNameMimeType | ||||
| * | | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 3 | -10/+2 |
| | | | |||||
* | | | Merge pull request #21264 from owncloud/deprecated_oc_user_methods | Thomas Müller | 2015-12-18 | 2 | -102/+20 |
|\ \ \ | |_|/ |/| | | Cleanup OC_User deprecated methods | ||||
| * | | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -18/+0 |
| | | | | | | | | | | | | Replaced with proper OCP calls | ||||
| * | | Removed unused deprecated methods | Roeland Jago Douma | 2015-12-17 | 1 | -38/+0 |
| | | | |||||
| * | | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -18/+0 |
| | | | | | | | | | | | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
| * | | Remove deprecated function OC_User::getManager | Roeland Jago Douma | 2015-12-17 | 2 | -30/+22 |
| |/ | | | | | | | | | Private deprecated function => removed Replaced all instances with suggested replacement | ||||
* | | Merge pull request #21269 from owncloud/we-shall-cleanup-xml-parser-errors | Thomas Müller | 2015-12-18 | 3 | -0/+4 |
|\ \ | | | | | | | Assert that there are no xml error left | ||||
| * | | Clear xml errors in updater | Thomas Müller | 2015-12-17 | 1 | -0/+2 |
| | | | |||||
| * | | Clear xml errors in ocs client | Thomas Müller | 2015-12-17 | 1 | -0/+1 |
| | | | |||||
| * | | Clear xml errors | Thomas Müller | 2015-12-17 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #21248 from owncloud/deprecated_oc_helper_linkToRoute | Thomas Müller | 2015-12-18 | 3 | -21/+8 |
|\ \ | | | | | | | Replace deprecated OC_Helper::linkToRoute calls | ||||
| * | | Remove private deprecated OC_Helper::linkToRoute | Roeland Jago Douma | 2015-12-17 | 1 | -13/+0 |
| | | | |||||
| * | | OC_Helper::linkToRoute is deprecated | Roeland Jago Douma | 2015-12-17 | 3 | -8/+8 |
| |/ | | | | | | | | | Replaced all calls to OC_Helper::linkToRoute with OC::$server->getURLGenerator()->linkToRoute | ||||
* / | Since avatar.js is now essentially empty remove it | Roeland Jago Douma | 2015-12-17 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #21200 from owncloud/files-authorizationheader | Thomas Müller | 2015-12-17 | 1 | -0/+2 |
|\ | | | | | Use Authorization headers for public webdav in web UI |