summaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* Prevent SQL error message in case of errorLukas Reschke2017-08-172-2/+9
* Can not insert auto increment on oracleJoas Schilling2017-08-021-1/+2
* null users dont existRobin Appelman2017-07-131-0/+3
* Create users in non default backends firstJoas Schilling2017-06-201-0/+13
* emit changeUser only if there really was a change (quota, displayname)Arthur Schiwon2017-06-011-2/+7
* 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
* Remove account data on user deletionJoas Schilling2017-05-151-0/+5
* handle permissions errors when copying the skeleton for a read only userRobin Appelman2017-05-051-2/+7
* UserManager can now count disabled usersArthur Schiwon2017-04-291-0/+22
* Use the new method in the old one to remove duplicate codeJoas Schilling2017-04-271-30/+28
* Allow to create a user for a specific backendJoas Schilling2017-04-261-0/+18
* Trigger change when a user is enabled/disabledJoas Schilling2017-04-251-1/+5
* Better validation of allowed user namesJoas Schilling2017-04-181-1/+5
* Merge pull request #4330 from nextcloud/activities-for-password-mail-changeRoeland Jago Douma2017-04-141-3/+4
|\
| * Allow to read the old email on the hook as wellJoas Schilling2017-04-131-3/+4
* | Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate...Morris Jobke2017-04-131-43/+54
|\ \ | |/ |/|
| * 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
* | Dont create a log entry on email loginJoas Schilling2017-04-071-2/+19
|/
* Save the scope of an auth token in the sessionRobin Appelman2017-04-051-18/+27
* user ids are stringsRobin Appelman2017-03-301-1/+2
* Merge pull request #3889 from nextcloud/downstream-26950Morris Jobke2017-03-232-3/+3
|\
| * fix sorting in the backendMorris Jobke2017-03-232-3/+3
* | Merge pull request #3929 from nextcloud/downstream-27068Joas Schilling2017-03-201-2/+7
|\ \
| * | Add tests for database user backend cachingVincent Petry2017-03-201-1/+6
| * | cache loadUser if not existsJörn Friedrich Dreyer2017-03-201-1/+1
* | | Add postLogout hook to finish sessions from external session managers (#27048)Felix Rupp2017-03-191-0/+3
|/ /
* | Don't call function in constructorLukas Reschke2017-03-161-7/+3
* | Escape like parameters in database user backendLukas Reschke2017-03-151-3/+7
|/
* 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