aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Command
Commit message (Collapse)AuthorAgeFilesLines
...
* LDAP: extend remnants output with "detected on" fieldArthur Schiwon2018-12-211-18/+29
| | | | 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/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use type casting instead of *val() methodMorris Jobke2018-01-261-2/+2
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-063-0/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-2/+3
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-1/+7
| | | | | | | | | discovered a bug in the integration test which lead to following a different code path and giving a false-positive success feedback. Also listens now to the evendispatcher instead of old hook system Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-241-1/+1
|\ | | | | Handle password expiry in user_ldap
| * restore ldap_password_renew_prRoger Szabo2017-03-311-1/+1
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | Update comments to NextcloudMorris Jobke2017-04-112-4/+4
|/ | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Convert the group limit to match the same behaviour as the user searchJuan Pablo Villafáñez2017-03-291-0/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for create configArthur Schiwon2017-01-181-16/+12
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* symfony replaced table helper by class, fixes two broken LDAP occ commandsArthur Schiwon2016-10-122-2/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-103-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix the User_LDAP appJoas Schilling2016-09-122-3/+4
|
* Fix apps/Joas Schilling2016-07-218-16/+24
|
* Update license headersLukas Reschke2016-05-268-8/+16
|
* Move Configuration to PSR-4Joas Schilling2016-05-253-4/+4
|
* Move Connection to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move Helper to PSR-4Joas Schilling2016-05-257-11/+11
|
* Move LDAP to PSR-4Joas Schilling2016-05-252-2/+2
|
* Move lib\user to PSR-4Joas Schilling2016-05-252-4/+4
|
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-252-3/+3
|
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move Command namespace to PSR-4Joas Schilling2016-05-258-0/+776