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-07-28Fix missing exception class importChristoph Wurst
2021-06-30Revert "[stable21] Fix constraint violation detection in QB Mapper"Christoph Wurst
2021-05-26Add DB exception throws tag to QBMapper PHPDocAnna Larch
2021-04-16Fix constraint violation detection in QB MapperJoas Schilling
2020-10-12Add template typing to the QBMapperChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-08-28Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph 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-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-02-26Allow non integer ids in Entity MapperJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-11-26Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-16Make isXXX available for bool properties onlyDaniel Kesselberg
2019-10-22Add isXXX getter to EntityChristoph Wurst
2019-03-25[#11236] Set parameter type in QBMapperMarius David Wieschollek
2018-12-24Access id property without getter.Daniel Kesselberg
2018-12-24Fetch lastInsertId only when id nullDaniel Kesselberg
2018-12-07Add IMapperExceptionRoeland Jago Douma
2018-10-02Document possibly thrown excption of QBMapper::insertOrUpdateChristoph Wurst
2018-10-02Add QBMapper::insertOrUpdate()Christoph Wurst
2018-05-14The column is not user input so suppress the phan warningRoeland Jago Douma
2018-05-10Add a QueryBuilder MapperRoeland Jago Douma
2017-11-06Remove unused variablesMorris Jobke
2016-12-14Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-06Move \OCP\AppFramework to PSR-4Roeland Jago Douma