planiverse

A minimalist, no-JS front-end for Mastodon.
git clone https://git.stjo.hn/planiverse
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.env.example17L
-rw-r--r--.gitattributes5L
-rw-r--r--.gitignore12L
-rw-r--r--LICENSE11L
-rw-r--r--README183L
-rw-r--r--app/Console/Kernel.php42L
-rw-r--r--app/Exceptions/Handler.php53L
-rw-r--r--app/Helpers/Links.php48L
-rw-r--r--app/Helpers/PaginationParameters.php54L
-rw-r--r--app/Http/Controllers/AccountController.php115L
-rw-r--r--app/Http/Controllers/Controller.php13L
-rw-r--r--app/Http/Controllers/LoginController.php102L
-rw-r--r--app/Http/Controllers/NotificationsController.php46L
-rw-r--r--app/Http/Controllers/SearchController.php45L
-rw-r--r--app/Http/Controllers/StatusController.php286L
-rw-r--r--app/Http/Controllers/TimelineController.php79L
-rw-r--r--app/Http/Kernel.php60L
-rw-r--r--app/Http/Middleware/CheckSession.php25L
-rw-r--r--app/Http/Middleware/EncryptCookies.php17L
-rw-r--r--app/Http/Middleware/RedirectIfAuthenticated.php26L
-rw-r--r--app/Http/Middleware/TrimStrings.php18L
-rw-r--r--app/Http/Middleware/TrustProxies.php29L
-rw-r--r--app/Http/Middleware/VerifyCsrfToken.php17L
-rw-r--r--app/Providers/AppServiceProvider.php28L
-rw-r--r--app/Providers/AuthServiceProvider.php30L
-rw-r--r--app/Providers/BroadcastServiceProvider.php21L
-rw-r--r--app/Providers/EventServiceProvider.php32L
-rw-r--r--app/Providers/RouteServiceProvider.php73L
-rw-r--r--app/User.php29L
-rwxr-xr-xartisan53L
-rw-r--r--bootstrap/app.php55L
-rw-r--r--bootstrap/cache/.gitignore2L
-rw-r--r--composer.json60L
-rw-r--r--composer.lock4496L
-rw-r--r--config/app.php231L
-rw-r--r--config/auth.php102L
-rw-r--r--config/broadcasting.php59L
-rw-r--r--config/cache.php94L
-rw-r--r--config/database.php120L
-rw-r--r--config/filesystems.php68L
-rw-r--r--config/mail.php123L
-rw-r--r--config/queue.php85L
-rw-r--r--config/services.php46L
-rw-r--r--config/session.php197L
-rw-r--r--config/view.php33L
-rw-r--r--database/.gitignore1L
-rw-r--r--database/factories/UserFactory.php23L
-rw-r--r--database/migrations/2018_08_11_175433_create_apps_table.php38L
-rw-r--r--database/seeds/DatabaseSeeder.php16L
-rw-r--r--phpunit.xml31L
-rw-r--r--public/.htaccess21L
-rw-r--r--public/css/styles.css106L
-rw-r--r--public/favicon.ico0B
-rw-r--r--public/index.php60L
-rw-r--r--public/robots.txt2L
-rw-r--r--public/web.config23L
-rw-r--r--resources/lang/en/auth.php19L
-rw-r--r--resources/lang/en/pagination.php19L
-rw-r--r--resources/lang/en/passwords.php22L
-rw-r--r--resources/lang/en/validation.php121L
-rw-r--r--resources/views/account.blade.php57L
-rw-r--r--resources/views/context.blade.php33L
-rw-r--r--resources/views/delete_status.blade.php27L
-rw-r--r--resources/views/error.blade.php23L
-rw-r--r--resources/views/event_info.blade.php54L
-rw-r--r--resources/views/home_timeline.blade.php41L
-rw-r--r--resources/views/navigation.blade.php8L
-rw-r--r--resources/views/notification.blade.php16L
-rw-r--r--resources/views/notifications.blade.php28L
-rw-r--r--resources/views/pagination.blade.php11L
-rw-r--r--resources/views/public_timeline.blade.php28L
-rw-r--r--resources/views/search.blade.php49L
-rw-r--r--resources/views/show_status.blade.php44L
-rw-r--r--resources/views/status.blade.php66L
-rw-r--r--resources/views/status_content.blade.php39L
-rw-r--r--routes/api.php18L
-rw-r--r--routes/channels.php16L
-rw-r--r--routes/console.php18L
-rw-r--r--routes/web.php85L
-rw-r--r--screenshots/lynx.png92611B
-rw-r--r--screenshots/surf.png42261B
-rw-r--r--server.php21L
-rw-r--r--storage/app/.gitignore3L
-rw-r--r--storage/app/public/.gitignore2L
-rw-r--r--storage/framework/.gitignore8L
-rw-r--r--storage/framework/cache/.gitignore2L
-rw-r--r--storage/framework/sessions/.gitignore2L
-rw-r--r--storage/framework/testing/.gitignore2L
-rw-r--r--storage/framework/views/.gitignore2L
-rw-r--r--storage/logs/.gitignore2L
-rw-r--r--tests/CreatesApplication.php25L
-rw-r--r--tests/Feature/ExampleTest.php21L
-rw-r--r--tests/TestCase.php10L
-rw-r--r--tests/Unit/ExampleTest.php19L