Skip to content

Tags: owen-it/laravel-auditing

Tags

v14.0.0

Toggle v14.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support for auditSync and auditDetach on Auditable custom Pivot class (

…#954)

* support for auditSync and auditDetach on Auditable Custom Pivot Class

* keep default behavior if pivot class is not auditable

* formatting

* tests for auditSync and auditDetach with auditable custom pivot class

* Apply suggestions from code review

* spacing

* test model factory update

---------

Co-authored-by: Will Power <[email protected]>

v13.7.2

Toggle v13.7.2's commit message
FIx null return (#1010)

`Request::header` could possibly return null. Fix by adding default empty string return.

v13.7.1

Toggle v13.7.1's commit message
Revert "fix: RecordCustomAudit listener (#963)"

This reverts commit 40fbbe1.

v13.7.0

Toggle v13.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pint only on pull request (#1003)

* Pint only on pull request

* Add paths

* Fix styling

---------

Co-authored-by: erikn69 <[email protected]>

v13.6.9

Toggle v13.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removed 6.x support, no need for different `assert' locations (#989)

Co-authored-by: Morten D. Hansen <[email protected]>

v13.6.8

Toggle v13.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix database prune, offset not working on some dbs (#948)

* Use left join to optimize prune query, and avoid using offset

v13.6.7

Toggle v13.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix audited relations duplicity on same model (#943)

v13.6.6

Toggle v13.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added `auditSyncWithPivotValues` method (#939)

v13.6.5

Toggle v13.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid user resolve twice (#902)

v13.6.4

Toggle v13.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct reference to Request facade (#887)