aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18162 from nextcloud/enh/noid/url-fileentityblizzz2019-12-191-1/+13
|\
| * flow file entity to provide the internal URLArthur Schiwon2019-12-131-1/+13
* | Flows that are managing themselves do not necessarily set the entityArthur Schiwon2019-12-181-8/+10
* | pass the proper storage-internal pathArthur Schiwon2019-12-171-1/+1
* | lower to debug, since we fire two events, so it is legitimateArthur Schiwon2019-12-161-1/+1
* | do not add (user) flows twiceArthur Schiwon2019-12-161-1/+1
|/
* Allow to specify apps that somethign is a dirJoas Schilling2019-12-103-6/+18
* Improve mimetype detection in workflow componentsJoas Schilling2019-12-101-82/+13
* Make sure event names is always an arrayJulius Härtl2019-12-062-3/+3
* Set fileInfo in the rule matcherJulius Härtl2019-11-281-0/+1
* add convenience interfaces so entities can provide presentable detailsArthur Schiwon2019-11-282-3/+71
* expose user of running flowsArthur Schiwon2019-11-281-0/+2
* allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-284-30/+145
* Rename to flowJulius Härtl2019-11-261-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-223-4/+2
* relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon2019-11-132-20/+48
* Add Flow app iconJan-Christoph Borchardt2019-11-071-1/+2
* do not break on Checkers that do not need specific context infoArthur Schiwon2019-10-291-4/+1
* Adjust user UserWorkflowController methods to AWorflowControllerJulius Härtl2019-10-291-4/+4
* Decode list of events when returning themJulius Härtl2019-10-291-0/+2
* Ignore unavailable entity/operation classesJulius Härtl2019-10-151-6/+11
* Only cache the mimetype if the file existsJoas Schilling2019-10-141-15/+35
* Don't call basename on nullJoas Schilling2019-10-011-1/+1
* Merge pull request #17286 from nextcloud/bugfix/noid/correctly-detect-mimetyp...Joas Schilling2019-09-271-1/+1
|\
| * Correctly detect the mimetype from uploadsJoas Schilling2019-09-261-1/+1
* | Fix "Cannot add a NOT NULL column with default value NULL"Joas Schilling2019-09-261-1/+10
|/
* Add endpoint to test operations before submittingJulius Härtl2019-09-101-1/+1
* Fix type hinting on setFileInfoJulius Härtl2019-09-102-2/+2
* fix order/entity types when setting the contextArthur Schiwon2019-09-101-8/+8
* File entity supports tagging events nowArthur Schiwon2019-09-091-1/+18
* entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-092-3/+27
* let a dedicate service serve a stateful processArthur Schiwon2019-09-098-119/+142
* require IChecks to receive entity contextArthur Schiwon2019-09-0910-45/+97
* seperate setFileInfo from ICheckArthur Schiwon2019-09-098-42/+6
* No need to get the class since the entity is already the class stringJulius Härtl2019-09-091-1/+1
* Extend missing check classesJulius Härtl2019-09-094-0/+54
* add type hint for IDEArthur Schiwon2019-09-091-0/+1
* extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-099-5/+123
* WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-092-4/+59
* introduce GenericEntityEvent and adapt File entityArthur Schiwon2019-09-093-102/+8
* kill old non-OCS ControllerArthur Schiwon2019-09-091-128/+0
* fix parameter for OCSExcpetionblizzz2019-09-091-3/+3
* use correct builder instanceblizzz2019-09-091-1/+1
* adds a trigger hint for complex operationsArthur Schiwon2019-09-091-0/+1
* fix missing value and run against empty tables in migration scriptArthur Schiwon2019-09-092-15/+17
* split events DB field into entity and events, adjust biz logicArthur Schiwon2019-09-094-29/+62
* extend DB table, manager, controller with support for entity eventsArthur Schiwon2019-09-093-11/+86
* remove IEntity's getId in favor of class nameArthur Schiwon2019-09-093-6/+2
* merge IOperator with IOperation for simplicityArthur Schiwon2019-09-092-16/+15
* add operator interfaces / APIArthur Schiwon2019-09-094-5/+198