mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
* feat: enable ports panel in proxy-uri patch This makes the forwarded ports panel enabled by default. * feat: add tunnelProvider in proxy-uri patch This adds a `tunnelProvider` along with a `tunnelFactory` so that ports are forwarded and use code-server's built-in proxy. * fixup!: update import * fix: skip uri modification if authority host match This adds a check in our `resolveExternalUri` patch to skip modifying if the `authority` and the `location.host` match to prevent `localhost:<port>/proxy/<port>` from being modified. * fixup!: refresh patch * fixup!: move authority check up * fixup!: remove comment * fixup!: add trailing slash |
||
|---|---|---|
| .. | ||
| base-path.diff | ||
| cli-window-open.diff | ||
| disable-builtin-ext-update.diff | ||
| disable-downloads.diff | ||
| display-language.diff | ||
| exec-argv.diff | ||
| github-auth.diff | ||
| insecure-notification.diff | ||
| integration.diff | ||
| local-storage.diff | ||
| logout.diff | ||
| marketplace.diff | ||
| parent-origin.diff | ||
| proposed-api.diff | ||
| proxy-uri.diff | ||
| series | ||
| service-worker.diff | ||
| sourcemaps.diff | ||
| store-socket.diff | ||
| telemetry.diff | ||
| unique-db.diff | ||
| update-check.diff | ||
| webview.diff | ||