]> BookStack Code Mirror - bookstack/commit
Added view count tracking with personalised lists
authorDan Brown <redacted>
Sat, 21 Nov 2015 17:22:14 +0000 (17:22 +0000)
committerDan Brown <redacted>
Sat, 21 Nov 2015 17:22:14 +0000 (17:22 +0000)
commitea55b7f141a70e2d6edb209f6c48610a9c005e4e
tree6d8813be900a4ecc2fe4153a3d273c4af8c62fb1
parent76eb8fc5d7ae739d880e7305aa5593aa11424e54
Added view count tracking with personalised lists
18 files changed:
app/Console/Commands/ResetViews.php [new file with mode: 0644]
app/Console/Kernel.php
app/Entity.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/HomeController.php
app/Http/Controllers/PageController.php
app/Providers/CustomFacadeProvider.php
app/Repos/BookRepo.php
app/Services/ActivityService.php
app/Services/Facades/Views.php [new file with mode: 0644]
app/Services/ViewService.php [new file with mode: 0644]
app/View.php [new file with mode: 0644]
config/app.php
database/migrations/2015_11_21_145609_create_views_table.php [new file with mode: 0644]
resources/views/books/index.blade.php
resources/views/home.blade.php
resources/views/partials/entity-list.blade.php [new file with mode: 0644]