buster/apps/api/libs/handlers/src
dal 308c87b202
Implement chat access checks for metrics and dashboards
- Added functions to check if a user has access to metrics and dashboards through associated chats.
- Updated permission handling in `get_metric_data_handler`, `get_metric_for_dashboard_handler`, and `get_metric_handler` to include chat access checks.
- Enhanced error handling for cases where users lack access to both dashboards and chats.
- Updated `asset_access_checks` to include new chat access functions and modified the public interface in `lib.rs` accordingly.
2025-07-17 10:07:58 -06:00
..
chats Update apps/api/libs/handlers/src/chats/list_chats_handler.rs 2025-07-14 12:10:53 -07:00
collections Add avatar_url to user-related responses across multiple endpoints 2025-07-09 13:50:45 +00:00
dashboards Implement chat access checks for metrics and dashboards 2025-07-17 10:07:58 -06:00
data_sources Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
datasets Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
favorites Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
logs Filter out chats with empty or whitespace-only titles 2025-07-14 19:08:04 +00:00
messages rust now returns the post processing message body 2025-07-08 10:04:23 -06:00
metrics Implement chat access checks for metrics and dashboards 2025-07-17 10:07:58 -06:00
organizations update rust types 2025-07-10 08:20:15 -06:00
search Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
users invite user check 2025-07-10 08:37:35 -06:00
utils Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
lib.rs Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00