Final Release V3

This commit is contained in:
root 2024-10-07 13:14:25 -04:00
parent 0aa9ee78bb
commit 300b3287ca
21 changed files with 6 additions and 3 deletions

3
CHANGELOG.md Executable file
View file

@ -0,0 +1,3 @@
## [1.0.0] - 2024-10-07
- Final release of Teams V3

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

View file

@ -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'){

0
app/Mail/NotifyAdmin.php Normal file → Executable file
View file

0
app/Mail/NotifyUser.php Normal file → Executable file
View file

0
app/Mail/PinDisabled.php Normal file → Executable file
View file

0
app/Models/PBXPin.php Normal file → Executable file
View file

View file

View file

0
database/migrations/2023_05_25_155432_expiredpins.php Normal file → Executable file
View file

0
dump.sql Normal file → Executable file
View file

0
public/assets/unauthorized.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -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) {

2
public/css/pbx.css vendored
View file

@ -309,7 +309,7 @@ svg.bi.bi-dash-circle {
}
@media screen and (min-width: 1025px){
.card {
min-width: 22rem;
min-width: 20rem;
}
}

0
public/css/unauthorizedAccess.css vendored Normal file → Executable file
View file

0
resources/views/Admin/unauthorized.blade.php Normal file → Executable file
View file

0
resources/views/Components/confirm.blade.php Normal file → Executable file
View file

0
resources/views/Mail/admin-mail.blade.php Normal file → Executable file
View file

0
resources/views/Mail/disabled-pin.blade.php Normal file → Executable file
View file

0
resources/views/Mail/user-mail.blade.php Normal file → Executable file
View file