summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-083-17/+19
* consider local external storages, tooArthur Schiwon2020-12-151-1/+2
* enables the file name check also to match name of mountpointsArthur Schiwon2020-12-151-2/+20
* Only execute plain mimetype check for directories and do the fallback only fo...Morris Jobke2020-11-301-2/+6
* Files client and info bundles are always loaded so we don't need to load them...Julius Härtl2020-11-251-2/+0
* avoid empty null default with value that will be inserted anywaysArthur Schiwon2020-11-232-13/+2
* inform the user when flow config data exceeds thresholdsArthur Schiwon2020-10-281-0/+9
* Fix type errors detected by PsalmChristoph Wurst2020-10-141-1/+1
* Merge pull request #23096 from nextcloud/bugfix/noid/mimetypes2Morris Jobke2020-10-051-0/+13
|\
| * Make sure to check the mimetype on the path if a secure one could not be dete...Julius Härtl2020-09-291-0/+13
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
|/
* Update urls to stackoverflow.com to "HTTPS"J0WI2020-09-171-3/+3
* Don't use SELECT DISTINCT when to_char() is used in a WHERE statementJoas Schilling2020-09-071-3/+3
* fix possible leaking scope in FlowArthur Schiwon2020-08-242-0/+16
* Prefer typed event over string based onesMorris Jobke2020-08-102-1/+4
* File entity to implement IIconArthur Schiwon2020-08-071-1/+9
* Flow File entity implements IContextPortationArthur Schiwon2020-08-051-7/+57
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-5/+2
* Merge pull request #21547 from nextcloud/enhancement/workflowengine-bootstrapRoeland Jago Douma2020-07-022-43/+84
|\
| * Move the event listener into a dedicated classChristoph Wurst2020-06-242-40/+64
| * Migrate WFE to new bootstrap mechanismChristoph Wurst2020-06-241-14/+31
* | Merge pull request #21590 from nextcloud/debt/noid/unused-methodRoeland Jago Douma2020-07-021-6/+0
|\ \
| * | Remove unused method.Daniel Kesselberg2020-06-251-6/+0
| |/
* | Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-021-17/+17
|\ \
| * | Replace TYPE with TYPESDaniel Kesselberg2020-06-301-17/+17
| |/
* / Also always return in app commandsJoas Schilling2020-06-261-1/+2
|/
* flow to not use deprecated event dispatcher methodsArthur Schiwon2020-06-192-17/+14
* Flow: Include root folder for shared storages when fetching system tagsJulius Härtl2020-06-151-1/+2
* Move the systemtags to core/srcRoeland Jago Douma2020-05-281-3/+1
* 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