Commit graph

92 commits

Author SHA1 Message Date
Eric Wang
e6566cbd54 Update migrations to be agnostic 2024-11-07 21:34:07 -05: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
Eric Wang
3b8431b523 Template & Templates WIP 2024-10-14 20:29:04 -04:00
Eric Wang
393c86aaac Revert to App namespace 2024-10-12 12:17:20 -04:00
Eric Wang
55c25c4ffc So much WIP 2024-10-11 18:57:18 -04:00
Eric Wang
679c456421 Make some column types consistent 2024-10-10 16:00:04 -04:00
Eric Wang
666969068a Rename is_shared to is_shareable 2024-10-10 00:07:50 -04:00
Eric Wang
54e58ff185 Node multi-storage WIP 2024-10-10 00:01:36 -04:00
Eric Wang
7b1390f10e Snapshots/Backups WIP 2024-10-03 19:10:48 -04:00
Eric Wang
43fcfec4bc Server deployments WIP 2024-06-24 22:45:45 -05:00
Eric Wang
85cf136cb1 Remove unnecessary docs from ISOFactory.php 2024-02-16 09:41:21 -06:00
Eric Wang
20cc82e90a Create factory for AddressPool.php 2024-02-16 09:40:40 -06:00
Eric Wang
7c678fae4d Create factory for Address.php 2024-02-16 09:40:22 -06:00
Eric Wang
4ec316c67c Add more tests 2024-02-15 23:51:29 -06:00
Eric Wang
855e86c02f Finish rest of verify tls implementation 2024-01-28 11:40:26 -06:00
Eric Wang
378f4fb85b Add TLS verification boolean to nodes table 2024-01-28 11:13:42 -06:00
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