aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Command
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-4/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-7/+7
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-3013-280/+42
* fix(LDAP): escape DN on check-userArthur Schiwon2024-04-051-1/+2
* Update apps/user_ldap/lib/Command/Search.phpFaraz Samapoor2024-02-061-1/+1
* Refactors user_ldap app commands.Faraz Samapoor2024-02-0612-223/+143
* feat(LDAP): warn about demoting a group while promoting anotherArthur Schiwon2023-12-011-8/+23
* enh(LDAP): add occ command to promote an LDAP group to adminArthur Schiwon2023-12-011-0/+113
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-236-75/+74
* 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