Назад към всички версии
v1.59.0

Activity logging system now tracks all platform actions with admin dashboard and user timeline views

Activity logging system now live across the platform. Track user and admin actions in real time with filterable logs and timeline views.

Activity Logging

  • New activity log system tracks user and admin actions platform-wide
  • Admin activity log page with filters for searching and sorting events
  • Activity timeline now visible on user profile pages
  • Admin user detail page includes activity tab for account history
  • API routes expose activity log data for integration

Fixes & Refinement

  • Fixed missing activity hooks for design deletion and sharing events
  • Corrected activity log metadata and unban event classification
  • Improved admin order update event labeling
  • Optimized activity log cleanup to avoid loading deleted records
  • Added database indexes for activity log query performance
Покажи суровите комити
# [1.59.0](https://github.com/Fowthy/brutalnoise/compare/v1.58.0...v1.59.0) (2026-04-15)


### Bug Fixes

* add indexes to activity_logs table ([b05e7c2](https://github.com/Fowthy/brutalnoise/commit/b05e7c27de64858fcecd9c95e573174a3d09dc9c))
* add missing design.deleted and design.shared activity hooks ([5bc184b](https://github.com/Fowthy/brutalnoise/commit/5bc184bec7aecffb57a1c95a8900b2e87d9ec871))
* avoid loading deleted row IDs in activity log cleanup ([7732764](https://github.com/Fowthy/brutalnoise/commit/77327643288dda64e96bfad154206dd3b5f416e9))
* correct activity log metadata and unban event type ([63def2a](https://github.com/Fowthy/brutalnoise/commit/63def2a9ebc322f0b2c70cee3e364b46c9237e07))
* remove dead order.status_changed event type, improve admin.order_updated label ([df076e7](https://github.com/Fowthy/brutalnoise/commit/df076e75f40970a62e03346a35767f7f5d6f443a))


### Features

* add activity log API routes ([f574dfc](https://github.com/Fowthy/brutalnoise/commit/f574dfc5053ae69648d8a5990a5e548ec71e2e41))
* add activity log DB queries ([a84d7b5](https://github.com/Fowthy/brutalnoise/commit/a84d7b5688fc38a62b78b0c171e54c6941037146))
* add activity logger utility and event formatting ([8cf9316](https://github.com/Fowthy/brutalnoise/commit/8cf9316a222a06c4b3d6c0f6c30be9702e63f9db))
* add activity tab to admin user detail page ([5ce2292](https://github.com/Fowthy/brutalnoise/commit/5ce229298efe6bc66353ceef5bb14e47c0767246))
* add activity timeline to user profile page ([2c6ecfd](https://github.com/Fowthy/brutalnoise/commit/2c6ecfda0ce3536d6d4121cd2e1644302f2d6f8d))
* add activity_logs table to schema ([ea95b5f](https://github.com/Fowthy/brutalnoise/commit/ea95b5fbdcc71b86c3803ea6a1c77b14664d8e72))
* add admin activity log page with filters ([5c6d5f8](https://github.com/Fowthy/brutalnoise/commit/5c6d5f810c44f984c7be9dd6163945644fa7c040))
* hook activity logging into admin action routes ([26403cc](https://github.com/Fowthy/brutalnoise/commit/26403cc9363a4f47c8df12589270370c0a9d5138))
* hook activity logging into user-facing API routes ([71e9c4a](https://github.com/Fowthy/brutalnoise/commit/71e9c4ad393b1e9e4eb1b355196560ccbbac171e))
Activity logging system now tracks all platform actions with admin dashboard and user timeline views | Brutal Noise changelog | Brutal Noise