aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/AuthSettingsController.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-36/+14
* refactor(settings): Replace security annotations with respective attributesprovokateurin2024-07-271-6/+8
* Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-ssoArthur Schiwon2024-06-071-2/+2
|\
| * refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-2/+2
* | chore: Add SPDX headerAndy Scherzinger2024-06-031-28/+4
|/
* Use IToken from OCP instead of OCCôme Chilliet2024-01-111-1/+1
* Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-111-1/+1
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-111-5/+7
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-9/+9
* Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-231-2/+1
* Limit the length of app password namesJoas Schilling2022-03-231-0/+8
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Harden apptoken checkRoeland Jago Douma2021-05-171-0/+20
* Move away some ILoggersRoeland Jago Douma2021-03-021-6/+5
* Unify settings middleware with othersJoas Schilling2020-06-231-4/+4
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Check the user on remote wipeJoas Schilling2020-03-161-1/+7
* Update license headersChristoph Wurst2019-12-051-2/+7
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* fix updating and deleting authtokensSergej Nikolaev2019-10-051-2/+6
* Move settings to an appChristoph Wurst2019-09-281-0/+289