aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38604 from fsamapoor/replace_strpos_calls_in_workflowengi...Côme Chilliet2023-08-072-6/+6
|\
| * Fixes "PossiblyFalseArgument" notices.Faraz Samapoor2023-07-032-6/+6
| * Refactors "strpos" calls in /apps/workflowengine to improve code readability.Faraz Samapoor2023-07-032-6/+6
* | fix(workflowengine): Remove legacy event (deprecated since 17)Joas Schilling2023-07-191-10/+0
* | fix: Avoid failing with duplicate checksJulius Härtl2023-07-121-7/+1
|/
* workflowengine: Stop using a service alias for controllerjld31032023-06-192-3/+1
* fix(workflow): Check tag attributeJoas Schilling2023-03-161-8/+29
* techdebt(workflowengine): Remove transition event classesJoas Schilling2023-03-031-17/+11
* Also check the scope when reading operations from the databaseJoas Schilling2023-02-231-0/+23
* Validate the scope when validating operationsJoas Schilling2023-02-231-3/+10
* perf(workflowengine): Cache query that is performed on every requestJulius Härtl2023-02-101-2/+18
* remove file exists check from `cacheAndReturnMimeType`Robin Appelman2022-12-201-2/+2
* use mimetype from cache for workflow if availableRobin Appelman2022-12-201-4/+8
* Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-2/+4
* Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-2/+2
* 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
|\