Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Avoid failing with duplicate checks | Julius Härtl | 2023-07-12 | 1 | -3/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix(workflowengine): Fix tested user agents of Android and iOS to match real ↵ | Joas Schilling | 2023-07-11 | 1 | -16/+16 |
| | | | | | | ones Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Also check the scope when reading operations from the database | Joas Schilling | 2023-02-23 | 1 | -0/+53 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Validate the scope when validating operations | Joas Schilling | 2023-02-23 | 1 | -5/+108 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | perf(workflowengine): Cache query that is performed on every request | Julius Härtl | 2023-02-10 | 1 | -2/+54 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | add some tests for mimetype check | Robin Appelman | 2022-12-20 | 1 | -0/+192 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -15/+33 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | inform the user when flow config data exceeds thresholds | Arthur Schiwon | 2020-10-28 | 1 | -0/+159 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 3 | -6/+6 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Flow File entity implements IContextPortation | Arthur Schiwon | 2020-08-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -14/+14 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 3 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add app config to disable user flows | Julius Härtl | 2020-03-21 | 1 | -1/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use the new Events in Flow | Roeland Jago Douma | 2020-01-02 | 1 | -5/+10 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | adjust unit test | Arthur Schiwon | 2019-11-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 4 | -5/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | relax dependency on GenericEvent, instead stay compatible with old events | Arthur Schiwon | 2019-11-13 | 1 | -1/+6 |
| | | | | | | * also fixes tagging events Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix manager tests | Arthur Schiwon | 2019-09-10 | 1 | -6/+8 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix test mocking | Julius Härtl | 2019-09-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | split events DB field into entity and events, adjust biz logic | Arthur Schiwon | 2019-09-09 | 1 | -18/+30 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | extend DB table, manager, controller with support for entity events | Arthur Schiwon | 2019-09-09 | 1 | -3/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add missing dep | Arthur Schiwon | 2019-09-09 | 1 | -1/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | scope aware workflow controller and manager | Arthur Schiwon | 2019-09-09 | 1 | -5/+244 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | introducing Entity interfaces and a File one as first implementation | Arthur Schiwon | 2019-09-09 | 1 | -4/+67 |
| | | | | | | also adds admin settings that pass entities as initial state Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Make the Outlook and Thunderbird addons identifyable | Joas Schilling | 2018-02-27 | 1 | -0/+117 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 2 | -0/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 3 | -4/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Do not reset the list after adding cached entries | Joas Schilling | 2016-10-17 | 1 | -0/+94 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Translate the errors | Joas Schilling | 2016-08-01 | 3 | -49/+80 |
| | |||||
* | Add request time | Joas Schilling | 2016-08-01 | 1 | -0/+146 |
| | |||||
* | Add remote address | Joas Schilling | 2016-08-01 | 1 | -0/+123 |
| | |||||
* | Add file mime type | Joas Schilling | 2016-08-01 | 1 | -0/+149 |