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
2019-10-01Don't call basename on nullJoas Schilling
2019-09-27Merge pull request #17286 from nextcloud/bugfix/noid/correctly-detect-mimetyp...Joas Schilling
2019-09-26Correctly detect the mimetype from uploadsJoas Schilling
2019-09-26Fix "Cannot add a NOT NULL column with default value NULL"Joas Schilling
2019-09-10Add endpoint to test operations before submittingJulius Härtl
2019-09-10Fix type hinting on setFileInfoJulius Härtl
2019-09-10fix order/entity types when setting the contextArthur Schiwon
2019-09-10File entity supports tagging events nowArthur Schiwon
2019-09-09entities equip the RuleMatcher on the events they are aware ofArthur Schiwon
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-09No need to get the class since the entity is already the class stringJulius Härtl
2019-09-09Extend missing check classesJulius Härtl
2019-09-09add type hint for IDEArthur Schiwon
2019-09-09extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon
2019-09-09WFE as proxy listen to relevent events and forwards themArthur Schiwon
2019-09-09introduce GenericEntityEvent and adapt File entityArthur Schiwon
2019-09-09kill old non-OCS ControllerArthur Schiwon
2019-09-09fix parameter for OCSExcpetionblizzz
2019-09-09use correct builder instanceblizzz
2019-09-09adds a trigger hint for complex operationsArthur Schiwon
2019-09-09fix missing value and run against empty tables in migration scriptArthur Schiwon
2019-09-09split events DB field into entity and events, adjust biz logicArthur Schiwon
2019-09-09extend DB table, manager, controller with support for entity eventsArthur Schiwon
2019-09-09remove IEntity's getId in favor of class nameArthur Schiwon
2019-09-09merge IOperator with IOperation for simplicityArthur Schiwon
2019-09-09add operator interfaces / APIArthur Schiwon
2019-09-09section and settings for usersArthur Schiwon
2019-09-09scope aware workflow controller and managerArthur Schiwon
2019-09-09the workflow manager becomes scope aware, Part 1Arthur Schiwon
2019-09-09introducing Entity interfaces and a File one as first implementationArthur Schiwon
2019-09-09add scope table for workflows and switch to migrationsArthur Schiwon
2019-09-09open the WFE to deal with other subjects but filesArthur Schiwon
2019-09-09provides an OCS workflow controller for adminsArthur Schiwon
2019-09-03Be sure to get the jailed path if the storage is a jailRoeland Jago Douma
2019-05-09webpackify workflowengineArthur Schiwon
2019-02-19Change Workflow to Tag ManagementRoeland Jago Douma
2019-02-06Do not load bundled jstimezonedetectRoeland Jago Douma
2019-02-04No need to explicitly load bundle dependenciesRoeland Jago Douma
2018-10-29A folder should get a folder mimetypeRoeland Jago Douma
2018-10-15Move workflowengine to compiled handlebarsRoeland 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-07-19Make sure to always use an array as parameterJoas Schilling
2018-02-27Make the Outlook and Thunderbird addons identifyableJoas Schilling
2018-02-13Use non aliased method insteadMorris Jobke