Commit graph

458 commits

Author SHA1 Message Date
Eric Wang
120874658c Fix types on Eloquent models 2024-01-01 21:44:45 -06:00
Eric Wang
54423911ab Re-organize services 2024-01-01 21:17:32 -06:00
Eric Wang
3b352eeded Fix IPv6 importing 2024-01-01 21:16:51 -06:00
Eric Wang
d5ad9e6e4d Add network helpers 2024-01-01 19:46:48 -06:00
Eric Wang
8d8d63c179 Enforce lowercase IPs, mac addresses, and gateways 2024-01-01 19:43:12 -06:00
Eric Wang
bd72ea276e add types to Address model 2024-01-01 19:39:34 -06:00
Eric Wang
fdad850fb4 format array of filters in AddressController 2024-01-01 19:39:15 -06:00
Eric Wang
84388b0a18 tidy up & add types to models 2024-01-01 19:38:39 -06:00
Eric Wang
3f42c012c1 filter servers by addressPoolId for IPAM 2023-12-22 10:59:36 -06:00
Eric Wang
12f0d6195b add types to query filters 2023-12-22 10:58:27 -06:00
Eric Wang
8942fee6f2 Refresh server relation when updating address 2023-12-22 10:57:32 -06:00
Eric Wang
2c16256861 Rename filters 2023-12-21 11:20:22 -06:00
Eric Wang
9aa2b9e781 fix attaching/detaching addresses to servers 2023-12-21 10:35:12 -06:00
Eric Wang
f91e3a93f4 Clean up jobs code 2023-12-21 10:34:07 -06:00
Eric Wang
5dbf0d1308 clone VM's to target storage 2023-12-15 11:52:04 -06:00
Eric Wang
32419a88a1 increased Coterm session token lifetime 2023-12-12 18:42:48 -06:00
Eric Wang
613870193b removed api request throttling 2023-12-12 18:41:54 -06:00
Eric Wang
c76f36eaee remove rate limiter for api routes 2023-12-08 20:33:41 -06:00
Eric Wang
fcd1d01218 rename xterm functions to xtermjs 2023-12-04 13:03:06 -06:00
Eric Wang
bafb77b206 get Coterm working again! 2023-11-30 22:59:23 -06:00
Eric Wang
d5908d2a81 Remove AllowedNullableFilter 2023-11-30 21:06:03 -06:00
Eric Wang
d61ea6d5ae Rename base API controller 2023-11-29 19:28:44 -06:00
Eric Wang
95491e39dc Add backend support for Coterm 2023-11-29 19:27:05 -06:00
Eric Wang
8d14047c05 Clean up ApplicationApiController.php 2023-11-29 18:52:02 -06:00
Eric Wang
e72e07d1d8 Allow admins to view/modify backups of other users' servers 2023-11-28 15:30:38 -06:00
Eric Wang
7852d40c27 fix server settings tests 2023-11-27 21:14:29 -06:00
Eric Wang
9d179b5cd4 create skeleton for implementing Coterm 2023-11-27 21:06:54 -06:00
Eric Wang
73260a748c purge unused enums 2023-11-27 21:06:28 -06:00
Eric Wang
fae34af2b3 rename getNodesAllocatedTo to getAttachedNodes for address pools 2023-11-27 21:03:26 -06:00
Eric Wang
375e338309 use policy authorization for client-side server endpoints 2023-11-27 20:46:08 -06:00
Eric Wang
948c659681 refactor server setting route/function names to be more expressive/natural-sounding 2023-11-27 20:44:40 -06:00
Eric Wang
bd5a32362f Make search by address explicit in Address Resource 2023-11-21 22:30:53 -06:00
Eric Wang
7cc2709c4e fix tests failing & made coterm_id optional 2023-11-12 03:09:57 +00:00
Eric Wang
f3e6356263 add database changes for Coterm & base controller 2023-11-12 01:00:10 +00:00
Eric Wang
e6cec05078 validate whether the user is detaching a node that's using IPs from the pool 2023-11-12 00:26:58 +00:00
Eric Wang
99d50a67fa remove server migrations between nodes 2023-11-11 17:28:22 +00:00
Eric Wang
9cb2cf0da0 fix reading undefined size attribute off of disks 2023-11-11 17:11:22 +00:00
Eric Wang
4d08de5642 add IPAM node allocation - NEEDS WORK! 2023-11-11 06:39:33 +00:00
Eric Wang
c5c0820f2b refactor address resource additional validation rules to leverage Laravel's features 2023-11-11 05:38:36 +00:00
Eric Wang
58da50e57e Delete old node address resource validators 2023-11-11 05:37:48 +00:00
Eric Wang
bd915a6f7b Fix file name validation error on ISO creation 2023-11-11 05:36:48 +00:00
Eric Wang
5889d1abb9 optimize imports project-wide 2023-11-06 04:20:25 +00:00
Eric Wang
927896748e so fucking much 2023-11-06 04:07:11 +00:00
Eric Wang
cb827d38cc add sql query to insert ips in bulk 2023-09-03 18:32:53 +00:00
Eric Wang
c2d6c03d25 idk 2023-09-02 03:51:16 +00:00
Eric Wang
e965e1bd4e add frontend support for bulk imports 2023-08-07 05:08:45 +00:00
Eric Wang
4a621cb013 add address deleting and updating 2023-08-07 00:51:47 +00:00
Eric Wang
d0e5f7876c add address pool creation, deletion, and editing 2023-08-06 17:42:25 +00:00
Eric Wang
2547e84a1f add create pool modal 2023-08-05 16:24:28 +00:00
Eric Wang
c60711a74a add address updating/deleting 2023-07-31 14:47:21 +00:00