Skip to content

feat(admin_audit): Log cache insert/delete to audit log - #56768

Merged
kesselb merged 1 commit into
masterfrom
feat/log-cache-events-to-audit
Dec 4, 2025
Merged

feat(admin_audit): Log cache insert/delete to audit log#56768
kesselb merged 1 commit into
masterfrom
feat/log-cache-events-to-audit

Conversation

@come-nc

Copy link
Copy Markdown
Contributor

Summary

That allows to see files added/removed by a filesystem scan for instance.

Checklist

@come-nccome-nc added this to the Nextcloud 33 milestone Dec 1, 2025
@come-nccome-nc self-assigned this Dec 1, 2025
@come-nc
come-nc requested a review from a team as a code ownerDecember 1, 2025 11:26
@come-nccome-nc added the 3. to review Waiting for reviews label Dec 1, 2025
@come-nc
come-nc requested review from leftybournes, salmart-dev and yemkareems and removed request for a teamDecember 1, 2025 11:26
@come-nc

Copy link
Copy Markdown
ContributorAuthor

/backport! to stable32

That allows to see files added/removed by a filesystem scan for
instance.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@come-nc
come-ncforce-pushed the feat/log-cache-events-to-audit branch from bae52aa to 938e8d3CompareDecember 1, 2025 12:52
@come-nc

Copy link
Copy Markdown
ContributorAuthor

cypress failure unrelated

@come-nc

Copy link
Copy Markdown
ContributorAuthor

/backport! to stable32

@backportbot

Copy link
Copy Markdown

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/56768/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 938e8d3a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/56768/stable32

Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/56768/stable32."} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@kesselbkesselb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙏

@kesselb
kesselb disabled auto-merge December 4, 2025 15:53
@kesselb
kesselb merged commit 73017f5 into masterDec 4, 2025
196 of 201 checks passed
@kesselb
kesselb deleted the feat/log-cache-events-to-audit branch December 4, 2025 15:53
@kesselb

Copy link
Copy Markdown
Contributor

/backport to stable31

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@come-nc@kesselb@provokateurin