Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8737 from nextcloud/file_return_put_contents | Roeland Jago Douma | 2018-03-28 | 2 | -1/+34 |
|\ | | | | | Pass on the return value of file_put_content | ||||
| * | Throw an exception if file_put_contents fails | Roeland Jago Douma | 2018-03-27 | 2 | -1/+34 |
| | | | | | | | | | | | | | | | | * This will help with AppData hardening etc * Introduced a GenericFileException for if nothing else is appropiate - Maybe the other File exceptions should base on this? Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8976 from nextcloud/dep_user_code | Roeland Jago Douma | 2018-03-28 | 1 | -37/+0 |
|\ \ | |/ |/| | Remove deprecated functions from OCP\User | ||||
| * | Remove deprecated \OCP\User::userExists | Roeland Jago Douma | 2018-03-26 | 1 | -12/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Remove deprecated OCP\User::getDisplayname | Roeland Jago Douma | 2018-03-25 | 1 | -12/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Remove deprecated \OCP\User::getUsers | Roeland Jago Douma | 2018-03-25 | 1 | -13/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8985 from nextcloud/cleanup_ocp_db | Roeland Jago Douma | 2018-03-26 | 1 | -64/+0 |
|\ \ | | | | | | | Cleanup ocp db | ||||
| * | | Remove \OCP\DB | Roeland Jago Douma | 2018-03-26 | 1 | -64/+0 |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / | Strict 2FA | Roeland Jago Douma | 2018-03-26 | 3 | -8/+12 |
|/ | | | | | | | | * make OCP\Authentication\TwoFactorAuth strict * scalar types * return types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8943 from nextcloud/dep_oc_json | Roeland Jago Douma | 2018-03-23 | 1 | -166/+0 |
|\ | | | | | Remove \OCP\JSON | ||||
| * | Finally remove \OCP\JSON | Roeland Jago Douma | 2018-03-23 | 1 | -166/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Document parameters | Roeland Jago Douma | 2018-03-22 | 9 | -0/+30 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Move to ABackend | Roeland Jago Douma | 2018-03-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Remove type declarations where not yet possible | Roeland Jago Douma | 2018-03-22 | 4 | -4/+4 |
| | | | | | | | | | | | | Because we don't return consistent things yet :( Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Deprecate implementsActions | Roeland Jago Douma | 2018-03-22 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Fix phpdoc | Roeland Jago Douma | 2018-03-22 | 9 | -0/+62 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add abstract bakend to still be backwards compatible with the old logic | Roeland Jago Douma | 2018-03-22 | 1 | -0/+62 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add interfaces for user backend functionality | Roeland Jago Douma | 2018-03-22 | 8 | -0/+232 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8506 from nextcloud/use-appmanager | Morris Jobke | 2018-03-22 | 1 | -1/+3 |
|\ | | | | | Use isInstalled of AppManger instead of reimplement it | ||||
| * | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8791 from nextcloud/cleanup-oc_json | Morris Jobke | 2018-03-22 | 1 | -11/+0 |
|\ \ | | | | | | | Remove unused methods of OC_Json | ||||
| * | | Remove unused methods of OC_Json | Morris Jobke | 2018-03-21 | 1 | -11/+0 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8922 from nextcloud/deprecated-ocp-files-methods | Roeland Jago Douma | 2018-03-22 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Deprecated some methods of OCP\Files | ||||
| * | | | Deprecate OCP\Files | Morris Jobke | 2018-03-21 | 1 | -0/+7 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8918 from nextcloud/remove-deprecated-ocp-response | Morris Jobke | 2018-03-21 | 1 | -66/+0 |
|\ \ \ | | | | | | | | | Remove deprecated and unused OCP\Response | ||||
| * | | | Remove deprecated and unused OCP\Response | Morris Jobke | 2018-03-21 | 1 | -66/+0 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8920 from nextcloud/hint-files-api | Morris Jobke | 2018-03-21 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Add hint about OCP\Folder::getById | ||||
| * | | | Add hint about OCP\Folder::getById | Morris Jobke | 2018-03-21 | 1 | -0/+3 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #8919 from nextcloud/remove-deprecated-method-of-ocp-user | Morris Jobke | 2018-03-21 | 1 | -14/+0 |
|\ \ \ | | | | | | | | | Remove deprecated and unused method OCP\User::getDisplayNames | ||||
| * | | | Remove deprecated and unused method OCP\User::getDisplayNames | Morris Jobke | 2018-03-21 | 1 | -14/+0 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / / | Remove unused and deprecated methods of OCP\DB | Morris Jobke | 2018-03-21 | 1 | -29/+0 |
|/ / | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8878 from nextcloud/remove_tmpfile | Roeland Jago Douma | 2018-03-19 | 1 | -25/+0 |
|\ \ | | | | | | | Remove deprecated tmpFile/tmpFolder | ||||
| * | | Remove \OCP\Files::tmpFolder | Roeland Jago Douma | 2018-03-19 | 1 | -12/+0 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Remove \OCP\Files::tmpFile | Roeland Jago Douma | 2018-03-19 | 1 | -13/+0 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Remove unused deprecated functions from OCP\JSON | Roeland Jago Douma | 2018-03-19 | 1 | -32/+0 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Remove old deprecated function from the BackgroundJob | Roeland Jago Douma | 2018-03-19 | 1 | -7/+0 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Remove unused resolveReshare of old sharing code | Morris Jobke | 2018-03-16 | 1 | -10/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove deprecated OCP\Contacts | Morris Jobke | 2018-03-14 | 1 | -185/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8811 from nextcloud/remove_dep_util_link | Roeland Jago Douma | 2018-03-14 | 1 | -39/+0 |
|\ | | | | | Remove deprecated URL functions for OCP\Util | ||||
| * | Remove deprecated URL functions for OCP\Util | Roeland Jago Douma | 2018-03-13 | 1 | -39/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8804 from nextcloud/remove_httphelper | Roeland Jago Douma | 2018-03-14 | 1 | -8/+0 |
|\ \ | | | | | | | Remove deprecated HTTPHelper | ||||
| * | | Remove deprecated HTTPHelper | Roeland Jago Douma | 2018-03-13 | 1 | -8/+0 |
| |/ | | | | | | | | | | | | | | | * Remove the HTTP Helper * Remove from Server Containter * Removed legacy share tests that use it Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8806 from nextcloud/add-local-memcache-check | blizzz | 2018-03-13 | 1 | -0/+8 |
|\ \ | |/ |/| | Properly provide local memcache check to ICacheFactory | ||||
| * | Properly provide local memcache check to ICacheFactory | Morris Jobke | 2018-03-13 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8796 from nextcloud/varadic_qb | Morris Jobke | 2018-03-13 | 2 | -23/+23 |
|\ \ | |/ |/| | Make QueryBuilder varadic | ||||
| * | Made IExpressionBuilder varadic | Roeland Jago Douma | 2018-03-13 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Made orHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Made addHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Make having varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Made addGroupBy varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |