summaryrefslogtreecommitdiffstats
path: root/lib/private/User/Session.php
Commit message (Expand)AuthorAgeFilesLines
* fix(auth): Fix logging in with email, password and login name mismatchChristoph Wurst2024-01-221-13/+24
* fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-171-2/+5
* perf: Use more performant way to obtain and check the email as a login name w...Julius Härtl2024-01-091-2/+11
* Merge pull request #41383 from nextcloud/backport/41302/stable27Arthur Schiwon2023-11-151-1/+1
|\
| * Lower log level about invalid session tokenPatrick Fischer2023-11-101-1/+1
* | fix(session): Log why session renewal failedChristoph Wurst2023-11-021-1/+2
|/
* fix: Log critical session renewal and logout pathsChristoph Wurst2023-10-101-5/+33
* fix(user): Log affected user of app token login name mismatchChristoph Wurst2023-10-061-0/+2
* fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-031-2/+2
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-3/+3
* chore: use local variable for remote addressDaniel Kesselberg2023-03-101-10/+16
* feat: add event for failed loginsRoeland Jago Douma2022-11-241-1/+1
* Remove potential mismatching dav session data during loginJulius Härtl2022-11-221-0/+1
* Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-3/+1
* Fix unsuccessful token login logged as errorChristoph Wurst2022-11-071-1/+1
* dont try email login if the provider username is not a valid emailRobin Appelman2022-09-141-0/+3
* Log if cookie login failed with token mismatch or session unavailabilityChristoph Wurst2022-08-311-0/+8
* Fix psalm issues related to the user backendCarl Schwan2022-05-201-5/+5
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-18/+6
* Only setupFS when we have to copy the skeletonJoas Schilling2022-02-251-4/+4
* Update Session.phpMarek-Wojtowicz2022-01-121-1/+1
* Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-011-2/+2
* Fix missing token updateJoas Schilling2021-11-121-0/+2
* Emit an error log when the app token login name does not matchChristoph Wurst2021-08-131-1/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Throw "401 Unauthenticated" when authentication is provided but invalidJoas Schilling2021-04-221-0/+2
* token login: emit preLogin event with LoginNameLionel Elie Mamane2021-02-191-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Fix typo Morris Jobke2020-12-041-1/+1
* Remember me is not an app_passwordRoeland Jago Douma2020-12-041-2/+12
* Bearer must be in the start of the auth headerRoeland Jago Douma2020-11-061-3/+3
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Return correct loginname in credentials,Lionel Elie Mamane2020-08-201-1/+3
* Log why a token is not valid during password checkChristoph Wurst2020-05-271-0/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-12/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-081-2/+0
* [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-1/+7
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+1
* Add typed events for all user hooks and legacy eventsChristoph Wurst2019-12-111-3/+3
* Update license headersChristoph Wurst2019-12-051-2/+3
* Make the post login event publicChristoph Wurst2019-11-201-4/+3
* Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-091-2/+1
* Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-151-0/+23
* Add proper PostLoginEventRoeland Jago Douma2019-07-291-1/+14
* Add isTokenLogin argument to post login hook/eventChristoph Wurst2019-01-231-2/+7
* Throttle with correct metadataRoeland Jago Douma2019-01-041-1/+1
* Bearer tokens are app tokenRoeland Jago Douma2018-11-201-0/+4