diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100755 index 0000000..74fb3d9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +## [1.0.0] - 2024-10-07 + +- Final release of Teams V3 \ No newline at end of file diff --git a/app/Http/Controllers/PBXController.php b/app/Http/Controllers/PBXController.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/SuperAdmin.php b/app/Http/Middleware/SuperAdmin.php index f4ef5fd..2f69e31 100755 --- a/app/Http/Middleware/SuperAdmin.php +++ b/app/Http/Middleware/SuperAdmin.php @@ -18,7 +18,7 @@ class SuperAdmin public function handle(Request $request, Closure $next) { - if (Auth::user()->email === 'AgardB@gov.tt' || Auth::user()->email === 'Shaad.Sadoo@gov.tt' || Auth::user()->email === 'Amirah.Ali@gov.tt' || Auth::user()->email === 'Jeremy.Baksh@gov.tt' || Auth::user()->email === 'Joshua.Yearwood@gov.tt'){ + if (Auth::user()->email === 'AgardB@gov.tt' || Auth::user()->email === 'Shaad.Sadoo@gov.tt' || Auth::user()->email === 'Amirah.Ali@gov.tt' || Auth::user()->email === 'Josiah.Williams@gov.tt' || Auth::user()->email === 'Joshua.Yearwood@gov.tt' || Auth::user()->email === 'Vijai.Cassie@gov.tt' || Auth::user()->email === 'chantelle.pierre@gov.tt' || Auth::user()->email === 'Andre.Friday@gov.tt'){ return $next($request); } // if (Auth::user()->email === 'AgardB@gov.tt' || Auth::user()->email === 'Shaad.Sadoo@gov.tt'){ diff --git a/app/Mail/NotifyAdmin.php b/app/Mail/NotifyAdmin.php old mode 100644 new mode 100755 diff --git a/app/Mail/NotifyUser.php b/app/Mail/NotifyUser.php old mode 100644 new mode 100755 diff --git a/app/Mail/PinDisabled.php b/app/Mail/PinDisabled.php old mode 100644 new mode 100755 diff --git a/app/Models/PBXPin.php b/app/Models/PBXPin.php old mode 100644 new mode 100755 diff --git a/database/migrations/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_05_14_195726_create_directory_table.php b/database/migrations/2023_05_14_195726_create_directory_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_05_16_163823_add_ldap_columns_to_users_table.php b/database/migrations/2023_05_16_163823_add_ldap_columns_to_users_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_05_25_155432_expiredpins.php b/database/migrations/2023_05_25_155432_expiredpins.php old mode 100644 new mode 100755 diff --git a/dump.sql b/dump.sql old mode 100644 new mode 100755 diff --git a/public/assets/unauthorized.png b/public/assets/unauthorized.png old mode 100644 new mode 100755 diff --git a/public/css/employees.css b/public/css/employees.css index 999d59d..b7a76b2 100755 --- a/public/css/employees.css +++ b/public/css/employees.css @@ -164,7 +164,7 @@ body { grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); } .card { - min-width: 23rem; + min-width: 16rem; } } @media screen and (min-width: 1280px) and (min-height: 913px) { diff --git a/public/css/pbx.css b/public/css/pbx.css index 5686ce6..a58bf15 100755 --- a/public/css/pbx.css +++ b/public/css/pbx.css @@ -309,7 +309,7 @@ svg.bi.bi-dash-circle { } @media screen and (min-width: 1025px){ .card { - min-width: 22rem; + min-width: 20rem; } } diff --git a/public/css/unauthorizedAccess.css b/public/css/unauthorizedAccess.css old mode 100644 new mode 100755 diff --git a/resources/views/Admin/unauthorized.blade.php b/resources/views/Admin/unauthorized.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/Components/confirm.blade.php b/resources/views/Components/confirm.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/Mail/admin-mail.blade.php b/resources/views/Mail/admin-mail.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/Mail/disabled-pin.blade.php b/resources/views/Mail/disabled-pin.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/Mail/user-mail.blade.php b/resources/views/Mail/user-mail.blade.php old mode 100644 new mode 100755