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-12-14Merge pull request #24631 from nextcloud/bugfix/noid/prevent-select-asterix-a...Joas Schilling
2020-12-14Prevent * and other things in the same query for OracleJoas Schilling
2020-12-09Make sure the migrations table schema is always checkedJulius Härtl
2020-12-07Make debugging migration exceptions easierJoas Schilling
2020-12-02Prevent log_query to mess up regular execution flowVincent Petry
2020-11-20Merge pull request #24062 from nextcloud/revert-24060-revert-24039-faster-ins...Morris Jobke
2020-11-20Merge pull request #24007 from nextcloud/select-distinct-multipleMorris Jobke
2020-11-16Add types to function builderJoas Schilling
2020-11-16Don't drop the table anymore when we create it againJoas Schilling
2020-11-16allow selecting multiple columns with SELECT DISTINCTRobin Appelman
2020-11-11Revert "Revert "Installation goes brrrr""Joas Schilling
2020-11-11Revert "Installation goes brrrr"Christoph Wurst
2020-11-11Don't create a schema to check if the migrations table existsJoas Schilling
2020-11-11Reduce the number of schemas we generate when we just run all migrations anywayJoas Schilling
2020-11-10Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
2020-11-10Don't try to update on NotNullConstraintViolationException, only on unique or...Joas Schilling
2020-11-10Fix comparing the empty string for global credentialsJoas Schilling
2020-11-07Merge pull request #23923 from nextcloud/bugfix/oci/fix-greatest-order-for-or...Roeland Jago Douma
2020-11-07Update parametersJoas Schilling
2020-11-06Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling
2020-11-06Make sure Oracle always casts everything in the best wayJoas Schilling
2020-11-06Fix casting to integer on OracleJoas Schilling
2020-11-03Replace prefix in executeUpdateJulius Härtl
2020-10-30Psalm fixesRoeland Jago Douma
2020-10-30Update internal connection classRoeland Jago Douma
2020-10-30Fetch the logger and system config once for all query builder instancesMorris Jobke
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-25Log the number of queries built and executedJoas Schilling
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-09-07Warn about adding NotNull columns with nullable defaultJoas Schilling
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-08-17Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke
2020-08-14Update documentation for QueryBuilder::setDaniel Kesselberg
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
2020-04-29Update license headers for 19Christoph Wurst
2020-04-16Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma
2020-04-15Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst