Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | 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 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #8936 from nextcloud/fix-gallery-selectors | Morris Jobke | 2018-03-23 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix gallery buttons selector | John Molakvoæ (skjnldsv) | 2018-03-22 | 1 | -2/+5 | |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-23 | 34 | -10/+48 | |
* | | | | | | | | Merge pull request #8948 from nextcloud/search-dav-selectable_displayname | Morris Jobke | 2018-03-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Make displayname selectable | Roeland Jago Douma | 2018-03-22 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #8891 from nextcloud/fix_8890 | Roeland Jago Douma | 2018-03-22 | 2 | -12/+11 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Fix test | Roeland Jago Douma | 2018-03-22 | 1 | -1/+1 | |
| * | | | | | | Fix proper permissions for multiple file access | Roeland Jago Douma | 2018-03-22 | 1 | -11/+10 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #8886 from nextcloud/navigation-indicator | Morris Jobke | 2018-03-22 | 1 | -2/+20 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Make text of edit entry being aligned with other entries | Julius Härtl | 2018-03-22 | 1 | -2/+9 | |
| * | | | | | Make active navigation indicator more obvious | Julius Härtl | 2018-03-22 | 1 | -2/+13 | |
* | | | | | | Merge pull request #8939 from nextcloud/fix-8701 | Roeland Jago Douma | 2018-03-22 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix search text overlapping clode button | Julius Härtl | 2018-03-22 | 1 | -0/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #8909 from nextcloud/feature/noid/make-the-autocomplete-en... | Morris Jobke | 2018-03-22 | 3 | -8/+11 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Make the new autocomplete endpoint OCS | Joas Schilling | 2018-03-21 | 3 | -8/+11 | |
* | | | | | | Merge pull request #8506 from nextcloud/use-appmanager | Morris Jobke | 2018-03-22 | 6 | -20/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 6 | -20/+17 | |
* | | | | | | | Merge pull request #8791 from nextcloud/cleanup-oc_json | Morris Jobke | 2018-03-22 | 3 | -39/+6 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Remove unused methods of OC_Json | Morris Jobke | 2018-03-21 | 3 | -39/+6 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #8922 from nextcloud/deprecated-ocp-files-methods | Roeland Jago Douma | 2018-03-22 | 2 | -0/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Deprecate OCP\Files | Morris Jobke | 2018-03-21 | 2 | -0/+15 | |
| |/ / / / / |