aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User/Session.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Error out early on an expired tokenRoeland Jago Douma2018-10-301-1/+11
* Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+4
* Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-021-3/+10
* Make authenticated cookies laxRoeland Jago Douma2018-09-281-4/+31
* Update the scope of the lockdownmanagerRoeland Jago Douma2018-08-141-0/+3
* Allow updating the token on session regenerationRoeland Jago Douma2018-06-141-0/+2
* more consistent namingArthur Schiwon2018-04-051-3/+3
* admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-051-0/+3
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-11/+11
* Fix testsRoeland Jago Douma2018-01-231-3/+3
* Don't polute log when loggin into dav with emailRoeland Jago Douma2018-01-231-10/+21
* Update license headersMorris Jobke2017-11-061-2/+5
* Fix failing csp/nonce check due to timed out sessionChristoph Wurst2017-09-041-5/+8
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-2/+2
* Fix encryption + remembered login due to missing login hookChristoph Wurst2017-05-161-1/+7
* handle permissions errors when copying the skeleton for a read only userRobin Appelman2017-05-051-2/+7
* Improve PHPDocMorris Jobke2017-04-131-1/+1
* use known LockdownManagerArthur Schiwon2017-04-061-1/+1
* Save correct login nameArthur Schiwon2017-04-061-1/+8
* don't regenerate Session ID twice, also fixes testsArthur Schiwon2017-04-061-4/+7
* regenerate session id on successful login, fixes integration testArthur Schiwon2017-04-061-0/+4
* do login routine only once when done via LoginControllerArthur Schiwon2017-04-061-43/+40