| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 2 | -4/+5 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 4 | -12/+16 |
* | test(workflowengine): Add Storage parameter strong types | provokateurin | 2024-10-07 | 1 | -3/+3 |
* | test: Fix IStorage return types | provokateurin | 2024-09-26 | 1 | -1/+1 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 1 | -3/+3 |
* | chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10 | Joas Schilling | 2024-09-19 | 2 | -9/+14 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 6 | -34/+34 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 6 | -125/+12 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | enh(IMountManager): Add method to get MountPoint from CachedMountInfo | Jonas | 2023-10-23 | 1 | -0/+2 |
* | fix(isLegitimatedForUserId): Setup mountpoints to check file access | Jonas | 2023-10-23 | 1 | -1/+2 |
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -4/+3 |
* | Merge pull request #38604 from fsamapoor/replace_strpos_calls_in_workflowengi... | Côme Chilliet | 2023-08-07 | 1 | -2/+2 |
|\ |
|
| * | Refactors "strpos" calls in /apps/workflowengine to improve code readability. | Faraz Samapoor | 2023-07-03 | 1 | -2/+2 |
* | | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher | Joas Schilling | 2023-07-25 | 1 | -1/+0 |
* | | fix(workflowengine): Remove legacy event (deprecated since 17) | Joas Schilling | 2023-07-19 | 1 | -8/+4 |
* | | fix: Avoid failing with duplicate checks | Julius Härtl | 2023-07-12 | 1 | -3/+3 |
* | | fix(workflowengine): Fix tested user agents of Android and iOS to match real ... | Joas Schilling | 2023-07-11 | 1 | -16/+16 |
|/ |
|
* | Also check the scope when reading operations from the database | Joas Schilling | 2023-02-23 | 1 | -0/+53 |
* | Validate the scope when validating operations | Joas Schilling | 2023-02-23 | 1 | -5/+108 |
* | perf(workflowengine): Cache query that is performed on every request | Julius Härtl | 2023-02-10 | 1 | -2/+54 |
* | add some tests for mimetype check | Robin Appelman | 2022-12-20 | 1 | -0/+192 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -15/+33 |
* | inform the user when flow config data exceeds thresholds | Arthur Schiwon | 2020-10-28 | 1 | -0/+159 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 3 | -6/+6 |
* | Flow File entity implements IContextPortation | Arthur Schiwon | 2020-08-05 | 1 | -1/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -14/+14 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 3 | -4/+4 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -2/+2 |
* | Add app config to disable user flows | Julius Härtl | 2020-03-21 | 1 | -1/+6 |
* | Use the new Events in Flow | Roeland Jago Douma | 2020-01-02 | 1 | -5/+10 |
* | adjust unit test | Arthur Schiwon | 2019-11-28 | 1 | -1/+5 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 4 | -5/+5 |
* | relax dependency on GenericEvent, instead stay compatible with old events | Arthur Schiwon | 2019-11-13 | 1 | -1/+6 |
* | fix manager tests | Arthur Schiwon | 2019-09-10 | 1 | -6/+8 |
* | Fix test mocking | Julius Härtl | 2019-09-10 | 1 | -1/+2 |
* | split events DB field into entity and events, adjust biz logic | Arthur Schiwon | 2019-09-09 | 1 | -18/+30 |
* | extend DB table, manager, controller with support for entity events | Arthur Schiwon | 2019-09-09 | 1 | -3/+4 |
* | add missing dep | Arthur Schiwon | 2019-09-09 | 1 | -1/+6 |
* | scope aware workflow controller and manager | Arthur Schiwon | 2019-09-09 | 1 | -5/+244 |
* | introducing Entity interfaces and a File one as first implementation | Arthur Schiwon | 2019-09-09 | 1 | -4/+67 |
* | Make the Outlook and Thunderbird addons identifyable | Joas Schilling | 2018-02-27 | 1 | -0/+117 |
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 2 | -0/+3 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 3 | -4/+8 |
* | Do not reset the list after adding cached entries | Joas Schilling | 2016-10-17 | 1 | -0/+94 |
* | Translate the errors | Joas Schilling | 2016-08-01 | 3 | -49/+80 |