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-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
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-04-02Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-31Add optional column oc_comments.reference_idJoas Schilling
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-06Fix mismatching doc block parameter typesChristoph Wurst
2020-02-21Add event subscriber for transaction isolation levelDaniel Kesselberg
2019-12-10Pick a shorter name for the transfer ownership tableJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-12-04Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma
2019-12-04Merge pull request #17949 from nextcloud/debt/deprecated-constJoas Schilling
2019-11-26add LEAST and GREATER to db function builderRobin Appelman
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-14Connection::TRANSACTION_READ_COMMITTED is deprecatedDaniel Kesselberg
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
2019-08-14instead of upsert, fallback to default query on PgSQL <= 9.4Arthur Schiwon
2019-06-25Add event dispatcher to OCPChristoph Wurst
2019-05-14No need for platform hacks anymoreRoeland Jago Douma
2019-04-30Remove the custom prefix from the table name length when checking on the defa...Joas Schilling
2019-04-16Allow to use Subqueries in fromJoas Schilling
2019-03-28Indeces, columns and sequences don't have the table prefixJoas Schilling
2019-03-21Fix PHPDocMorris Jobke
2019-03-21Code cleanup.Ole Ostergaard
2019-03-21Add supression of SqlInjectionChecker.Ole Ostergaard
2019-03-21Add PostgreSQL specific implementation for includeIgnoreConflict.Ole Ostergaard
2019-03-21Add insertIgnoreConflict to Adapter and use it for for executing the file loc...Ole Ostergaard
2019-03-14add casting to string for postgresql query builderRobin Appelman
2018-12-17Only check the Oracle schema conditions if the app supports itJoas Schilling
2018-12-17Only check changed itemsJoas Schilling
2018-11-12Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke
2018-11-09Add deprecation message ofr insertIfNotExistMorris Jobke
2018-11-09Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-09-23Use const for dbname and dbtableprefix defaultsDaniel Kesselberg