[PR #2936] [MERGED] Log ip address #6094

Closed
opened 2026-02-05 10:24:21 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2936
Author: @johnroyer
Created: 9/20/2021
Status: Merged
Merged: 9/26/2021
Merged by: @ssddanbrown

Base: masterHead: log-ip-address


📝 Commits (5)

📊 Changes

4 files changed (+40 additions, -0 deletions)

View changed files

📝 app/Actions/ActivityService.php (+2 -0)
database/migrations/2021_08_21_044614_add_column_ip_into_activities.php (+35 -0)
📝 resources/lang/en/settings.php (+1 -0)
📝 resources/views/settings/audit.blade.php (+2 -0)

📄 Description

IP is now saved into audit log. exist records without IP will shown as blank.

擷取選取區域_002


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/2936 **Author:** [@johnroyer](https://github.com/johnroyer) **Created:** 9/20/2021 **Status:** ✅ Merged **Merged:** 9/26/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `log-ip-address` --- ### 📝 Commits (5) - [`5cf0c99`](https://github.com/BookStackApp/BookStack/commit/5cf0c99e32ea90e807e8025e72fead8747e47870) Add IP column - [`8efaeb0`](https://github.com/BookStackApp/BookStack/commit/8efaeb068b89de5181e38368fe592fbd555d07be) Save user IP to audit log - [`b834f58`](https://github.com/BookStackApp/BookStack/commit/b834f58e87b56e34799df5456636c4d88c37486c) Add user IP into audit table - [`6418824`](https://github.com/BookStackApp/BookStack/commit/64188241393fa8fab4b564a789541705b70ae5a0) Update translation file - [`c0da561`](https://github.com/BookStackApp/BookStack/commit/c0da5616f3a5805238a48bedb5b011c6cdbc397c) Fix coding style ### 📊 Changes **4 files changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Actions/ActivityService.php` (+2 -0) ➕ `database/migrations/2021_08_21_044614_add_column_ip_into_activities.php` (+35 -0) 📝 `resources/lang/en/settings.php` (+1 -0) 📝 `resources/views/settings/audit.blade.php` (+2 -0) </details> ### 📄 Description IP is now saved into audit log. exist records without IP will shown as blank. ![擷取選取區域_002](https://user-images.githubusercontent.com/114491/133955722-9c194e20-5f1a-41be-a2e2-db3ed2a3e3bd.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:24:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6094