-rw-r--r-- | .env.example | 17L |
-rw-r--r-- | .gitattributes | 5L |
-rw-r--r-- | .gitignore | 12L |
-rw-r--r-- | LICENSE | 11L |
-rw-r--r-- | README | 183L |
-rw-r--r-- | app/Console/Kernel.php | 42L |
-rw-r--r-- | app/Exceptions/Handler.php | 53L |
-rw-r--r-- | app/Helpers/Links.php | 48L |
-rw-r--r-- | app/Helpers/PaginationParameters.php | 54L |
-rw-r--r-- | app/Http/Controllers/AccountController.php | 115L |
-rw-r--r-- | app/Http/Controllers/Controller.php | 13L |
-rw-r--r-- | app/Http/Controllers/LoginController.php | 102L |
-rw-r--r-- | app/Http/Controllers/NotificationsController.php | 46L |
-rw-r--r-- | app/Http/Controllers/SearchController.php | 45L |
-rw-r--r-- | app/Http/Controllers/StatusController.php | 286L |
-rw-r--r-- | app/Http/Controllers/TimelineController.php | 79L |
-rw-r--r-- | app/Http/Kernel.php | 60L |
-rw-r--r-- | app/Http/Middleware/CheckSession.php | 25L |
-rw-r--r-- | app/Http/Middleware/EncryptCookies.php | 17L |
-rw-r--r-- | app/Http/Middleware/RedirectIfAuthenticated.php | 26L |
-rw-r--r-- | app/Http/Middleware/TrimStrings.php | 18L |
-rw-r--r-- | app/Http/Middleware/TrustProxies.php | 29L |
-rw-r--r-- | app/Http/Middleware/VerifyCsrfToken.php | 17L |
-rw-r--r-- | app/Providers/AppServiceProvider.php | 28L |
-rw-r--r-- | app/Providers/AuthServiceProvider.php | 30L |
-rw-r--r-- | app/Providers/BroadcastServiceProvider.php | 21L |
-rw-r--r-- | app/Providers/EventServiceProvider.php | 32L |
-rw-r--r-- | app/Providers/RouteServiceProvider.php | 73L |
-rw-r--r-- | app/User.php | 29L |
-rwxr-xr-x | artisan | 53L |
-rw-r--r-- | bootstrap/app.php | 55L |
-rw-r--r-- | bootstrap/cache/.gitignore | 2L |
-rw-r--r-- | composer.json | 60L |
-rw-r--r-- | composer.lock | 4496L |
-rw-r--r-- | config/app.php | 231L |
-rw-r--r-- | config/auth.php | 102L |
-rw-r--r-- | config/broadcasting.php | 59L |
-rw-r--r-- | config/cache.php | 94L |
-rw-r--r-- | config/database.php | 120L |
-rw-r--r-- | config/filesystems.php | 68L |
-rw-r--r-- | config/mail.php | 123L |
-rw-r--r-- | config/queue.php | 85L |
-rw-r--r-- | config/services.php | 46L |
-rw-r--r-- | config/session.php | 197L |
-rw-r--r-- | config/view.php | 33L |
-rw-r--r-- | database/.gitignore | 1L |
-rw-r--r-- | database/factories/UserFactory.php | 23L |
-rw-r--r-- | database/migrations/2018_08_11_175433_create_apps_table.php | 38L |
-rw-r--r-- | database/seeds/DatabaseSeeder.php | 16L |
-rw-r--r-- | phpunit.xml | 31L |
-rw-r--r-- | public/.htaccess | 21L |
-rw-r--r-- | public/css/styles.css | 106L |
-rw-r--r-- | public/favicon.ico | 0B |
-rw-r--r-- | public/index.php | 60L |
-rw-r--r-- | public/robots.txt | 2L |
-rw-r--r-- | public/web.config | 23L |
-rw-r--r-- | resources/lang/en/auth.php | 19L |
-rw-r--r-- | resources/lang/en/pagination.php | 19L |
-rw-r--r-- | resources/lang/en/passwords.php | 22L |
-rw-r--r-- | resources/lang/en/validation.php | 121L |
-rw-r--r-- | resources/views/account.blade.php | 57L |
-rw-r--r-- | resources/views/context.blade.php | 33L |
-rw-r--r-- | resources/views/delete_status.blade.php | 27L |
-rw-r--r-- | resources/views/error.blade.php | 23L |
-rw-r--r-- | resources/views/event_info.blade.php | 54L |
-rw-r--r-- | resources/views/home_timeline.blade.php | 41L |
-rw-r--r-- | resources/views/navigation.blade.php | 8L |
-rw-r--r-- | resources/views/notification.blade.php | 16L |
-rw-r--r-- | resources/views/notifications.blade.php | 28L |
-rw-r--r-- | resources/views/pagination.blade.php | 11L |
-rw-r--r-- | resources/views/public_timeline.blade.php | 28L |
-rw-r--r-- | resources/views/search.blade.php | 49L |
-rw-r--r-- | resources/views/show_status.blade.php | 44L |
-rw-r--r-- | resources/views/status.blade.php | 66L |
-rw-r--r-- | resources/views/status_content.blade.php | 39L |
-rw-r--r-- | routes/api.php | 18L |
-rw-r--r-- | routes/channels.php | 16L |
-rw-r--r-- | routes/console.php | 18L |
-rw-r--r-- | routes/web.php | 85L |
-rw-r--r-- | screenshots/lynx.png | 92611B |
-rw-r--r-- | screenshots/surf.png | 42261B |
-rw-r--r-- | server.php | 21L |
-rw-r--r-- | storage/app/.gitignore | 3L |
-rw-r--r-- | storage/app/public/.gitignore | 2L |
-rw-r--r-- | storage/framework/.gitignore | 8L |
-rw-r--r-- | storage/framework/cache/.gitignore | 2L |
-rw-r--r-- | storage/framework/sessions/.gitignore | 2L |
-rw-r--r-- | storage/framework/testing/.gitignore | 2L |
-rw-r--r-- | storage/framework/views/.gitignore | 2L |
-rw-r--r-- | storage/logs/.gitignore | 2L |
-rw-r--r-- | tests/CreatesApplication.php | 25L |
-rw-r--r-- | tests/Feature/ExampleTest.php | 21L |
-rw-r--r-- | tests/TestCase.php | 10L |
-rw-r--r-- | tests/Unit/ExampleTest.php | 19L |