]> BookStack Code Mirror - bookstack/commit
Started change for entities to have concept of owners
authorDan Brown <redacted>
Wed, 30 Dec 2020 18:25:35 +0000 (18:25 +0000)
committerDan Brown <redacted>
Wed, 30 Dec 2020 18:25:35 +0000 (18:25 +0000)
commitb493becadfd0acf177decb796b460f92ca56f4e1
tree68b2f2a9299838b315420f3899d703a2db62fdcb
parentc71f00b2ec64dcdf58d9982cf76b7243b68d60c3
Started change for entities to have concept of owners
12 files changed:
app/Actions/Comment.php
app/Auth/Permissions/PermissionService.php
app/Entities/Models/Entity.php
app/Http/Controllers/Controller.php
app/Traits/HasCreatorAndUpdater.php [moved from app/Ownable.php with 59% similarity]
app/Traits/HasOwner.php [new file with mode: 0644]
app/Uploads/Attachment.php
app/Uploads/Image.php
app/helpers.php
database/migrations/2020_12_30_173528_add_owned_by_field_to_entities.php [new file with mode: 0644]
resources/lang/en/entities.php
resources/views/partials/entity-meta.blade.php