Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+16 |
| | | | | | | For cli scripts we don't have the assumption that the universe will be cleaned up soon Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooks | Morris Jobke | 2018-04-11 | 1 | -0/+3 |
|\ | | | | | add anounce- and (pre/|post)RevokeUser signals for non-native backends | ||||
| * | more consistent naming | Arthur Schiwon | 2018-04-05 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | admin_audit and dav listen to announce and revoke signals | Arthur Schiwon | 2018-04-05 | 1 | -0/+3 |
| | | | | | | | | | | | | also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Properly return boolean on enable state | John Molakvoæ (skjnldsv) | 2018-04-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Add since tags | Julius Härtl | 2018-04-05 | 2 | -1/+18 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Move external share saving to template | Julius Härtl | 2018-04-05 | 1 | -7/+3 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Add footer to public page template | Julius Härtl | 2018-04-05 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Move common menu templates to public API | Julius Härtl | 2018-04-05 | 2 | -0/+130 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix tests | Roeland Jago Douma | 2018-04-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make the MountManager strict | Roeland Jago Douma | 2018-04-04 | 1 | -7/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | 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 |