This commit is contained in:
2021-06-25 08:25:11 +00:00
parent 8877c0bad0
commit 37d34c2bab
739 changed files with 613 additions and 1120 deletions

0
.babelrc Executable file → Normal file
View File

0
.gitattributes vendored Executable file → Normal file
View File

0
.phpstorm.meta.php Executable file → Normal file
View File

0
_ide_helper.php Executable file → Normal file
View File

0
app/Console/Commands/AddTags.php Executable file → Normal file
View File

0
app/Console/Commands/Inspire.php Executable file → Normal file
View File

0
app/Console/Commands/ReadException.php Executable file → Normal file
View File

0
app/Console/Kernel.php Executable file → Normal file
View File

0
app/Events/Event.php Executable file → Normal file
View File

0
app/Exceptions/Handler.php Executable file → Normal file
View File

0
app/Helpers/HumanReadable.php Executable file → Normal file
View File

0
app/Http/Controllers/CategoryController.php Executable file → Normal file
View File

0
app/Http/Controllers/CommentController.php Executable file → Normal file
View File

0
app/Http/Controllers/Controller.php Executable file → Normal file
View File

0
app/Http/Controllers/MessageController.php Executable file → Normal file
View File

0
app/Http/Controllers/ReportController.php Executable file → Normal file
View File

2
app/Http/Controllers/UserController.php Executable file → Normal file
View File

@@ -126,7 +126,7 @@ class UserController extends Controller
\Session::flash('info', 'Cannot register when logged in');
return redirect('/');
}
return view('apply_open');
return view('apply');
}
public function loggain()

0
app/Http/Controllers/VideoController.php Executable file → Normal file
View File

0
app/Http/Controllers/aboutController.php Executable file → Normal file
View File

0
app/Http/Controllers/rulezController.php Executable file → Normal file
View File

0
app/Http/Controllers/tmp/.gitkeep Executable file → Normal file
View File

BIN
app/Http/Controllers/tmp/test.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

0
app/Http/Kernel.php Executable file → Normal file
View File

0
app/Http/Middleware/Authenticate.php Executable file → Normal file
View File

0
app/Http/Middleware/EncryptCookies.php Executable file → Normal file
View File

0
app/Http/Middleware/Jsonp.php Executable file → Normal file
View File

0
app/Http/Middleware/LogoutBanned.php Executable file → Normal file
View File

0
app/Http/Middleware/RedirectIfAuthenticated.php Executable file → Normal file
View File

0
app/Http/Middleware/Theme.php Executable file → Normal file
View File

0
app/Http/Middleware/VerifyCsrfToken.php Executable file → Normal file
View File

0
app/Http/Requests/Request.php Executable file → Normal file
View File

0
app/Http/routes.php Executable file → Normal file
View File

0
app/Jobs/Job.php Executable file → Normal file
View File

0
app/Listeners/.gitkeep Executable file → Normal file
View File

0
app/Models/About.php Executable file → Normal file
View File

0
app/Models/Banner.php Executable file → Normal file
View File

0
app/Models/Category.php Executable file → Normal file
View File

0
app/Models/Comment.php Executable file → Normal file
View File

0
app/Models/Donation.php Executable file → Normal file
View File

0
app/Models/Icon.php Executable file → Normal file
View File

0
app/Models/Message.php Executable file → Normal file
View File

0
app/Models/ModeratorLog.php Executable file → Normal file
View File

0
app/Models/Role.php Executable file → Normal file
View File

0
app/Models/Rulez.php Executable file → Normal file
View File

0
app/Models/User.php Executable file → Normal file
View File

0
app/Models/UserFavorite.php Executable file → Normal file
View File

0
app/Models/Video.php Executable file → Normal file
View File

0
app/Models/aboutController.php Executable file → Normal file
View File

0
app/Policies/.gitkeep Executable file → Normal file
View File

0
app/Providers/AppServiceProvider.php Executable file → Normal file
View File

0
app/Providers/AuthServiceProvider.php Executable file → Normal file
View File

0
app/Providers/BladeServiceProvider.php Executable file → Normal file
View File

0
app/Providers/EventServiceProvider.php Executable file → Normal file
View File

0
app/Providers/MarkdownServiceProvider.php Executable file → Normal file
View File

0
app/Providers/RouteServiceProvider.php Executable file → Normal file
View File

0
app/Services/Markdown.php Executable file → Normal file
View File

0
artisan Executable file → Normal file
View File

0
bootstrap/app.php Executable file → Normal file
View File

0
bootstrap/autoload.php Executable file → Normal file
View File

0
bootstrap/cache/.gitignore vendored Executable file → Normal file
View File

0
composer.json Executable file → Normal file
View File

0
composer.lock generated Executable file → Normal file
View File

0
composer.phar Executable file → Normal file
View File

0
config/app.php Executable file → Normal file
View File

0
config/auth.php Executable file → Normal file
View File

0
config/broadcasting.php Executable file → Normal file
View File

0
config/cache.php Executable file → Normal file
View File

0
config/captcha.php Executable file → Normal file
View File

0
config/comments.php Executable file → Normal file
View File

0
config/compile.php Executable file → Normal file
View File

0
config/database.php Executable file → Normal file
View File

0
config/discord.php Executable file → Normal file
View File

0
config/filesystems.php Executable file → Normal file
View File

0
config/ide-helper.php Executable file → Normal file
View File

0
config/mail.php Executable file → Normal file
View File

0
config/queue.php Executable file → Normal file
View File

0
config/recaptcha.php Executable file → Normal file
View File

0
config/sentry.php Executable file → Normal file
View File

0
config/services.php Executable file → Normal file
View File

0
config/session.php Executable file → Normal file
View File

0
config/taggable.php Executable file → Normal file
View File

0
config/verify.php Executable file → Normal file
View File

0
config/view.php Executable file → Normal file
View File

0
database/.gitignore vendored Executable file → Normal file
View File

0
database/factories/ModelFactory.php Executable file → Normal file
View File

0
database/migrations/.gitkeep Executable file → Normal file
View File

0
database/migrations/2015_03_20_193906_verify_init.php Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

0
database/migrations/2016_09_22_092717_add_icons.php Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More