summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib
Commit message (Expand)AuthorAgeFilesLines
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Use SettingsSection in workflowengine settingsCarl Schwan2022-05-311-18/+16
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-4/+5
* Change script loading order in worflowengineLouis Chemineau2022-03-311-6/+5
* Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-082-2/+2
* Fix psalm issuesCarl Schwan2022-01-131-1/+4
* Add helper method in WrapperCarl Schwan2022-01-131-12/+5
* The storage is not static anymoreCarl Schwan2022-01-131-15/+11
* Optimize FileSystemTags workflow for groupfolderCarl Schwan2022-01-131-9/+29
* Fix RequestURL check for cli commandsCarl Schwan2022-01-111-6/+11
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
* fix testsRobin Appelman2021-12-021-2/+2
* Detect mimetype by content only with contentJoas Schilling2021-10-271-1/+1
* fixes an undefined index when getAccessList returns an empty arrayArthur Schiwon2021-10-221-1/+1
* Do not cache file ids in FileSystemTags inside group foldersRichard Steinmetz2021-09-141-2/+10
* Set alias for result of cast column functionDaniel Kesselberg2021-08-161-1/+2
* Make "name" column nullable in workflow operationsVincent Petry2021-08-104-4/+69
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0431-91/+198
* Rename External storages to External storageszaimen2021-05-201-1/+1
* Prefer string $file over 1-element array in script()François Freitag2021-05-181-3/+1
* Merge pull request #25588 from nextcloud/techdept/custom-psr-loggerChristoph Wurst2021-03-051-2/+3
|\
| * Migrate WFE to the new PSR loggerChristoph Wurst2021-02-111-2/+3
* | Move some settings over to the IInitialStateRoeland Jago Douma2021-03-022-12/+7
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-3/+3
|/
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
* 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
|\ \