Salvatore Martire
Salvatore Martire
## 🚀 Feature Proposal Add the possibility to select a subset of the projects defined in `.meta` so that commands executed have an effect only on those. ## Motivation As...
This adds support for translating column names when they are used in a groupBy call. Related PRs: Hookable: `https://github.com/jarektkaczyk/hookable/pull/21` Mappable: `https://github.com/jarektkaczyk/eloquence-mappable/pull/3`
This adds support for translating column names when they are used in a groupBy call. Related PRs: Hookable: `https://github.com/jarektkaczyk/hookable/pull/21` Mappable: `https://github.com/jarektkaczyk/eloquence-mappable/pull/3`
This adds support for translating column names when they are used in a groupBy call. Related PRs: Hookable: `https://github.com/jarektkaczyk/hookable/pull/21` Mappable: `https://github.com/jarektkaczyk/eloquence-mappable/pull/3`
## Summary This PR is a follow-up to address issues discovered while investigating issue https://github.com/nextcloud/server/issues/49584 When running `occ background-job:worker`, some jobs can be seen running constantly and `ScheduledNotifications` is one...
## Summary ### Context This PR comes from an investigation done for issue https://github.com/nextcloud/server/issues/49584 The user reported that running `occ background-job:worker --interval 5` does not run jobs every 5 seconds...
## Summary This PR is a follow-up to address issues discovered while investigating issue https://github.com/nextcloud/server/issues/49584 While investigating the issue above, I noticed that when running `occ background-job:worker` the same job...
## Summary This PR is a follow-up to address issues discovered while investigating issue https://github.com/nextcloud/server/issues/49584 When running `occ background-job:worker`, some jobs can be seen running constantly and `Rotate` is one...
* Resolves: #49744 ## Summary This PR adds the ability to list, edit or delete profile properties through the `occ` command. Before:  After:  ## TODO - [x] Update...
* Resolves: #54562 ## Summary This branch introduces changes to `setupForPath` to implement a version that support authoritative mount providers. ## TODO - [x] Check if we ship without the...