Commit Graph

81 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Côme Chilliet f48e5aa1f3
fix(user_ldap): Switch to OCP\IAppConfig and fix Helper constructor calls 7 months ago
Côme Chilliet 71759bf856
feat: Add bases and gidNumber attribute to ldap:test-user-settings output 10 months ago
Côme Chilliet 64863c9d46
chore: Apply new rector configuration to apps folder 11 months ago
Côme Chilliet 7fa117dd0f
feat(user_ldap): Add a --clearcache option to ldap:test-user-settings 11 months ago
Côme Chilliet 1098ef3b69
feat(user_ldap): Add command test-user-settings to test LDAP user settings 11 months ago
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger 8d8891c5bc
chore: Add SPDX header 2 years ago
Arthur Schiwon 659125b395
fix(LDAP): escape DN on check-user 2 years ago
Faraz Samapoor e6a4ebcc92 Update apps/user_ldap/lib/Command/Search.php 2 years ago
Faraz Samapoor f03781b509 Refactors user_ldap app commands. 2 years ago
Arthur Schiwon 37237dc183 feat(LDAP): warn about demoting a group while promoting another 2 years ago
Arthur Schiwon 18e6c9f5bc enh(LDAP): add occ command to promote an LDAP group to admin 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Côme Chilliet b8a0954f55
Fix check-group --update for deleted groups 2 years ago
Côme Chilliet 1026b2131c
Fix check-group command for new groups 2 years ago
Côme Chilliet 7a14aa748e
Add output to check-group --update command 2 years ago
Côme Chilliet ce5a4e5b66
Always empty cache before updating a group 2 years ago
Côme Chilliet f9ed48eab9
Add check-group command 2 years ago
Côme Chilliet 4130a4cbd8
Make sure to use AccessFactory to create Access instances and use DI 3 years ago
Côme Chilliet 91d6e88c2f Add missing file 4 years ago
Côme Chilliet 9fc00fdb82 Avoid updating _lastChange when nothing is changed in the configuration 4 years ago
Côme Chilliet 44680b5c3b
Make it explicit that a DN can be used for ldap:check-user 4 years ago
Côme Chilliet a6ad06f940
Improve typing in apps/user_ldap/lib/Command/CheckUser.php 4 years ago
Côme Chilliet a4f96c18e9
Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.php 4 years ago
Côme Chilliet 75ce9a4832
Fix ldap:check-user method for newly created LDAP users 4 years ago
Côme Chilliet 9f2db6e65d
Fix ldap:update-uuid 4 years ago
Arthur Schiwon 45d4c0bf66
add occ command to update UUIDs (incomplete) 4 years ago
Arthur Schiwon 2bf57cbab8
fix overwriting of SUCCESS and INVALID consts 4 years ago
Côme Chilliet 59862f7175
Improve ldap:test-config occ command 4 years ago
Côme Chilliet 3446d9c0b2
Ignore cache in occ ldap:check-ldap command 4 years ago
Christoph Wurst bf564e2a5a
Convert command option defaults to strings 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Johannes Leuker 9660a3fa90 Add json, yaml output options to ldap:show-config 5 years ago
Arthur Schiwon 1b0355f2c6
adds ldap user:reset command 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Joas Schilling 5fba0e562f
Use query builder instead of OC_DB in user_ldap 5 years ago
Arthur Schiwon 86e5e7d927
LDAP simplify User_Proxy and Group_Proxy signatures 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Daniel Kesselberg 7b68f0f326
Remove unexpected argument 5 years ago
Morris Jobke 3203286f52
Do not use custom DI object names for user_ldap 6 years ago
Joas Schilling d7c0b9cced
Also always return in app commands 6 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Arthur Schiwon 84619a5b9c
use serverControls directly with LDAP calls, fixes 19127 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago