aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/AppInfo
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-301-23/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(user_ldap): Add setup check to verify connection configurationCôme Chilliet2024-04-161-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* ProgressCarl Schwan2023-10-191-0/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fire group events at login for LDAP groupsCôme Chilliet2023-10-121-8/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move event listener registration to register()Côme Chilliet2023-10-121-12/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add FirstLoginListener to accept shares upon first ldap user loginCôme Chilliet2023-10-121-0/+13
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-4/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [LDAP] always create instance of own user managerArthur Schiwon2022-11-101-0/+27
| | | | | | | | - it is config specific and cannot be shared - because the Access instance is bound later, it is not obvious from the constructor Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-011-2/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move over notification to new registrationRoeland Jago Douma2021-04-161-2/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-231-17/+10
| | | | | | | | | - make User_Proxy and Group_Proxy easy to instantiate - simplify dependent code - move commands to info.xml - make UpdateGroups job class non-static Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* announce added user and group backend later as there might be interdepsArthur Schiwon2020-09-111-3/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* provide event class to LDAP loaded event to fix deprecation messageArthur Schiwon2020-08-121-5/+11
| | | | | | * and also dispatch the typed event as current approach to it Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use the proper IAppContainer and IServerContainer type hints to know which ↵Morris Jobke2020-07-211-11/+11
| | | | | | code runs with which container Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-32/+38
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Migrate LDAP to the PSR containerChristoph Wurst2020-07-161-12/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use IBootstrap for the app user_ldapMorris Jobke2020-07-141-8/+57
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-0/+16
| | | | | | | | * 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>
* LDAP clear cache on config modification also when done via API or CLIArthur Schiwon2018-12-171-0/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* pass missing function parameterRoger Szabo2017-06-211-0/+1
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* blizzz comments 03.04.2017Roger Szabo2017-04-061-1/+0
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* restore ldap_password_renew_prRoger Szabo2017-03-311-0/+53
Signed-off-by: Roger Szabo <roger.szabo@web.de>