aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8976 from nextcloud/dep_user_codeRoeland Jago Douma2018-03-286-69/+35
|\
| * Remove deprecated \OCP\User::userExistsRoeland Jago Douma2018-03-264-21/+9
| * Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-255-18/+16
| * Remove deprecated \OCP\User::getUsersRoeland Jago Douma2018-03-254-39/+19
* | Merge pull request #8994 from nextcloud/deprecate-theme-sync-clientsRoeland Jago Douma2018-03-283-38/+9
|\ \
| * | Use customclient_* values by default and do not use them in custom themes any...Julius Härtl2018-03-263-38/+9
* | | [tx-robot] updated from transifexNextcloud bot2018-03-28122-116/+366
* | | Merge pull request #8993 from nextcloud/theming-allow-ui-with-themeRoeland Jago Douma2018-03-273-6/+5
|\ \ \
| * | | Show UI when using a custom themeJulius Härtl2018-03-263-6/+5
| |/ /
* | | Merge pull request #8780 from nextcloud/bugfix/noid/query-builder-database-ba...Joas Schilling2018-03-271-32/+59
|\ \ \
| * | | Remove orderBy so the query works correctly on postgresJoas Schilling2018-03-271-2/+1
| * | | Make sure DI is doneJoas Schilling2018-03-261-0/+6
| * | | Move the group database backend fully to query builderJoas Schilling2018-03-261-32/+54
| |/ /
* | | Merge pull request #8951 from nextcloud/searchdav-1.0.1Roeland Jago Douma2018-03-271-0/+0
|\ \ \
| * | | update icewind/searchdav to 1.0.1Robin Appelman2018-03-231-0/+0
* | | | [tx-robot] updated from transifexNextcloud bot2018-03-274-0/+6
* | | | Merge pull request #8968 from nextcloud/filter_method_not_allowedRoeland Jago Douma2018-03-261-0/+4
|\ \ \ \
| * | | | MethodNotAllowed is not a Fatal errorRoeland Jago Douma2018-03-261-0/+4
| | |/ / | |/| |
* | | | Merge pull request #8983 from nextcloud/fix-8888Roeland Jago Douma2018-03-262-2/+2
|\ \ \ \
| * | | | Fix testsJulius Härtl2018-03-261-1/+1
| * | | | Clear any theming prefixed cache on cache buster increaseJulius Härtl2018-03-261-1/+1
| |/ / /
* | | | Merge pull request #8985 from nextcloud/cleanup_ocp_dbRoeland Jago Douma2018-03-2612-122/+113
|\ \ \ \
| * | | | Remove \OCP\DBRoeland Jago Douma2018-03-263-66/+0
| * | | | Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-269-56/+113
| |/ / /
* | | | Merge pull request #8981 from nextcloud/strict_2faRoeland Jago Douma2018-03-264-16/+22
|\ \ \ \
| * | | | Make 2FA backupcodes strictRoeland Jago Douma2018-03-261-8/+10
| * | | | Strict 2FARoeland Jago Douma2018-03-263-8/+12
| |/ / /
* | | | Merge pull request #8988 from nextcloud/techdep/noid/removeDeprecatedPrivateB...Roeland Jago Douma2018-03-261-56/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove deprecated OC_Group_BackendRoeland Jago Douma2018-03-261-56/+0
|/ / /
* | / [tx-robot] updated from transifexNextcloud bot2018-03-2612-0/+18
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-03-2520-10/+154
* | [tx-robot] updated from transifexNextcloud bot2018-03-2416-0/+22
* | Merge pull request #8943 from nextcloud/dep_oc_jsonRoeland Jago Douma2018-03-2328-264/+96
|\ \
| * | Update autoloaderRoeland Jago Douma2018-03-232-2/+0
| * | Finally remove \OCP\JSONRoeland Jago Douma2018-03-234-178/+12
| * | Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-2225-96/+96
* | | Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-233-0/+59
|\ \ \
| * | | Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-233-0/+59
* | | | Merge pull request #8935 from nextcloud/backend_interfacesRoeland Jago Douma2018-03-2313-16/+435
|\ \ \ \
| * | | | Update autoloaderRoeland Jago Douma2018-03-222-0/+18
| * | | | Document parametersRoeland Jago Douma2018-03-229-0/+30
| * | | | Move to ABackendRoeland Jago Douma2018-03-222-3/+3
| * | | | Move Database backend over to new User/Backend interfacesRoeland Jago Douma2018-03-221-16/+30
| * | | | Remove type declarations where not yet possibleRoeland Jago Douma2018-03-224-4/+4
| * | | | Deprecate implementsActionsRoeland Jago Douma2018-03-221-0/+1
| * | | | Fix phpdocRoeland Jago Douma2018-03-229-0/+62
| * | | | Add abstract bakend to still be backwards compatible with the old logicRoeland Jago Douma2018-03-221-0/+62
| * | | | Add interfaces for user backend functionalityRoeland Jago Douma2018-03-228-0/+232
* | | | | Merge pull request #8856 from nextcloud/ocs-api-new-user-password-emailMorris Jobke2018-03-232-12/+55
|\ \ \ \ \
| * | | | | Allow admin to create users withoutpassword by sending mail automaticallyJohn Molakvoæ (skjnldsv)2018-03-222-12/+55
| | |_|/ / | |/| | |