Results 815 comments of Asher

Oh dope! I do actually run individual authcheck queries for the links under each org (so you should only see the sub-links you have permissions for), but I only do...

Good grief how did I not realize that, I should have read Kayla's PR more closely, thank you that makes things incredibly easy. **Edit**: oh wait I thought maybe there...

Ah yup that makes sense to me, could bring the same license UI that is on the new org page I think. And/or show the summary instead of the settings?...

For now I made it show the summary page, but I def think we should rethink especially since that summary page is pretty lame, and it does not explain why...

Does the same problem happen if you browse to `http://127.0.0.1:8080` (no `/vscode`)? `/vscode` is a legacy route, but we should fix it all the same.

Or, wait, is `/vscode` something you added with a reverse proxy? If that is the case, I think `http://127.0.0.1:8080/vscode/` (trailing slash) should work.

Hmm that does seem strange, I would expect previous versions to have the same problem without a trailing slash.

I imagine it just depends on if code-server is shut down before it finishes transmitting the file. I would not consider it a bug that a file transfer fails when...

I might not be understanding, but I tested a 101 MiB file with v4.92.2 and it only downloads once for me.

Ohhhhh I see, if the download is blocked by Chrome then it redownloads. I am not sure what we can do from code-server, if Chrome decides it needs to download...