summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/app.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Use !== and === in user_ldap app – Part 1kondou2013-04-201-1/+1
* | Rework background job systemRobin Appelman2013-04-201-1/+1
|/
* Style cleanup user_ldapBart Visscher2013-02-141-1/+3
* LDAP: make it possible to enable/disable server configurationsArthur Schiwon2013-01-241-4/+6
* LDAP: consolidate config prefix determination, autofill combo box in settingsArthur Schiwon2013-01-241-15/+5
* LDAP: enable support for multiple LDAP/AD serversArthur Schiwon2013-01-161-5/+21
* introduce configPrefix to allow settings for multiple LDAP serversArthur Schiwon2013-01-101-1/+1
* Show conflict warning when user_ldap and user_webdavauth are enabledArthur Schiwon2012-12-141-0/+3
* LDAP: permanantly watch group members. Emit post_addToGroup resp. post_remove...Arthur Schiwon2012-08-221-0/+2
* LDAP: remove obsolete require_onceArthur Schiwon2012-07-251-3/+0
* code styleArthur Schiwon2012-07-251-1/+1
* LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec...Arthur Schiwon2012-07-251-2/+8
* LDAP: put app under the OCA\user_ldap\ namespaceArthur Schiwon2012-07-251-5/+3
* Support for OCA namespaceArthur Schiwon2012-07-251-0/+1
* LDAP: pass user backend as instance, not classnameArthur Schiwon2012-07-251-1/+1