]> BookStack Code Mirror - bookstack/commit
Change application namespace to BookStack
authorDan Brown <redacted>
Thu, 10 Sep 2015 18:31:09 +0000 (19:31 +0100)
committerDan Brown <redacted>
Thu, 10 Sep 2015 18:31:09 +0000 (19:31 +0100)
commit88049476fe496de3a3b767a4305d985f78a96db8
tree9b23cea7350200236f3b3d91e46f6e5f44487696
parentb61c1d8df0171deb4198f81c7227bed728cb0c3f
Change application namespace to BookStack
69 files changed:
app/Activity.php
app/Book.php
app/Chapter.php
app/Console/Commands/Inspire.php
app/Console/Kernel.php
app/EmailConfirmation.php
app/Entity.php
app/Events/Event.php
app/Exceptions/ConfirmationEmailException.php
app/Exceptions/Handler.php
app/Exceptions/NotifyException.php
app/Exceptions/SocialDriverNotConfigured.php
app/Exceptions/SocialSignInException.php
app/Exceptions/UserRegistrationException.php
app/Http/Controllers/Auth/AuthController.php
app/Http/Controllers/Auth/PasswordController.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/HomeController.php
app/Http/Controllers/ImageController.php
app/Http/Controllers/PageController.php
app/Http/Controllers/SearchController.php
app/Http/Controllers/SettingController.php
app/Http/Controllers/UserController.php
app/Http/Kernel.php
app/Http/Middleware/Authenticate.php
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/PermissionMiddleware.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Requests/Request.php
app/Image.php
app/Jobs/Job.php
app/Page.php
app/PageRevision.php
app/Permission.php
app/Providers/AppServiceProvider.php
app/Providers/CustomFacadeProvider.php
app/Providers/EventServiceProvider.php
app/Providers/RouteServiceProvider.php
app/Providers/SocialiteServiceProvider.php
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/PageRepo.php
app/Repos/UserRepo.php
app/Role.php
app/Services/ActivityService.php
app/Services/EmailConfirmationService.php
app/Services/Facades/Activity.php
app/Services/Facades/Setting.php
app/Services/SettingService.php
app/Services/SocialAuthService.php
app/Setting.php
app/SocialAccount.php
app/User.php
bootstrap/app.php
composer.json
config/app.php
config/auth.php
config/services.php
database/factories/ModelFactory.php
database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2015_08_29_105422_add_roles_and_permissions.php
phpspec.yml
resources/views/settings/index.blade.php
resources/views/users/form.blade.php
tests/EntityTest.php
tests/TestCase.php