Skip to content

Commit 02edb7d

Browse files
authored
Bugfix: Flow Deletion did not remove uploaded bulk files. (#2589) (#2590)
Also * User GUI missing scrollbar for many users. * Added the ability to filter hunts by username.
1 parent 04b0029 commit 02edb7d

File tree

12 files changed

+614
-564
lines changed

12 files changed

+614
-564
lines changed

api/proto/hunts.pb.go

Lines changed: 52 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/proto/hunts.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ message ListHuntsRequest {
159159
// If specified we return a partial structure.
160160
bool summary = 4;
161161
bool include_archived = 3;
162+
163+
string user_filter = 5;
162164
}
163165

164166
message ListHuntsResponse {

artifacts/definitions/Admin/System/CompressUploads.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

artifacts/definitions/Server/Utils/DeleteFlow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ parameters:
2525

2626
sources:
2727
- query: |
28-
SELECT Type, VFSPath
28+
SELECT Type, Data.VFSPath AS VFSPath, Error
2929
FROM delete_flow(flow_id=FlowId, client_id=ClientId, really_do_it=ReallyDoIt)

0 commit comments

Comments
 (0)