| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix failing csp/nonce check due to timed out session | Christoph Wurst | 2017-09-04 | 1 | -5/+8 |
* | Prevent SQL error message in case of error | Lukas Reschke | 2017-08-17 | 2 | -2/+9 |
* | Can not insert auto increment on oracle | Joas Schilling | 2017-08-02 | 1 | -1/+2 |
* | null users dont exist | Robin Appelman | 2017-07-13 | 1 | -0/+3 |
* | Create users in non default backends first | Joas Schilling | 2017-06-20 | 1 | -0/+13 |
* | emit changeUser only if there really was a change (quota, displayname) | Arthur Schiwon | 2017-06-01 | 1 | -2/+7 |
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 1 | -2/+2 |
* | Fix encryption + remembered login due to missing login hook | Christoph Wurst | 2017-05-16 | 1 | -1/+7 |
* | Remove account data on user deletion | Joas Schilling | 2017-05-15 | 1 | -0/+5 |
* | handle permissions errors when copying the skeleton for a read only user | Robin Appelman | 2017-05-05 | 1 | -2/+7 |
* | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 1 | -0/+22 |
* | Use the new method in the old one to remove duplicate code | Joas Schilling | 2017-04-27 | 1 | -30/+28 |
* | Allow to create a user for a specific backend | Joas Schilling | 2017-04-26 | 1 | -0/+18 |
* | Trigger change when a user is enabled/disabled | Joas Schilling | 2017-04-25 | 1 | -1/+5 |
* | Better validation of allowed user names | Joas Schilling | 2017-04-18 | 1 | -1/+5 |
* | Merge pull request #4330 from nextcloud/activities-for-password-mail-change | Roeland Jago Douma | 2017-04-14 | 1 | -3/+4 |
|\ |
|
| * | Allow to read the old email on the hook as well | Joas Schilling | 2017-04-13 | 1 | -3/+4 |
* | | Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate... | Morris Jobke | 2017-04-13 | 1 | -43/+54 |
|\ \
| |/
|/| |
|
| * | Improve PHPDoc | Morris Jobke | 2017-04-13 | 1 | -1/+1 |
| * | use known LockdownManager | Arthur Schiwon | 2017-04-06 | 1 | -1/+1 |
| * | Save correct login name | Arthur Schiwon | 2017-04-06 | 1 | -1/+8 |
| * | don't regenerate Session ID twice, also fixes tests | Arthur Schiwon | 2017-04-06 | 1 | -4/+7 |
| * | regenerate session id on successful login, fixes integration test | Arthur Schiwon | 2017-04-06 | 1 | -0/+4 |
| * | do login routine only once when done via LoginController | Arthur Schiwon | 2017-04-06 | 1 | -43/+40 |
* | | Dont create a log entry on email login | Joas Schilling | 2017-04-07 | 1 | -2/+19 |
|/ |
|
* | Save the scope of an auth token in the session | Robin Appelman | 2017-04-05 | 1 | -18/+27 |
* | user ids are strings | Robin Appelman | 2017-03-30 | 1 | -1/+2 |
* | Merge pull request #3889 from nextcloud/downstream-26950 | Morris Jobke | 2017-03-23 | 2 | -3/+3 |
|\ |
|
| * | fix sorting in the backend | Morris Jobke | 2017-03-23 | 2 | -3/+3 |
* | | Merge pull request #3929 from nextcloud/downstream-27068 | Joas Schilling | 2017-03-20 | 1 | -2/+7 |
|\ \ |
|
| * | | Add tests for database user backend caching | Vincent Petry | 2017-03-20 | 1 | -1/+6 |
| * | | cache loadUser if not exists | Jörn Friedrich Dreyer | 2017-03-20 | 1 | -1/+1 |
* | | | Add postLogout hook to finish sessions from external session managers (#27048) | Felix Rupp | 2017-03-19 | 1 | -0/+3 |
|/ / |
|
* | | Don't call function in constructor | Lukas Reschke | 2017-03-16 | 1 | -7/+3 |
* | | Escape like parameters in database user backend | Lukas Reschke | 2017-03-15 | 1 | -3/+7 |
|/ |
|
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -2/+8 |
* | Merge pull request #2606 from temparus/master | blizzz | 2017-02-15 | 1 | -3/+6 |
|\ |
|
| * | Update license header | Sandro Lutz | 2017-02-07 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'nextcloud/master' | Sandro Lutz | 2017-02-07 | 3 | -5/+18 |
| |\ |
|
| * | | Add check if UserManager is of type PublicEmitter before calling preLogin hook | Sandro Lutz | 2017-02-01 | 1 | -1/+3 |
| * | | Change where preLogin hook gets called | Sandro Lutz | 2017-02-01 | 1 | -3/+2 |
* | | | Merge pull request #3417 from nextcloud/push-notification | Morris Jobke | 2017-02-10 | 1 | -2/+20 |
|\ \ \ |
|
| * | | | Save the used token id in the session so it can be used later on | Joas Schilling | 2017-02-09 | 1 | -2/+20 |
| | |/
| |/| |
|
* / | | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 1 | -1/+2 |
|/ / |
|
* | | Add proper default value for datadir | Morris Jobke | 2017-01-19 | 1 | -1/+1 |
* | | add action to existing brute force protection | Bjoern Schiessle | 2017-01-18 | 1 | -3/+3 |
* | | spaces added | Loki3000 | 2017-01-10 | 1 | -1/+1 |
* | | allowed '0' uid | Loki3000 | 2017-01-10 | 1 | -1/+1 |
* | | remove non required db requests | Loki3000 | 2017-01-10 | 1 | -1/+6 |
* | | Default value for null user | Loki3000 | 2017-01-09 | 1 | -0/+1 |