Commit graph

74 commits

Author SHA1 Message Date
Eric Wang
8d8d63c179 Enforce lowercase IPs, mac addresses, and gateways 2024-01-01 19:43:12 -06:00
Eric Wang
9d5aca7a92 Refactor database factories 2023-11-28 15:29:42 -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
cb827d38cc add sql query to insert ips in bulk 2023-09-03 18:32:53 +00:00
Eric Wang
28cef99de9 Make file_name non-nullable in ISO Library table 2023-06-19 23:42:52 +00:00
Eric Wang
c5f28e1185 use ip pools and squash migrations 2023-06-08 01:11:42 +00:00
Eric Wang
fadcc013ca add 2023-06-07 03:38:45 +00:00
Eric Wang
2786de38ff Rename IPAddress to Address, add AddressPool, use JWT for SSO tokens 2023-05-28 15:32:34 +00:00
Eric Wang
d080a2a93d rename IPAddress to Address, add AddressPool, use JWT for SSO Token 2023-05-28 15:31:58 +00:00
Eric Wang
b7607815e9 i don't know 2023-05-21 04:45:06 +00:00
Eric Wang
fe8ee56009 add coterm_enabled column 2023-05-20 20:12:11 +00:00
Eric Wang
591f83a679 add Coterm JWT, node secret encryption, and Coterm columns on nodes table 2023-05-11 04:34:22 +00:00
Shift
cb057117b1
Shift cleanup 2023-04-28 06:51:18 +00:00
Shift
c193e54ef8
Remove redundant typing from DocBlocks 2023-04-28 06:51:15 +00:00
Shift
c42a4428ef
Add type hints from DocBlocks 2023-04-28 06:51:14 +00:00
Shift
fff1337830
Add type hints for Laravel 10 2023-04-28 06:51:12 +00:00
Shift
90ce42e32c
Rename password_resets table 2023-04-28 06:51:08 +00:00
Shift
44f96d7c53
Add migration for Sanctum 3.0 2023-04-28 06:51:05 +00:00
Shift
46719500f4
Use Faker methods
Accessing Faker properties was deprecated in Faker 1.14.
2023-04-28 06:50:54 +00:00
Shift
445b1965b7
Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-04-28 06:50:51 +00:00
Eric Wang
1b7ebe806b add v3.9.0-rc.3 2023-04-07 01:58:25 +00:00
Eric Wang
486277feda auto refactor 2023-04-06 23:00:56 +00:00
Eric Wang
c39768842e add tests 2023-03-12 16:45:12 +00:00
Eric Wang
71814edc16 add tests 2023-03-12 16:04:26 +00:00
Eric Wang
91ce48b567 a load of refactors including laravel/framework upgrade 2023-03-07 00:17:31 +00:00
Eric Wang
e8030fc1aa add ssh keys migration 2023-02-20 05:55:11 +00:00
Eric Wang
46a92cda83 utilize personal access tokens 2023-01-21 04:45:40 +00:00
Eric Wang
1da77f317f add users admin page 2023-01-21 04:14:06 +00:00
Eric Wang
258028096f add server deletion 2023-01-15 16:38:51 +00:00
Eric Wang
6a1c5b20bc add template groups and template and sortable 2022-12-25 01:36:05 +00:00
Eric Wang
f355151562 Add part of iso download backend 2022-12-22 20:57:42 +00:00
Eric Wang
8fd90f3204 Add server table and base iso library 2022-12-22 18:43:47 +00:00
Eric Wang
58971f7023 Add nodes viewing page 2022-12-16 04:14:52 +00:00
Eric Wang
c18f96cca2 Add locations 2022-12-11 04:04:12 +00:00
Eric Wang
0b00a29deb Add location groups 2022-12-07 01:50:32 +00:00
Eric Wang
a616956aee Fix table, add user CLI, fix ratelimiting 2022-12-07 00:37:00 +00:00
Eric Wang
e70cd04b1c Rewrite server update service 2022-11-24 22:51:10 +00:00
Eric Wang
ca2b0a4b1a Add backup restoration and deletion 2022-11-24 01:22:30 +00:00
Eric Wang
00933bca79 Add more backup stuff 2022-11-23 17:01:29 +00:00
Eric Wang
93493d6b2c Add server backups 2022-11-13 22:04:44 +00:00
Eric Wang
5aacd0eaa8 Refactor activity logs table and eloquent model 2022-11-02 22:45:33 +00:00
Eric Wang
7883b5a2c5 Add dashboard 2022-10-30 20:33:54 +00:00
Eric Wang
2dfe0d1e63 Add flash message renderer and auth logic 2022-10-29 04:28:49 +00:00
Eric Wang
cdd321f34e Add default value for bandwidth_usage in servers 2022-10-20 22:03:20 +00:00
Eric Wang
2598c04c66 Add bandwidth limiting and logging 2022-10-16 15:06:39 +00:00
Eric Wang
39888e8f57 Clean up code styles 2022-10-10 00:18:22 +00:00
Eric Wang
0555fab267 Use uuid for servers 2022-10-08 04:24:52 +00:00
Eric Wang
dc8457136e Add new migrations and add validationrules 2022-09-25 16:17:53 +00:00
Eric Wang
752aeeca61 Do a little bit of refactoring of the namespaces 2022-09-20 00:14:17 +00:00