Commit graph

25 commits

Author SHA1 Message Date
Eric Wang
c802a8cb84 Scope route bindings 2024-03-04 14:31:03 -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
6e04664c55 add coterm support 2023-05-21 16:03:57 +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
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
f7eb4c7744 add more tests 2023-03-12 21:02:55 +00:00
Eric Wang
c39768842e add tests 2023-03-12 16:45:12 +00:00
Eric Wang
91ce48b567 a load of refactors including laravel/framework upgrade 2023-03-07 00:17:31 +00:00
Eric Wang
ae569169a1 add patch v3.6.2-beta 2023-02-11 22:56:55 +00:00
Eric Wang
027b455fd6 make server reinstall work 2023-01-04 03:47:27 +00:00
Eric Wang
7cbe88dbee add mounting and unmounting of isos 2023-01-04 00:21:19 +00:00
Eric Wang
2998c84ce9 add partial media container 2023-01-03 17:35:58 +00:00
Eric Wang
658a09af42 Add drag and drop boot order config 2022-12-03 00:48:39 +00:00
Eric Wang
e921b60eb0 Add security updating 2022-11-27 22:16:37 +00:00
Eric Wang
83f4be9a04 Add update nameservers 2022-11-27 17:10:39 +00:00
Eric Wang
e70cd04b1c Rewrite server update service 2022-11-24 22:51:10 +00:00
Eric Wang
9c00d55304 Remove unused imports 2022-11-24 20:49:32 +00:00
Eric Wang
ca2b0a4b1a Add backup restoration and deletion 2022-11-24 01:22:30 +00:00
Eric Wang
c2f2369127 Add backup creation 2022-11-20 18:30:38 +00:00
Eric Wang
93493d6b2c Add server backups 2022-11-13 22:04:44 +00:00
Eric Wang
ff151dacf9 Add terminal 2022-11-10 02:22:18 +00:00
Eric Wang
ca7dcb6dbf Add power buttons 2022-11-09 00:56:13 +00:00
Eric Wang
1aba32bbb5 Add server state fetching 2022-11-06 02:38:15 +00:00
Eric Wang
c4112c148f Add server overview page 2022-11-05 02:51:09 +00:00
Eric Wang
c1f3421569 Scaffold react app 2022-10-27 23:41:39 +00:00