Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-20 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-19 | 2 | -0/+4 |
| | |||||
* | Merge pull request #21281 from owncloud/allow-di-for-background-jobs | Thomas Müller | 2015-12-18 | 5 | -11/+127 |
|\ | | | | | Allow background jobs to be service names for DI | ||||
| * | Add methods to interface which have always been required | Joas Schilling | 2015-12-18 | 2 | -2/+19 |
| | | |||||
| * | 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 | 10 | -23/+23 |
|\ \ | | | | | | | 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 | 10 | -23/+23 |
| | | | |||||
* | | | 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 | 8 | -123/+42 |
|\ \ \ | | | | | | | | | Cleanup OC_Config mess | ||||
| * | | | Use SystemConfig internally | Roeland Jago Douma | 2015-12-18 | 5 | -19/+19 |
| | | | | |||||
| * | | | Inject Config into SystemConfig | Roeland Jago Douma | 2015-12-18 | 3 | -10/+18 |
| | | | | |||||
| * | | | Get rid of legacy OC_Config | Roeland Jago Douma | 2015-12-18 | 7 | -118/+29 |
| | | | | | | | | | | | | | | | | | | | | 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 | 3 | -60/+13 |
|\ \ \ \ | |_|_|/ |/| | | | OC_Helper::makeURLAbsolute is not used anymore | ||||
| * | | | Move OC_Helper code to OCP\Util for linkToRemote | Morris Jobke | 2015-12-18 | 2 | -27/+5 |
| | | | | |||||
| * | | | properly use OCP\Util instead of OC_Helper | Morris Jobke | 2015-12-18 | 3 | -21/+8 |
| | | | | |||||
| * | | | 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 | 2 | -55/+105 |
|\ \ \ | |_|/ |/| | | Use the query builder for the joblist queries | ||||
| * | | Make sure the interface and the implementation match | Joas Schilling | 2015-12-18 | 2 | -20/+17 |
| | | | |||||
| * | | 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 | 3 | -103/+21 |
|\ \ \ | |_|/ |/| | | 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 | 3 | -31/+23 |
| |/ | | | | | | | | | 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 | 4 | -22/+9 |
|\ \ | | | | | | | 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 | 4 | -9/+9 |
| |/ | | | | | | | | | 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 | ||||
| * | Load base64 polyfill in IE and friends | Vincent Petry | 2015-12-14 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #21240 from owncloud/avatar_speedup | Thomas Müller | 2015-12-17 | 2 | -18/+62 |
|\ \ | | | | | | | Avatar speedup | ||||
| * | | [Avatars] Add function to get the Node of the avatar | Roeland Jago Douma | 2015-12-16 | 2 | -18/+62 |
| | | | | | | | | | | | | | | | Since we usually just get the avatar and stream the content to the users there is no need to first create an image in memory. | ||||
* | | | Merge pull request #21253 from owncloud/deprecated_oc_helper_linkTo | Thomas Müller | 2015-12-17 | 5 | -23/+8 |
|\ \ \ | | | | | | | | | Remove deprecated OC_Helper::linkTo | ||||
| * | | | Remove deprecated OC_Helper::linkTo function | Roeland Jago Douma | 2015-12-17 | 1 | -15/+0 |
| | | | | |||||
| * | | | OC_Helper::linkTo is deprecated | Roeland Jago Douma | 2015-12-17 | 5 | -8/+8 |
| | | | | | | | | | | | | | | | | Replaced with suggested (and calling body of) | ||||
* | | | | Merge pull request #21241 from owncloud/fix_21226 | Thomas Müller | 2015-12-17 | 1 | -1/+7 |
|\ \ \ \ | | | | | | | | | | | Do not try to get the avatar if there is no user |