summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/app.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* LDAP: check wether applying naming rule would end up in conflicts on update, ...Arthur Schiwon2012-05-181-6/+0
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* ported the oc_app callsFrank Karlitschek2012-05-021-2/+1
* port linkto and serverHostFrank Karlitschek2012-05-011-1/+1
* OC_Group does expect object, not stringArthur Schiwon2012-04-161-1/+1
* starting to create the ldap group backend (with some inspiration from Yoann G...Arthur Schiwon2012-04-141-0/+3
* Combing LDAP backend with LDAP extended backendArthur Schiwon2012-02-201-3/+3
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-1/+4
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-231-0/+2
* dont use a different navigation page for settings stuffRobin Appelman2011-08-081-1/+1
* Renaming classes :-)Jakob Sack2011-07-291-3/+3
* user_ldap: add port settingDominik Schmidt2011-06-231-0/+3
* Add user_ldap pluginDominik Schmidt2011-06-231-0/+36