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
2021-02-17Add expression taint source and sanitizerLukas Reschke
2021-02-09Deprecate the internal IDBConnection event name constantsChristoph Wurst
2021-01-12Add our own DB exception abstractionChristoph Wurst
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-11-10Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
2020-10-30Psalm fixesRoeland Jago Douma
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-26Remove @package annotations from public namespaceJulius Härtl
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph 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-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-03-21Code cleanup.Ole Ostergaard
2019-03-21Add insertIgnoreConflict to IDBConnection interface.Ole Ostergaard
2018-11-09Add deprecation message ofr insertIfNotExistMorris Jobke
2018-11-09Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke
2018-06-06Add a hint that some indexes are not added yetMorris Jobke
2018-05-24Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-07-05Start migrationsJoas Schilling
2016-11-15@since 9.2.0 to @since 11.0.0Roeland Jago Douma
2016-10-20Allow 4byte unicode filenames on supported platformsRobin Appelman
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-21Add a method to lock a tableJoas Schilling
2016-05-19Move \OCP to PSR-4Roeland Jago Douma