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-04-06[tx-robot] updated from transifexNextcloud bot
2022-04-05[tx-robot] updated from transifexNextcloud bot
2022-03-31Merge pull request #31514 from nextcloud/backport/31421/stable23Côme Chilliet
2022-03-30[tx-robot] updated from transifexNextcloud bot
2022-03-29Fix $baseDN parameter type in ILDAPWrapper::readbackport/31421/stable23Côme Chilliet
2022-03-29Inherit doc from interface in LDAP classCôme Chilliet
2022-03-29Fix unit testsCôme Chilliet
2022-03-29Fix executeRead when connection is reset because of a timeoutCôme Chilliet
2022-03-25[tx-robot] updated from transifexNextcloud bot
2022-03-22do not forget DB table prefix with truncate queryArthur Schiwon
2022-03-04code stylebackport/31436/stable23Arthur Schiwon
2022-03-04be conservative when reading from fresh created columnArthur Schiwon
2022-02-25[tx-robot] updated from transifexNextcloud bot
2022-02-24[tx-robot] updated from transifexNextcloud bot
2022-02-23[tx-robot] updated from transifexNextcloud bot
2022-02-22Make it explicit that a DN can be used for ldap:check-userCôme Chilliet
2022-02-22Improve typing in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet
2022-02-22Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet
2022-02-22Fix ldap:check-user method for newly created LDAP usersCôme Chilliet
2022-02-21Check LDAP upon user deletion instead of refusing based on cached informationCôme Chilliet
2022-02-21Ignore cache in occ ldap:check-ldap commandCôme Chilliet
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-01-27Fix psalm not runningCarl Schwan
2022-01-14Remove useless indexes with duplicated names on backup tableCôme Chilliet
2022-01-14Update autoloaderJoas Schilling
2022-01-14Fix user_ldap migration for long DNs supportCôme Chilliet
2022-01-14Move duplicated code to a base class for group_mapping migrationsCôme Chilliet
2022-01-14Split dropTable and createTable in two migrationsCôme Chilliet
2022-01-14Fix primary key change in user_ldap migrationCôme Chilliet
2021-12-30Merge pull request #30343 from nextcloud/backport/29329/stable23Louis
2021-12-20fix potential unwarranted memberships in nested groups from LDAPArthur Schiwon
2021-12-20[stable23] Avoid use of iconv to get rid of unicodeCôme Chilliet
2021-12-13Bump user_ldap version to make sure the migration runsCôme Chilliet
2021-12-13Add missing copyright headers in migration stepsCôme Chilliet
2021-12-13Use clearer names for variablesCôme Chilliet
2021-12-13Add an index for directory_uuid as wellCôme Chilliet
2021-12-13Make sure that hash function returns a stringCôme Chilliet
2021-12-13Add the columns and alter the index in Version1010Date20200630192842Côme Chilliet
2021-12-13Fixes in migration stepCôme Chilliet
2021-12-13Put back length check to have a clear errorCôme Chilliet
2021-12-13Fixed migration step for user_ldapCôme Chilliet
2021-12-13Fix variable namesJoas Schilling
2021-12-13Change column names to ldap_dn and ldap_dn_hash and add migrationCôme Chilliet
2021-12-13Support LDAP dns longer than 255 charactersCôme Chilliet
2021-12-02Allow to log DB, redis and LDAP requests into filesJoas Schilling
2021-11-26Test cache invalidation for AbstractMapping in test suiteCôme Chilliet