Commit Graph

203 Commits (371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23)

Author SHA1 Message Date
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Joas Schilling d8ffbed2c2
fix(workflows): Finish password confirmation 2 years ago
Arthur Schiwon 93505b2cdd fix(workflowengine): use andWhere() not second where() 2 years ago
Joas Schilling 997a1c46fb
fix(workflow): Fix "Call to a member function getUID() on null" with appdata 2 years ago
Jonas 7441ce2b11
enh(IMountManager): Add method to get MountPoint from CachedMountInfo 2 years ago
Jonas 9193d8be40
fix(isLegitimatedForUserId): Setup mountpoints to check file access 2 years ago
Côme Chilliet 0a9371f99f
Migrate applications away from deprecated ILogger 2 years ago
Joas Schilling aa039c986a
fix(workflowengine): Remove legacy event (deprecated since 17) 2 years ago
Julius Härtl 06d80ba809 fix: Avoid failing with duplicate checks 2 years ago
Faraz Samapoor 9d15e6e21d Fixes "PossiblyFalseArgument" notices. 2 years ago
Faraz Samapoor 5db241b942 Refactors "strpos" calls in /apps/workflowengine to improve code readability. 2 years ago
jld3103 efb7448cd2
workflowengine: Stop using a service alias for controller 2 years ago
Joas Schilling 9ba091b348
fix(workflow): Check tag attribute 3 years ago
Joas Schilling 5bc86dd6ac
techdebt(workflowengine): Remove transition event classes 3 years ago
Joas Schilling 15fc42966c
Also check the scope when reading operations from the database 3 years ago
Joas Schilling c6700150d5
Validate the scope when validating operations 3 years ago
Julius Härtl aebf654214
perf(workflowengine): Cache query that is performed on every request 3 years ago
Robin Appelman 83cc8202b8
remove file exists check from `cacheAndReturnMimeType` 3 years ago
Robin Appelman c5a8246742
use mimetype from cache for workflow if available 3 years ago
Côme Chilliet a0f6a6545b
Use TimedJob from OCP instead of OC 3 years ago
Côme Chilliet 9ba9f9a7dc
Make sure to not pass null to DateTime::createFromFormat 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 3 years ago
Carl Schwan 30d7763edc Use SettingsSection in workflowengine settings 3 years ago
Carl Schwan ec6b83cc18 Add stricter psalm type for CappedMemoryCache 3 years ago
Louis Chemineau 64951ec14e Change script loading order in worflowengine 4 years ago
Côme Chilliet ccab35f23f
Fix similar potential problems with fetchOne loops 4 years ago
Carl Schwan cbf9064b8e
Fix psalm issues 4 years ago
Carl Schwan 695165260f
Add helper method in Wrapper 4 years ago
Carl Schwan 0479fff37c
The storage is not static anymore 4 years ago
Carl Schwan 1f392d666a
Optimize FileSystemTags workflow for groupfolder 4 years ago
Carl Schwan 08bf47a5de
Fix RequestURL check for cli commands 4 years ago
John Molakvoæ (skjnldsv) b664aad7ab
Move bundles to /dist 4 years ago
Robin Appelman e95745c074
fix tests 4 years ago
Joas Schilling 7a6d559f19
Detect mimetype by content only with content 4 years ago
Arthur Schiwon 7d7ef1d2e6
fixes an undefined index when getAccessList returns an empty array 4 years ago
Richard Steinmetz 8bd8e97181
Do not cache file ids in FileSystemTags inside group folders 4 years ago
Daniel Kesselberg 7492b3c24f
Set alias for result of cast column function 4 years ago
Vincent Petry 15a62c5237
Make "name" column nullable in workflow operations 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 4 years ago
szaimen 35d978c2fc Rename External storages to External storage 4 years ago
François Freitag d887851183 Prefer string $file over 1-element array in script() 4 years ago
Roeland Jago Douma bc961baa40 Move some settings over to the IInitialState 5 years ago
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Christoph Wurst 77a8ba0d11
Migrate WFE to the new PSR logger 5 years ago
Christoph Wurst c1d4f8161b
Migrate internal classes to the OCP db col types 5 years ago
Morris Jobke 24d436cb60
Remove unneeded casts that were found by Psalm 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 5 years ago
Arthur Schiwon 04cd1348ec
consider local external storages, too 5 years ago
Arthur Schiwon 14bbec5fa7
enables the file name check also to match name of mountpoints 5 years ago
Morris Jobke c44ec8c5d5
Only execute plain mimetype check for directories and do the fallback only for non-directories 5 years ago