summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/app.php
Commit message (Expand)AuthorAgeFilesLines
* Use IBootstrap for the app user_ldapMorris Jobke2020-07-141-64/+0
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-131-9/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update license headersChristoph Wurst2019-12-051-2/+2
* Remove some more direct app instance creationsChristoph Wurst2019-11-251-1/+1
* Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-1/+1
* Update shipped implementations of the INotifierJoas Schilling2019-07-151-11/+1
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-0/+4
* Update license headersMorris Jobke2017-11-061-6/+4
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-2/+18
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-1/+2
* remove check, user_webdavauth is not an app anymore for longArthur Schiwon2017-06-011-6/+0
* Use proxy classesJuan Pablo Villafáñez2017-04-271-30/+10
* restore ldap_password_renew_prRoger Szabo2017-03-311-3/+16
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-1/+1
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* superfluousArthur Schiwon2016-08-111-2/+0
* New LDAPProvider for user_ldaproot2016-07-221-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+2
* Move Access to PSR-4Joas Schilling2016-05-251-1/+1
* Move Connection to PSR-4Joas Schilling2016-05-251-1/+1
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-251-1/+1
* Move Helper to PSR-4Joas Schilling2016-05-251-2/+2
* Move LDAP to PSR-4Joas Schilling2016-05-251-1/+1
* Move LogWrapper to PSR-4Joas Schilling2016-05-251-1/+1
* Move lib\user to PSR-4Joas Schilling2016-05-251-1/+1
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-251-2/+2
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-251-2/+2
* Update author informationLukas Reschke2016-03-011-0/+1
* Use IUser::setEMailAddress in ldap as wellThomas Müller2016-01-201-1/+2
* Happy new year!Thomas Müller2016-01-121-1/+1
* Move registration of LDAP background jobs to the install and updateJoas Schilling2015-09-021-3/+0
* allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-131-0/+7
* Update license headersJenkins for ownCloud2015-03-261-21/+23
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+22
* Updating license headersJenkins for ownCloud2015-02-231-22/+22
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
* inject DB Connection to user managerArthur Schiwon2015-01-071-2/+5
* inject oc config to User_LDAPArthur Schiwon2015-01-061-3/+5
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-9/+5
* Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon2014-12-191-0/+3
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
* fix parameter orderArthur Schiwon2014-06-031-2/+2
* LDAP: put out fetching of user meta data into a fully tested class of its own...Arthur Schiwon2014-06-031-1/+7
* do not instantiate LDAP Proxy if there are no active configurationsArthur Schiwon2013-10-171-1/+1
* LDAP: make Access be a dependency to the user and group backend instead of in...Arthur Schiwon2013-09-271-7/+7
* merge master into backgroundjobRobin Appelman2013-06-021-1/+1
|\