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-08-25Declare strict types in all new Event classesCôme Chilliet
2022-08-25Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet
2022-08-25Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet
2022-08-25Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet
2022-08-16Revert "add case statement to sql function builder"Robin Appelman
2022-08-16Revert "make expression build return IQueryFunction instead of string"Robin Appelman
2022-07-27Fix typos in lib/private subdirectoryluz paz
2022-06-21composer run cs:fixfix/avoid-using-undeclared-propertiesCôme Chilliet
2022-06-21Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet
2022-06-02add case statement to sql function builderRobin Appelman
2022-06-02make expression build return IQueryFunction instead of stringRobin Appelman
2022-05-20Fix psalm issues related to the user backendfix/psalm-userbackendCarl Schwan
2022-04-22tell mysql to ignore the sort index for search queriesmysql-search-ignore-index-2Robin Appelman
2022-04-08Log missing primary key until we make it a requirementJoas Schilling
2022-04-07Add missing doc changesJoas Schilling
2022-04-07Fix typos and empty tabsfix/oracle-contrainstJoas Schilling
2022-04-07Improve error logging on migration failureJohn Molakvoæ
2022-04-07Ensure schema change before checking OracleConstraintsJohn Molakvoæ
2022-04-04record backtrace when profiling db requestsRobin Appelman
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
2022-03-31Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
2022-03-28Fix LENGTH function name across databasesCôme Chilliet
2022-03-25Ensure string column limit of 4.000 charactersJoas Schilling
2022-03-24Use OCTET_LENGTH which is more common than LENGTHBfix/user_ldap-fix-migration-lengthcheck-oracleCôme Chilliet
2022-03-24Add octetLength and charLength to function builder, and testsCôme Chilliet
2022-03-24Fix log level for exception in QueryBuilderCôme Chilliet
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
2022-03-21Disable for now again until more apps are fixedJoas Schilling
2022-03-21Limit missing primary key fail to new tablesJoas Schilling
2022-03-10Enforce primary keys as they are required to be performant in MySQL clustersJoas Schilling
2022-02-28Add event logging for db and redis connectionenh/diagnostics-loggingJulius Härtl
2022-02-24Add --dry-run option for db:add-missing-* cmdLouis Chemineau
2022-02-23Allow to prefix the Query log with the request idJoas Schilling
2022-02-03Allow specify a config prefix for another database connectionJoas Schilling
2022-01-21Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling
2022-01-21Remove order from groupConcat as it is not working everywhereJoas Schilling
2022-01-21Fix groupConcat and ordering on OracleVitor Mattos
2022-01-21Prevent query error when use subqueryVitor Mattos
2022-01-20Merge pull request #30471 from nextcloud/enh/cast-char-mysqlJoas Schilling
2022-01-19Merge pull request #30129 from nextcloud/mdb10.6-pipelineJohn Molakvoæ
2022-01-13Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan
2022-01-13Check style updateCarl Schwan
2022-01-07Unit testsVitor Mattos
2022-01-06Accept multipe args on concatVitor Mattos
2022-01-04Fix psalm complaintJoas Schilling
2022-01-04Explicitly cast char in the query builderJulius Härtl