aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_User.php
Commit message (Expand)AuthorAgeFilesLines
* fix(Auth): ignore missing token when trying to set password-unconfirmablefwdport/48445/masterArthur Schiwon2024-10-011-6/+14
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-3/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATIONArthur Schiwon2024-06-241-1/+4
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-1/+2
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-051-0/+9
* chore: Add SPDX headerAndy Scherzinger2024-05-241-35/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(logging): Restore the option to log with debug levelJoas Schilling2024-03-221-2/+2
* fix: Implement option to temporarily set the user sessionJulius Härtl2024-03-191-1/+2
* fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-191-11/+11
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-221-1/+1
* Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-5/+5
* dispatch BeforeUserLoggedInEventMaxence Lange2023-03-011-2/+9
* composer run cs:fixCôme Chilliet2023-01-201-4/+4
* Allow SSO authentication to provide a user secretMichaIng2022-07-121-2/+6
* allow use of rememberme cookies for IApacheAuth backendsArthur Schiwon2022-05-251-0/+1
* only setup part of the filesystem for appdata requestsRobin Appelman2022-02-091-1/+1
* allow null password in UserLoggedInEventJulien Veyssier2021-10-131-1/+1
* fix login_credentials->password in session when loging in with apacheJulien Veyssier2021-10-131-1/+1
* Don't further setup disabled users when logging in with apacheJoas Schilling2021-09-231-0/+6
* Use proper methods for display name retrievalMorris Jobke2021-06-171-26/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* emit UserLoggedInEvent on apache authArthur Schiwon2021-06-011-0/+12
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Allow user backends to specify a custom logout urlRoeland Jago Douma2020-07-231-0/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-0/+411