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
2021-04-22remove undefined parameter, add descriptionArthur Schiwon
2021-03-22Make psalm happyRoeland Jago Douma
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
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-26add LEAST and GREATER to db function builderRobin Appelman
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13add count() as shortcut for count('*') in FunctionBuilderRobin Appelman
2019-11-13return from QueryBuilder instead of IQueryBuilderRobin Appelman
2019-09-06add MAX and MIN to functionbuilderRobin Appelman
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-06-14Add count to function builderRobin Appelman
2018-04-11dont keep shared database locks when running cli scriptsRobin Appelman
2018-03-13Made IExpressionBuilder varadicRoeland Jago Douma
2018-03-13Made orHaving varadicRoeland Jago Douma
2018-03-13Made addHaving varadicRoeland Jago Douma
2018-03-13Make having varadicRoeland Jago Douma
2018-03-13Made addGroupBy varadicRoeland Jago Douma
2018-03-13Made groupBy varadicRoeland Jago Douma
2018-03-13Made orWhere varadicRoeland Jago Douma
2018-03-13Made andWhere varadicRoeland Jago Douma
2018-03-13Made where varadicRoeland Jago Douma
2018-03-13Made AddSelect varadicRoeland Jago Douma
2018-03-13Made select varadicRoeland Jago Douma
2018-03-06Fix PHPDoc for public APIMorris Jobke
2018-03-06Merge pull request #7419 from Abijeet/feature-7175Morris Jobke