summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Set the data from the templateJoas Schilling2017-10-181-3/+1
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-1/+2
* Exclude avatar from Same-Site Cookie requirementLukas Reschke2017-10-111-0/+1
* Fix "Uninitialized string offset: 0 at \/media\/psf\/stable9\/lib\/private\/U...Lukas Reschke2017-09-071-6/+6
* Fix undefined index oauthStateMorris Jobke2017-09-061-0/+1
* Merge pull request #6358 from nextcloud/fix-mixup-of-id-and-nameMorris Jobke2017-09-051-2/+1
|\
| * Merge setMetaData into constructorJoas Schilling2017-09-041-2/+1
* | Merge pull request #6196 from nextcloud/downstream-26539-2Morris Jobke2017-09-041-0/+1
|\ \
| * | Fix broken testsMorris Jobke2017-09-041-0/+1
| |/
* / Add rich link preview to the login pageJulius Härtl2017-09-021-8/+22
|/
* Return the user id in case of an errorJoas Schilling2017-08-291-1/+1
* Merge pull request #6255 from nextcloud/email-meta-dataMorris Jobke2017-08-261-0/+3
|\
| * Also for reset passwordJoas Schilling2017-08-241-0/+3
* | Merge pull request #6177 from nextcloud/properly-add-slo-urlMorris Jobke2017-08-261-4/+4
|\ \
| * | Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-181-1/+1
| * | Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-181-4/+4
* | | Allow 2FA providers to specify their custom CSPChristoph Wurst2017-08-261-1/+7
| |/ |/|
* | No password reset for disabled usersJoas Schilling2017-08-181-3/+12
|/
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-011-1/+1
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-1/+1
* | Fix OCSControllerRoeland Jago Douma2017-08-011-3/+3
* | Fix ContactsMenuControllerRoeland Jago Douma2017-08-011-4/+3
* | Fix AvatarControllerRoeland Jago Douma2017-08-011-2/+3
|/
* Cleanup legacy user class from unused methodsMorris Jobke2017-07-241-1/+1
* Add public capabilities APIJulius Härtl2017-06-301-2/+7
* Add Clear-Site-Data headerLukas Reschke2017-06-201-1/+3
* Add tests for ClientFlowLoginControllerLukas Reschke2017-05-181-6/+4
* Add OAuth state to sessionLukas Reschke2017-05-181-24/+18
* use name of oauth app to identify auth tokenBjoern Schiessle2017-05-181-2/+10
* show error page if no valid client identifier is given and if it is not a API...Bjoern Schiessle2017-05-181-5/+24
* Remove special charactersLukas Reschke2017-05-181-1/+1
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-20/+72
* Disable the API endpoints as wellJoas Schilling2017-05-111-0/+16
* Disable reset password link. Issue: #27440Ujjwal Bhardwaj2017-05-111-0/+2
* Automatic injection for CssControllerJoas Schilling2017-05-101-3/+4
* Automatic injection for JsControllerJoas Schilling2017-05-101-3/+4
* Update login flow redirectionMario Danic2017-05-041-1/+1
* Handle more error casesMorris Jobke2017-05-021-0/+2
* add contactsmenu popoverGeorg Ehrke2017-04-261-0/+17
* Merge branch 'master' into contactsmenuJan-Christoph Borchardt2017-04-261-0/+238
|\
| * AppToken to 72 charsRoeland Jago Douma2017-04-251-1/+1
| * Do not remove the state token to earlyRoeland Jago Douma2017-04-251-1/+3
| * Add new auth flowLukas Reschke2017-04-251-0/+236
* | Let apps register contact menu provider via info.xmlChristoph Wurst2017-04-251-6/+7
* | Contacts menuChristoph Wurst2017-04-251-0/+61
|/
* Fix remember redirect_url on failed login attemptsChristoph Wurst2017-04-251-0/+3
* Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-241-1/+0
|\
| * Remove unused use statementsMorris Jobke2017-04-221-1/+0
* | Merge pull request #4434 from nextcloud/add-rate-limiting-to-solve-challenge-...Lukas Reschke2017-04-241-0/+2
|\ \
| * | Add rate limit to TOTP solve challenge controllerLukas Reschke2017-04-221-0/+2
| |/