Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8976 from nextcloud/dep_user_code | Roeland Jago Douma | 2018-03-28 | 6 | -69/+35 |
|\ | |||||
| * | Remove deprecated \OCP\User::userExists | Roeland Jago Douma | 2018-03-26 | 4 | -21/+9 |
| * | Remove deprecated OCP\User::getDisplayname | Roeland Jago Douma | 2018-03-25 | 5 | -18/+16 |
| * | Remove deprecated \OCP\User::getUsers | Roeland Jago Douma | 2018-03-25 | 4 | -39/+19 |
* | | Merge pull request #8994 from nextcloud/deprecate-theme-sync-clients | Roeland Jago Douma | 2018-03-28 | 3 | -38/+9 |
|\ \ | |||||
| * | | Use customclient_* values by default and do not use them in custom themes any... | Julius Härtl | 2018-03-26 | 3 | -38/+9 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-28 | 122 | -116/+366 |
* | | | Merge pull request #8993 from nextcloud/theming-allow-ui-with-theme | Roeland Jago Douma | 2018-03-27 | 3 | -6/+5 |
|\ \ \ | |||||
| * | | | Show UI when using a custom theme | Julius Härtl | 2018-03-26 | 3 | -6/+5 |
| |/ / | |||||
* | | | Merge pull request #8780 from nextcloud/bugfix/noid/query-builder-database-ba... | Joas Schilling | 2018-03-27 | 1 | -32/+59 |
|\ \ \ | |||||
| * | | | Remove orderBy so the query works correctly on postgres | Joas Schilling | 2018-03-27 | 1 | -2/+1 |
| * | | | Make sure DI is done | Joas Schilling | 2018-03-26 | 1 | -0/+6 |
| * | | | Move the group database backend fully to query builder | Joas Schilling | 2018-03-26 | 1 | -32/+54 |
| |/ / | |||||
* | | | Merge pull request #8951 from nextcloud/searchdav-1.0.1 | Roeland Jago Douma | 2018-03-27 | 1 | -0/+0 |
|\ \ \ | |||||
| * | | | update icewind/searchdav to 1.0.1 | Robin Appelman | 2018-03-23 | 1 | -0/+0 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-27 | 4 | -0/+6 |
* | | | | Merge pull request #8968 from nextcloud/filter_method_not_allowed | Roeland Jago Douma | 2018-03-26 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | MethodNotAllowed is not a Fatal error | Roeland Jago Douma | 2018-03-26 | 1 | -0/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #8983 from nextcloud/fix-8888 | Roeland Jago Douma | 2018-03-26 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Fix tests | Julius Härtl | 2018-03-26 | 1 | -1/+1 |
| * | | | | Clear any theming prefixed cache on cache buster increase | Julius Härtl | 2018-03-26 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #8985 from nextcloud/cleanup_ocp_db | Roeland Jago Douma | 2018-03-26 | 12 | -122/+113 |
|\ \ \ \ | |||||
| * | | | | Remove \OCP\DB | Roeland Jago Douma | 2018-03-26 | 3 | -66/+0 |
| * | | | | Do not use \OCP\DB anymore | Roeland Jago Douma | 2018-03-26 | 9 | -56/+113 |
| |/ / / | |||||
* | | | | Merge pull request #8981 from nextcloud/strict_2fa | Roeland Jago Douma | 2018-03-26 | 4 | -16/+22 |
|\ \ \ \ | |||||
| * | | | | Make 2FA backupcodes strict | Roeland Jago Douma | 2018-03-26 | 1 | -8/+10 |
| * | | | | Strict 2FA | Roeland Jago Douma | 2018-03-26 | 3 | -8/+12 |
| |/ / / | |||||
* | | | | Merge pull request #8988 from nextcloud/techdep/noid/removeDeprecatedPrivateB... | Roeland Jago Douma | 2018-03-26 | 1 | -56/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove deprecated OC_Group_Backend | Roeland Jago Douma | 2018-03-26 | 1 | -56/+0 |
|/ / / | |||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-26 | 12 | -0/+18 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-25 | 20 | -10/+154 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-24 | 16 | -0/+22 |
* | | Merge pull request #8943 from nextcloud/dep_oc_json | Roeland Jago Douma | 2018-03-23 | 28 | -264/+96 |
|\ \ | |||||
| * | | Update autoloader | Roeland Jago Douma | 2018-03-23 | 2 | -2/+0 |
| * | | Finally remove \OCP\JSON | Roeland Jago Douma | 2018-03-23 | 4 | -178/+12 |
| * | | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 25 | -96/+96 |
* | | | Merge pull request #8865 from nextcloud/ocs-groups-displayname | Joas Schilling | 2018-03-23 | 3 | -0/+59 |
|\ \ \ | |||||
| * | | | Return groups displayname in provisioning api | John Molakvoæ (skjnldsv) | 2018-03-23 | 3 | -0/+59 |
* | | | | Merge pull request #8935 from nextcloud/backend_interfaces | Roeland Jago Douma | 2018-03-23 | 13 | -16/+435 |
|\ \ \ \ | |||||
| * | | | | Update autoloader | Roeland Jago Douma | 2018-03-22 | 2 | -0/+18 |
| * | | | | Document parameters | Roeland Jago Douma | 2018-03-22 | 9 | -0/+30 |
| * | | | | Move to ABackend | Roeland Jago Douma | 2018-03-22 | 2 | -3/+3 |
| * | | | | Move Database backend over to new User/Backend interfaces | Roeland Jago Douma | 2018-03-22 | 1 | -16/+30 |
| * | | | | Remove type declarations where not yet possible | Roeland Jago Douma | 2018-03-22 | 4 | -4/+4 |
| * | | | | Deprecate implementsActions | Roeland Jago Douma | 2018-03-22 | 1 | -0/+1 |
| * | | | | Fix phpdoc | Roeland Jago Douma | 2018-03-22 | 9 | -0/+62 |
| * | | | | Add abstract bakend to still be backwards compatible with the old logic | Roeland Jago Douma | 2018-03-22 | 1 | -0/+62 |
| * | | | | Add interfaces for user backend functionality | Roeland Jago Douma | 2018-03-22 | 8 | -0/+232 |
* | | | | | Merge pull request #8856 from nextcloud/ocs-api-new-user-password-email | Morris Jobke | 2018-03-23 | 2 | -12/+55 |
|\ \ \ \ \ | |||||
| * | | | | | Allow admin to create users withoutpassword by sending mail automatically | John Molakvoæ (skjnldsv) | 2018-03-22 | 2 | -12/+55 |
| | |_|/ / | |/| | | |