]> BookStack Code Mirror - bookstack/commit
Improved permission regen performance by factor of 4
authorDan Brown <redacted>
Sat, 30 Apr 2016 16:16:06 +0000 (17:16 +0100)
committerDan Brown <redacted>
Sat, 30 Apr 2016 16:16:06 +0000 (17:16 +0100)
commit59367b34178739c3aedb4d21e863f3cc58401a2d
treee5fd9d20dcbbdd54b9ba5c6bd52f8b1c1efbfc90
parent9a31b83b2aaa2e5c9e4416cf378bcca74a397bef
Improved permission regen performance by factor of 4

Worked around slower eloquent access to speed up permission generation.
16 files changed:
app/Activity.php
app/EmailConfirmation.php
app/Entity.php
app/EntityPermission.php
app/Model.php [new file with mode: 0644]
app/Ownable.php
app/Page.php
app/PageRevision.php
app/Permission.php
app/Restriction.php
app/Role.php
app/Services/RestrictionService.php
app/Setting.php
app/SocialAccount.php
app/User.php
app/View.php