summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* adds ldap user:reset commandArthur Schiwon2021-03-171-0/+112
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+0
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-063-3/+3
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-231-16/+10
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Remove unexpected argumentDaniel Kesselberg2020-08-102-2/+2
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-131-2/+4
* Also always return in app commandsJoas Schilling2020-06-268-12/+23
* Update license headers for 19Christoph Wurst2020-04-295-0/+5
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-141-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-27/+24
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-096-13/+13
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-5/+5
* Update license headersChristoph Wurst2019-12-058-8/+11
* Some php-cs fixesRoeland Jago Douma2019-11-226-19/+19
* adds an --update flag to check-user for manual sync of the ldap recordArthur Schiwon2019-07-181-8/+38
* LDAP: extend remnants output with "detected on" fieldArthur Schiwon2018-12-211-18/+29
* LDAP clear cache on config modification also when done via API or CLIArthur Schiwon2018-12-171-0/+5
* Use type casting instead of *val() methodMorris Jobke2018-01-261-2/+2
* Update license headersMorris Jobke2017-11-063-0/+5
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-2/+3
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-1/+7
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-241-1/+1
|\
| * restore ldap_password_renew_prRoger Szabo2017-03-311-1/+1
* | Update comments to NextcloudMorris Jobke2017-04-112-4/+4
|/
* Convert the group limit to match the same behaviour as the user searchJuan Pablo Villafáñez2017-03-291-0/+5
* LDAP OCS Api for create configArthur Schiwon2017-01-181-16/+12
* symfony replaced table helper by class, fixes two broken LDAP occ commandsArthur Schiwon2016-10-122-2/+4
* DI IConfig into ldap helperRoeland Jago Douma2016-10-103-3/+3
* 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