Commit graph

908 commits

Author SHA1 Message Date
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
9b1f4624ac make Laravel use en_US instead of en locale 2023-05-20 20:57:39 +00:00
Eric Wang
c6a3026dc0 rename en locale to en_US and use underscore instead of hyphens 2023-05-20 20:56:58 +00:00
Eric Wang
01677416c2 Update crowdin to preserve hierarchy 2023-05-20 20:38:18 +00:00
Eric Wang
fe8ee56009 add coterm_enabled column 2023-05-20 20:12:11 +00:00
Eric Wang
d95281c3fd refactor admin servers page 2023-05-19 04:17:27 +00:00
Eric Wang
594927ea97 refactor servers page (overview + general settings) 2023-05-16 04:07:48 +00:00
Eric Wang
aebdf693eb refactor create server modal 2023-05-15 04:34:42 +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
9c825b921f
Merge pull request #23 from ConvoyPanel/shift-89545
Laravel 10.x Shift
2023-04-28 21:42:47 -05: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
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
fd9f9b2540
Bump Laravel dependencies 2023-04-28 06:51:05 +00:00
Shift
6785ec04ac
Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2023-04-28 06:51:05 +00:00
Shift
53737c3cdf
Shift config files 2023-04-28 06:51:05 +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
5687ffb1d1
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.
2023-04-28 06:50:54 +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
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
d72840aed7 Revert "Delete .env.ci"
This reverts commit 484cf85c62.
2023-04-23 04:51:26 +00:00
Eric Wang
484cf85c62
Delete .env.ci 2023-04-22 23:49:54 -05:00
Eric Wang
0cad2ab81e Merge branch 'develop' of https://github.com/Performave/convoy into develop 2023-04-18 22:48:46 +00:00
Eric Wang
a3a1cd5357 add v3.9.0-rc.8 2023-04-18 22:48:45 +00:00
Eric Wang
6fb7afbef2 Update Crowdin configuration file 2023-04-14 22:14:27 -05:00
Eric Wang
1a89798cee update server password changing feature test 2023-04-15 02:56:30 +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
49db66af5b remove zod test translation 2023-04-13 03:06:28 +00:00
Eric Wang
7463ccba60 add v3.9.0-rc.6 2023-04-13 03:05:08 +00:00
Eric Wang
121405087c add v3.9.0-rc.5 2023-04-13 02:51:30 +00:00
Eric Wang
8751300789 add caddyfile prod cache policy 2023-04-10 01:21:40 +00:00
Eric Wang
a114b4f72a translate server general settings + convert to RHF 2023-04-10 01:01:35 +00:00
Eric Wang
ff3c32be8e add localization to zod 2023-04-09 20:11:02 +00:00
Eric Wang
e22bf061bb localize backup restore/delete + refactor 2023-04-09 16:14:18 +00:00