Commit Graph

999 Commits (cb73fe26b818cfdb8fbf07116cd8e970a9cdc708)

Author SHA1 Message Date
Carl Schwan 95b5187300 Don't use slow hashing to check the LDAP binding 4 years ago
John Molakvoæ 1e5a879d2e
Fix createNamedParameter in LDAP migrations 4 years ago
Carl Schwan 7d272c54d0 Add a built-in profiler inside Nextcloud 4 years ago
Côme Chilliet d7a291039d Fix user_ldap unit tests 4 years ago
Côme Chilliet 91d6e88c2f Add missing file 4 years ago
Côme Chilliet a2c030ffea Add type information to fix psalm error 4 years ago
Côme Chilliet 77bdad84c2 Add ldap:reset-group command to unmap groups from LDAP 4 years ago
Christoph Wurst 9c922ed15a Fix assignment of the LDAP Wizard connection 4 years ago
Côme Chilliet 9fc00fdb82 Avoid updating _lastChange when nothing is changed in the configuration 4 years ago
Côme Chilliet bd9c4fbc07 Do not update _lastChanged on auto-detected attributes 4 years ago
Côme Chilliet d07208bd2c Use the new octetLength function to filter lines to migrate 4 years ago
Côme Chilliet 6c7ba01dfe Adapt max length limit in AbstactMapping to match database 4 years ago
Arthur Schiwon 52b57eb753 shrink ldap_dn column to 4000 4 years ago
Arthur Schiwon 2f49f4a0fe limit ldap_dn columns to 4000 4 years ago
Côme Chilliet efebbacca4 Add octetLength and charLength to function builder, and tests 4 years ago
Côme Chilliet 7dc3eb1e9e Use getLengthExpression to measure field length instead of like 4 years ago
Arthur Schiwon 4656753df0
do not forget DB table prefix with truncate query 4 years ago
Carl Schwan 1bf5ab35a8 Use "use" to import namespaces 4 years ago
Carl Schwan 8d7380a15d Fix psalm issue about userCounts 4 years ago
Côme Chilliet ccab35f23f
Fix similar potential problems with fetchOne loops 4 years ago
Côme Chilliet 65a866556b
Fix duplicated UUID detection when there are empty uuids 4 years ago
Côme Chilliet df29acb343
Set $limit as int as well in Access::count private method 4 years ago
Arthur Schiwon 16b6504cc6
code style 4 years ago
Arthur Schiwon f3668f2748
be conservative when reading from fresh created column 4 years ago
Côme Chilliet dab5ea958a
Fix unit tests 4 years ago
Côme Chilliet 0c5bd588ed
Fix types in OCA\User_LDAP\Configuration 4 years ago
Côme Chilliet e80eb79a1e
Remove redundant is_array check 4 years ago
Côme Chilliet fb63484ced
Improve typing in user_ldap to detect problems early 4 years ago
Côme Chilliet 8349530fb4
Fix executeRead when connection is reset because of a timeout 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 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