Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8336 from nextcloud/cleanup-unused-parameter | Roeland Jago Douma | 2018-02-20 | 1 | -7/+1 |
|\ | |||||
| * | Remove config from AutoCompleteController | Morris Jobke | 2018-02-13 | 1 | -7/+1 |
* | | Also rewrite icon url | Julius Härtl | 2018-02-12 | 1 | -4/+19 |
* | | Move to OCS endpoint | Julius Härtl | 2018-02-12 | 1 | -5/+5 |
* | | Allow requesting absolute URLs | Julius Härtl | 2018-02-12 | 1 | -6/+43 |
* | | Add tests for NavigationController | Julius Härtl | 2018-02-12 | 1 | -0/+77 |
|/ | |||||
* | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 1 | -0/+13 |
* | Fix tests | Roeland Jago Douma | 2018-01-15 | 1 | -1/+18 |
* | Add unit test | Joas Schilling | 2018-01-15 | 1 | -0/+123 |
* | Fix tests | Roeland Jago Douma | 2018-01-13 | 1 | -2/+2 |
* | Hide stay logged in checkbox when flow authentication is used | Julius Härtl | 2017-12-28 | 1 | -0/+33 |
* | Fix tests | Roeland Jago Douma | 2017-12-18 | 1 | -1/+1 |
* | Merge pull request #7324 from nextcloud/no-sorters-no-instances | Roeland Jago Douma | 2017-12-11 | 1 | -41/+99 |
|\ | |||||
| * | don't create sorter instances when none was requested | Arthur Schiwon | 2017-11-28 | 1 | -41/+99 |
* | | Merge pull request #6876 from nextcloud/always_img_avatar | Morris Jobke | 2017-12-08 | 1 | -6/+2 |
|\ \ | |||||
| * | | Fix tests | Roeland Jago Douma | 2017-11-29 | 1 | -6/+2 |
| |/ | |||||
* | | fix tests | Bjoern Schiessle | 2017-12-08 | 1 | -8/+0 |
* | | Fix flow | Mario Danic | 2017-11-09 | 1 | -2/+18 |
|/ | |||||
* | Theming: theme flow redirection page | Julius Härtl | 2017-11-08 | 1 | -1/+1 |
* | Merge branch 'master' into autocomplete-gui | Arthur Schiwon | 2017-11-01 | 4 | -14/+17 |
|\ | |||||
| * | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 4 | -14/+17 |
* | | meanwhile we can have exact matches. also show those. | Arthur Schiwon | 2017-10-31 | 1 | -0/+29 |
* | | add search parameter to autocomplete controller | Arthur Schiwon | 2017-10-25 | 1 | -2/+7 |
* | | AutoCompletion backend | Arthur Schiwon | 2017-10-22 | 1 | -0/+84 |
|/ | |||||
* | Set the data from the template | Joas Schilling | 2017-10-18 | 1 | -36/+21 |
* | Fix tests | Morris Jobke | 2017-09-06 | 1 | -0/+12 |
* | Fix broken tests | Morris Jobke | 2017-09-04 | 1 | -1/+6 |
* | Return the user id in case of an error | Joas Schilling | 2017-08-29 | 1 | -1/+1 |
* | Merge pull request #6177 from nextcloud/properly-add-slo-url | Morris Jobke | 2017-08-26 | 1 | -4/+4 |
|\ | |||||
| * | Properly allow \OCP\Authentication\IApacheBackend to specify logout URL | Lukas Reschke | 2017-08-18 | 1 | -4/+4 |
* | | No password reset for disabled users | Joas Schilling | 2017-08-18 | 1 | -0/+29 |
|/ | |||||
* | Fix LostControllerTest | Roeland Jago Douma | 2017-08-09 | 1 | -0/+4 |
* | Fix LoginController | Roeland Jago Douma | 2017-08-09 | 1 | -0/+4 |
* | Merge pull request #5907 from nextcloud/add-metadata-to-throttle-call | Morris Jobke | 2017-08-01 | 1 | -2/+2 |
|\ | |||||
| * | Add metadata to \OCP\AppFramework\Http\Response::throttle | Lukas Reschke | 2017-07-27 | 1 | -2/+2 |
* | | Merge pull request #5877 from nextcloud/typehint_middleware | Morris Jobke | 2017-08-01 | 1 | -6/+11 |
|\ \ | |||||
| * | | Fix tests | Roeland Jago Douma | 2017-07-31 | 1 | -6/+11 |
| |/ | |||||
* | | Fix tests | Roeland Jago Douma | 2017-08-01 | 1 | -3/+3 |
* | | Fix settings/Controller/ | Lukas Reschke | 2017-08-01 | 1 | -2/+2 |
* | | Fix 403 and 404 redirect | Morris Jobke | 2017-07-26 | 1 | -20/+0 |
|/ | |||||
* | Merge pull request #5567 from nextcloud/public-capabilities | Roeland Jago Douma | 2017-07-12 | 1 | -0/+35 |
|\ | |||||
| * | Add tests for public capabilties | Julius Härtl | 2017-06-30 | 1 | -0/+35 |
* | | Merge pull request #5441 from nextcloud/custom-theme-update | Morris Jobke | 2017-07-05 | 1 | -0/+82 |
|\ \ | |/ |/| | |||||
| * | Add command to apply updates to custom themes | Julius Härtl | 2017-07-05 | 1 | -0/+82 |
* | | Add Clear-Site-Data header | Lukas Reschke | 2017-06-20 | 1 | -0/+2 |
|/ | |||||
* | Add tests for ClientFlowLoginController | Lukas Reschke | 2017-05-18 | 1 | -19/+181 |
* | Disable the API endpoints as well | Joas Schilling | 2017-05-11 | 1 | -15/+7 |
* | Automatic injection for CssController | Joas Schilling | 2017-05-10 | 1 | -3/+10 |
* | Automatic injection for JsController | Joas Schilling | 2017-05-10 | 1 | -1/+9 |
* | Update login flow redirection | Mario Danic | 2017-05-04 | 1 | -2/+2 |