aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Entity
Commit message (Expand)AuthorAgeFilesLines
* fixes an undefined index when getAccessList returns an empty arrayArthur Schiwon2021-10-221-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+4
* File entity to implement IIconArthur Schiwon2020-08-071-1/+9
* Flow File entity implements IContextPortationArthur Schiwon2020-08-051-7/+57
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+4
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"Joas Schilling2020-01-291-1/+1
* 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
* | pass the proper storage-internal pathArthur Schiwon2019-12-171-1/+1
|/
* Set fileInfo in the rule matcherJulius Härtl2019-11-281-0/+1
* add convenience interfaces so entities can provide presentable detailsArthur Schiwon2019-11-281-3/+64
* allow user flows when the acting user is legitimate, but not its ownerArthur Schiwon2019-11-281-26/+70
* relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon2019-11-131-15/+21
* File entity supports tagging events nowArthur Schiwon2019-09-091-1/+18
* entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-091-0/+19
* introduce GenericEntityEvent and adapt File entityArthur Schiwon2019-09-093-102/+8
* remove IEntity's getId in favor of class nameArthur Schiwon2019-09-091-4/+0
* introducing Entity interfaces and a File one as first implementationArthur Schiwon2019-09-093-0/+161