aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rwxr-xr-x[-rw-r--r--]resources/assets/js/app.js0
-rwxr-xr-x[-rw-r--r--]resources/assets/js/bootstrap.js0
-rwxr-xr-x[-rw-r--r--]resources/assets/js/chat.js0
-rwxr-xr-x[-rw-r--r--]resources/assets/js/chatServer.js0
-rwxr-xr-x[-rw-r--r--]resources/assets/js/components/ExampleComponent.vue0
-rwxr-xr-x[-rw-r--r--]resources/assets/js/initial_key_gen.js0
-rwxr-xr-x[-rw-r--r--]resources/assets/js/profile.js0
-rwxr-xr-x[-rw-r--r--]resources/assets/js/setup.js0
-rwxr-xr-x[-rw-r--r--]resources/assets/sass/_variables.scss0
-rwxr-xr-x[-rw-r--r--]resources/assets/sass/app.scss0
-rwxr-xr-x[-rw-r--r--]resources/assets/sass/chat.scss0
-rwxr-xr-x[-rw-r--r--]resources/lang/en/auth.php0
-rwxr-xr-x[-rw-r--r--]resources/lang/en/pagination.php0
-rwxr-xr-x[-rw-r--r--]resources/lang/en/passwords.php0
-rwxr-xr-x[-rw-r--r--]resources/lang/en/validation.php0
-rwxr-xr-xresources/views/admin/layouts/app.blade.php128
-rwxr-xr-xresources/views/admin/overview.blade.php19
-rwxr-xr-x[-rw-r--r--]resources/views/auth/login.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/auth/passwords/email.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/auth/passwords/reset.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/auth/register.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/confirmEmail.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/email/verify.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/errors/http.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/layouts/app.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/layouts/error.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/profile.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/verificationSuccess.blade.php0
-rwxr-xr-x[-rw-r--r--]resources/views/writeMessage.blade.php0
29 files changed, 147 insertions, 0 deletions
diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js
index f50f805..f50f805 100644..100755
--- a/resources/assets/js/app.js
+++ b/resources/assets/js/app.js
diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js
index a919262..a919262 100644..100755
--- a/resources/assets/js/bootstrap.js
+++ b/resources/assets/js/bootstrap.js
diff --git a/resources/assets/js/chat.js b/resources/assets/js/chat.js
index c84f9d6..c84f9d6 100644..100755
--- a/resources/assets/js/chat.js
+++ b/resources/assets/js/chat.js
diff --git a/resources/assets/js/chatServer.js b/resources/assets/js/chatServer.js
index fb6c7fc..fb6c7fc 100644..100755
--- a/resources/assets/js/chatServer.js
+++ b/resources/assets/js/chatServer.js
diff --git a/resources/assets/js/components/ExampleComponent.vue b/resources/assets/js/components/ExampleComponent.vue
index 2805329..2805329 100644..100755
--- a/resources/assets/js/components/ExampleComponent.vue
+++ b/resources/assets/js/components/ExampleComponent.vue
diff --git a/resources/assets/js/initial_key_gen.js b/resources/assets/js/initial_key_gen.js
index 1b6875f..1b6875f 100644..100755
--- a/resources/assets/js/initial_key_gen.js
+++ b/resources/assets/js/initial_key_gen.js
diff --git a/resources/assets/js/profile.js b/resources/assets/js/profile.js
index d834542..d834542 100644..100755
--- a/resources/assets/js/profile.js
+++ b/resources/assets/js/profile.js
diff --git a/resources/assets/js/setup.js b/resources/assets/js/setup.js
index 880bf91..880bf91 100644..100755
--- a/resources/assets/js/setup.js
+++ b/resources/assets/js/setup.js
diff --git a/resources/assets/sass/_variables.scss b/resources/assets/sass/_variables.scss
index 70ecfdb..70ecfdb 100644..100755
--- a/resources/assets/sass/_variables.scss
+++ b/resources/assets/sass/_variables.scss
diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss
index bd5e1a5..bd5e1a5 100644..100755
--- a/resources/assets/sass/app.scss
+++ b/resources/assets/sass/app.scss
diff --git a/resources/assets/sass/chat.scss b/resources/assets/sass/chat.scss
index 026d089..026d089 100644..100755
--- a/resources/assets/sass/chat.scss
+++ b/resources/assets/sass/chat.scss
diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php
index e5506df..e5506df 100644..100755
--- a/resources/lang/en/auth.php
+++ b/resources/lang/en/auth.php
diff --git a/resources/lang/en/pagination.php b/resources/lang/en/pagination.php
index d481411..d481411 100644..100755
--- a/resources/lang/en/pagination.php
+++ b/resources/lang/en/pagination.php
diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php
index e5544d2..e5544d2 100644..100755
--- a/resources/lang/en/passwords.php
+++ b/resources/lang/en/passwords.php
diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php
index b163c42..b163c42 100644..100755
--- a/resources/lang/en/validation.php
+++ b/resources/lang/en/validation.php
diff --git a/resources/views/admin/layouts/app.blade.php b/resources/views/admin/layouts/app.blade.php
new file mode 100755
index 0000000..d1feb8f
--- /dev/null
+++ b/resources/views/admin/layouts/app.blade.php
@@ -0,0 +1,128 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
+ <title>Admin interface of BEAM-Messenger</title>
+
+ <link href="{{ asset("/bower_components/bootstrap/dist/css/bootstrap.min.css ") }}" rel="stylesheet" type="text/css" />
+ <link href="{{ asset("/bower_components/font-awesome/css/font-awesome.min.css ") }}" rel="stylesheet" type="text/css" />
+ <link href="{{ asset("/bower_components/Ionicons/css/ionicons.min.css ") }}" rel="stylesheet" type="text/css" />
+ <link href="{{ asset("/bower_components/admin-lte/dist/css/AdminLTE.min.css ")}}" rel="stylesheet" type="text/css" />
+ <link href="{{ asset("/bower_components/admin-lte/dist/css/skins/skin-blue.min.css ")}}" rel="stylesheet" type="text/css"
+ />
+
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+ <![endif]-->
+</head>
+
+<body class="skin-blue">
+ <div class="wrapper">
+
+ <header class="main-header">
+ <a href="/" class="logo">
+ <b>BEAM</b>-Messenger</a>
+ <nav class="navbar navbar-static-top" role="navigation">
+ <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
+ <span class="sr-only">Toggle navigation</span>
+ </a>
+ <div class="navbar-custom-menu">
+ <ul class="nav navbar-nav">
+ <li class="dropdown user user-menu">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+ <img src="/avatar/{{ $user->id }}" class="user-image" alt="User Image" />
+ <span class="hidden-xs">{{ $user->name }}</span>
+ </a>
+ <ul class="dropdown-menu">
+ <li class="user-header">
+ <img src="/avatar/{{ $user->id }}" class="img-circle" alt="User Image" />
+ <p>
+ {{ $user->name }} - {{ $user->email }}
+ <small>Member since {{ $user->created_at !== null ? $user->created_at : "ever." }}</small>
+ </p>
+ </li>
+ <li class="user-footer">
+ <div class="pull-left">
+ <a href="/profile" class="btn btn-default btn-flat">Profile</a>
+ </div>
+ <div class="pull-right">
+ <a href="/logout" class="btn btn-default btn-flat">Sign out</a>
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ </header>
+
+ <aside class="main-sidebar">
+
+ <section class="sidebar">
+
+ <div class="user-panel">
+ <div class="pull-left image">
+ <img src="/avatar/{{ $user->id }}" class="img-circle" alt="User Image" />
+ </div>
+ <div class="pull-left info">
+ <p>{{ $user->name }}</p>
+ <a href="#">
+ <i class="fa fa-circle text-success"></i> Online</a>
+ </div>
+ </div>
+
+ {{--
+ <form action="#" method="get" class="sidebar-form">
+ <div class="input-group">
+ <input type="text" name="q" class="form-control" placeholder="Search..." />
+ <span class="input-group-btn">
+ <button type='submit' name='search' id='search-btn' class="btn btn-flat">
+ <i class="fa fa-search"></i>
+ </button>
+ </span>
+ </div>
+ </form> --}}
+
+ <ul class="sidebar-menu">
+ <li class="header">Administration</li>
+ <li class="active">
+ <a href="/admin">
+ <span>Overview</span>
+ </a>
+ </li>
+ </ul>
+ </section>
+ </aside>
+
+ <div class="content-wrapper">
+ <section class="content-header">
+ @yield('content-header')
+ </section>
+
+ <section class="content">
+ @yield('content')
+ </section>
+ </div>
+
+ <footer class="main-footer">
+ <div class="pull-right hidden-xs">
+ Anything you want
+ </div>
+ <strong>Copyright © 2015
+ <a href="#">Company</a>.</strong> All rights reserved.
+ </footer>
+
+ </div>
+
+ <script src="{{ asset("/bower_components/jquery/dist/jquery.min.js ") }}"></script>
+ <script src="{{ asset("/bower_components/bootstrap/dist/js/bootstrap.min.js ") }}" type="text/javascript"></script>
+ <script src="{{ asset("/bower_components/admin-lte/dist/js/adminlte.min.js ") }}" type="text/javascript"></script>
+ <script src="{{ asset("/bower_components/jquery-slimscroll/jquery.slimscroll.min.js ") }}" type="text/javascript"></script>
+ <script src="{{ asset("/bower_components/fastclick/lib/fastclick.js ") }}"></script>
+</body>
+
+</html> \ No newline at end of file
diff --git a/resources/views/admin/overview.blade.php b/resources/views/admin/overview.blade.php
new file mode 100755
index 0000000..d97059e
--- /dev/null
+++ b/resources/views/admin/overview.blade.php
@@ -0,0 +1,19 @@
+@extends('admin.layouts.app')
+
+@section('content')
+{{ $user }}
+@endsection
+
+@section('content-header')
+<h1>
+ Overview
+ <small>Overview of all data</small>
+</h1>
+<ol class="breadcrumb">
+ <li>
+ <a href="#">
+ <i class="fa fa-dashboard"></i> Administration</a>
+ </li>
+ <li class="active">Overview</li>
+</ol>
+@endsection \ No newline at end of file
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php
index 119cfe1..119cfe1 100644..100755
--- a/resources/views/auth/login.blade.php
+++ b/resources/views/auth/login.blade.php
diff --git a/resources/views/auth/passwords/email.blade.php b/resources/views/auth/passwords/email.blade.php
index 12e8083..12e8083 100644..100755
--- a/resources/views/auth/passwords/email.blade.php
+++ b/resources/views/auth/passwords/email.blade.php
diff --git a/resources/views/auth/passwords/reset.blade.php b/resources/views/auth/passwords/reset.blade.php
index 3557662..3557662 100644..100755
--- a/resources/views/auth/passwords/reset.blade.php
+++ b/resources/views/auth/passwords/reset.blade.php
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php
index 9b544ae..9b544ae 100644..100755
--- a/resources/views/auth/register.blade.php
+++ b/resources/views/auth/register.blade.php
diff --git a/resources/views/confirmEmail.blade.php b/resources/views/confirmEmail.blade.php
index 1de32c2..1de32c2 100644..100755
--- a/resources/views/confirmEmail.blade.php
+++ b/resources/views/confirmEmail.blade.php
diff --git a/resources/views/email/verify.blade.php b/resources/views/email/verify.blade.php
index 25eda64..25eda64 100644..100755
--- a/resources/views/email/verify.blade.php
+++ b/resources/views/email/verify.blade.php
diff --git a/resources/views/errors/http.blade.php b/resources/views/errors/http.blade.php
index a05a725..a05a725 100644..100755
--- a/resources/views/errors/http.blade.php
+++ b/resources/views/errors/http.blade.php
diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php
index f20d74a..f20d74a 100644..100755
--- a/resources/views/layouts/app.blade.php
+++ b/resources/views/layouts/app.blade.php
diff --git a/resources/views/layouts/error.blade.php b/resources/views/layouts/error.blade.php
index 27513d0..27513d0 100644..100755
--- a/resources/views/layouts/error.blade.php
+++ b/resources/views/layouts/error.blade.php
diff --git a/resources/views/profile.blade.php b/resources/views/profile.blade.php
index c4a7db0..c4a7db0 100644..100755
--- a/resources/views/profile.blade.php
+++ b/resources/views/profile.blade.php
diff --git a/resources/views/verificationSuccess.blade.php b/resources/views/verificationSuccess.blade.php
index 5cc48eb..5cc48eb 100644..100755
--- a/resources/views/verificationSuccess.blade.php
+++ b/resources/views/verificationSuccess.blade.php
diff --git a/resources/views/writeMessage.blade.php b/resources/views/writeMessage.blade.php
index 0136ba9..0136ba9 100644..100755
--- a/resources/views/writeMessage.blade.php
+++ b/resources/views/writeMessage.blade.php