restitux restitux
  • the ohea admin

    [m]: @restitux:ohea.xyz

  • Joined on 2022-09-15
restitux pushed to login-screen-refresh-v2 at mumble/mumble-web2 2026-05-05 04:30:59 +00:00
restitux created pull request mumble/mumble-web2#32 2026-05-05 04:24:40 +00:00
WIP: Add server list persistence and UDP ping to platform trait
restitux pushed to login-screen-refresh-v2 at mumble/mumble-web2 2026-05-05 04:22:31 +00:00
8bbb3140ef Refresh login screen with server list UI and refactor platform config
59afbdab7b Add server list persistence and UDP ping to platform trait
Compare 2 commits »
restitux created branch login-screen-refresh-v2 in mumble/mumble-web2 2026-05-05 04:22:30 +00:00
restitux deleted branch docker-android-local-build from mumble/mumble-web2 2026-05-05 04:14:36 +00:00
restitux pushed to main at mumble/mumble-web2 2026-05-05 04:14:35 +00:00
63ce666fa7 build: add script to build android locally (#31)
restitux merged pull request mumble/mumble-web2#31 2026-05-05 04:14:33 +00:00
build: add script to build android locally
restitux pushed to login-screen-refresh at mumble/mumble-web2 2026-05-05 03:39:41 +00:00
26a08acc36 Implement mumble UDP ping protocol for server status display
b20ed1ff56 Wire LoginView to persisted servers with add/edit/delete and overrides mode
765446392d Add ServerEntry model and server list persistence to platform trait
Compare 3 commits »
restitux pushed to docker-android-local-build at mumble/mumble-web2 2026-05-05 03:33:04 +00:00
da76d9c259 build: add script to build android locally
restitux created pull request mumble/mumble-web2#31 2026-05-05 03:31:47 +00:00
build: add script to build android locally
restitux pushed to docker-android-local-build at mumble/mumble-web2 2026-05-05 03:31:03 +00:00
180d1f2f9f build: add script to build android locally
restitux created branch docker-android-local-build in mumble/mumble-web2 2026-05-05 03:29:29 +00:00
restitux pushed to docker-android-local-build at mumble/mumble-web2 2026-05-05 03:29:29 +00:00
8230f34c03 build: add script to build android locally
restitux approved mumble/mumble-web2#30 2026-05-05 03:13:09 +00:00
Split into gui and client crates

lgtm

restitux pushed to auth/6-admin-panel at restitux/gamestream-webtransport-proxy 2026-04-16 15:43:28 +00:00
aa2d92a7ae frontend: add admin panel for user and permission management
786579a7d8 frontend: attach auth credentials to all API requests
af9359bbdf frontend: add login page and auth guard
b8c705554f backend: add single-use token auth for spawned stream proxies
Compare 4 commits »
786579a7d8 frontend: attach auth credentials to all API requests
af9359bbdf frontend: add login page and auth guard
b8c705554f backend: add single-use token auth for spawned stream proxies
Compare 3 commits »
af9359bbdf frontend: add login page and auth guard
b8c705554f backend: add single-use token auth for spawned stream proxies
Compare 2 commits »
b8c705554f backend: add single-use token auth for spawned stream proxies
restitux commented on pull request restitux/gamestream-webtransport-proxy#3 2026-04-16 15:36:09 +00:00
WIP: backend: add single-use token auth for spawned stream proxies

This function exists but is only used by the tests and not the actual code. I will upload a fix for this.