Commit Graph

81 Commits

Author SHA1 Message Date
Yukino Song
0f9e7aa17f WebUI: Support starting apps from local client 2025-06-05 19:44:31 +08:00
Yukino Song
f262852838 Add always use virtual display option for clients 2025-06-05 16:32:13 +08:00
Yukino Song
3e0cbaf2c2 Implement pause/resume commands w/ APOLLO_APP_STATUS envvar 2025-06-05 15:40:03 +08:00
Yukino Song
2f89d85fca Add legacy ordering support toggle for each client 2025-05-28 22:53:22 +08:00
Yukino Song
a3e0318794 Validate application/json on server side 2025-05-28 18:01:48 +08:00
Yukino Song
b2ec048333 Fix WebUI 2025-05-28 13:47:58 +08:00
Yukino Song
2b86bc541d Support Reordering apps(requires Artemis) 2025-05-14 02:43:08 +08:00
Yukino Song
1798887e86 Support launching app with UUID 2025-05-13 18:17:44 +08:00
Yukino Song
45588e5735 Fix favicon 2025-04-15 00:15:44 +08:00
Yukino Song
e271592408 Handle char encoding on logs more correctly 2025-04-01 21:27:30 +08:00
Yukino Song
c6127ed0e5 Server: implement per-device display mode override 2025-02-25 05:51:18 +08:00
Yukino Song
dca9092a2c Fix #345 2025-02-08 03:37:42 +08:00
Yukino Song
58bbfc3e67 Show running app in Apps page 2025-02-07 21:11:03 +08:00
Yukino Song
9f33b3f726 Add more fields to be migrated in apps.json 2025-02-06 19:24:23 +08:00
Yukino Song
78714e65fc Fix build 2025-02-06 18:16:55 +08:00
Yukino Song
fd059e36f0 Merge remote-tracking branch 'origin/master' 2025-02-06 09:14:18 +08:00
Yukino Song
23dd06b344 Implement input only mode w/ double framerate for virtual display 2025-02-05 06:54:30 +08:00
ReenigneArcher
257a102127 fix(api): return proper json objects (#3544) 2025-01-31 23:38:22 -05:00
Yukino Song
d5f81773a8 Per client DO/UNDO commands frontend part - done 2025-01-22 22:28:57 +08:00
Yukino Song
4403cff32f Per client DO/UNDO commands server part - done 2025-01-22 21:05:17 +08:00
ReenigneArcher
c2420427b1 style: adjust clang-format rules (#2186)
Co-authored-by: Vithorio Polten <reach@vithor.io>
2025-01-19 22:34:47 -05:00
Yukino Song
57171c3316 Hash cookies 2025-01-18 15:08:44 +08:00
Yukino Song
fcbdaed1e0 Fix build
(Never wanna merge again)
2025-01-15 09:01:33 +08:00
Yukino Song
1dc6465f12 Merge remote-tracking branch 'origin/master' 2025-01-14 23:43:50 +08:00
ReenigneArcher
40ac718691 fix(confighttp): do not return 200 on errors (#3385)
Co-authored-by: Lukas Senionis <22381748+FrogTheFrog@users.noreply.github.com>
2025-01-10 15:12:52 -05:00
Lukas Senionis
76bea8acb9 feat(display): Configure display device based on user config (#3441) 2025-01-07 20:40:48 -05:00
Yukino Song
021f6a635b Merge remote-tracking branch 'origin/master' 2024-12-02 02:11:15 +08:00
ReenigneArcher
ec0cdcf0fa docs(api): improve api documentation (#3343) 2024-10-30 20:34:18 +00:00
ReenigneArcher
1839d59492 feat(apps): order apps alphabetically (#3223) 2024-09-29 18:25:23 -04:00
Yukino Song
1ae7157bba Add Windows clipboard support 2024-09-28 03:31:50 +08:00
Yukino Song
80fb7efc3d Add UUID to apps w/ add option to use App's id for virtual display (resolves #48) 2024-09-22 07:34:39 +08:00
Yukino Song
ba22fa9a3e Redirect back to previous page after login 2024-09-19 23:42:26 +08:00
Yukino Song
8e8f89d514 Launch apps from web UI 2024-09-19 23:42:25 +08:00
Yukino Song
db5790b374 Implement permission manage web UI 2024-09-16 23:10:19 +08:00
Yukino Song
4353599b74 MISC 2024-09-03 01:01:36 +08:00
Yukino Song
6e407578c3 Add QR code pairing 2024-08-31 12:04:39 +08:00
Yukino Song
f58c1eabdb Add expire time to auth cookies 2024-08-30 07:12:38 +08:00
Yukino Song
652661ea50 Change login from http basic auth to cookies 2024-08-30 06:17:02 +08:00
Yukino Song
36b1a15676 Fix security risk in pairing process w/ add device name for OTP pair 2024-08-28 23:52:02 +08:00
Yukino Song
b8d3ebb248 Implement OTP page in config
a
2024-08-28 03:05:09 +08:00
Yukino Song
86e707618f Add the missing colon 2024-08-27 21:50:30 +08:00
Yukino Song
70fbd26906 Add server one time pin support to nvhttp 2024-08-27 21:36:45 +08:00
Yukino Song
29e20eb02d Correctly exit from web request 2024-08-24 05:53:33 +08:00
Yukino Song
276a0496a8 Add option to quit Apollo from webpage w/ hide tray menu controls 2024-08-24 04:01:38 +08:00
Yukino Song
79c4b15b1a More detailed vdisplay driver state 2024-08-20 13:01:49 +08:00
Yukino Song
833c902a56 Report driver status to WebUI 2024-08-18 09:09:37 +08:00
Yukino Song
6fa277ec0b Try add sudovda driver support 2024-08-18 06:09:07 +08:00
Yukino Song
ef3dc6464c Further rebrand 2024-08-05 07:03:17 +08:00
ReenigneArcher
1dd4b68e1c docs(src): add examples alias and general cleanup (#2763) 2024-06-28 08:34:14 -04:00
ReenigneArcher
334267807f tests: add httpcommon tests and add new file_handler methods (#2712)
Co-authored-by: Mariotaku <mariotaku.lee@gmail.com>
2024-06-17 18:03:42 +00:00