Commit Graph

966 Commits (4be00ebbb10affc08f3feaf5f017075fa1aea2c8)

Author SHA1 Message Date
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 bcfe99cc62
Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.php 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 601ce05dab
allow to re-run migration step when backup DB is already created 4 years ago
Arthur Schiwon 71fb44953e
invalidated duplicated UUIDs prior to migration change 4 years ago
Côme Chilliet 77add404b1
Remove mixed type not available in PHP 7.4 4 years ago
Côme Chilliet 5f65d5a58d
Add a comment explaining how Helper::loginName2UserName can work 4 years ago
Côme Chilliet 2a0b2250d2
Improve typing in OCA\User_LDAP\Access and reduce psalm errors 4 years ago
Arthur Schiwon 2bf57cbab8
fix overwriting of SUCCESS and INVALID consts 4 years ago
Côme Chilliet 843b20c4e8
Remove useless indexes with duplicated names on backup table 4 years ago
Côme Chilliet 7e4e919408
Fix user_ldap migration for long DNs support 4 years ago
Côme Chilliet 23845755f2
Move duplicated code to a base class for group_mapping migrations 4 years ago
Côme Chilliet d4cabf8a84
Split dropTable and createTable in two migrations 4 years ago
Côme Chilliet e64e08ecac
Fix primary key change in user_ldap migration 4 years ago
Carl Schwan aeecb72e96
Fix a few psalm issues and moved back to psalm/phar 4.18 4 years ago
Côme Chilliet 59862f7175
Improve ldap:test-config occ command 4 years ago
Carl Schwan 52760a95d9
Check if directoy is writable instead of possibly missing file 4 years ago
Côme Chilliet 743267eba4
Fix LDAP related docblocks types 4 years ago
Côme Chilliet f3dcbfe146
Fix PHP 8.1 support for user_ldap application 4 years ago
Côme Chilliet 57fda4414f
Add missing copyright headers in migration steps 4 years ago
Joas Schilling 168c673755
Allow to log DB, redis and LDAP requests into files 4 years ago
Côme Chilliet 7ac895e766
Move back logger to protected in OCA\User_LDAP\User\User 4 years ago
Côme Chilliet f932766acf
Check LDAP upon user deletion instead of refusing based on cached information 4 years ago
Côme Chilliet a35904749f
Use clearer names for variables 4 years ago
Côme Chilliet 514324916b
Add an index for directory_uuid as well 4 years ago
Côme Chilliet df25a6de31
Make sure that hash function returns a string 4 years ago
Côme Chilliet 14f00208e2
Add the columns and alter the index in Version1010Date20200630192842 4 years ago
Côme Chilliet c4d8bd9c05
Fixes in migration step 4 years ago
Côme Chilliet d4c49a3a60
Put back length check to have a clear error 4 years ago
Côme Chilliet ce5192a461
Fixed migration step for user_ldap 4 years ago
Joas Schilling 9a1df9ddca
Fix variable names 4 years ago
Côme Chilliet 31a503b387
Change column names to ldap_dn and ldap_dn_hash and add migration 4 years ago
Côme Chilliet 662e3240b0
Support LDAP dns longer than 255 characters 4 years ago
Côme Chilliet 480056de88
Fix sanitizing regex and add a test case for uppercase in username 4 years ago
Côme Chilliet 3446d9c0b2
Ignore cache in occ ldap:check-ldap command 4 years ago
Côme Chilliet 51ea7dc020
Make sure mapping cache is cleared when deleting a user 4 years ago
Arthur Schiwon 8266f88755
fix potential unwarranted memberships in nested groups from LDAP 4 years ago
Côme Chilliet 6b960de47c
Get rid of LogWrapper calling deprecated logger and use LoggerInterface from PSR instead 4 years ago
Côme Chilliet 158e73242e
Avoid use of iconv to get rid of unicode 4 years ago
Carl Schwan 719dbafd13
Add support for Delegation Settings for more apps 4 years ago
Côme Chilliet f9e6f2ea57
Use Psr\Log\LoggerInterface where it can easily be used in user_ldap 4 years ago
Côme Chilliet d189a23f43
Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Access 4 years ago
Côme Chilliet 51398d706a
Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access 4 years ago
Côme Chilliet 437048e9b6
Avoid PHP errors when the LDAP attribute is not found 4 years ago
Arthur Schiwon 6ab30a669b
ensure that user and group IDs in LDAP's tables are also max 64chars 4 years ago
Arthur Schiwon 7178194198
fix caching of objectsid searches 4 years ago