| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(workflowengine): Remove legacy event (deprecated since 17) | Joas Schilling | 2023-07-19 | 1 | -15/+0 |
* | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 1 | -1/+1 |
* | techdebt(workflowengine): Remove transition event classes | Joas Schilling | 2023-03-03 | 2 | -97/+0 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 9 | -9/+0 |
* | Add Psalm specific scope type hint for the WFE operation | Christoph Wurst | 2021-11-22 | 1 | -0/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 22 | -44/+22 |
* | Deprecate all remaining event constants | Christoph Wurst | 2021-02-09 | 1 | -1/+9 |
* | Fix typo in @deprecated PHPDoc tag | Morris Jobke | 2020-11-24 | 1 | -1/+1 |
* | inform the user when flow config data exceeds thresholds | Arthur Schiwon | 2020-10-28 | 1 | -0/+10 |
* | Merge pull request #22432 from nextcloud/enh/phpdoc | Roeland Jago Douma | 2020-08-26 | 18 | -18/+0 |
|\ |
|
| * | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 18 | -18/+0 |
* | | Merge pull request #22359 from nextcloud/fix/noid/flow-leaking-scope | Joas Schilling | 2020-08-25 | 1 | -0/+10 |
|\ \ |
|
| * | | fix possible leaking scope in Flow | Arthur Schiwon | 2020-08-24 | 1 | -0/+10 |
| |/ |
|
* / | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -3/+6 |
|/ |
|
* | Add PHP doc for events | Morris Jobke | 2020-08-10 | 1 | -0/+2 |
* | Enable Flow entities to recreate state if necessary | Arthur Schiwon | 2020-08-05 | 1 | -0/+59 |
* | flow to not use deprecated event dispatcher methods | Arthur Schiwon | 2020-06-19 | 1 | -0/+34 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -5/+5 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 6 | -7/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Fix license headers | Christoph Wurst | 2020-01-13 | 4 | -3/+10 |
* | Use the new Events in Flow | Roeland Jago Douma | 2020-01-02 | 4 | -6/+171 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
* | Allow to specify apps that somethign is a dir | Joas Schilling | 2019-12-10 | 1 | -1/+4 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 17 | -17/+48 |
* | add convenience interfaces so entities can provide presentable details | Arthur Schiwon | 2019-11-28 | 5 | -0/+180 |
* | allow user flows when the acting user is legitimate, but not its owner | Arthur Schiwon | 2019-11-28 | 2 | -0/+39 |
* | relax dependency on GenericEvent, instead stay compatible with old events | Arthur Schiwon | 2019-11-13 | 4 | -4/+101 |
* | do not break on Checkers that do not need specific context info | Arthur Schiwon | 2019-10-29 | 1 | -3/+0 |
* | fix missing @since's | Arthur Schiwon | 2019-09-09 | 2 | -0/+13 |
* | entities equip the RuleMatcher on the events they are aware of | Arthur Schiwon | 2019-09-09 | 2 | -3/+11 |
* | let a dedicate service serve a stateful process | Arthur Schiwon | 2019-09-09 | 5 | -46/+63 |
* | require IChecks to receive entity context | Arthur Schiwon | 2019-09-09 | 1 | -0/+20 |
* | seperate setFileInfo from ICheck | Arthur Schiwon | 2019-09-09 | 2 | -10/+45 |
* | Return actual event data instead of self calling | Julius Härtl | 2019-09-09 | 1 | -2/+2 |
* | extends ICheck with scope and entity support, provide them as initialState | Arthur Schiwon | 2019-09-09 | 2 | -4/+37 |
* | WFE as proxy listen to relevent events and forwards them | Arthur Schiwon | 2019-09-09 | 1 | -0/+15 |
* | introduce GenericEntityEvent and adapt File entity | Arthur Schiwon | 2019-09-09 | 1 | -0/+67 |
* | adds a trigger hint for complex operations | Arthur Schiwon | 2019-09-09 | 1 | -2/+15 |
* | remove IEntity's getId in favor of class name | Arthur Schiwon | 2019-09-09 | 1 | -14/+0 |
* | merge IOperator with IOperation for simplicity | Arthur Schiwon | 2019-09-09 | 5 | -100/+58 |
* | add operator interfaces / API | Arthur Schiwon | 2019-09-09 | 4 | -0/+192 |
* | add missing @since annotations | Arthur Schiwon | 2019-09-09 | 2 | -1/+9 |
* | the workflow manager becomes scope aware, Part 1 | Arthur Schiwon | 2019-09-09 | 1 | -0/+4 |
* | introducing Entity interfaces and a File one as first implementation | Arthur Schiwon | 2019-09-09 | 3 | -0/+144 |
* | open the WFE to deal with other subjects but files | Arthur Schiwon | 2019-09-09 | 1 | -0/+34 |
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -0/+6 |
* | Validate the operation | Joas Schilling | 2016-08-19 | 1 | -0/+39 |
* | Remove php side of check registration | Joas Schilling | 2016-07-27 | 1 | -79/+0 |