WIP: Road to 1.0.0 #1
|
@ -18,7 +18,7 @@ DEMO_MODE=false
|
||||||
LOG_CHANNEL=daily
|
LOG_CHANNEL=daily
|
||||||
|
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=mysql
|
||||||
DB_HOST=z
|
DB_HOST=127.0.0.1
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
DB_DATABASE=laravel
|
DB_DATABASE=laravel
|
||||||
DB_USERNAME=root
|
DB_USERNAME=root
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
|
### Warning: This is an unstable development branch. You may find crashes and undiscovered bugs while using it.
|
||||||
|
|
||||||
# RB Recruiter v 0.6.2 [![Crowdin](https://badges.crowdin.net/raspberry-staff-manager/localized.svg)](https://crowdin.com/project/raspberry-staff-manager)
|
## RB Recruiter - The Simple Staff Application Manager v 0.7.0 [![Crowdin](https://badges.crowdin.net/raspberry-staff-manager/localized.svg)](https://crowdin.com/project/raspberry-staff-manager)
|
||||||
## The quick and pain-free form management solution for communities
|
|
||||||
|
|
||||||
Have you ever gotten tired of managing your Minecraft server/network's applications through Discord (or anything else) and having to scroll through hundreds of new messages just to find that one applicant's username?
|
## The quick and pain-free staff application manager
|
||||||
|
|
||||||
|
Have you ever gotten tired of managing your community's applications through Discord (or anything else) and having to scroll through hundreds of new messages just to find that one applicant's username?
|
||||||
|
|
||||||
|
|
||||||
Wish you had a better application managemet strategy? Well, then Raspberry Teams is for you! It was originally designed and developed for internal use for a gameserver network, but sharing is caring!
|
Wish you had a better application managemet strategy? Well, then RB Recruiter is for you!
|
||||||
|
|
||||||
|
|
||||||
# Features (not exhaustive)
|
# Features (not exhaustive)
|
||||||
|
@ -31,54 +33,61 @@ Wish you had a better application managemet strategy? Well, then Raspberry Teams
|
||||||
# Roadmap
|
# Roadmap
|
||||||
|
|
||||||
Many other features are currently planned for this app, such as:
|
Many other features are currently planned for this app, such as:
|
||||||
- Discord role management (approved applicants)
|
- Customisable front page
|
||||||
- Luckperms/PEX integration - For now, you'll have to promote users manually in-game
|
- REST API (underway)
|
||||||
- Flexibility - This app is built on a flexible concept! It will be able to be used for other purposes other than MC staff members.
|
- Support more game servers and communities
|
||||||
- Customisable front page (**priority**)
|
- Editable homepage
|
||||||
- Auto provisioning - Sign up on a website and get your instance of Raspberry Teams up and running in no time
|
- CKEditor 5 for all text fields
|
||||||
- Suggestions accepted!
|
- More form field types
|
||||||
|
- Check out this [pull request](https://code.spacejewel-hosting.com/spacejewelhosting/staffmanager/pulls/1) for more planned features.
|
||||||
|
- ~~Web installer~~
|
||||||
|
|
||||||
|
Next release: v0.7.0, which brings a number of fixes and a REST API to the table.
|
||||||
|
|
||||||
# Technical overview
|
# Technical overview
|
||||||
|
|
||||||
Tech stack:
|
Tech stack:
|
||||||
- [Laravel 7](https://laravel.com/)
|
- [Laravel 8](https://laravel.com/)
|
||||||
- Eloquent ORM
|
- [Eloquent ORM](https://laravel.com/docs/5.0/eloquent)
|
||||||
- AdminLTE / Bootstrap 4
|
- [AdminLTE](https://adminlte.io/) / [Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/)
|
||||||
- jQuery / Plain Javascript
|
- [jQuery](https://jquery.com/)
|
||||||
- vueJS (in the future)
|
- [Bootstrap 4](https://getbootstrap.com/)
|
||||||
|
- [Icons by FontAwesome](https://fontawesome.com/)
|
||||||
|
|
||||||
# Stability
|
# Stability
|
||||||
|
|
||||||
Currently, the ``master`` branch is highly unstable, since it's under active development. Expect it to break with each commit. Even though I make an effort to make sure each commit is good to go before pushing, things might still break unexpectedly, and you may find a lot of bugs (which you should report).
|
Currently, the ``master`` branch is unusable. It's currently broken and bug-ridden, and it's also protected to prevent more broken commits. The development branch is currently the stable enough branch to be used, however, please note that it's still actively updated, albeit with less frequency. Rest assured that no broken commits will be uploaded to develop without testing first.
|
||||||
|
|
||||||
Every released version is currently pre-release. If you really want to run this before version ``1.0.0`` comes out, always stay on the latest version, as those will always be tested before release, ensuring less chaos.
|
After 1.0.0, master will be used as the main branch, receiving new, tested features from develop as pull requests. The master branch will only be usable and fixed after it's merged with develop.
|
||||||
|
|
||||||
*Note: This application is NOT production ready! It won't be until the first stable release comes out, which might take a bit longer.
|
*Note: This application is NOT production ready! It won't be until the first stable release comes out, which might take a bit longer, due to me having other responsabilities outside this project.
|
||||||
|
|
||||||
# Operating System Requirements
|
# Operating System Requirements
|
||||||
|
|
||||||
Currently, this application is only supported on Linux environments (Ubuntu 20.04 or derivatives are recommended).
|
Currently, this application is only supported on Linux (any distro). No support will be provided for Windows installs. Sorry!
|
||||||
|
|
||||||
# Software Requirements
|
|
||||||
- ``composer`` (min version: 1.8.4)
|
# Currently broken features
|
||||||
- ``npm`` (tested w/ v 5.8.0)
|
- User deletion is not working at the moment.
|
||||||
- ``php`` (required PHP 7 or newer - lower versions unsupported!)
|
- Bootstrap switches aren't toggling
|
||||||
|
- Notifications are semi-broken; Sometimes they work, sometimes they don't. Scheduled to be fixed on next release.
|
||||||
|
|
||||||
# PHP Extension Requirements
|
# PHP Extension Requirements
|
||||||
|
|
||||||
- JSON
|
- ImageMagick (imagick) for 2FA support
|
||||||
- Curl (highly recommended)
|
|
||||||
- Image Magick (imagick) for 2FA support
|
Most of these extensions are already enabled by default so you don't need to worry.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Make sure all prerequisites are installed. Afterwards, clone this repository, make ``install.sh``executable and run it.
|
The automatic installer may not work, but it's still worth to give it a try. If after the installation you find errors, clear the config cache. This is something the installer doesn't do correctly yet.
|
||||||
|
|
||||||
|
If errors presist, please install the app the traditional Laravel way. Execute the install script to start.
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
Configuration is currently done via the installer. Alternatively, you may also edit the ``.env`` file directly.
|
Configuration is currently done via the installer. Alternatively, you may also edit the ``.env`` file directly.
|
||||||
This process will be moved to the browser later.
|
~~This process will be moved to the browser later.~~
|
||||||
|
|
||||||
# Bug reports
|
# Bug reports
|
||||||
|
|
||||||
Please report any bugs you find to the issues section here! It'd be immensely helpful. PRs are also accepted.
|
Please report any bugs you find to the issues section. Include steps to reproduce the issue please!
|
||||||
|
|
|
@ -1,5 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright © 2020 Miguel Nogueira
|
||||||
|
*
|
||||||
|
* This file is part of Raspberry Staff Manager.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with Raspberry Staff Manager. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace App\Console\Commands;
|
namespace App\Console\Commands;
|
||||||
|
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
@ -39,103 +58,87 @@ class Install extends Command
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
$basePath = base_path();
|
$basePath = base_path();
|
||||||
if (Storage::disk('local')->missing('INSTALLED'))
|
if (Storage::disk('local')->missing('INSTALLED')) {
|
||||||
{
|
$this->info('[!! Welcome to Rasberry Teams !!]');
|
||||||
|
$this->info('>> Installing...');
|
||||||
|
$this->call('down');
|
||||||
|
|
||||||
|
copy($basePath.'/.env.example', $basePath.'/.env');
|
||||||
|
$this->call('key:generate');
|
||||||
|
|
||||||
$this->info('[!! Welcome to Rasberry Teams !!]');
|
$this->info('>> Installing and preparing dependencies. This may take a while, depending on your computer.');
|
||||||
$this->info('>> Installing...');
|
|
||||||
$this->call('down', [
|
|
||||||
'--message' => 'Down for maintenance. We\'ll be right back!'
|
|
||||||
]);
|
|
||||||
|
|
||||||
copy($basePath . '/.env.example', $basePath . '/.env');
|
$npmOut = 0;
|
||||||
$this->call('key:generate');
|
$npmMessages = [];
|
||||||
|
|
||||||
$this->info('>> Installing and preparing dependencies. This may take a while, depending on your computer.');
|
$npmBuildOut = 0;
|
||||||
|
$npmBuildMessages = [];
|
||||||
|
|
||||||
$npmOut = 0;
|
exec('cd '.$basePath.' && npm install --silent', $npmBuildOut, $npmOut);
|
||||||
$npmMessages = [];
|
exec('cd '.$basePath.'&& npm run dev --silent', $npmBuildMessages, $npmBuildOut);
|
||||||
|
|
||||||
$npmBuildOut = 0;
|
if ($npmOut !== 0 && $npmBuildOut !== 0) {
|
||||||
$npmBuildMessages = [];
|
$this->error('[!] One or more errors have ocurred whilst attempting to install dependencies.');
|
||||||
|
$this->error('[!] It is recommended to run this command again, and report a bug if it keeps happening.');
|
||||||
|
|
||||||
exec('cd ' . $basePath . ' && npm install --silent', $npmBuildOut, $npmOut);
|
return false;
|
||||||
exec('cd ' . $basePath . '&& npm run dev --silent', $npmBuildMessages, $npmBuildOut);
|
}
|
||||||
|
|
||||||
|
$settings = [];
|
||||||
|
|
||||||
if($npmOut !== 0 && $npmBuildOut !== 0)
|
$this->info('>> Configuring application - We\'re going to ask a few questions here!');
|
||||||
{
|
do {
|
||||||
$this->error('[!] One or more errors have ocurred whilst attempting to install dependencies.');
|
$this->info('== Database Settings (1/6) ==');
|
||||||
$this->error('[!] It is recommended to run this command again, and report a bug if it keeps happening.');
|
|
||||||
|
|
||||||
return false;
|
$settings['DB_USERNAME'] = $this->ask('Database username');
|
||||||
}
|
$settings['DB_PASSWORD'] = $this->secret('Database password (Input won\'t be seen)');
|
||||||
|
$settings['DB_DATABASE'] = $this->ask('Database name');
|
||||||
|
$settings['DB_PORT'] = $this->ask('Database port');
|
||||||
|
$settings['DB_HOST'] = $this->ask('Database hostname');
|
||||||
|
|
||||||
|
$this->info('== Antispam Settings (2/6) (Recaptcha v2) ==');
|
||||||
|
$settings['RECAPTCHA_SITE_KEY'] = $this->ask('Site key');
|
||||||
|
$settings['RECAPTCHA_PRIVATE_KEY'] = $this->ask('Private site key');
|
||||||
|
|
||||||
|
$this->info('== IP Geolocation Settings (3/6) (refer to README.md) ==');
|
||||||
|
$settings['IPGEO_API_KEY'] = $this->ask('API Key');
|
||||||
|
|
||||||
$settings = [];
|
$this->info('== Notification Settings (4/6) (Email) ==');
|
||||||
|
$settings['MAIL_USERNAME'] = $this->ask('SMTP Username');
|
||||||
|
$settings['MAIL_PASSWORD'] = $this->secret('SMTP Password (Input won\'t be seen)');
|
||||||
|
$settings['MAIL_PORT'] = $this->ask('SMTP Server Port');
|
||||||
|
$settings['MAIL_HOST'] = $this->ask('SMTP Server Hostname');
|
||||||
|
$settings['MAIL_FROM'] = $this->ask('E-mail address to send from: ');
|
||||||
|
|
||||||
$this->info('>> Configuring application - We\'re going to ask a few questions here!');
|
$this->info('== Notification Settings (5/6) (Slack) ==');
|
||||||
do
|
$settings['SLACK_INTEGRATION_WEBHOOK'] = $this->ask('Integration webhook URL');
|
||||||
{
|
|
||||||
$this->info('== Database Settings (1/6) ==');
|
|
||||||
|
|
||||||
$settings['DB_USERNAME'] = $this->ask('Database username');
|
$this->info('== Web Settings (6/6) ==');
|
||||||
$settings['DB_PASSWORD'] = $this->secret('Database password (Input won\'t be seen)');
|
$settings['APP_URL'] = $this->ask('Application\'s URL (ex. https://where.you.installed.theapp.com): ');
|
||||||
$settings['DB_DATABASE'] = $this->ask('Database name');
|
$settings['APP_LOGO'] = $this->ask('App logo (Link to an image): ');
|
||||||
$settings['DB_PORT'] = $this->ask('Database port');
|
$settings['APP_SITEHOMEPAGE'] = $this->ask('Site homepage (appears in the main header): ');
|
||||||
$settings['DB_HOST'] = $this->ask('Database hostname');
|
} while (! $this->confirm('Are you sure you want to save these settings? You can always go back and try again.'));
|
||||||
|
|
||||||
$this->info('== Antispam Settings (2/6) (Recaptcha v2) ==');
|
foreach ($settings as $keyname => $value) {
|
||||||
$settings['RECAPTCHA_SITE_KEY'] = $this->ask('Site key');
|
$this->call('environment:modify', [
|
||||||
$settings['RECAPTCHA_PRIVATE_KEY'] = $this->ask('Private site key');
|
'key' => $keyname,
|
||||||
|
'value' => $value,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
$this->info('== IP Geolocation Settings (3/6) (refer to README.md) ==');
|
$this->info('>> Saved configuration settings!');
|
||||||
$settings['IPGEO_API_KEY'] = $this->ask('API Key');
|
$this->info('>> Preparing database...');
|
||||||
|
|
||||||
$this->info('== Notification Settings (4/6) (Email) ==');
|
$this->callSilent('config:cache');
|
||||||
$settings['MAIL_USERNAME'] = $this->ask('SMTP Username');
|
$this->call('migrate');
|
||||||
$settings['MAIL_PASSWORD'] = $this->secret('SMTP Password (Input won\'t be seen)');
|
$this->call('db:seed');
|
||||||
$settings['MAIL_PORT'] = $this->ask('SMTP Server Port');
|
|
||||||
$settings['MAIL_HOST'] = $this->ask('SMTP Server Hostname');
|
|
||||||
$settings['MAIL_FROM_ADDRESS'] = $this->ask('E-mail address to send from');
|
|
||||||
|
|
||||||
$this->info('== Notification Settings (5/6) (Slack) ==');
|
touch($basePath.'/INSTALLED');
|
||||||
$settings['SLACK_INTEGRATION_WEBHOOK'] = $this->ask('Integration webhook URL');
|
|
||||||
|
|
||||||
$this->info('== Web Settings (6/6) ==');
|
$this->call('up');
|
||||||
$settings['APP_URL'] = $this->ask('Application\'s URL (ex. https://where.you.installed.theapp.com): ');
|
$this->info('>> All done! Visit '.$basePath.' to start using your brand new installation of Raspberry Teams!');
|
||||||
$settings['APP_LOGO'] = $this->ask('App logo (Link to an image): ');
|
} else {
|
||||||
$settings['APP_SITEHOMEPAGE'] = $this->ask('Site homepage (appears in the main header): ');
|
$this->error('[!] The application is already installed!');
|
||||||
|
|
||||||
|
|
||||||
} while(!$this->confirm('Are you sure you want to save these settings? You can always go back and try again.'));
|
|
||||||
|
|
||||||
foreach($settings as $keyname => $value)
|
|
||||||
{
|
|
||||||
$this->call('environment:modify', [
|
|
||||||
'key' => $keyname,
|
|
||||||
'value' => $value
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->info('>> Saved configuration settings!');
|
|
||||||
$this->info('>> Preparing database...');
|
|
||||||
|
|
||||||
$this->callSilent('config:cache');
|
|
||||||
$this->call('migrate');
|
|
||||||
$this->call('db:seed');
|
|
||||||
|
|
||||||
touch($basePath . '/INSTALLED');
|
|
||||||
|
|
||||||
$this->call('up');
|
|
||||||
$this->info('>> All done! Visit ' . $basePath . ' to start using your brand new installation of Raspberry Teams!');
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$this->error('[!] The application is already installed!');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,32 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright © 2020 Miguel Nogueira
|
||||||
|
*
|
||||||
|
* This file is part of Raspberry Staff Manager.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with Raspberry Staff Manager. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace App\Providers;
|
namespace App\Providers;
|
||||||
|
|
||||||
|
use GuzzleHttp\Exception\ConnectException;
|
||||||
use Illuminate\Support\Facades\Cache;
|
use Illuminate\Support\Facades\Cache;
|
||||||
use Illuminate\Support\Facades\Http;
|
use Illuminate\Support\Facades\Http;
|
||||||
use Illuminate\Support\Facades\Log;
|
use Illuminate\Support\Facades\Log;
|
||||||
use Illuminate\Support\ServiceProvider;
|
|
||||||
use Illuminate\Support\Facades\View;
|
use Illuminate\Support\Facades\View;
|
||||||
use Illuminate\Http\Client\ConnectionException;
|
use Illuminate\Support\ServiceProvider;
|
||||||
|
|
||||||
class MojangStatusProvider extends ServiceProvider
|
class MojangStatusProvider extends ServiceProvider
|
||||||
{
|
{
|
||||||
|
@ -28,26 +47,16 @@ class MojangStatusProvider extends ServiceProvider
|
||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
$unknown_status = '[{"minecraft.net":"red"},{"session.minecraft.net":"red"},{"account.mojang.com":"red"},{"authserver.mojang.com":"red"},{"sessionserver.mojang.com":"red"},{"api.mojang.com":"red"},{"textures.minecraft.net":"red"},{"mojang.com":"red"}]';
|
|
||||||
|
|
||||||
// TODO: (IMPORTANT) Switch this to Middleware
|
// TODO: (IMPORTANT) Switch this to Middleware
|
||||||
if (!Cache::has('mojang_status'))
|
if (! Cache::has('mojang_status')) {
|
||||||
{
|
Log::info('Mojang Status Provider: Mojang Status not found in the cache; Sending new request.');
|
||||||
Log::info("Mojang Status Provider: Mojang Status not found in the cache; Sending new request.");
|
|
||||||
|
|
||||||
try
|
try {
|
||||||
{
|
|
||||||
$mcstatus = Http::get(config('general.urls.mojang.statuscheck'));
|
$mcstatus = Http::get(config('general.urls.mojang.statuscheck'));
|
||||||
Cache::put('mojang_status', base64_encode($mcstatus->body()), now()->addDays(3));
|
Cache::put('mojang_status', base64_encode($mcstatus->body()), now()->addDays(3));
|
||||||
}
|
} catch (ConnectException $connectException) {
|
||||||
catch(ConnectionException $connectException)
|
|
||||||
{
|
|
||||||
// Shorter TTL because mojang status server might have recovered
|
|
||||||
Cache::put('mojang_status', base64_encode($unknown_status), now()->addMinutes(60));
|
|
||||||
|
|
||||||
Log::alert('Writing unknown Mojang status placeholder to cache');
|
|
||||||
Log::critical('Could not connect to Mojang servers: Cannot check/refresh status', [
|
Log::critical('Could not connect to Mojang servers: Cannot check/refresh status', [
|
||||||
'message' => $connectException->getMessage()
|
'message' => $connectException->getMessage(),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,23 +8,28 @@
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^7.3.4",
|
||||||
"ext-imagick": "*",
|
"ext-imagick": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"arcanedev/log-viewer": "^8.1.0",
|
"arcanedev/log-viewer": "^8.0",
|
||||||
|
"awssat/discord-notification-channel": "^1.4",
|
||||||
|
"berkayk/onesignal-laravel": "^1.0",
|
||||||
"doctrine/dbal": "^2.10",
|
"doctrine/dbal": "^2.10",
|
||||||
"fideloper/proxy": "^4.2",
|
"fideloper/proxy": "^4.2",
|
||||||
"fruitcake/laravel-cors": "^1.0",
|
"fruitcake/laravel-cors": "^1.0",
|
||||||
"geo-sot/laravel-env-editor": "^0.9.9",
|
"geo-sot/laravel-env-editor": "^0.9.9",
|
||||||
|
"graham-campbell/markdown": "^13.1",
|
||||||
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
"jeroennoten/laravel-adminlte": "^3.2",
|
"jeroennoten/laravel-adminlte": "^3.2",
|
||||||
"laravel/framework": "^8.0",
|
"laravel/framework": "^8.0",
|
||||||
|
"laravel/sanctum": "^2.8",
|
||||||
"laravel/slack-notification-channel": "^2.0",
|
"laravel/slack-notification-channel": "^2.0",
|
||||||
"laravel/tinker": "^2.0",
|
"laravel/tinker": "^2.0",
|
||||||
"laravel/ui": "^3.0",
|
"laravel/ui": "^3.0",
|
||||||
"mcamara/laravel-localization": "^1.5",
|
"mcamara/laravel-localization": "^1.5",
|
||||||
"mpociot/teamwork": "^6.0",
|
"mpociot/teamwork": "^6.0",
|
||||||
"pragmarx/google2fa-laravel": "^1.3",
|
"pragmarx/google2fa-laravel": "^1.3",
|
||||||
"sentry/sentry-laravel": "2.9.0",
|
"sentry/sentry-laravel": "2.1.1",
|
||||||
"spatie/laravel-permission": "^3.13"
|
"spatie/laravel-permission": "^3.13"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
@ -33,7 +38,7 @@
|
||||||
"fzaninotto/faker": "^1.9.1",
|
"fzaninotto/faker": "^1.9.1",
|
||||||
"mockery/mockery": "^1.3.1",
|
"mockery/mockery": "^1.3.1",
|
||||||
"nunomaduro/collision": "^5.0",
|
"nunomaduro/collision": "^5.0",
|
||||||
"phpunit/phpunit": "^9.3"
|
"phpunit/phpunit": "^9.0"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
|
@ -51,7 +56,6 @@
|
||||||
"Database\\Factories\\": "database/factories/",
|
"Database\\Factories\\": "database/factories/",
|
||||||
"Database\\Seeders\\": "database/seeders/"
|
"Database\\Seeders\\": "database/seeders/"
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -19,8 +19,6 @@
|
||||||
* along with Raspberry Staff Manager. If not, see <https://www.gnu.org/licenses/>.
|
* along with Raspberry Staff Manager. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Database\Factories;
|
|
||||||
|
|
||||||
use App\User;
|
use App\User;
|
||||||
use Faker\Generator as Faker;
|
use Faker\Generator as Faker;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright © 2020 Miguel Nogueira
|
* Copyright © 2020 Miguel Nogueira
|
||||||
*
|
*
|
||||||
|
@ -20,7 +21,6 @@
|
||||||
|
|
||||||
namespace Database\Seeders;
|
namespace Database\Seeders;
|
||||||
|
|
||||||
|
|
||||||
use Illuminate\Database\Seeder;
|
use Illuminate\Database\Seeder;
|
||||||
|
|
||||||
class DatabaseSeeder extends Seeder
|
class DatabaseSeeder extends Seeder
|
||||||
|
@ -32,9 +32,10 @@ class DatabaseSeeder extends Seeder
|
||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
$this->call(\Database\Seeders\PermissionSeeder::class);
|
$this->call(PermissionSeeder::class);
|
||||||
$this->call(\Database\Seeders\UserSeeder::class);
|
$this->call(UserSeeder::class);
|
||||||
$this->call(\Database\Seeders\DefaultOptionsSeeder::class);
|
$this->call(DefaultOptionsSeeder::class);
|
||||||
$this->call(\Database\Seeders\NewPermissions::class);
|
$this->call(NewPermissions::class);
|
||||||
|
$this->call(TeamSeeder::class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright © 2020 Miguel Nogueira
|
||||||
|
*
|
||||||
|
* This file is part of Raspberry Staff Manager.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with Raspberry Staff Manager. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Database\Seeders;
|
namespace Database\Seeders;
|
||||||
|
|
||||||
use App\Facades\Options;
|
use App\Facades\Options;
|
||||||
|
@ -13,16 +33,25 @@ class DefaultOptionsSeeder extends Seeder
|
||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
Options::setOption('notify_new_application_email', true, 'Notify when a new application comes through'); // done
|
Options::setOption('notify_new_application_email', true, 'Notify when a new application comes through', 'notifications'); // done
|
||||||
Options::setOption('notify_application_comment', false, 'Notify when someone comments on an application'); // done
|
Options::setOption('notify_application_comment', false, 'Notify when someone comments on an application' , 'notifications'); // done
|
||||||
Options::setOption('notify_new_user', true, 'Notify when someone signs up'); // done
|
Options::setOption('notify_new_user', true, 'Notify when someone signs up'); // done
|
||||||
Options::setOption('notify_application_status_change', true, 'Notify when an application changes status'); // done
|
Options::setOption('notify_application_status_change', true, 'Notify when an application changes status' , 'notifications'); // done
|
||||||
Options::setOption('notify_applicant_approved', true, 'Notify when an applicant is approved'); // done
|
Options::setOption('notify_applicant_approved', true, 'Notify when an applicant is approved' , 'notifications'); // done
|
||||||
Options::setOption('notify_vacancystatus_change', false, 'Notify when a vacancy\'s status changes'); // done
|
Options::setOption('notify_vacancystatus_change', false, 'Notify when a vacancy\'s status changes' , 'notifications'); // done
|
||||||
|
|
||||||
|
Options::setOption('enable_slack_notifications', true, 'Enable slack notifications' , 'notifications');
|
||||||
|
Options::setOption('enable_email_notifications', true, 'Enable e-mail notifications' , 'notifications');
|
||||||
|
|
||||||
Options::setOption('enable_slack_notifications', true, 'Enable slack notifications');
|
// added in 0.6.2
|
||||||
Options::setOption('enable_email_notifications', true, 'Enable e-mail notifications');
|
Options::setOption('pw_security_policy', 'low', 'Describes the current password security policy.', 'app_security');
|
||||||
|
Options::setOption('graceperiod', 7, '2FA Grace Period', 'app_security');
|
||||||
|
Options::setOption('password_expiry', '0', 'Defines wether passwords must be reset after $value', 'app_security');
|
||||||
|
Options::setOption('force2fa', false, 'Defines whether 2fa is forced upon users', 'app_security');
|
||||||
|
Options::setOption('force2faRole', 'reviewer', 'Defines which role to force 2fa for', 'app_security');
|
||||||
|
Options::setOption('requireGameLicense', true, 'Defines whether people need to validate their game license', 'app_security');
|
||||||
|
|
||||||
|
Options::setOption('currentGame', 'MINECRAFT', 'Defines what game we\'re working with', 'app_integration');
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright © 2020 Miguel Nogueira
|
||||||
|
*
|
||||||
|
* This file is part of Raspberry Staff Manager.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with Raspberry Staff Manager. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Database\Seeders;
|
namespace Database\Seeders;
|
||||||
|
|
||||||
use Illuminate\Database\Seeder;
|
use Illuminate\Database\Seeder;
|
||||||
|
@ -15,7 +35,7 @@ class NewPermissions extends Seeder
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
$developer = Role::create([
|
$developer = Role::create([
|
||||||
'name' => 'developer'
|
'name' => 'developer',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$admin = Role::where('name', 'admin')->first();
|
$admin = Role::where('name', 'admin')->first();
|
||||||
|
@ -26,7 +46,5 @@ class NewPermissions extends Seeder
|
||||||
$developer->givePermissionTo('admin.developertools.use');
|
$developer->givePermissionTo('admin.developertools.use');
|
||||||
$admin->givePermissionTo('admin.settings.view');
|
$admin->givePermissionTo('admin.settings.view');
|
||||||
$admin->givePermissionTo('admin.settings.edit');
|
$admin->givePermissionTo('admin.settings.edit');
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright © 2020 Miguel Nogueira
|
||||||
|
*
|
||||||
|
* This file is part of Raspberry Staff Manager.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with Raspberry Staff Manager. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Database\Seeders;
|
namespace Database\Seeders;
|
||||||
|
|
||||||
use Illuminate\Database\Seeder;
|
use Illuminate\Database\Seeder;
|
||||||
|
@ -16,71 +36,76 @@ class PermissionSeeder extends Seeder
|
||||||
{
|
{
|
||||||
app()[\Spatie\Permission\PermissionRegistrar::class]->forgetCachedPermissions();
|
app()[\Spatie\Permission\PermissionRegistrar::class]->forgetCachedPermissions();
|
||||||
|
|
||||||
//
|
|
||||||
$user = Role::create(
|
$user = Role::create(
|
||||||
[
|
[
|
||||||
'name' => 'user'
|
'name' => 'user',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
$reviewer = Role::create(
|
$reviewer = Role::create(
|
||||||
[
|
[
|
||||||
'name' => 'reviewer'
|
'name' => 'reviewer',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
$hiringManager = Role::create(
|
$hiringManager = Role::create(
|
||||||
[
|
[
|
||||||
'name' => 'hiringManager'
|
'name' => 'hiringManager',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
$admin = Role::create([
|
$admin = Role::create([
|
||||||
'name' => 'admin'
|
'name' => 'admin',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// Spatie wildcard permissions (same concept of MC permissions)
|
// Spatie wildcard permissions (same concept of MC permissions)
|
||||||
|
|
||||||
Permission::create(['name' => 'applications.submit']);
|
$permissions = [
|
||||||
Permission::create(['name' => 'applications.stages.deny']);
|
'applications.submit',
|
||||||
Permission::create(['name' => 'applications.stages.approve']);
|
'applications.stages.deny',
|
||||||
Permission::create(['name' => 'applications.view.all']);
|
'applications.stages.approve',
|
||||||
Permission::create(['name' => 'applications.view.own']);
|
'applications.view.all',
|
||||||
Permission::create(['name' => 'applications.vote']);
|
'applications.view.own',
|
||||||
Permission::create(['name' => 'appointments.schedule']);
|
'applications.vote',
|
||||||
Permission::create(['name' => 'appointments.schedule.edit']);
|
'appointments.schedule',
|
||||||
Permission::create(['name' => 'appointments.schedule.cancel']);
|
'appointments.schedule.edit',
|
||||||
Permission::create(['name' => 'applications.*']);
|
'appointments.schedule.cancel',
|
||||||
Permission::create(['name' => 'appointments.*']);
|
'applications.*',
|
||||||
|
'appointments.*',
|
||||||
|
|
||||||
Permission::create(['name' => 'profiles.view.others']);
|
'profiles.view.others',
|
||||||
Permission::create(['name' => 'profiles.edit.others']);
|
'profiles.edit.others',
|
||||||
|
|
||||||
Permission::create(['name' => 'admin.userlist']);
|
'admin.userlist',
|
||||||
Permission::create(['name' => 'admin.stafflist']);
|
'admin.stafflist',
|
||||||
Permission::create(['name' => 'admin.hiring.forms']);
|
'admin.hiring.forms',
|
||||||
Permission::create(['name' => 'admin.hiring.formbuilder']);
|
'admin.hiring.formbuilder',
|
||||||
Permission::create(['name' => 'admin.hiring.vacancy']);
|
'admin.hiring.vacancy',
|
||||||
Permission::create(['name' => 'admin.hiring.vacancy.edit,delete']);
|
'admin.hiring.vacancy.edit,delete',
|
||||||
Permission::create(['name' => 'admin.notificationsettings']);
|
'admin.notificationsettings',
|
||||||
Permission::create(['name' => 'admin.notificationsettings.edit']);
|
'admin.notificationsettings.edit',
|
||||||
Permission::create(['name' => 'admin.hiring.*']);
|
'admin.hiring.*',
|
||||||
Permission::create(['name' => 'admin.notificationsettings.*']);
|
'admin.notificationsettings.*',
|
||||||
Permission::create(['name' => 'admin.maintenance.logs.view']);
|
'admin.maintenance.logs.view',
|
||||||
|
'admin.developertools.use',
|
||||||
|
];
|
||||||
|
|
||||||
|
foreach ($permissions as $permission)
|
||||||
Permission::create(['name' => 'admin.developertools.use']);
|
{
|
||||||
|
Permission::create(['name' => $permission]);
|
||||||
|
}
|
||||||
|
|
||||||
$user->givePermissionTo([
|
$user->givePermissionTo([
|
||||||
'applications.submit',
|
'applications.submit',
|
||||||
'applications.view.own',
|
'applications.view.own',
|
||||||
'profiles.view.others'
|
'profiles.view.others',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// Able to view applications and vote on them once they reach the right stage, but not approve applications up to said stage
|
// Able to view applications and vote on them once they reach the right stage, but not approve applications up to said stage
|
||||||
$reviewer->givePermissionTo([
|
$reviewer->givePermissionTo([
|
||||||
'applications.view.all',
|
'applications.view.all',
|
||||||
'applications.vote'
|
'applications.vote',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$hiringManager->givePermissionTo('appointments.*', 'applications.*', 'admin.hiring.*');
|
$hiringManager->givePermissionTo('appointments.*', 'applications.*', 'admin.hiring.*');
|
||||||
|
@ -93,7 +118,7 @@ class PermissionSeeder extends Seeder
|
||||||
'admin.notificationsettings.*',
|
'admin.notificationsettings.*',
|
||||||
'profiles.view.others',
|
'profiles.view.others',
|
||||||
'profiles.edit.others',
|
'profiles.edit.others',
|
||||||
'admin.maintenance.logs.view'
|
'admin.maintenance.logs.view',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright © 2020 Miguel Nogueira
|
||||||
|
*
|
||||||
|
* This file is part of Raspberry Staff Manager.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Raspberry Staff Manager is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with Raspberry Staff Manager. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Database\Seeders;
|
namespace Database\Seeders;
|
||||||
|
|
||||||
use App\Profile;
|
use App\Profile;
|
||||||
|
@ -15,133 +35,69 @@ class UserSeeder extends Seeder
|
||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
$staffUsers = [
|
|
||||||
|
|
||||||
[
|
/**
|
||||||
'uuid' => 'd2b321b56ff1445db9d7794701983cad',
|
* Rationale:
|
||||||
'name' => 'Robot 1',
|
* A ghost account is an account used by deleted users.
|
||||||
'email' => 'tester1@example.com',
|
* Essentially, when users are deleted, their content is re-assigned to the
|
||||||
'username' => 'tester1',
|
* ghost account.
|
||||||
'originalIP' => '99.18.146.235',
|
* Also used by one-off apps.
|
||||||
'password' => Hash::make('password')
|
*
|
||||||
],
|
* The ghost account was inspired by Github's ghost account.
|
||||||
[
|
*/
|
||||||
'uuid' => 'ab22b5da02644953ace969fce85c0819',
|
$ghostAccount = User::create([
|
||||||
'name' => 'Robot 2',
|
'uuid' => 'b741345057274a519144881927be0290', // Ghost
|
||||||
'email' => 'tester2@example.com',
|
'name' => 'Ghost (deleted account)',
|
||||||
'username' => 'tester2',
|
'email' => 'blackhole@example.com',
|
||||||
'originalIP' => '141.239.229.53',
|
'email_verified_at' => now(),
|
||||||
'password' => Hash::make('password')
|
'username' => 'ghost',
|
||||||
],
|
'originalIP' => '0.0.0.0',
|
||||||
[
|
'password' => 'locked'
|
||||||
'uuid' => 'df38e6bf762944d3a600ded59a693ad1',
|
])->assignRole('user'); // There can't be role-less users
|
||||||
'name' => 'Robot 3',
|
|
||||||
'email' => 'tester3@example.com',
|
|
||||||
'username' => 'tester3',
|
|
||||||
'originalIP' => '25.63.20.97',
|
|
||||||
'password' => Hash::make('password')
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'uuid' => '689e446484824f6bad5064e3df0aaa96',
|
|
||||||
'name' => 'Robot 4',
|
|
||||||
'email' => 'tester4@example.com',
|
|
||||||
'username' => 'tester4',
|
|
||||||
'originalIP' => '220.105.223.142',
|
|
||||||
'password' => Hash::make('password')
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'uuid' => '172391f917bf418ab1c40ebc041ed5ba',
|
|
||||||
'name' => 'Robot 5',
|
|
||||||
'email' => 'tester5@example.com',
|
|
||||||
'username' => 'tester5',
|
|
||||||
'originalIP' => '224.66.76.60',
|
|
||||||
'password' => Hash::make('password')
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'uuid' => '371f34dcce2a4457bf385ab9417a2345',
|
|
||||||
'name' => 'Robot 6',
|
|
||||||
'email' => 'tester6@example.com',
|
|
||||||
'username' => 'tester6',
|
|
||||||
'originalIP' => '97.113.131.0',
|
|
||||||
'password' => Hash::make('password')
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'uuid' => '89aa5222855542bebe7a7780248ef5f9',
|
|
||||||
'name' => 'Robot 7',
|
|
||||||
'email' => 'tester7@example.com',
|
|
||||||
'username' => 'tester7',
|
|
||||||
'originalIP' => '15.160.137.222',
|
|
||||||
'password' => Hash::make('password')
|
|
||||||
],
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|
||||||
$regularUsers = [
|
$admin = User::create([
|
||||||
|
'uuid' => '069a79f444e94726a5befca90e38aaf5', // Notch
|
||||||
[
|
|
||||||
'uuid' => '20f69f47e72f463493b5b91d1c05452f',
|
|
||||||
'name' => 'User 1',
|
|
||||||
'email' => 'user1@example.com',
|
|
||||||
'username' => 'user1',
|
|
||||||
'originalIP' => '253.25.237.78',
|
|
||||||
'password' => Hash::make('password')
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'uuid' => '5f900018241e4aaba7883f2d5c5c2357',
|
|
||||||
'name' => 'User 2',
|
|
||||||
'email' => 'user2@example.com',
|
|
||||||
'username' => 'user2',
|
|
||||||
'originalIP' => '82.92.156.176',
|
|
||||||
'password' => Hash::make('password')
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'uuid' => 'ba9780c3270745c6840eaabe1bf8aa14',
|
|
||||||
'name' => 'User 3',
|
|
||||||
'email' => 'user3@example.com',
|
|
||||||
'username' => 'user3',
|
|
||||||
'originalIP' => '224.123.129.17',
|
|
||||||
'password' => Hash::make('password')
|
|
||||||
]
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|
||||||
foreach ($regularUsers as $regularUser)
|
|
||||||
{
|
|
||||||
$user = User::create($regularUser);
|
|
||||||
Profile::create([
|
|
||||||
'profileShortBio' => 'Random data ' . rand(0,1000),
|
|
||||||
'profileAboutMe' => 'Random data ' . rand(0, 1000),
|
|
||||||
'socialLinks' => "[]", // empty json set, not an array
|
|
||||||
'avatarPreference' => 'gravatar',
|
|
||||||
'userID' => $user->id
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach($staffUsers as $staffUser)
|
|
||||||
{
|
|
||||||
$user = User::create($staffUser);
|
|
||||||
Profile::create([
|
|
||||||
'profileShortBio' => 'Random data ' . rand(0,1000),
|
|
||||||
'profileAboutMe' => 'Random data ' . rand(0, 1000),
|
|
||||||
'socialLinks' => "[]",
|
|
||||||
'avatarPreference' => 'gravatar',
|
|
||||||
'userID' => $user->id
|
|
||||||
]);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
User::create([
|
|
||||||
'uuid' => '6102256abd284dd7b68e4c96ef313734',
|
|
||||||
'name' => 'Admin',
|
'name' => 'Admin',
|
||||||
'email' => 'admin@example.com',
|
'email' => 'admin@example.com',
|
||||||
|
'email_verified_at' => now(),
|
||||||
'username' => 'admin',
|
'username' => 'admin',
|
||||||
'originalIP' => '192.168.1.2',
|
'originalIP' => '0.0.0.0',
|
||||||
'password' => Hash::make('password')
|
'password' => Hash::make('password'),
|
||||||
|
|
||||||
|
])->assignRole([ // all privileges
|
||||||
|
'user',
|
||||||
|
'reviewer',
|
||||||
|
'admin',
|
||||||
|
'hiringManager',
|
||||||
|
]);
|
||||||
|
|
||||||
|
$staffmember = User::create([
|
||||||
|
'uuid' => '853c80ef3c3749fdaa49938b674adae6', // Jeb__
|
||||||
|
'name' => 'Staff Member',
|
||||||
|
'email' => 'staffmember@example.com',
|
||||||
|
'email_verified_at' => now(),
|
||||||
|
'username' => 'staffmember',
|
||||||
|
'originalIP' => '0.0.0.0',
|
||||||
|
'password' => Hash::make('password'),
|
||||||
|
|
||||||
|
])->assignRole([ // all privileges
|
||||||
|
'user',
|
||||||
|
'reviewer',
|
||||||
|
]);
|
||||||
|
|
||||||
|
$user = User::create([
|
||||||
|
'uuid' => 'f7c77d999f154a66a87dc4a51ef30d19', // hypixel
|
||||||
|
'name' => 'End User',
|
||||||
|
'email' => 'enduser@example.com',
|
||||||
|
'email_verified_at' => now(),
|
||||||
|
'username' => 'enduser',
|
||||||
|
'originalIP' => '0.0.0.0',
|
||||||
|
'password' => Hash::make('password'),
|
||||||
|
|
||||||
|
])->assignRole([ // all privileges
|
||||||
|
'user',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
foreach (User::all() as $user)
|
|
||||||
{
|
|
||||||
$user->assignRole('reviewer', 'user');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,10 +21,6 @@
|
||||||
|
|
||||||
define('LARAVEL_START', microtime(true));
|
define('LARAVEL_START', microtime(true));
|
||||||
|
|
||||||
if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) {
|
|
||||||
require __DIR__.'/../storage/framework/maintenance.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Check If Application Is Under Maintenance
|
| Check If Application Is Under Maintenance
|
||||||
|
|
Loading…
Reference in New Issue