]> BookStack Code Mirror - bookstack/commit
Added audit log interface
authorDan Brown <redacted>
Sat, 19 Sep 2020 11:06:45 +0000 (12:06 +0100)
committerDan Brown <redacted>
Sat, 19 Sep 2020 11:06:45 +0000 (12:06 +0100)
commit78bf044a7acf39dfc91588099435cd27038b61b2
tree8f120f15539ab07a30310e4ca17461f872d93887
parente5f0b4dd85a0088d83cd3f17e60b9697419424a7
Added audit log interface

- Displays the currently tracked activities in the system.

Related to #2173 and #1167
13 files changed:
app/Entities/Entity.php
app/Http/Controllers/AuditLogController.php [new file with mode: 0644]
app/helpers.php
database/migrations/2020_09_19_094251_add_activity_indexes.php [new file with mode: 0644]
resources/js/components/index.js
resources/js/components/submit-on-change.js [new file with mode: 0644]
resources/lang/en/settings.php
resources/sass/_layout.scss
resources/sass/styles.scss
resources/views/settings/audit.blade.php [new file with mode: 0644]
resources/views/settings/navbar.blade.php
routes/web.php
tests/AuditLogTest.php [new file with mode: 0644]