summaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-2/+8
* 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-073-5/+18
| |\
| * | 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
* | | Merge pull request #3417 from nextcloud/push-notificationMorris Jobke2017-02-101-2/+20
|\ \ \
| * | | Save the used token id in the session so it can be used later onJoas Schilling2017-02-091-2/+20
| | |/ | |/|
* / | Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-1/+2
|/ /
* | Add proper default value for datadirMorris Jobke2017-01-191-1/+1
* | add action to existing brute force protectionBjoern Schiessle2017-01-181-3/+3
* | spaces addedLoki30002017-01-101-1/+1
* | allowed '0' uidLoki30002017-01-101-1/+1
* | remove non required db requestsLoki30002017-01-101-1/+6
* | Default value for null userLoki30002017-01-091-0/+1
* | Make sure the loginname is set when logging in via cookieJoas Schilling2017-01-051-0/+1
* | Get user home folder before deletionVincent Petry2016-12-231-1/+7
|/
* 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
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-2/+2
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-143-15/+23
* inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-021-11/+18
* bring back remember-meChristoph Wurst2016-11-021-19/+51
* Proper DI of configRoeland Jago Douma2016-10-281-12/+13
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-281-19/+116
* Fix logClientIn for non-existing users (#26292)Vincent Petry2016-10-251-0/+3
* dont update the auth token twiceRobin Appelman2016-10-111-2/+0
* Cache non existing DB userRoeland Jago Douma2016-10-101-2/+7
* Only trigger postDelete hooks when the user was deleted...Joas Schilling2016-09-291-3/+3
* Remove notifications upon user deletionJoas Schilling2016-09-291-0/+4
* Merge pull request #1087 from nextcloud/get-delay-twiceLukas Reschke2016-08-301-2/+1
|\
| * dont get bruteforce delay twiceRobin Appelman2016-08-291-2/+1
* | Fix issues where some user settings cannot be loaded when the user id differs...Thomas Müller2016-08-291-0/+10
|/
* Add PHPdocRoeland Jago Douma2016-08-151-3/+5
* missing PHPDocJörn Friedrich Dreyer2016-08-141-0/+1
* Type compatabilityJörn Friedrich Dreyer2016-08-141-1/+1
* Method is deprecatedJörn Friedrich Dreyer2016-08-141-3/+3
* Unreachable statementJörn Friedrich Dreyer2016-08-141-4/+1
* Unnecessary fully qualified namesJörn Friedrich Dreyer2016-08-144-17/+25
* Apply password policy on user creationmichag862016-08-031-0/+2
* Update with robinJoas Schilling2016-07-215-5/+5
* Fix othersJoas Schilling2016-07-217-13/+21
* Mitigate race conditionLukas Reschke2016-07-201-1/+4
* Implement brute force protectionLukas Reschke2016-07-201-5/+18
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-011-40/+61
|\
| * Login hooks (#25260)Christoph Wurst2016-06-271-40/+61
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-2/+11
|\|