Commit graph

1047 commits

Author SHA1 Message Date
Eric Wang
6e8d1365a3 Add datatables 2024-12-22 18:57:06 -06:00
Eric Wang
4778f623b8 add datatable WIP 2024-12-22 18:47:06 -06:00
Eric Wang
44358c24a4 idk 2024-12-21 21:40:48 -06:00
Eric Wang
3ae94ea30f Add password updating 2024-12-21 15:13:27 -06:00
Eric Wang
0c37813d9a Add full authenticator support 2024-12-08 23:46:09 -05:00
Eric Wang
ea2b89ecaa Authenticator WIP 2024-12-08 13:36:01 -05:00
Eric Wang
e9e34707f0 Add identity confirmation 2024-12-07 17:14:53 -05:00
Eric Wang
3652c8ca25 Fix modal store 2024-12-07 11:54:17 -05:00
Eric Wang
ebfbd0ad93 test 2024-12-06 19:58:27 -05:00
Eric Wang
083cf1b52a Refactor modal store 2024-11-19 16:47:21 -05:00
Eric Wang
8bfb4770b8 OTP & Identity authentication WIP 2024-11-19 00:01:36 -05:00
Eric Wang
e74f0d97bc Add full passkey functionality 2024-11-17 00:08:49 -05:00
Eric Wang
1d5f5e6a64 Add passkey creation 2024-11-16 19:48:35 -05:00
Eric Wang
575dc2f735 Refactor Proxmox Repositories 2024-11-14 16:34:46 -05:00
Eric Wang
da713e236d Refactor Proxmox Repositories 2024-11-14 16:27:04 -05:00
Eric Wang
72a3571409 Delete .gitkeep 2024-11-08 19:34:09 -05:00
Eric Wang
30665dcf7d Update license listed in composer.json 2024-11-08 19:15:53 -05:00
Eric Wang
c71cfe9ae7 Update lock file 2024-11-07 21:53:59 -05:00
Eric Wang
bc69fc04e0 Merge branch 'develop' into next 2024-11-07 21:49:31 -05:00
Eric Wang
7e3efc4c25 Uninstall PHP CS Fixer 2024-11-07 21:47:45 -05:00
Eric Wang
01f601df64
Merge pull request #116 from ConvoyPanel/shift-130906
Laravel 11.x Shift
2024-11-07 21:36:09 -05:00
Eric Wang
b095525cf8 Add full env file to release.yml 2024-11-07 21:34:32 -05:00
Eric Wang
e6566cbd54 Update migrations to be agnostic 2024-11-07 21:34:07 -05:00
Eric Wang
ebe6a65c56 Update default environment file 2024-11-07 21:33:46 -05:00
Eric Wang
5496e0ed04 Remove ApiController.php 2024-11-07 19:37:29 -05:00
Eric Wang
258eff794e Remove unnecessary authenticate middleware 2024-11-07 19:26:03 -05:00
Eric Wang
dc6d6cce6b idk 2024-11-06 19:35:42 -05:00
Eric Wang
bdc9c413e2
Merge pull request #119 from AnushK-Fro/patch-3
Updates the code to start the server upon unsuspension
2024-11-06 12:06:20 -05:00
Anush
2b16841702
Updates the code to start the server upon unsuspension 2024-11-06 10:30:38 -05:00
Eric Wang
1d6390ddd6
Merge pull request #117 from Adekabang/patch-1
Delete panel.tar.gz
2024-10-17 13:47:56 -04:00
Mohammad Raska
3eb3c7e746
Delete panel.tar.gz 2024-10-17 13:59:23 +07:00
Shift
9bf61c8bbe
Shift cleanup 2024-10-15 00:33:35 +00:00
Shift
19b662e271
Remove CreatesApplication testing trait 2024-10-15 00:33:25 +00:00
Shift
c5eabf6c8f
Mark base controller as abstract 2024-10-15 00:33:25 +00:00
Shift
b1cd122c8f
Convert $casts property to method 2024-10-15 00:33:19 +00:00
Shift
a3fb951a43
Bump Composer dependencies 2024-10-15 00:33:15 +00:00
Shift
713c9c11db
Re-register scheduled commands 2024-10-15 00:33:14 +00:00
Shift
7f3d2dd7f7
Re-register routes 2024-10-15 00:33:13 +00:00
Shift
ca0a90e775
Re-register service providers 2024-10-15 00:33:12 +00:00
Shift
100c62f4f2
Consolidate service providers 2024-10-15 00:33:12 +00:00
Shift
e780f8778e
Re-register HTTP middleware 2024-10-15 00:33:11 +00:00
Shift
0b6715b9d6
Default new bootstrap/app.php 2024-10-15 00:33:11 +00:00
Shift
6be445c7dc
Set new ENV variables 2024-10-15 00:33:10 +00:00
Shift
822bd42748
Streamline config files 2024-10-15 00:33:09 +00:00
Shift
299e52b8da
Shift core files 2024-10-15 00:33:02 +00:00
Shift
0679acd7f3
Remove default app files 2024-10-15 00:33:01 +00:00
Shift
e309038e0f
Convert route options to fluent methods
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
2024-10-15 00:32:43 +00:00
Shift
f76e21f278
Remove unnecessary $model property 2024-10-15 00:32:43 +00:00
Shift
efd277608d
Use Faker methods
Accessing Faker properties was deprecated in Faker 1.14.
2024-10-15 00:32:42 +00:00
Shift
669b536c65
Apply code style 2024-10-15 00:32:39 +00:00