Commit Graph

64 Commits (master)

Author SHA1 Message Date
Carl Schwan 7541afae07
refactor(workflowengine): Check if class is correct 1 month ago
Ferdinand Thiessen d6d6747a73 refactor: apply rector rules for PHPUnit 10 2 months ago
Carl Schwan 49d522717c refactor(dbal): Port away from remaining IQueryBuilder::execute calls 2 months ago
Carl Schwan 6154bfa823 chore(psalm): Fix most issues with the workflowengine 3 months ago
Joas Schilling 78dcf3744d
Revert "feat: Implement Directory Check" 5 months ago
Robin Windey feae8ba16a feat: Implement Directory Check 5 months ago
Robin Appelman aa15f9d16d
chore: run rector 6 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Joas Schilling ea0229dc86
test: Fix some apps/*/tests 8 months ago
Johannes Endres ae2cc23658 fix: Change UserAgent to *cloud 10 months ago
Côme Chilliet 64863c9d46
chore: Apply new rector configuration to apps folder 11 months ago
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 1 year ago
Côme Chilliet 1580c8612b
chore(apps): Apply new rector configuration to autouse classes 1 year ago
provokateurin 3a9aadc6a9
test(workflowengine): Add Storage parameter strong types 1 year ago
provokateurin 256a8d8903
test: Fix IStorage return types 1 year ago
Côme Chilliet 1a4978c4ea
chore: Apply rector configuration to apps folder 1 year ago
Joas Schilling 4ccf62a224
chore: Cleanup and prepare some app tests for PHPUnit 10 1 year ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger cc1686dba9
chore: Add SPDX header 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 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 77bc6c32d8
fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher 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
Joas Schilling 33913ebc34
fix(workflowengine): Fix tested user agents of Android and iOS to match real ones 2 years ago
Faraz Samapoor 5db241b942 Refactors "strpos" calls in /apps/workflowengine to improve code readability. 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 cb4648df77
add some tests for mimetype check 3 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Arthur Schiwon 1eb86e46fd
inform the user when flow config data exceeds thresholds 5 years ago
Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 5 years ago
Arthur Schiwon b59efb61bd
Flow File entity implements IContextPortation 5 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Julius Härtl e4829236cf
Add app config to disable user flows 6 years ago
Roeland Jago Douma 25d4f3230d
Use the new Events in Flow 6 years ago
Arthur Schiwon 2d34274c8a
adjust unit test 6 years ago
Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Arthur Schiwon 2efe8aad38
relax dependency on GenericEvent, instead stay compatible with old events 6 years ago
Arthur Schiwon f889ea8373
fix manager tests 6 years ago
Julius Härtl 9eb7a31864
Fix test mocking 6 years ago