aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/LoginController.php
Commit message (Expand)AuthorAgeFilesLines
* feat(login): add origin check at loginBenjamin Gaussorgues2024-12-051-8/+27
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+1
* refactor(core): Make all attribute arguments namedprovokateurin2024-07-271-2/+2
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-12/+11
* feat: don't count failed CSRF as failed login attemptBenjamin Gaussorgues2024-07-111-4/+12
* chore: Add SPDX headerAndy Scherzinger2024-05-271-29/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-251-24/+17
* feat: Limit email input on auth pages to 255 charsfenn-cs2024-03-211-1/+12
* feat: added login's initial possible email-statesEduardo Morales2024-03-101-0/+31
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+5
* feat(core): Expose the confirm password endpointprovokateurin2024-02-201-1/+12
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* Keep https check Gaspard d'Hautefeuille2024-01-051-1/+4
* Cancel PR #37405, remove regression codeGaspard d'Hautefeuille2024-01-051-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-1/+2
* Reset BFP for sudo actionMarcel Müller2023-10-281-1/+2
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-2/+2
* core: Add OpenAPI specjld31032023-07-131-0/+3
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-161-13/+15
* Fixes psalm error.Faraz Samapoor2023-06-161-2/+2
* Fixes php-cs-fixer error.Faraz Samapoor2023-06-161-1/+0
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-161-35/+11
* Refactors "strpos" calls in /core to improve code readability.Faraz Samapoor2023-06-021-1/+1
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
* Send header to all browsers under HTTPSGit'Fellow2023-03-261-2/+2
* fix the login log entrySimon L2023-01-301-2/+2
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-4/+5
* feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-11/+3
* Fix login loop if login CSRF fails and user is not logged inChristoph Wurst2023-01-181-4/+16
* Also limit the password length on resetJoas Schilling2023-01-031-1/+1
* chore: Make the LoginController strictChristoph Wurst2022-12-151-1/+4
* Fix wording of undeliverable push notificationsJoas Schilling2022-08-311-1/+1
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-0/+1
* Identify the login page explicitly by the page titleChristopher Ng2022-07-201-1/+5
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-31/+12
* add check isFairUseOfFreePushService on loginVitor Mattos2021-10-231-1/+17
* Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-3/+2
* Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Handle device login like an alternative loginJoas Schilling2021-04-201-0/+3
* Allow admins to disable the login formRoeland Jago Douma2021-03-081-0/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Keep direct login active when redirectingJulius Härtl2021-02-011-1/+1
* Do not redirect to logout after loginRoeland Jago Douma2021-01-151-1/+4
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma2020-04-151-1/+1
|\
| * Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-101-1/+1
* | Add visibility to all constantsChristoph Wurst2020-04-101-2/+2