| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -20/+5 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -2/+2 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 2 | -44/+4 |
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -14/+7 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 2 | -6/+12 |
* | Merge pull request #25588 from nextcloud/techdept/custom-psr-logger | Christoph Wurst | 2021-03-05 | 1 | -2/+3 |
|\ |
|
| * | Migrate WFE to the new PSR logger | Christoph Wurst | 2021-02-11 | 1 | -2/+3 |
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
|/ |
|
* | fix possible leaking scope in Flow | Arthur Schiwon | 2020-08-24 | 1 | -0/+14 |
* | Remove unused method. | Daniel Kesselberg | 2020-06-25 | 1 | -6/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -15/+14 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 2 | -0/+2 |
* | Add app config to disable user flows | Julius Härtl | 2020-03-21 | 1 | -1/+1 |
* | Annotate $additionalScopes so the IDE knows what type $scopeCandidate is. | Daniel Kesselberg | 2020-03-17 | 1 | -1/+1 |
* | Fix single "ScopeContext" passed to "setScopes" | Daniel Calviño Sánchez | 2020-03-16 | 1 | -1/+1 |
* | Reduce flow logging at INFO level | Julius Härtl | 2020-02-14 | 1 | -1/+4 |
* | always require a message paramter for data logging | Arthur Schiwon | 2020-01-28 | 1 | -1/+3 |
* | log Flow activity | Arthur Schiwon | 2020-01-28 | 2 | -1/+219 |
* | Flows that are managing themselves do not necessarily set the entity | Arthur Schiwon | 2019-12-18 | 1 | -8/+10 |
* | do not add (user) flows twice | Arthur Schiwon | 2019-12-16 | 1 | -1/+1 |
* | Allow to specify apps that somethign is a dir | Joas Schilling | 2019-12-10 | 1 | -2/+3 |
* | add convenience interfaces so entities can provide presentable details | Arthur Schiwon | 2019-11-28 | 1 | -0/+7 |
* | allow user flows when the acting user is legitimate, but not its owner | Arthur Schiwon | 2019-11-28 | 1 | -4/+46 |
* | do not break on Checkers that do not need specific context info | Arthur Schiwon | 2019-10-29 | 1 | -4/+1 |
* | fix order/entity types when setting the context | Arthur Schiwon | 2019-09-10 | 1 | -8/+8 |
* | let a dedicate service serve a stateful process | Arthur Schiwon | 2019-09-09 | 1 | -0/+137 |