Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: app sharing (now open source!)#4378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deansheather merged 16 commits intomainfromdean/app-sharing
Oct 14, 2022
Merged
Changes from1 commit
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
6b68642
feat: app sharing pt.1
deansheatherOct 5, 2022
1ca5c46
Merge branch 'main' into dean/app-sharing
deansheatherOct 5, 2022
67a7057
feat: app sharing pt.2
deansheatherOct 5, 2022
d7403ec
feat: app sharing pt.3
deansheatherOct 6, 2022
2a5bcc8
Merge branch 'main' into dean/app-sharing
deansheatherOct 6, 2022
a2eacaa
feat: app sharing pt.4
deansheatherOct 6, 2022
e4f6fd6
chore: move app sharing to open source
deansheatherOct 12, 2022
40300a7
Merge branch 'main' into dean/app-sharing
deansheatherOct 12, 2022
89a75d0
fixup! Merge branch 'main' into dean/app-sharing
deansheatherOct 12, 2022
4f6aac8
chore: add test for app sharing with scoped keys
deansheatherOct 12, 2022
9f45850
chore: add share to all example templates
deansheatherOct 12, 2022
cedc57d
fixup! chore: add share to all example templates
deansheatherOct 12, 2022
f8268e7
chore: remove app sharing level 'template'
deansheatherOct 13, 2022
aae96de
chore: upgrade coder tf provider to 0.5.3
deansheatherOct 13, 2022
8df6bed
Merge branch 'main' into dean/app-sharing
deansheatherOct 14, 2022
077cb62
fixup! Merge branch 'main' into dean/app-sharing
deansheatherOct 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fixup! chore: add share to all example templates
  • Loading branch information
@deansheather
deansheather committedOct 12, 2022
commitcedc57ddf95e9b9a518f2dd8670ea15ca97814f6
4 changes: 2 additions & 2 deletionscoderd/workspaceapps.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -405,8 +405,8 @@ func (api *API) checkWorkspaceApplicationAuth(rw http.ResponseWriter, r *http.Re
// to access the given application. If the user does not have a app session key,
// they will be redirected to the route below. If the user does have a session
// key but insufficient permissions a static error page will be rendered.
func (api *API) verifyWorkspaceApplicationSubdomainAuth(rw http.ResponseWriter, r *http.Request, host string, workspace database.Workspace,AppSharingLevel database.AppSharingLevel) bool {
authed, ok := api.fetchWorkspaceApplicationAuth(rw, r, workspace,AppSharingLevel)
func (api *API) verifyWorkspaceApplicationSubdomainAuth(rw http.ResponseWriter, r *http.Request, host string, workspace database.Workspace,appSharingLevel database.AppSharingLevel) bool {
authed, ok := api.fetchWorkspaceApplicationAuth(rw, r, workspace,appSharingLevel)
if !ok {
return false
}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp