Skip to content

Commit

Permalink
Bugfix: Flow Deletion did not remove uploaded bulk files. (#2589) (#2590
Browse files Browse the repository at this point in the history
)

Also

* User GUI missing scrollbar for many users.
* Added the ability to filter hunts by username.
  • Loading branch information
scudette authored Mar 27, 2023
1 parent 04b0029 commit 02edb7d
Show file tree
Hide file tree
Showing 12 changed files with 614 additions and 564 deletions.
94 changes: 52 additions & 42 deletions api/proto/hunts.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions api/proto/hunts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ message ListHuntsRequest {
// If specified we return a partial structure.
bool summary = 4;
bool include_archived = 3;

string user_filter = 5;
}

message ListHuntsResponse {
Expand Down
41 changes: 0 additions & 41 deletions artifacts/definitions/Admin/System/CompressUploads.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion artifacts/definitions/Server/Utils/DeleteFlow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ parameters:

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

0 comments on commit 02edb7d

Please sign in to comment.