| Commit message (Expand) | Author | Age | Files | Lines |
* | simplified backport of #22221, fixing a deprecation log message | Arthur Schiwon | 2020-08-19 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+2 |
* | Remove some more direct app instance creations | Christoph Wurst | 2019-11-25 | 1 | -1/+1 |
* | Keep the old method as a fallback and adjust the tests | Joas Schilling | 2019-07-16 | 1 | -1/+1 |
* | Update shipped implementations of the INotifier | Joas Schilling | 2019-07-15 | 1 | -11/+1 |
* | add LDAP ConfigHandler for external storages and "$home" var | Arthur Schiwon | 2019-02-14 | 1 | -0/+4 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -6/+4 |
* | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 1 | -2/+18 |
* | fix LDAP User deletion (cleanup) | Arthur Schiwon | 2017-09-29 | 1 | -1/+2 |
* | remove check, user_webdavauth is not an app anymore for long | Arthur Schiwon | 2017-06-01 | 1 | -6/+0 |
* | Use proxy classes | Juan Pablo Villafáñez | 2017-04-27 | 1 | -30/+10 |
* | restore ldap_password_renew_pr | Roger Szabo | 2017-03-31 | 1 | -3/+16 |
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -1/+1 |
* | DI IConfig into ldap helper | Roeland Jago Douma | 2016-10-10 | 1 | -1/+1 |
* | superfluous | Arthur Schiwon | 2016-08-11 | 1 | -2/+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 | 1 | -2/+3 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
* | Move Access to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
* | Move Connection to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
* | Move FilesystemHelper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
* | Move Helper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
* | Move LDAP to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
* | Move LogWrapper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
* | Move lib\user to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
* | Move User_LDAP and User_Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
* | Move Group_LDAP and Group_Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
* | Use IUser::setEMailAddress in ldap as well | Thomas Müller | 2016-01-20 | 1 | -1/+2 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | Move registration of LDAP background jobs to the install and update | Joas Schilling | 2015-09-02 | 1 | -3/+0 |
* | allow login names to be used for s2s with LDAP users | Arthur Schiwon | 2015-04-13 | 1 | -0/+7 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -21/+23 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+22 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -22/+22 |
* | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -1/+0 |
* | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 1 | -2/+5 |
* | inject oc config to User_LDAP | Arthur Schiwon | 2015-01-06 | 1 | -3/+5 |
* | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 1 | -9/+5 |
* | Split mapping from Access and Helper classes into it's own. Fully test them, ... | Arthur Schiwon | 2014-12-19 | 1 | -0/+3 |
* | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -0/+1 |
* | fix parameter order | Arthur Schiwon | 2014-06-03 | 1 | -2/+2 |
* | LDAP: put out fetching of user meta data into a fully tested class of its own... | Arthur Schiwon | 2014-06-03 | 1 | -1/+7 |
* | do not instantiate LDAP Proxy if there are no active configurations | Arthur Schiwon | 2013-10-17 | 1 | -1/+1 |
* | LDAP: make Access be a dependency to the user and group backend instead of in... | Arthur Schiwon | 2013-09-27 | 1 | -7/+7 |
* | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 1 | -1/+1 |
|\ |
|
| * | Use !== and === in user_ldap app – Part 1 | kondou | 2013-04-20 | 1 | -1/+1 |