Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ensure that users are cached when they are retrieved | Arthur Schiwon | 2017-12-07 | 1 | -0/+116 | |
* | Fixed indentation | sidey79 | 2017-11-10 | 1 | -1/+1 | |
* | Fixed typo from last commit | sidey79 | 2017-11-10 | 1 | -1/+1 | |
* | Update testUpdateNoRefresh | sidey79 | 2017-11-10 | 1 | -1/+8 | |
* | resolve DI | Arthur Schiwon | 2017-11-09 | 3 | -42/+41 | |
* | fix unit tests after rebase | Arthur Schiwon | 2017-11-09 | 2 | -48/+67 | |
* | add Sync test | Arthur Schiwon | 2017-11-09 | 1 | -0/+130 | |
* | adjust tests | Arthur Schiwon | 2017-11-09 | 5 | -403/+413 | |
* | don't skip updating when ajax is set as background job mode | Arthur Schiwon | 2017-11-09 | 2 | -5/+75 | |
* | move ldap user sync to background (WIP) | Arthur Schiwon | 2017-11-09 | 1 | -91/+116 | |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -0/+1 | |
* | Update license headers | Morris Jobke | 2017-11-06 | 29 | -51/+115 | |
* | User_LDAP plugins: smaller fixes | Vinicius Cubas Brand | 2017-11-03 | 5 | -25/+77 | |
* | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 14 | -127/+1707 | |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 2 | -4/+5 | |
* | Merge pull request #6677 from nextcloud/downstream-dont-reset-quota | Lukas Reschke | 2017-10-19 | 1 | -15/+10 | |
|\ | ||||||
| * | Adjust unittest | Juan Pablo Villafáñez | 2017-09-28 | 1 | -15/+10 | |
* | | fix test | Arthur Schiwon | 2017-09-29 | 1 | -1/+6 | |
* | | fix LDAP User deletion (cleanup) | Arthur Schiwon | 2017-09-29 | 9 | -60/+80 | |
|/ | ||||||
* | adapted integration tests | Arthur Schiwon | 2017-09-14 | 2 | -13/+35 | |
* | improve and extend paging integration test | Arthur Schiwon | 2017-09-14 | 2 | -11/+28 | |
* | fix limit-flaw in search on paged results | Arthur Schiwon | 2017-09-14 | 1 | -4/+9 | |
* | Merge pull request #5689 from nextcloud/fix-4117 | Morris Jobke | 2017-09-14 | 3 | -25/+137 | |
|\ | ||||||
| * | listen to deletion hooks for proper handling, adjust and add tests | Arthur Schiwon | 2017-08-31 | 3 | -25/+137 | |
* | | Merge pull request #5466 from jlehtoranta/ldap-connectivity-fixes | Morris Jobke | 2017-09-04 | 1 | -0/+98 | |
|\ \ | |/ |/| | ||||||
| * | LDAP: Add testStartTlsNegotiationFailure unit test | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+50 | |
| * | LDAP: Add testBindWithInvalidCredentials unit test | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+44 | |
| * | LDAP: Fix testUseBackupServer unit test | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+4 | |
* | | Fix ldap tests | Roeland Jago Douma | 2017-08-09 | 2 | -0/+11 | |
|/ | ||||||
* | add convenience script to run all tests at once | Arthur Schiwon | 2017-05-26 | 1 | -0/+34 | |
* | Make IDE happy | Arthur Schiwon | 2017-05-26 | 10 | -18/+81 | |
* | add missing INotificationManager when creating User backend, LDAP | Arthur Schiwon | 2017-05-26 | 3 | -5/+6 | |
* | Fix usersInGroup retrieval | Arthur Schiwon | 2017-04-25 | 1 | -0/+37 | |
* | Merge branch 'master' of https://github.com/Xuanwo/server into Xuanwo-master2 | Arthur Schiwon | 2017-04-25 | 1 | -0/+105 | |
|\ | ||||||
| * | user_ldap: Add support for gidNumber | Xuanwo | 2017-04-25 | 1 | -0/+105 | |
* | | Merge pull request #1023 from GitHubUser4234/ldap_password_renew_pr | blizzz | 2017-04-24 | 10 | -132/+300 | |
|\ \ | ||||||
| * | | unit test adjustment | Roger Szabo | 2017-04-07 | 1 | -21/+31 | |
| * | | lower case for attributes | Roger Szabo | 2017-04-06 | 1 | -7/+7 | |
| * | | usertest adjustment | Roger Szabo | 2017-03-31 | 1 | -1/+1 | |
| * | | usertest adjustment | Roger Szabo | 2017-03-31 | 1 | -11/+11 | |
| * | | restore ldap_password_renew_pr | Roger Szabo | 2017-03-31 | 10 | -120/+278 | |
* | | | Change LDAP method names | Morris Jobke | 2017-04-12 | 2 | -5/+5 | |
* | | | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 2 | -3/+3 | |
|/ / | ||||||
* | | Include tests for "default" and "none" quotas | Juan Pablo Villafáñez | 2017-03-29 | 1 | -0/+80 | |
* | | Add new testes to cover more cases | Juan Pablo Villafáñez | 2017-03-29 | 1 | -0/+210 | |
* | | Adjust current tests to match the expectations | Juan Pablo Villafáñez | 2017-03-29 | 1 | -28/+26 | |
|/ | ||||||
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -1/+1 | |
* | Merge pull request #3521 from nextcloud/ldap-fix-uuid-attr-detection | Lukas Reschke | 2017-02-20 | 9 | -41/+608 | |
|\ | ||||||
| * | add tests to DB group | Arthur Schiwon | 2017-02-17 | 2 | -0/+12 | |
| * | Background jobs can take 4k of characters only. We find a good batch size. | Arthur Schiwon | 2017-02-17 | 2 | -9/+69 |