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-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
2022-01-04Use quote functionJoas Schilling
2022-01-04Try escaping Oracle single quotesJoas Schilling
2022-01-04Add a test with integerJoas Schilling
2022-01-04Fix oracle LISTAGGJoas Schilling
2022-01-04Add unit testVitor Mattos
2022-01-03Add unit test and orderBy parameterVitor Mattos
2022-01-03Add group_concat aggregator functionVitor Mattos
2021-12-20Check if directoy is writable instead of possibly missing fileCarl Schwan
2021-12-07Attempt to fix CIacsfer
2021-12-02Allow to log DB, redis and LDAP requests into filesJoas Schilling
2021-11-23Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet
2021-11-15Allow NULL as well for limit, not integer onlyJoas Schilling
2021-10-22Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst
2021-10-08disable path prefix index on postgresql for nowRobin Appelman
2021-09-01make it possible to override the default collationArthur Schiwon
2021-07-07Allow casting query functions as wellJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-05Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst
2021-04-19Do not check Oracle column constraints in unrelated migrationsChristoph Wurst