aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/composer
Commit message (Collapse)AuthorAgeFilesLines
...
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-142-0/+8
| | | | | | | | - adapters for PHP API version to Support PHP < 7.3 - switch to pass only one base per search - cookie logic is moved from Access to API adapters Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-142-0/+4
| | | | | | | | * handler registered upon OCA\\Files_External::loadAdditionalBackends event as user_ldap is loaded before files_external * new configuration field "ldapExtStorageHomeAttribute" (not in GUI yet) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* remove app specific IUserTools and consolidate testArthur Schiwon2018-10-302-2/+0
| | | | | | | Just some house keeping. IUserTools with used in even older days for easier creation of Access instances… Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* create failing test for this caseArthur Schiwon2018-01-052-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-092-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-032-0/+10
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* User_LDAP AutoloaderRoeland Jago Douma2017-10-249-0/+701
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>