# 6.13.3302

## New Features

### Comprehensive Auditing for Users, Roles, and Pages

Stadium 6.13.0 introduces detailed audit logging for user, role, and page changes in the Admin section. Audit logs are created for add, edit, and delete actions, capturing both old and new values for key properties. No audit log is created if nothing has changed.\
This feature helps administrators track changes for compliance and troubleshooting.

The new `AuditLog` table in the management database stores these entries, including a `Source` column to indicate whether the change originated from the UserAPI or WebApp.

A new UserAPI endpoint allows retrieval of audit logs in JSON format, ordered from latest to oldest.

<figure><img src="https://3514041584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqxH8JA8xG3I22tiZG5H6%2Fuploads%2Fgit-blob-7c9238154a4d1b2373162c42b3dc3be0208adc97%2Faudit-log-example.png?alt=media" alt=""><figcaption><p>The new "Audit Log" operation in the UserAPI</p></figcaption></figure>

## Improvements

* Searching in DataGrid now excludes hidden columns.
* The progress bar now glides smoothly back and forth across the top of the page, making it clearer to users when the page is processing.
* Added a set of regular expression (regex) code snippets to the Expression Editor that be used for validations.
* The “username” and “data” fields have been removed from the UserAPI documentation in SAM.
* The installer no longer displays the "IIS URL Rewrite module has been installed" message.

## Bug Fixes

### Web App

* Descending sort order in DataGrid sorted data incorrectly

### Designer

* Very long values in a Setting caused the Stadium Designer to crash
