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
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
2017-01-05Add bitwise AND and OR to the expression builderJoas Schilling
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-17\OCP\DB to PSR-4 (#24650)Roeland Douma