Commit Graph

576 Commits (b00a9a6eaeeafce11e0141199f37d8a105050cce)

Author SHA1 Message Date
Marcel Klehr b00a9a6eae LLM OCP API: Use OCP\Common\Exception\NotFoundException 3 years ago
Marcel Klehr 795b097122 LLM OCP API: Implement ocs API 3 years ago
Faraz Samapoor 4ce7173f7e Update core/Controller/SetupController.php 3 years ago
Faraz Samapoor 2800436948 Applies agreed-upon indentation convention to the changed controllers. 3 years ago
Faraz Samapoor 9eedeb4012 Refactors controllers by using PHP8's constructor property promotion. 3 years ago
Faraz Samapoor d64aa85b04 Applies agreed-upon indentation convention to the changed controllers. 3 years ago
Faraz Samapoor 73b7096850 Fixes psalm error. 3 years ago
Faraz Samapoor 468aefc649 Fixes php-cs-fixer error. 3 years ago
Faraz Samapoor 4bf610ebaf Refactors controllers by using PHP8's constructor property promotion. 3 years ago
Faraz Samapoor fc0e2a938f Applies agreed-upon indentation convention to the changed controllers. 3 years ago
Faraz Samapoor 25cdc35473
Update core/Controller/AppPasswordController.php 3 years ago
Faraz Samapoor 05784c3244
Update core/Controller/CollaborationResourcesController.php 3 years ago
Faraz Samapoor 2713ab023f
Update core/Controller/AppPasswordController.php 3 years ago
Faraz Samapoor 450bf5c99e Refactors controllers by using PHP8's constructor property promotion. 3 years ago
Faraz Samapoor a1ef0285f8 Refactors "strpos" calls in /core to improve code readability. 3 years ago
Joas Schilling 7ee81b6555
fix(lostpassword): Also rate limit the setPassword endpoint 3 years ago
Joas Schilling 9d6ec68b59
feat(translation): Return the detected language so clients can show more details 3 years ago
Joas Schilling e5d0ff0c19
feat(translation): Allow guests to use translations as well 3 years ago
Joas Schilling 032821d2b5
fix(translation): Use 400 as status code to be distinguishable from server errors 3 years ago
Joas Schilling b7c1e61d0b
fix(translation): Properly set the numbers as HTTP status code 3 years ago
Joas Schilling 21b056ee2d
fix(translation): Translate error messages on translations API 3 years ago
Josh Richards 9899b12478
Trim user earlier 3 years ago
Christopher Ng 7bc8b543be Improve handling of profile fields 3 years ago
Josh Richards 203b9131ec
Trim the user/email provided for password resets 3 years ago
jld3103 02f9c3a06f
Use implementations instead of interfaces for accessing private methods 3 years ago
Git'Fellow cfd7a57184 Send header to all browsers under HTTPS 3 years ago
jld3103 79507435fa
Fix controller class import for autocomplete 3 years ago
Julius Härtl a0ecc37d03
fix(translation): Allow regular users to use translation api endpoints 3 years ago
Julius Härtl 3e63298381
feat(translations): Add translation provider API 3 years ago
Julien Veyssier 01cefbd6d6
[reference preview] fix getting null mimetype if the cached reference lacks an image content type 3 years ago
Christoph Wurst 024adc14b1
fix(client-login-flow): Use correct response for missing state token 3 years ago
Christoph Wurst 88d116ba84
fix(client-login-flow): Handle missing stateToken gracefully 3 years ago
Joas Schilling 704eb3aa6c
Add bruteforce protection to password reset page 3 years ago
Simon L 6496748971 fix the login log entry 3 years ago
Julien Veyssier 8766e4f242
handle and return touchProvider errors 3 years ago
Julien Veyssier 946a1af9fd
add 'last used timestamp' management for reference providers 3 years ago
Julien Veyssier 6431c5a559
extend the reference API for the new link picker 3 years ago
Christoph Wurst 20e00cdf17
feat(app-framework): Add UseSession attribute to replace annotation 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Christoph Wurst 20fcfb5739
feat(app framework)!: Inject services into controller methods 3 years ago
Christoph Wurst f22101d421
Fix login loop if login CSRF fails and user is not logged in 3 years ago
Alex Harpin 644df591b1 Rename canInstallExists method and add new method for removal 3 years ago
Alex Harpin 72af140723 Move CAN_INSTALL check to method and remove unlink from SetupController 3 years ago
Joas Schilling b4a29644cc
Add a const for the max user password length 3 years ago
Joas Schilling 9cfaf27142
Also limit the password length on reset 3 years ago
Christoph Wurst 138deec333
chore: Make the LoginController strict 3 years ago
Daniel Kesselberg b5f6ecfb00 Fix GH-33187 3 years ago
Richard Steinmetz fc4dd3041c
Fix default redirect on successful WebAuthn login 3 years ago
Carl Schwan 6c76443e89 Revert unrelated change from #34940 3 years ago
Varun Patil 136b2c5949 Fix type of PreviewController::$userId 3 years ago