summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* Fix check-group --update for deleted groupsCôme Chilliet2023-08-101-2/+10
* Fix check-group command for new groupsCôme Chilliet2023-08-101-6/+12
* Add output to check-group --update commandCôme Chilliet2023-08-101-1/+25
* Always empty cache before updating a groupCôme Chilliet2023-08-101-0/+1
* Add check-group commandCôme Chilliet2023-08-101-0/+142
* Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-251-12/+18
* Add missing fileCôme Chilliet2022-04-011-0/+111
* Avoid updating _lastChange when nothing is changed in the configurationCôme Chilliet2022-03-311-0/+1
* Make it explicit that a DN can be used for ldap:check-userCôme Chilliet2022-02-171-2/+8
* Improve typing in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-12/+4
* Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-1/+1
* Fix ldap:check-user method for newly created LDAP usersCôme Chilliet2022-02-171-15/+11
* Fix ldap:update-uuidCôme Chilliet2022-02-101-18/+27
* add occ command to update UUIDs (incomplete)Arthur Schiwon2022-02-101-0/+365
* fix overwriting of SUCCESS and INVALID constsArthur Schiwon2022-02-031-6/+6
* Improve ldap:test-config occ commandCôme Chilliet2022-01-041-21/+46
* Ignore cache in occ ldap:check-ldap commandCôme Chilliet2021-11-221-1/+1
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-17/+3
* Add json, yaml output options to ldap:show-configJohannes Leuker2021-03-311-15/+41
* 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