summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Fix login flow form actionsRoeland Jago Douma2019-08-111-0/+6
* Merge pull request #16544 from nextcloud/bugfix/16540Roeland Jago Douma2019-07-311-5/+15
|\
| * Move actual password reset to vueJulius Härtl2019-07-311-5/+15
* | Use proper exception in lostControllerRoeland Jago Douma2019-07-271-3/+9
|/
* Merge pull request #16308 from nextcloud/fix/undefined-offset-0Morris Jobke2019-07-101-24/+27
|\
| * Return first value from $usersDaniel Kesselberg2019-07-091-24/+27
* | Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-091-2/+2
|/
* Fix subscription testsJulius Härtl2019-06-171-0/+2
* Vueify the login pageChristoph Wurst2019-05-291-39/+69
* Remote wipe supportRoeland Jago Douma2019-05-201-0/+120
* Merge pull request #15304 from nextcloud/enh/2fa_setup_at_loginRoeland Jago Douma2019-05-171-3/+124
|\
| * Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-3/+124
* | Allow clients to delete their own apptokenRoeland Jago Douma2019-05-171-0/+57
|/
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-071-327/+110
* Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling2019-02-261-3/+9
* Login flow V2Roeland Jago Douma2019-02-251-0/+321
* Emit event if app password createdDaniel Kesselberg2019-02-182-50/+23
* Publish activity for app token created by client login flowDaniel Kesselberg2019-02-171-1/+35
* Publish activity for app token created by ocs apiDaniel Kesselberg2019-02-171-1/+24
* Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_...Morris Jobke2019-02-072-8/+8
|\
| * Add StandaloneTemplateResponseRoeland Jago Douma2019-02-062-8/+8
* | Remove public interface that was only needed for testingMorris Jobke2019-02-071-1/+0
* | Implement guest avatar endpointMichael Weimann2019-02-072-2/+92
|/
* Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-1/+6
* Honor remember_login_cookie_lifetimeRoeland Jago Douma2019-01-231-0/+24
* Fix template paramterRoeland Jago Douma2019-01-181-1/+1
* Fix testsRoeland Jago Douma2019-01-151-9/+23
* Fix testsJohn Molakvoæ (skjnldsv)2018-11-291-64/+0
* Use the proper server for the apptoken flow loginRoeland Jago Douma2018-11-011-2/+8
* adapted automated test for autocomplete changesRayn0r2018-10-301-6/+14
* Keep list of icons in a separate file for use in the accessibility appJulius Härtl2018-10-251-1/+3
* Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-151-2/+2
* Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the...Morris Jobke2018-10-081-0/+139
|\
| * Refactors the scss svg functionsMichael Weimann2018-10-021-0/+139
* | Add an endppoint for clients to request an app passwordRoeland Jago Douma2018-10-031-0/+179
|/
* Merge pull request #10743 from danielkesselberg/bugfix/noid/allow-password-re...blizzz2018-09-131-0/+84
|\
| * Enable password reset for user with same email address when only one is activeDaniel Kesselberg2018-08-191-0/+84
* | Change password expiration time from 12h to 7dMorris Jobke2018-08-311-1/+1
|/
* update unit testsBjoern Schiessle2018-08-151-1/+41
* Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-5/+6
* Fix unit testJoas Schilling2018-08-011-1/+20
* Fix app navigation controller to return an arrayJulius Härtl2018-07-251-2/+2
* Adds disabled user unit testsMichael Weimann2018-07-211-3/+47
* Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke2018-06-252-36/+39
|\
| * Make 2FA providers statefulChristoph Wurst2018-06-202-36/+39
* | prefill userid for login after password resetRobin Appelman2018-06-211-1/+1
|/
* Fix testsRoeland Jago Douma2018-05-142-2/+4
* Fix testsRoeland Jago Douma2018-04-061-17/+5
* Add Cache-control: immutableRoeland Jago Douma2018-03-192-12/+12
* Add CSRF token controller to retrieve the current CSRF tokenChristoph Wurst2018-03-081-0/+71