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 (Collapse)Author
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-26add LEAST and GREATER to db function builderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-22Some php-cs fixesRoeland Jago Douma
* Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-13add count() as shortcut for count('*') in FunctionBuilderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-13return from QueryBuilder instead of IQueryBuilderRobin Appelman
this make the type hints work properly with querybuilder subclasses Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-06add MAX and MIN to functionbuilderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-06-14Add count to function builderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-04-11dont keep shared database locks when running cli scriptsRobin Appelman
For cli scripts we don't have the assumption that the universe will be cleaned up soon Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-03-13Made IExpressionBuilder varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Made orHaving varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Made addHaving varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Make having varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Made addGroupBy varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Made groupBy varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Made orWhere varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Made andWhere varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Made where varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Made AddSelect varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-13Made select varadicRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-06Fix PHPDoc for public APIMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-06Merge pull request #7419 from Abijeet/feature-7175Morris Jobke
Fixes #7175 - Allow to search for email address in user management
2018-01-17Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling
into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-12-20refactor user searchingRobin Appelman
add additional user searching tests Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-02Add a method to compare empty strings with an expressionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-01Function also accepts intsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-12Add sub() to the query function builderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-03-30rename fun to funcRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-03-30fix licence headersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-03-30Add function builder to the query builderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-01-05Add bitwise AND and OR to the expression builderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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
* Move \OCP\DB to PSR-4 * Fix PHP doc