Final Release V3
This commit is contained in:
parent
0aa9ee78bb
commit
300b3287ca
3
CHANGELOG.md
Executable file
3
CHANGELOG.md
Executable 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
0
app/Http/Controllers/PBXController.php
Normal file → Executable file
|
|
@ -18,7 +18,7 @@ class SuperAdmin
|
||||||
public function handle(Request $request, Closure $next)
|
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);
|
return $next($request);
|
||||||
}
|
}
|
||||||
// if (Auth::user()->email === 'AgardB@gov.tt' || Auth::user()->email === 'Shaad.Sadoo@gov.tt'){
|
// if (Auth::user()->email === 'AgardB@gov.tt' || Auth::user()->email === 'Shaad.Sadoo@gov.tt'){
|
||||||
|
|
|
||||||
0
app/Mail/NotifyAdmin.php
Normal file → Executable file
0
app/Mail/NotifyAdmin.php
Normal file → Executable file
0
app/Mail/NotifyUser.php
Normal file → Executable file
0
app/Mail/NotifyUser.php
Normal file → Executable file
0
app/Mail/PinDisabled.php
Normal file → Executable file
0
app/Mail/PinDisabled.php
Normal file → Executable file
0
app/Models/PBXPin.php
Normal file → Executable file
0
app/Models/PBXPin.php
Normal file → Executable file
0
database/migrations/2014_10_12_000000_create_users_table.php
Normal file → Executable file
0
database/migrations/2014_10_12_000000_create_users_table.php
Normal file → Executable file
0
database/migrations/2023_05_14_195726_create_directory_table.php
Normal file → Executable file
0
database/migrations/2023_05_14_195726_create_directory_table.php
Normal file → Executable file
0
database/migrations/2023_05_16_163823_add_ldap_columns_to_users_table.php
Normal file → Executable file
0
database/migrations/2023_05_16_163823_add_ldap_columns_to_users_table.php
Normal file → Executable file
0
database/migrations/2023_05_25_155432_expiredpins.php
Normal file → Executable file
0
database/migrations/2023_05_25_155432_expiredpins.php
Normal file → Executable file
0
public/assets/unauthorized.png
Normal file → Executable file
0
public/assets/unauthorized.png
Normal file → Executable file
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
2
public/css/employees.css
vendored
2
public/css/employees.css
vendored
|
|
@ -164,7 +164,7 @@ body {
|
||||||
grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
|
||||||
}
|
}
|
||||||
.card {
|
.card {
|
||||||
min-width: 23rem;
|
min-width: 16rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 1280px) and (min-height: 913px) {
|
@media screen and (min-width: 1280px) and (min-height: 913px) {
|
||||||
|
|
|
||||||
2
public/css/pbx.css
vendored
2
public/css/pbx.css
vendored
|
|
@ -309,7 +309,7 @@ svg.bi.bi-dash-circle {
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 1025px){
|
@media screen and (min-width: 1025px){
|
||||||
.card {
|
.card {
|
||||||
min-width: 22rem;
|
min-width: 20rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
0
public/css/unauthorizedAccess.css
vendored
Normal file → Executable file
0
public/css/unauthorizedAccess.css
vendored
Normal file → Executable file
0
resources/views/Admin/unauthorized.blade.php
Normal file → Executable file
0
resources/views/Admin/unauthorized.blade.php
Normal file → Executable file
0
resources/views/Components/confirm.blade.php
Normal file → Executable file
0
resources/views/Components/confirm.blade.php
Normal file → Executable file
0
resources/views/Mail/admin-mail.blade.php
Normal file → Executable file
0
resources/views/Mail/admin-mail.blade.php
Normal file → Executable file
0
resources/views/Mail/disabled-pin.blade.php
Normal file → Executable file
0
resources/views/Mail/disabled-pin.blade.php
Normal file → Executable file
0
resources/views/Mail/user-mail.blade.php
Normal file → Executable file
0
resources/views/Mail/user-mail.blade.php
Normal file → Executable file
Loading…
Reference in a new issue