summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib
Commit message (Expand)AuthorAgeFilesLines
* Add visibility to all constantsChristoph Wurst2020-04-102-3/+3
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-103-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1018-67/+52
* Use elseif instead of else ifChristoph Wurst2020-04-105-6/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-5/+5
* Use a blank line after the opening tagChristoph Wurst2020-04-0915-0/+15
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-099-9/+0
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Add app config to disable user flowsJulius Härtl2020-03-215-4/+19
* Annotate $additionalScopes so the IDE knows what type $scopeCandidate is.Daniel Kesselberg2020-03-172-1/+5
* Merge pull request #19989 from nextcloud/fix-single-ScopeContext-passed-to-se...Roeland Jago Douma2020-03-171-1/+1
|\
| * Fix single "ScopeContext" passed to "setScopes"Daniel Calviño Sánchez2020-03-161-1/+1
* | Hide card for apps store if disabledDaniel Kesselberg2020-03-161-1/+16
|/
* Continue with next foreach iterationJulius Härtl2020-02-171-1/+1
* Reduce flow logging at INFO levelJulius Härtl2020-02-141-1/+4
* Merge pull request #18904 from nextcloud/enh/noid/flow-loggingRoeland Jago Douma2020-02-106-2/+392
|\
| * always require a message paramter for data loggingArthur Schiwon2020-01-282-2/+4
| * log Flow activityArthur Schiwon2020-01-286-2/+390
* | Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"Joas Schilling2020-01-291-1/+1
|/
* make the mime type checker for flow available to regular usersArthur Schiwon2020-01-091-0/+4
* Use the new Events in FlowRoeland Jago Douma2020-01-021-14/+21
* Remove style loading of non-existing fileJulius Härtl2020-01-021-4/+0
* Validate check array in the backendJulius Härtl2019-12-271-0/+7
* report list of entities without array keys to frontendArthur Schiwon2019-12-211-2/+2
* 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
|/