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-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-06Accept multipe args on concatVitor Mattos
2022-01-04Explicitly cast char in the query builderJulius Härtl
2022-01-04Use quote functionJoas Schilling
2022-01-04Add a test with integerJoas 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-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-07-07Allow casting query functions as wellJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-25executeUpdate is also deprecatedLukas Reschke
2021-05-05Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst
2021-04-22remove undefined parameter, add descriptionArthur Schiwon
2021-03-05Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma
2021-03-04Type CompositeExpression and ICompositeExpressionRoeland Jago Douma
2021-03-04Remove RedundantcastsRoeland Jago Douma
2021-03-04Add executeQuery and executeUpdateRoeland Jago Douma
2021-03-03Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling
2021-03-03Type the experssionbuildersRoeland Jago Douma
2021-03-03allow non string join conditions in query builderRobin Appelman
2021-02-17Add expression taint source and sanitizerLukas Reschke
2021-01-14Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstrac...Christoph Wurst
2021-01-12Add our own DB exception abstractionChristoph Wurst
2021-01-12Add our own constants for db column typesChristoph Wurst
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-16Add types to function builderJoas Schilling
2020-11-07Update parametersJoas Schilling
2020-10-30Psalm fixesRoeland Jago Douma
2020-10-06Merge pull request #23144 from nextcloud/enh/noid/update-param-for-psalmMorris Jobke
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-10-03Add explicit typecast for $value.Daniel Kesselberg
2020-10-02Update signature for setDaniel Kesselberg
2020-10-02Update signature for in/notInDaniel Kesselberg
2020-10-02Update signature for like/notLike/in/notInDaniel Kesselberg
2020-09-17Unify links to php.netJ0WI
2020-08-26Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma
2020-08-26Remove @package annotations from public namespaceJulius Härtl
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-14Update documentation for QueryBuilder::setDaniel Kesselberg