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
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-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
2018-01-17Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling
2017-12-20refactor user searchingRobin Appelman
2017-11-06Update license headersMorris Jobke
2017-08-02Add a method to compare empty strings with an expressionJoas Schilling
2017-08-01Function also accepts intsLukas Reschke
2017-04-12Add sub() to the query function builderRobin Appelman
2017-03-30rename fun to funcRobin Appelman
2017-03-30fix licence headersRobin Appelman
2017-03-30Add function builder to the query builderRobin Appelman