#539: per-file activity feed #619
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-539"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Per the design note on #539 (build on approval-by-silence).
internal/activitypackage: bounded, newest-first event store (activity.jsonbeside recents/favorites; write-time caps 5000 events / 90 days; atomic JSON via statestore). Deliberately NOT the #61 audit log.GET /api/v1/activity?path=&limit=through the caller's scoped store (Stat gate — invisible paths yield nothing).activity.Kind, history re-keyed incl. directory prefixes), copy, share-created/share-removed (grants + links), trash restore (new nil-safeTrashAPI.Acthook).feat.activityboot probe, i18n ×4,pure:act-labelblock.internal/activity/activity.go(activity.Event, not audit.Event).Red witnessed (go vet + node both failing before impl), then green: go vet, go test ./..., extract fence, full web test suite.