16 Commits

Author SHA1 Message Date
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
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
12c274eee5 fix route optimizing conflicting named routes bug 2023-01-21 21:10:20 +00:00
Eric Wang
dcdf87cd2a add SSO token generation and remove old application api 2023-01-21 04:26:42 +00:00
Eric Wang
64c7c03a45 Update application api, fix workflows 2022-10-23 17:11:05 +00:00
Eric Wang
39888e8f57 Clean up code styles 2022-10-10 00:18:22 +00:00
Eric Wang
752aeeca61 Do a little bit of refactoring of the namespaces 2022-09-20 00:14:17 +00:00
Eric Wang
97b3cb0119 refactor install service 2022-08-10 03:26:06 +00:00
Eric Wang
89a93a6c08 Fix server creation API and add addresses and templates API 2022-08-03 15:37:28 +00:00
Eric Wang
5c46df42d9 Add repositories and exceptions 2022-08-01 16:22:05 +00:00
Eric Wang
b9677a9f9e Add rest of the API routes 2022-08-01 14:24:34 +00:00
Eric Wang
06c4ef62b6 Add more APIs 2022-08-01 01:23:16 +00:00
Eric Wang
9c2b9ee840 Add basic application APIs 2022-07-31 15:22:04 +00:00