mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
feat: exporting tarball/sync doesn't require admin perms anymore
This commit is contained in:
@@ -1948,6 +1948,7 @@ where
|
||||
async fn tarball_workspace(
|
||||
authed: ApiAuthed,
|
||||
Extension(user_db): Extension<UserDB>,
|
||||
Extension(db): Extension<DB>,
|
||||
Path(w_id): Path<String>,
|
||||
Query(ArchiveQueryParams {
|
||||
archive_type,
|
||||
|
||||
@@ -40,7 +40,7 @@ export const settings: Record<string, Setting[]> = {
|
||||
value.includes('://') &&
|
||||
!value?.endsWith('/') &&
|
||||
!value?.endsWith(' ')
|
||||
: true
|
||||
: false
|
||||
},
|
||||
{
|
||||
label: 'Request Size Limit In MB',
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
containerClasses="border rounded-lg shadow-lg p-4 bg-surface"
|
||||
>
|
||||
<svelte:fragment slot="button">
|
||||
<Button size="md" startIcon={{ icon: Plus }} nonCaptureEvent>New folder name</Button>
|
||||
<Button size="md" startIcon={{ icon: Plus }} nonCaptureEvent>New folder</Button>
|
||||
</svelte:fragment>
|
||||
<div class="flex flex-col gap-2">
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user