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-12-05Update license headersChristoph Wurst
2019-11-28add convenience interfaces so entities can provide presentable detailsArthur Schiwon
2019-11-28allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon
2019-11-13relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon
2019-10-29do not break on Checkers that do not need specific context infoArthur Schiwon
2019-09-09fix missing @since'sArthur 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-09Return actual event data instead of self callingJulius Härtl
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-09adds a trigger hint for complex operationsArthur 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-09add missing @since annotationsArthur 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-09open the WFE to deal with other subjects but filesArthur Schiwon
2017-11-06Update license headersMorris Jobke
2016-08-19Validate the operationJoas Schilling
2016-07-27Remove php side of check registrationJoas Schilling
2016-07-26Add workflowengineMorris Jobke