├── public
├── favicon.ico
├── robots.txt
├── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
├── images
│ └── EVE_SSO_Login_Buttons_Large_White.png
├── .htaccess
├── js
│ └── app.js
├── css
│ └── bootstrap-combobox.css
└── index.php
├── app
├── Listeners
│ └── .gitkeep
├── Events
│ └── Event.php
├── Jobs
│ └── Command.php
├── Http
│ ├── Requests
│ │ └── Request.php
│ ├── Middleware
│ │ ├── EncryptCookies.php
│ │ ├── RedirectIfAuthenticated.php
│ │ ├── VerifyCsrfToken.php
│ │ ├── Authenticate.php
│ │ └── MustBeAdmin.php
│ ├── Controllers
│ │ ├── Controller.php
│ │ ├── UserController.php
│ │ ├── Auth
│ │ │ ├── PasswordController.php
│ │ │ └── AuthController.php
│ │ ├── WelcomeController.php
│ │ ├── AuthController.php
│ │ ├── HomeController.php
│ │ └── CommandController.php
│ └── Kernel.php
├── Exceptions
│ ├── SlackException.php
│ └── Handler.php
├── Channel.php
├── Providers
│ ├── ConfigServiceProvider.php
│ ├── BroadcastServiceProvider.php
│ ├── EventServiceProvider.php
│ ├── BusServiceProvider.php
│ ├── AppServiceProvider.php
│ └── RouteServiceProvider.php
├── Console
│ ├── Commands
│ │ ├── Inspire.php
│ │ ├── RunKillbot.php
│ │ ├── GetSlackChannels.php
│ │ ├── SetNameTest.php
│ │ ├── ReadStandings.php
│ │ ├── CheckApis.php
│ │ ├── RegisterSlackUsers.php
│ │ ├── SetSlackInactives.php
│ │ ├── RunAllChecks.php
│ │ ├── ManageChannels.php
│ │ ├── TrollPunkslap.php
│ │ ├── UpdateUserGroups.php
│ │ └── ManuallyAddUser.php
│ └── Kernel.php
├── Services
│ └── Registrar.php
├── Pinger.php
├── Killbot
│ └── zkillMonkey.php
└── Group.php
├── database
├── seeds
│ ├── .gitkeep
│ └── DatabaseSeeder.php
├── migrations
│ ├── .gitkeep
│ ├── 2015_05_21_131559_rename_channel_table.php
│ ├── 2019_07_01_000000_create_pingers_table.php
│ ├── 2016_07_23_184158_add_corp_column.php
│ ├── 2015_05_08_221815_add_killbot_table.php
│ ├── 2015_05_20_133936_add_inactive_to_users.php
│ ├── 2014_10_12_100000_create_password_resets_table.php
│ ├── 2015_05_27_104039_set_group_owners_nullable.php
│ ├── 2015_05_21_131911_rename_private_group_flag.php
│ ├── 2015_05_05_084649_create_groups_table.php
│ ├── 2015_05_05_085413_create_channels_table.php
│ └── 2014_10_12_000000_create_users_table.php
├── .gitignore
└── factories
│ └── ModelFactory.php
├── resources
├── views
│ ├── vendor
│ │ └── .gitkeep
│ ├── emails
│ │ └── password.blade.php
│ ├── admin
│ │ ├── groups
│ │ │ ├── create.blade.php
│ │ │ └── index.blade.php
│ │ └── users
│ │ │ └── index.blade.php
│ ├── errors
│ │ └── 503.blade.php
│ ├── welcome.blade.php
│ ├── portal.blade.php
│ ├── auth
│ │ ├── password.blade.php
│ │ ├── reset.blade.php
│ │ ├── login.blade.php
│ │ └── register.blade.php
│ ├── app.blade.php
│ └── home.blade.php
├── assets
│ └── less
│ │ ├── bootstrap
│ │ ├── mixins
│ │ │ ├── center-block.less
│ │ │ ├── text-emphasis.less
│ │ │ ├── size.less
│ │ │ ├── background-variant.less
│ │ │ ├── opacity.less
│ │ │ ├── text-overflow.less
│ │ │ ├── tab-focus.less
│ │ │ ├── labels.less
│ │ │ ├── resize.less
│ │ │ ├── progress-bar.less
│ │ │ ├── nav-divider.less
│ │ │ ├── reset-filter.less
│ │ │ ├── alerts.less
│ │ │ ├── nav-vertical-align.less
│ │ │ ├── responsive-visibility.less
│ │ │ ├── pagination.less
│ │ │ ├── border-radius.less
│ │ │ ├── panels.less
│ │ │ ├── list-group.less
│ │ │ ├── hide-text.less
│ │ │ ├── clearfix.less
│ │ │ ├── table-row.less
│ │ │ ├── image.less
│ │ │ ├── buttons.less
│ │ │ ├── forms.less
│ │ │ ├── grid-framework.less
│ │ │ └── grid.less
│ │ ├── wells.less
│ │ ├── breadcrumbs.less
│ │ ├── responsive-embed.less
│ │ ├── close.less
│ │ ├── media.less
│ │ ├── component-animations.less
│ │ ├── thumbnails.less
│ │ ├── utilities.less
│ │ ├── pager.less
│ │ ├── jumbotron.less
│ │ ├── mixins.less
│ │ ├── bootstrap.less
│ │ ├── labels.less
│ │ ├── badges.less
│ │ ├── code.less
│ │ ├── grid.less
│ │ ├── alerts.less
│ │ ├── progress-bars.less
│ │ ├── pagination.less
│ │ ├── print.less
│ │ ├── scaffolding.less
│ │ ├── tooltip.less
│ │ ├── list-group.less
│ │ ├── popovers.less
│ │ └── modals.less
│ │ └── app.less
└── lang
│ └── en
│ ├── pagination.php
│ └── passwords.php
├── storage
├── app
│ └── .gitignore
├── logs
│ └── .gitignore
└── framework
│ ├── cache
│ └── .gitignore
│ ├── views
│ └── .gitignore
│ ├── sessions
│ └── .gitignore
│ └── .gitignore
├── bootstrap
├── cache
│ └── .gitignore
├── autoload.php
└── app.php
├── .gitattributes
├── phpspec.yml
├── package.json
├── .gitignore
├── tests
├── ExampleTest.php
└── TestCase.php
├── .env.example
├── gulpfile.js
├── routes
├── api.php
└── web.php
├── server.php
├── config
├── eve.php
├── killbot_template.php
├── standings_template.php
├── view.php
├── compile.php
├── services.php
├── instance_template.php
├── slack_template.php
├── broadcasting.php
├── pingbot_template.php
├── cache.php
├── filesystems.php
├── queue.php
├── auth.php
└── database.php
├── phpunit.xml
├── LICENSE
├── composer.json
└── artisan
/public/favicon.ico:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/Listeners/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/database/seeds/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/database/migrations/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/database/.gitignore:
--------------------------------------------------------------------------------
1 | *.sqlite
2 |
--------------------------------------------------------------------------------
/resources/views/vendor/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/storage/app/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
--------------------------------------------------------------------------------
/bootstrap/cache/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/logs/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/public/robots.txt:
--------------------------------------------------------------------------------
1 | User-agent: *
2 | Disallow:
3 |
--------------------------------------------------------------------------------
/storage/framework/cache/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
--------------------------------------------------------------------------------
/storage/framework/views/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/sessions/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | * text=auto
2 | *.css linguist-vendored
3 | *.less linguist-vendored
4 |
--------------------------------------------------------------------------------
/app/Events/Event.php:
--------------------------------------------------------------------------------
1 | .striped();
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/resources/assets/less/bootstrap/mixins/nav-divider.less:
--------------------------------------------------------------------------------
1 | // Horizontal dividers
2 | //
3 | // Dividers (basically an hr) within dropdowns and nav lists
4 |
5 | .nav-divider(@color: #e5e5e5) {
6 | height: 1px;
7 | margin: ((@line-height-computed / 2) - 1) 0;
8 | overflow: hidden;
9 | background-color: @color;
10 | }
11 |
--------------------------------------------------------------------------------
/resources/assets/less/bootstrap/mixins/reset-filter.less:
--------------------------------------------------------------------------------
1 | // Reset filters for IE
2 | //
3 | // When you need to remove a gradient background, do not forget to use this to reset
4 | // the IE filter for IE9 and below.
5 |
6 | .reset-filter() {
7 | filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
8 | }
9 |
--------------------------------------------------------------------------------
/tests/ExampleTest.php:
--------------------------------------------------------------------------------
1 | call('GET', '/');
13 |
14 | $this->assertEquals(200, $response->getStatusCode());
15 | }
16 |
17 | }
18 |
--------------------------------------------------------------------------------
/resources/assets/less/bootstrap/mixins/alerts.less:
--------------------------------------------------------------------------------
1 | // Alerts
2 |
3 | .alert-variant(@background; @border; @text-color) {
4 | background-color: @background;
5 | border-color: @border;
6 | color: @text-color;
7 |
8 | hr {
9 | border-top-color: darken(@border, 5%);
10 | }
11 | .alert-link {
12 | color: darken(@text-color, 10%);
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/database/seeds/DatabaseSeeder.php:
--------------------------------------------------------------------------------
1 | call('UserTableSeeder');
18 | }
19 |
20 | }
21 |
--------------------------------------------------------------------------------
/app/Http/Middleware/EncryptCookies.php:
--------------------------------------------------------------------------------
1 |
2 |
| Id | 16 |Name | 17 |Owners | 18 |Channels | 19 |
|---|---|---|---|
| {{ $group->id }} | 24 |{{ $group->name }} | 25 |{{ $group->owners }} | 26 |
27 | @foreach ($group->channels as $channel)
28 | {{ $channel->name }}
29 | @endforeach
30 | |
31 |
No groups to display.
36 | @endif 37 || Id | 15 |Char name | 16 |Slack Name | 18 |19 | | |
|---|---|---|---|---|
| {{ $user->id }} | 24 |{{ $user->char_name }} | 25 |{{ $user->email }} | 26 |{{ $user->slack_name }} | 27 |28 | @unless ($user->admin) 29 | {!! Form::open(['action' => ['UserController@deleteIndex'], 'method' => 'delete']) !!} 30 | {!! Form::hidden('user_id', $user->id) !!} 31 | {!! Form::submit('Delete') !!} 32 | {!! Form::close() !!} 33 | @endunless 34 | | 35 |
No users to display.
40 | @endif 41 |