Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -7/+7 |
* | Add visibility to all properties and move static keyword | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -48/+47 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -3/+3 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -8/+8 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -4/+3 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | make chunksize (used to check for gone LDAP users) configurable | Arthur Schiwon | 2019-11-20 | 1 | -6/+9 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -13/+14 |
* | DI for NC's user manager | Arthur Schiwon | 2018-04-05 | 2 | -2/+3 |
* | Do not use \OCP\DB anymore | Roeland Jago Douma | 2018-03-26 | 1 | -4/+4 |
* | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 1 | -2/+0 |
|\ | |||||
| * | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -2/+0 |
* | | Simplify return statement | Morris Jobke | 2018-02-13 | 1 | -3/+1 |
|/ | |||||
* | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -4/+4 |
* | Remove deprecated \OCP\Config | Roeland Jago Douma | 2018-01-13 | 1 | -1/+1 |
* | fix return value when ldapPagingSize returns null | Arthur Schiwon | 2018-01-11 | 1 | -2/+2 |
* | when paged results are turned off, all (max possible) users are returned | Arthur Schiwon | 2018-01-11 | 1 | -1/+1 |
* | fix changing to next cycle | Arthur Schiwon | 2018-01-08 | 1 | -2/+2 |
* | add unit test for qualifies to run | Arthur Schiwon | 2018-01-08 | 1 | -2/+2 |
* | fix offset is never being reset | Arthur Schiwon | 2018-01-05 | 1 | -1/+1 |
* | create failing test for this case | Arthur Schiwon | 2018-01-05 | 1 | -2/+25 |
* | resolve DI | Arthur Schiwon | 2017-11-09 | 2 | -28/+60 |
* | add Sync test | Arthur Schiwon | 2017-11-09 | 1 | -8/+6 |
* | move LDAP user attributes "sync" to background (except for ajax jobs) | Arthur Schiwon | 2017-11-09 | 1 | -0/+332 |
* | don't skip updating when ajax is set as background job mode | Arthur Schiwon | 2017-11-09 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+7 |
* | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 2 | -3/+4 |
* | fix LDAP User deletion (cleanup) | Arthur Schiwon | 2017-09-29 | 1 | -1/+2 |
* | restore ldap_password_renew_pr | Roger Szabo | 2017-03-31 | 2 | -2/+4 |
* | DI IConfig into ldap helper | Roeland Jago Douma | 2016-10-10 | 2 | -2/+2 |
* | Fix the User_LDAP app | Joas Schilling | 2016-09-12 | 1 | -7/+7 |
* | fix a few minor code smells | Jörn Friedrich Dreyer | 2016-08-29 | 1 | -1/+0 |
* | New LDAPProvider for user_ldap | root | 2016-07-22 | 1 | -1/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 2 | -4/+6 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -3/+5 |
* | Last instances of lowercase user_ldap | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
* | Move Job to a better class name | Joas Schilling | 2016-05-25 | 1 | -0/+221 |
* | Move Helper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
* | Move LDAP to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
* | Move lib\user to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
* | Move User_LDAP and User_Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
* | Move User_LDAP to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+231 |