summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* feat(translations): Add translation provider APIJulius Härtl2023-02-271-0/+66
* Merge pull request #36634 from nextcloud/fix/client-login-flow/state-token-mi...MichaIng2023-02-271-1/+1
|\
| * fix(client-login-flow): Use correct response for missing state tokenChristoph Wurst2023-02-091-1/+1
* | [reference preview] fix getting null mimetype if the cached reference lacks a...Julien Veyssier2023-02-221-1/+4
* | Merge pull request #36443 from nextcloud/fix/23063/fix-login-log-entrySimon L2023-02-151-2/+2
|\ \ | |/ |/|
| * fix the login log entrySimon L2023-01-301-2/+2
* | Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-p...Joas Schilling2023-02-061-1/+5
|\ \
| * | Add bruteforce protection to password reset pageJoas Schilling2023-02-021-1/+5
| |/
* / fix(client-login-flow): Handle missing stateToken gracefullyChristoph Wurst2023-02-061-3/+26
|/
* Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-275-15/+20
|\
| * feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-275-15/+20
* | handle and return touchProvider errorsJulien Veyssier2023-01-271-7/+3
* | add 'last used timestamp' management for reference providersJulien Veyssier2023-01-271-1/+19
* | extend the reference API for the new link pickerJulien Veyssier2023-01-271-0/+14
|/
* composer run cs:fixCôme Chilliet2023-01-205-12/+8
* Merge pull request #27492 from cyclops8456/feature/24301-remove-can-install-o...Simon L2023-01-181-5/+3
|\
| * Rename canInstallExists method and add new method for removalAlex Harpin2023-01-101-2/+2
| * Move CAN_INSTALL check to method and remove unlink from SetupControllerAlex Harpin2023-01-101-5/+3
* | 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
|/
* Add a const for the max user password lengthJoas Schilling2023-01-041-1/+1
* Also limit the password length on resetJoas Schilling2023-01-032-1/+5
* chore: Make the LoginController strictChristoph Wurst2022-12-151-1/+4
* Fix GH-33187Daniel Kesselberg2022-12-121-1/+1
* Fix default redirect on successful WebAuthn loginRichard Steinmetz2022-12-051-2/+8
* Merge pull request #35385 from pulsejet/patch-previewtypeSimon L2022-12-031-1/+1
|\
| * Fix type of PreviewController::$userIdVarun Patil2022-11-241-1/+1
* | Revert unrelated change from #34940Carl Schwan2022-12-021-1/+1
|/
* Add mastodon personal info fieldCarl Schwan2022-11-211-1/+1
* Check share attributes on preview endpointsJulius Härtl2022-10-251-0/+11
* Use proper error pages instead of always redirectingJulius Härtl2022-10-211-0/+62
* Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-191-0/+51
* Add rate limiting on lost password emailsCôme Chilliet2022-10-181-6/+17
* fix reference preview endpoint when no server-side cache configuredJulien Veyssier2022-10-131-4/+7
* Fix URLs on reference resolvingJoas Schilling2022-09-301-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-261-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