summaryrefslogtreecommitdiffstats
path: root/lib/private/User/Session.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Save the scope of an auth token in the sessionRobin Appelman2017-04-051-18/+27
* Add postLogout hook to finish sessions from external session managers (#27048)Felix Rupp2017-03-191-0/+3
* Merge pull request #2606 from temparus/masterblizzz2017-02-151-3/+6
|\
| * Update license headerSandro Lutz2017-02-071-0/+2
| * Merge remote-tracking branch 'nextcloud/master'Sandro Lutz2017-02-071-3/+4
| |\
| * | Add check if UserManager is of type PublicEmitter before calling preLogin hookSandro Lutz2017-02-011-1/+3
| * | Change where preLogin hook gets calledSandro Lutz2017-02-011-3/+2
* | | Save the used token id in the session so it can be used later onJoas Schilling2017-02-091-2/+20
| |/ |/|
* | add action to existing brute force protectionBjoern Schiessle2017-01-181-3/+3
* | Make sure the loginname is set when logging in via cookieJoas Schilling2017-01-051-0/+1
|/
* Set last-login-check on basic authRoeland Jago Douma2016-12-051-0/+5
* do not remember session tokens by defaultChristoph Wurst2016-11-271-1/+1
* fix warning with token loginRobin Appelman2016-11-161-1/+1
* read lockdown scope from tokenRobin Appelman2016-11-161-2/+1
* basic lockdown logicRobin Appelman2016-11-161-0/+2
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-6/+19
* inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-021-11/+18
* bring back remember-meChristoph Wurst2016-11-021-19/+51
* Fix logClientIn for non-existing users (#26292)Vincent Petry2016-10-251-0/+3
* dont update the auth token twiceRobin Appelman2016-10-111-2/+0
* dont get bruteforce delay twiceRobin Appelman2016-08-291-2/+1
* missing PHPDocJörn Friedrich Dreyer2016-08-141-0/+1