Commit graph

143 commits

Author SHA1 Message Date
Eric Wang
c802a8cb84 Scope route bindings 2024-03-04 14:31:03 -06:00
Eric Wang
110b623383 Delete dead AddressController routes 2024-02-16 09:40:56 -06:00
Eric Wang
e310c61b39 Fix missing SSO endpoint 2024-01-05 09:16:23 -06:00
Eric Wang
d785179e1d update application API routes 2023-12-05 14:11:53 -06:00
Eric Wang
bafb77b206 get Coterm working again! 2023-11-30 22:59:23 -06:00
Eric Wang
95491e39dc Add backend support for Coterm 2023-11-29 19:27:05 -06:00
Eric Wang
fae34af2b3 rename getNodesAllocatedTo to getAttachedNodes for address pools 2023-11-27 21:03:26 -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
92f5df310f fix redis password can't have special chars 2023-08-26 22:41:29 +00:00
Eric Wang
c60711a74a add address updating/deleting 2023-07-31 14:47:21 +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
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
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
7f31eb2a84 refactor locations page + add translations for it 2023-05-06 21:41:50 +00:00
Eric Wang
17eef5850b add coterm base routes 2023-04-29 03:22:54 +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
1b7ebe806b add v3.9.0-rc.3 2023-04-07 01:58:25 +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
12c274eee5 fix route optimizing conflicting named routes bug 2023-01-21 21:10:20 +00:00
Eric Wang
3f699db9c4 fix routes and add version number 2023-01-21 17:59:11 +00:00
Eric Wang
35c4cbfe7a add tokens page 2023-01-21 17:19:55 +00:00
Eric Wang
dcdf87cd2a add SSO token generation and remove old application api 2023-01-21 04:26:42 +00:00
Eric Wang
783a9bafe6 add server deletion 2023-01-15 20:51:13 +00:00
Eric Wang
088043d42e add server suspension and server build modification 2023-01-13 00:46:07 +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
1348a71e5f add server creation modal 2023-01-02 03:16:01 +00:00
Eric Wang
b23b62e815 add addresses resource 2022-12-28 22:34:40 +00:00
Eric Wang
5ce4f6a6b0 Revert "Revert "add""
This reverts commit 76329b8cdd.
2022-12-28 21:40:47 +00:00
Eric Wang
76329b8cdd Revert "add"
This reverts commit f44982a399.
2022-12-28 21:31:05 +00:00
Eric Wang
f44982a399 add 2022-12-28 21:28:49 +00:00
Eric Wang
0907a35cc2 add addresses table 2022-12-28 20:52:06 +00:00
Eric Wang
8485ca0a0a add template code backend 2022-12-28 01:24:33 +00:00
Eric Wang
3fa45c34a5 Add template creation and editing 2022-12-27 21:25:18 +00:00
Eric Wang
7741fb0ae7 Fix drag issue and add saving 2022-12-26 21:47:01 +00:00
Eric Wang
2fc14c56d4 Add templates backend and frontend fetching 2022-12-25 03:24:41 +00:00
Eric Wang
53bd539bb7 Add importing and deleting ISOs 2022-12-23 21:26:07 +00:00
Eric Wang
8997a74a92 Add iso modal 2022-12-23 18:24:49 +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
777ea7c9f2 Add more api endpoints 2022-12-21 01:33:32 +00:00