Commit Graph

2634 Commits

Author SHA1 Message Date
Yukino Song
c72fb4544e Update README 2024-09-25 00:58:33 +08:00
Yukino Song
349bd404f9 Add warning to device management section 2024-09-24 21:35:58 +08:00
Yukino Song
e3ea8ddc56 Add learn more link to device management section 2024-09-24 21:32:29 +08:00
Yukino Song
a32c6bf1d1 Report 0 permission if unpaired or requested serverinfo from HTTP 2024-09-24 00:24:22 +08:00
Yukino Song
102c7b266e Add UUID to app list response 2024-09-23 05:25:24 +08:00
Yukino Song
92f27fdc51 Better performance for shaders 2024-09-22 07:46:22 +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
4d5cc526b5 Restore to user configured output name after probing 2024-09-21 23:24:58 +08:00
Yukino Song
79c9c23232 Try fix probing failed issue on some weird systems 2024-09-21 20:28:27 +08:00
Yukino Song
50087cd7c8 Add note about permissions in README 2024-09-21 18:57:32 +08:00
Yukino Song
8c469c4073 Merge remote-tracking branch 'origin/l10n_master' 2024-09-21 03:57:38 +08:00
Yukino Song
d22abb1faa Merge remote-tracking branch 'origin/master' 2024-09-21 03:53:28 +08:00
Yukino Song
7e74405a97 Reload page instead of hard code to '/login' when requests failed 2024-09-21 03:49:59 +08:00
LizardByte-bot
79446feae3 chore: update global workflows (#3209) 2024-09-20 13:42:57 -04:00
ReenigneArcher
a0b2a1c49b New translations sunshine.json (Chinese Simplified) 2024-09-20 11:08:44 -04:00
dependabot[bot]
61f51501d0 build(deps): bump LizardByte/homebrew-release-action from 2024.809.31635 to 2024.919.145818 (#3207)
build(deps): bump LizardByte/homebrew-release-action

Bumps [LizardByte/homebrew-release-action](https://github.com/lizardbyte/homebrew-release-action) from 2024.809.31635 to 2024.919.145818.
- [Release notes](https://github.com/lizardbyte/homebrew-release-action/releases)
- [Commits](https://github.com/lizardbyte/homebrew-release-action/compare/v2024.809.31635...v2024.919.145818)

---
updated-dependencies:
- dependency-name: LizardByte/homebrew-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-20 10:53:10 -04:00
Yukino Song
5829bd1c76 Split keyboard and mouse permission (resolves #45) 2024-09-20 22:26:28 +08:00
dependabot[bot]
ea871d2135 build(deps): bump LizardByte/setup-release-action from 2024.801.192524 to 2024.919.143601 (#3206)
build(deps): bump LizardByte/setup-release-action

Bumps [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action) from 2024.801.192524 to 2024.919.143601.
- [Release notes](https://github.com/lizardbyte/setup-release-action/releases)
- [Commits](https://github.com/lizardbyte/setup-release-action/compare/v2024.801.192524...v2024.919.143601)

---
updated-dependencies:
- dependency-name: LizardByte/setup-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-20 09:37:44 -04:00
dependabot[bot]
6171c9fbad build(deps): bump LizardByte/create-release-action from 2024.614.221009 to 2024.919.143026 (#3204)
* build(deps): bump LizardByte/create-release-action

Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.614.221009 to 2024.919.143026.
- [Release notes](https://github.com/lizardbyte/create-release-action/releases)
- [Commits](https://github.com/lizardbyte/create-release-action/compare/v2024.614.221009...v2024.919.143026)

---
updated-dependencies:
- dependency-name: LizardByte/create-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: remove unused input

* fix: remove unused input

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2024-09-19 22:57:11 -04:00
Yukino Song
81de679fba Use rundll32.exe for launching URL schemes 2024-09-19 23:45:50 +08:00
Yukino Song
9f012639b3 Add global option for set virtual display as primary display 2024-09-19 23:42:31 +08:00
Yukino Song
4982074fcf Revert to last known fallback mode when validation failed 2024-09-19 23:42:28 +08:00
Yukino Song
2c3a08574b Add fallback mode config 2024-09-19 23:42:27 +08:00
Reimu NotMoe
f8c57be702 Fix use-after-free when exiting w/ a pairing session 2024-09-19 23:42:26 +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
af8b8fd352 Minor UI improvement 2024-09-19 23:42:24 +08:00
ReenigneArcher
9bc40eee07 New translations sunshine.json (Russian) 2024-09-17 11:44:10 -04:00
Yukino Song
51caa4a4f0 Update README 2024-09-17 15:37:23 +08:00
Yukino Song
bedbf64836 Fix typo 2024-09-17 15:31:49 +08:00
Yukino Song
fa896eea14 Merge remote-tracking branch 'Nonary/gpu_selection_fix_v2' 2024-09-17 15:13:56 +08:00
Yukino Song
d59fafebf6 Fix status code 2024-09-17 15:07:26 +08:00
Joe Mou
698df6884d build(cmake): Prioritize vendored includes over system-wide (#3182) 2024-09-16 19:31:44 -04:00
Yukino Song
0bfbaf2884 Update README 2024-09-17 00:15:50 +08:00
Yukino Song
a482029d4d Merge branch 'permission-system' 2024-09-16 23:14:15 +08:00
Yukino Song
db5790b374 Implement permission manage web UI 2024-09-16 23:10:19 +08:00
Yukino Song
2e7bde8958 Implement permission for stream 2024-09-15 22:40:38 +08:00
Yukino Song
aa4d38e992 Implement permission management for nvhttp 2024-09-15 18:42:54 +08:00
Yukino Song
306b252205 Get device name from local value for vdisplay 2024-09-15 17:19:33 +08:00
Yukino Song
038464ad45 Redirect to login after applied configs 2024-09-15 13:10:37 +08:00
Yukino Song
4a0d425b7c Get device UUID from local assigned value 2024-09-15 13:10:36 +08:00
Reimu NotMoe
2f105081b8 Fix typo in locale 2024-09-15 13:10:35 +08:00
Yukino Song
aac75c08d8 Prepare for adding permission system 2024-09-15 13:10:35 +08:00
Chase Payne
4bdae9cf86 make sonarcloud happy again 2024-09-14 18:19:42 -04:00
Chase Payne
6823595352 fix compliler errors 2024-09-14 18:19:42 -04:00
Chase Payne
c0fdc320c2 add an additional space 2024-09-14 18:19:42 -04:00
Chase Payne
b733d2b9e9 implement suggestions from cgutman 2024-09-14 18:19:42 -04:00
Chase Payne
7257b188c3 Update tools/ddprobe.cpp
Co-authored-by: Cameron Gutman <aicommander@gmail.com>
2024-09-14 18:19:42 -04:00
Chase Payne
6f71f42d50 more doc fixes 2024-09-14 18:19:42 -04:00
Chase Payne
bae2d30816 Update tools/ddprobe.cpp
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2024-09-14 18:19:42 -04:00