Eric Wang
|
c845d5cbd2
|
add address updating/deleting
|
2023-07-31 04:20:30 +00:00 |
|
Eric Wang
|
930a5ae42b
|
add address creation
|
2023-07-30 22:10:30 +00:00 |
|
Eric Wang
|
3ab8a1421c
|
add address pools index page and addresses base for now
|
2023-07-12 21:15:09 +00:00 |
|
Eric Wang
|
0064ca2426
|
[3.0-SAFE] Fix password error msg, lowered sync build job timeout, use is_null over isset for Mebibytes cast
|
2023-06-21 04:22:03 +00:00 |
|
Eric Wang
|
b329f4b0cf
|
[3.0-SAFE] add ISO imports
|
2023-06-20 01:15:19 +00:00 |
|
Eric Wang
|
a6ae710156
|
[3.0-SAFE] Refactor Create ISO Modal
|
2023-06-19 23:40:39 +00:00 |
|
Eric Wang
|
34cf4ccaf4
|
add index AddressController method, add AddressTransformer return type, and optimize imports
|
2023-06-17 19:34:40 +00:00 |
|
Eric Wang
|
fe94183705
|
add 2nd simpler server data structure, refactor includes to include, use address pool in address transformers
|
2023-06-17 01:43:57 +00:00 |
|
Eric Wang
|
ac8644bd40
|
Move addressPoolController and its related AddressController to a separate folder
|
2023-06-15 00:58:27 +00:00 |
|
Eric Wang
|
2d5d9becaa
|
add unfinished backend for ip pool support
|
2023-06-13 04:13:52 +00:00 |
|
Eric Wang
|
00a38872d4
|
update coterm validation rules + fix frontend routes
|
2023-06-10 14:47:17 +00:00 |
|
Eric Wang
|
d1e8cf95a6
|
reorganize frontend routes
|
2023-06-10 03:22:32 +00:00 |
|
Eric Wang
|
c5f28e1185
|
use ip pools and squash migrations
|
2023-06-08 01:11:42 +00:00 |
|
Eric Wang
|
ed7bff8443
|
add v3.9.0-beta
|
2023-06-04 14:53:22 +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
|
94e673c3f4
|
Fix+refactor stuff related to web console
|
2023-05-22 20:57:54 +00:00 |
|
Eric Wang
|
6e04664c55
|
add coterm support
|
2023-05-21 16:03:57 +00:00 |
|
Eric Wang
|
dc439c9efd
|
Add Coterm reset modal and form reset
|
2023-05-21 14:12:16 +00:00 |
|
Eric Wang
|
b7607815e9
|
i don't know
|
2023-05-21 04:45:06 +00:00 |
|
Eric Wang
|
9bed33d655
|
refactor nodes info card & add coterm authenticate
|
2023-05-21 01:34:12 +00:00 |
|
Eric Wang
|
fe8ee56009
|
add coterm_enabled column
|
2023-05-20 20:12:11 +00:00 |
|
Eric Wang
|
594927ea97
|
refactor servers page (overview + general settings)
|
2023-05-16 04:07:48 +00:00 |
|
Eric Wang
|
0ce66307ac
|
refactor nodes index page
|
2023-05-13 23:02:07 +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 |
|
Eric Wang
|
7f31eb2a84
|
refactor locations page + add translations for it
|
2023-05-06 21:41:50 +00:00 |
|
Eric Wang
|
1cb6e1175e
|
refactor locations page + add translations for it
|
2023-05-06 21:41:34 +00:00 |
|
Eric Wang
|
a98b155f9a
|
rename terminal to console, add more types for user credentials, other QOL changes and refactoring
|
2023-05-01 01:42:57 +00:00 |
|
Eric Wang
|
17eef5850b
|
add coterm base routes
|
2023-04-29 03:22:54 +00:00 |
|
Eric Wang
|
69989d828e
|
add manual intervention to upgrade to laravel 10
|
2023-04-29 02:33:05 +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
|
f1ac58eba8
|
Update method signatures for Laravel contracts
|
2023-04-28 06:51:09 +00:00 |
|
Shift
|
fca183b98d
|
Shift core files
|
2023-04-28 06:51:04 +00:00 |
|
Shift
|
67387e7ce4
|
Remove explicit call to register policies
|
2023-04-28 06:50:55 +00:00 |
|
Shift
|
fc804cba34
|
Convert deprecated $dates property to $casts
|
2023-04-28 06:50:55 +00:00 |
|
Shift
|
34987cc425
|
Convert optional() to nullsafe operator
|
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
|
a3a1cd5357
|
add v3.9.0-rc.8
|
2023-04-18 22:48:45 +00:00 |
|
Eric Wang
|
bc58863292
|
translate client side and refactor to use react hook forms
|
2023-04-15 02:53:28 +00:00 |
|
Eric Wang
|
f11a445137
|
add v3.9.0-rc.7
|
2023-04-13 03:46:39 +00:00 |
|
Eric Wang
|
121405087c
|
add v3.9.0-rc.5
|
2023-04-13 02:51:30 +00:00 |
|
Eric Wang
|
ff3c32be8e
|
add localization to zod
|
2023-04-09 20:11:02 +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
|
ea7e5d41b6
|
add v3.9.0-rc.2
|
2023-04-04 04:25:09 +00:00 |
|
Eric Wang
|
cd8e1ab543
|
add v3.9.0-rc.1
|
2023-03-25 16:33:20 +00:00 |
|
Eric Wang
|
9a761e3c21
|
refactor server building and deletion
|
2023-03-25 15:54:19 +00:00 |
|