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
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09allow generating multiple preview sizes for a single file at onceRobin Appelman
this saves having to do some of the overhead multiple times Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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-09-15Remove deprecated function createPreviewRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-02Add PHPDocMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-04Rewrite old preview endpoint for PreviewManagerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-18Merge pull request #2076 from nextcloud/log_preview_accessMorris Jobke
Dispatch event on preview request
2016-11-15@since 9.2.0 to @since 11.0.0Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-10Dispatch event on preview requestRoeland Jago Douma
Fixes: #73 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-03Moved over files_versionsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-03Move Ipreview to more of DI thingyRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-19Move \OCP to PSR-4Roeland Jago Douma