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-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-01-09make the mime type checker for flow available to regular usersArthur Schiwon
2019-12-10Allow to specify apps that somethign is a dirJoas Schilling
2019-12-10Improve mimetype detection in workflow componentsJoas Schilling
2019-10-14Only cache the mimetype if the file existsJoas Schilling
2019-10-01Don't call basename on nullJoas Schilling
2019-09-26Correctly detect the mimetype from uploadsJoas Schilling
2019-09-10Fix type hinting on setFileInfoJulius Härtl
2019-09-09let a dedicate service serve a stateful processArthur Schiwon
2019-09-09require IChecks to receive entity contextArthur Schiwon
2019-09-09seperate setFileInfo from ICheckArthur Schiwon
2019-09-09Extend missing check classesJulius Härtl
2019-09-09extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon
2018-10-29A folder should get a folder mimetypeRoeland Jago Douma
2018-10-05Ignore case for is and !isDaniel Kesselberg
2018-10-04Remove unused importDaniel Kesselberg
2018-10-03Make code strictDaniel Kesselberg
2018-10-03Add FileName to Workflow engineDaniel Kesselberg
2018-08-24Fix mimetype detection for junked uploadsJoas Schilling
2018-02-27Make the Outlook and Thunderbird addons identifyableJoas Schilling
2018-02-13Use non aliased method insteadMorris Jobke
2018-01-17Request->getHeader() should always return a stringMorris Jobke
2017-03-31Also add the root of external storages to the file id listJoas Schilling
2017-03-23Fix workflow engine mimetype detection when creating a directoryJoas Schilling
2017-03-06Fix mimetype detection on public uploads for the workflow engineJoas Schilling
2016-09-05Make mimetype also work for READ and DELETE operationsJoas Schilling
2016-09-05Better detection of mimetypes while uploading a zip on a macJoas Schilling
2016-08-01Translate the errorsJoas Schilling
2016-08-01Load the timezones via select2Joas Schilling
2016-08-01Add request timeJoas Schilling
2016-08-01Add remote addressJoas Schilling
2016-08-01Add Request URLJoas Schilling
2016-08-01User agent checkJoas Schilling
2016-08-01Add file mime typeJoas Schilling
2016-08-01Add file size as checkJoas Schilling
2016-08-01Add system tag checkJoas Schilling
2016-07-27Add L10N supportJoas Schilling
2016-07-26Add workflowengineMorris Jobke