]> BookStack Code Mirror - bookstack/commit
Extracted text from logic files
authorDan Brown <redacted>
Sun, 4 Dec 2016 16:51:39 +0000 (16:51 +0000)
committerDan Brown <redacted>
Sun, 4 Dec 2016 16:51:39 +0000 (16:51 +0000)
commit573357a08cf4a096921b3ce83f1449bd8b80c119
treef55c706fd2d9727240d07bcb304fcfcf6943f865
parent0775cd09a152c6e05c100139812f1fc35cb1ac6a
Extracted text from logic files
38 files changed:
app/Http/Controllers/AttachmentController.php
app/Http/Controllers/Auth/ForgotPasswordController.php
app/Http/Controllers/Auth/LoginController.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Auth/ResetPasswordController.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/ImageController.php
app/Http/Controllers/PageController.php
app/Http/Controllers/PermissionController.php
app/Http/Controllers/SearchController.php
app/Http/Controllers/SettingController.php
app/Http/Controllers/TagController.php
app/Http/Controllers/UserController.php
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/PageRepo.php
app/Repos/PermissionsRepo.php
app/Repos/TagRepo.php
app/Repos/UserRepo.php
app/Services/AttachmentService.php
app/Services/EmailConfirmationService.php
app/Services/ImageService.php
app/Services/LdapService.php
app/Services/SocialAuthService.php
resources/assets/js/controllers.js
resources/lang/en/auth.php
resources/lang/en/common.php
resources/lang/en/components.php
resources/lang/en/entities.php
resources/lang/en/errors.php
resources/lang/en/settings.php
resources/lang/en/validation.php
resources/views/books/show.blade.php
resources/views/chapters/show.blade.php
resources/views/errors/404.blade.php
resources/views/pages/show.blade.php
routes/web.php