summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Fix openapi docsMarcel Klehr2023-08-091-4/+10
* Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
* LanguageModelApiController: Use jsonSerialize method to help psalmMarcel Klehr2023-08-091-1/+1
* cs:fixMarcel Klehr2023-08-091-2/+0
* LLM OCP API: Fix OpenApi docsMarcel Klehr2023-08-091-3/+3
* LLM OCP API: Fix psalm issuesMarcel Klehr2023-08-091-3/+3
* LLM OCS API: Add OpenAPI docsMarcel Klehr2023-08-091-3/+30
* LLM OCS API: s/tasks/tasktypes/Marcel Klehr2023-08-091-1/+1
* LLM OCP API: Fix psam errorsMarcel Klehr2023-08-091-2/+2
* LLM OCP API: Fix security issueMarcel Klehr2023-08-091-0/+4
* LLM OCP API: Fix copyrightMarcel Klehr2023-08-091-2/+2
* LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-08-091-1/+2
* LLM OCP API: Implement ocs APIMarcel Klehr2023-08-091-0/+96
* fix(core): Add password confirmation requirement for getapppasswordJoas Schilling2023-07-171-0/+1
* fix(lostpassword): Also rate limit the setPassword endpointJoas Schilling2023-05-151-6/+12
* feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-021-4/+8
* feat(translation): Allow guests to use translations as wellJoas Schilling2023-04-131-2/+4
* fix(translation): Use 400 as status code to be distinguishable from server er...Joas Schilling2023-04-131-2/+2
* fix(translation): Properly set the numbers as HTTP status codeJoas Schilling2023-04-131-2/+2
* fix(translation): Translate error messages on translations APIJoas Schilling2023-04-131-4/+12
* Merge pull request #37495 from joshtrichards/jr-trim-pw-reset-usernameCôme Chilliet2023-04-051-0/+2
|\
| * Trim user earlierJosh Richards2023-04-041-1/+3
| * Trim the user/email provided for password resetsJosh Richards2023-03-301-1/+1
* | Improve handling of profile fieldsChristopher Ng2023-03-301-0/+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 controller class import for autocompletejld31032023-03-161-2/+3
* fix(translation): Allow regular users to use translation api endpointsJulius Härtl2023-02-281-0/+6
* 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