summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix(core): Add password confirmation requirement for getapppasswordJoas Schilling2023-07-171-0/+1
* fix(lostpassword): Also rate limit the setPassword endpointJoas Schilling2023-05-151-5/+11
* Improve handling of profile fieldsChristopher Ng2023-04-031-0/+1
* fix(client-login-flow): Handle missing stateToken gracefullyChristoph Wurst2023-02-271-3/+26
* Merge pull request #36828 from nextcloud/backport/36807/stable25MichaIng2023-02-261-1/+4
|\
| * [reference preview] fix getting null mimetype if the cached reference lacks a...Julien Veyssier2023-02-231-1/+4
* | Fix the login log entrySimon L2023-02-111-2/+2
|/
* Add bruteforce protection to password reset pageJoas Schilling2023-02-071-1/+5
* Fix login loop if login CSRF fails and user is not logged inChristoph Wurst2023-01-181-4/+16
* Merge pull request #35747 from nextcloud/backport/35562/stable25John Molakvoæ2023-01-061-1/+1
|\
| * Fix GH-33187Daniel Kesselberg2022-12-131-1/+1
* | Also limit the password length on resetJoas Schilling2023-01-042-1/+5
* | Fix type of PreviewController::$userIdVarun Patil2022-12-191-1/+1
|/
* Add rate limiting on lost password emailsCôme Chilliet2022-10-271-6/+17
* Check share attributes on preview endpointsJulius Härtl2022-10-261-0/+11
* fix reference preview endpoint when no server-side cache configuredJulien Veyssier2022-10-181-4/+7
* Fix URLs on reference resolvingJoas Schilling2022-10-021-1/+1
* Add cache header for image endpoint if link previewsJulius Härtl2022-09-281-2/+4
* Add endpoint to fetch a cachable reference dataJulius Härtl2022-09-271-0/+10
* Add api to load additional section in profile pageCarl Schwan2022-09-141-1/+8
* Update avatars on updateCarl Schwan2022-09-092-4/+4
* Dark theme for guest avatarCarl Schwan2022-09-091-2/+11
* Avatar new styleCarl Schwan2022-09-091-1/+39
* Remake profile picture saving with VueChristopher Ng2022-09-021-0/+13
* Inject all dependnencies and increase cache timeoutJulius Härtl2022-08-311-1/+2
* Refactor cache handlingJulius Härtl2022-08-311-2/+4
* CleanupJulius Härtl2022-08-312-20/+18
* Implement image cachingJulius Härtl2022-08-312-40/+105
* API for fetching reference metadataJulius Härtl2022-08-311-0/+82
* Fix wording of undeliverable push notificationsJoas Schilling2022-08-311-1/+1
* Improve handling of profile pageChristopher Ng2022-08-221-1/+1
* Update core/Controller/LostController.phpNoSleep822022-08-211-1/+1
* Update LostController.phpNoSleep822022-08-191-2/+2
* 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
* Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-101-15/+15
* Add password reset typed eventsThomas Citharel2022-06-101-1/+10
* Use Image class from public APIChristopher Ng2022-06-021-3/+3
* Update core to PHP 7.4 standardCarl Schwan2022-05-2027-548/+174
* Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-gra...Joas Schilling2022-05-162-0/+17
|\
| * Show user account on grant loginflow stepJoas Schilling2022-05-132-0/+17
* | Modernize contacts menuThomas Citharel2022-05-121-16/+7
|/
* Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-101-151/+0
* Expose shareWithDisplayNameUnique also on autocomplete endpointJoas Schilling2022-05-031-0/+1
* Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry2022-03-291-11/+6
|\
| * Add direct arg to login flowVincent Petry2022-03-281-11/+6
* | Remove old shorteningJoas Schilling2022-03-232-7/+0
* | Limit the length of app password namesJoas Schilling2022-03-232-0/+7
* | Add global profile toggle configChristopher Ng2022-03-181-21/+1
|/
* Fix caching of the user avatarCarl Schwan2022-02-251-1/+1