Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-14Move CappedMemoryCache to OCPfeat/capped-memorycache-ocpCarl Schwan
2022-06-28simplify blizzz
2022-06-28delete groups in chunks instead of one by oneArthur Schiwon
2022-06-28cleanup LDAP's UpdateGroupsArthur Schiwon
2022-06-20Fix profiler trying to serialize invalid utf8Carl Schwan
2022-05-12Add stricter psalm type for CappedMemoryCachecleanup/cappedmemorycacheCarl Schwan
2022-05-05Don't use slow hashing to check the LDAP bindingCarl Schwan
2022-04-07Fix createNamedParameter in LDAP migrationsJohn Molakvoæ
2022-04-05Merge pull request #31661 from nextcloud/enh/user_ldap-add-command-to-unmap-g...blizzz
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
2022-04-01Fix user_ldap unit testsenh/user_ldap-add-command-to-unmap-groupsCôme Chilliet
2022-04-01Add missing fileCôme Chilliet
2022-04-01Add type information to fix psalm errorCôme Chilliet
2022-04-01Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet
2022-03-31Fix assignment of the LDAP Wizard connectionChristoph Wurst
2022-03-31Avoid updating _lastChange when nothing is changed in the configurationfix/user_ldap-fix-last-change-updatesCôme Chilliet
2022-03-31Do not update _lastChanged on auto-detected attributesCôme Chilliet
2022-03-30Use the new octetLength function to filter lines to migrateCôme Chilliet
2022-03-30Adapt max length limit in AbstactMapping to match databaseCôme Chilliet
2022-03-30shrink ldap_dn column to 4000Arthur Schiwon
2022-03-30limit ldap_dn columns to 4000Arthur Schiwon
2022-03-24Add octetLength and charLength to function builder, and testsCôme Chilliet
2022-03-24Use getLengthExpression to measure field length instead of likeCôme Chilliet
2022-03-18do not forget DB table prefix with truncate queryfix/noid/truncate-oracleArthur Schiwon
2022-03-17Merge pull request #31421 from nextcloud/fix/user_ldap-fix-ldap-connection-re...Côme Chilliet
2022-03-14Merge pull request #31542 from nextcloud/psalm-userCountsCarl Schwan
2022-03-14Use "use" to import namespacespsalm-userCountsCarl Schwan
2022-03-11Fix psalm issue about userCountsCarl Schwan
2022-03-08Fix similar potential problems with fetchOne loopsfix/user_ldap-fix-duplicated-empty-uuid-migrationCôme Chilliet
2022-03-08Fix duplicated UUID detection when there are empty uuidsCôme Chilliet
2022-03-08Set $limit as int as well in Access::count private methodfix/user_ldap-fix-ldap-connection-resetsCôme Chilliet
2022-03-03code styleArthur Schiwon
2022-03-03be conservative when reading from fresh created columnArthur Schiwon
2022-03-03Fix unit testsCôme Chilliet
2022-03-03Fix types in OCA\User_LDAP\ConfigurationCôme Chilliet
2022-03-03Remove redundant is_array checkCôme Chilliet
2022-03-03Improve typing in user_ldap to detect problems earlyCôme Chilliet
2022-03-03Fix executeRead when connection is reset because of a timeoutCôme Chilliet
2022-02-17Make it explicit that a DN can be used for ldap:check-userCôme Chilliet
2022-02-17Improve typing in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet
2022-02-17Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet
2022-02-17Fix ldap:check-user method for newly created LDAP usersCôme Chilliet
2022-02-10Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typingVincent Petry
2022-02-10Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.phpCôme Chilliet
2022-02-10Fix ldap:update-uuidCôme Chilliet
2022-02-10add occ command to update UUIDs (incomplete)Arthur Schiwon
2022-02-10allow to re-run migration step when backup DB is already createdArthur Schiwon
2022-02-10invalidated duplicated UUIDs prior to migration changeArthur Schiwon
2022-02-08Remove mixed type not available in PHP 7.4Côme Chilliet