Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Added file response and upload functionality and removed the Blazor UI (
Browse files Browse the repository at this point in the history
  • Loading branch information
unclesp1d3r authored Nov 10, 2023
1 parent 5c3998c commit 9c06f61
Show file tree
Hide file tree
Showing 49 changed files with 671 additions and 1,729 deletions.
2 changes: 1 addition & 1 deletion HashSlinger.Shared/Generated/FileDto.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public partial record FileDto
public int Id { get; set; }
public bool IsSecret { get; set; }
public int? LineCount { get; set; }
public int Size { get; set; }
public long Size { get; set; }
}
}
2 changes: 1 addition & 1 deletion HashSlinger.Shared/Models/File.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ public record File
/// <summary>Gets or sets the size.</summary>
/// <value>The size, in bytes.</value>
/// <autogeneratedoc />
public int Size { get; set; }
public long Size { get; set; }
}
12 changes: 0 additions & 12 deletions HashSlinger.WebUI/App.razor

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions HashSlinger.WebUI/Components/Agents/View/LastActionCell.razor

This file was deleted.

13 changes: 0 additions & 13 deletions HashSlinger.WebUI/Components/Agents/View/OperatingSystemCell.razor

This file was deleted.

88 changes: 0 additions & 88 deletions HashSlinger.WebUI/Components/Tasks/TaskEditForm.razor

This file was deleted.

60 changes: 0 additions & 60 deletions HashSlinger.WebUI/Data/IHashSlingerApi.cs

This file was deleted.

31 changes: 0 additions & 31 deletions HashSlinger.WebUI/HashSlinger.WebUI.csproj

This file was deleted.

8 changes: 0 additions & 8 deletions HashSlinger.WebUI/Pages/Agents/Create.razor

This file was deleted.

Loading

0 comments on commit 9c06f61

Please sign in to comment.