aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/ChangePasswordController.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-18/+8
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+5
* refactor(settings): Replace security annotations with respective attributesprovokateurin2024-07-271-6/+7
* chore: Add SPDX headerAndy Scherzinger2024-06-031-28/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
* feat: rename users to account or personVincent Petry2024-02-131-3/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* Use Server::get instead of new to avoid troubles with encryption constructorsCôme Chilliet2023-08-081-30/+2
* Add a const for the max user password lengthJoas Schilling2023-01-041-2/+2
* Port password settings to vueCarl Schwan2022-08-311-19/+7
* Don't allow setting password bigger than 469 charactersCarl Schwan2022-07-051-1/+10
* l10n: Delete apostropheValdnet2022-06-071-1/+1
* Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-1/+4
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Help static code analysis to understand code.Daniel Kesselberg2020-09-161-1/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Harden key generationJulius Härtl2020-08-141-1/+3
* Unify settings middleware with othersJoas Schilling2020-06-231-1/+1
* use the loginname to verify the old password in user password changesArthur Schiwon2020-05-261-1/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+6
* Fix license headersChristoph Wurst2020-01-131-25/+1
* Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an in...Daniel Kesselberg2019-12-091-2/+0
* Update license headersChristoph Wurst2019-12-051-0/+27
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Move settings to an appChristoph Wurst2019-09-281-0/+275