[PR #313] [MERGED] Added ability to upload & execute batch files #1091

Closed
opened 2026-02-27 15:53:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/313
Author: @MaxXor
Created: 7/31/2015
Status: Merged
Merged: 7/31/2015
Merged by: @MaxXor

Base: masterHead: pr/312


📝 Commits (4)

  • e29fce5 Allowed file dialogue to select .bat files.
  • 419cc4f Finished adding the ability to upload and execute .bat files.
  • 4d0ae7b Un-did my accident change
  • 0306acd Improved validating of executable files

📊 Changes

9 files changed (+55 additions, -14 deletions)

View changed files

📝 Client.Tests/Client.Tests.csproj (+1 -0)
📝 Client.Tests/Core/Compression/JpgCompression.Tests.cs (+1 -1)
📝 Client.Tests/Core/Compression/SafeQuickLZ.Tests.cs (+4 -8)
📝 Client.Tests/Core/Encryption/AES.Tests.cs (+2 -2)
📝 Client.Tests/Core/Encryption/SHA256.Tests.cs (+1 -1)
Client.Tests/Core/Helper/FileHelper.Tests.cs (+38 -0)
📝 Client/Core/Commands/MiscHandler.cs (+1 -1)
📝 Client/Core/Helper/FileHelper.cs (+6 -0)
📝 Server/Forms/FrmUploadAndExecute.cs (+1 -1)

📄 Description

  • Improved validating of executable files
  • Improved unit tests with categories
  • Removed validating of batch files, we can not really validate them

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/313 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 7/31/2015 **Status:** ✅ Merged **Merged:** 7/31/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `pr/312` --- ### 📝 Commits (4) - [`e29fce5`](https://github.com/quasar/Quasar/commit/e29fce5c209260e810f2a711f3f0330367ae875f) Allowed file dialogue to select .bat files. - [`419cc4f`](https://github.com/quasar/Quasar/commit/419cc4f3ebd5c52db04115b1414f0a53d1f72397) Finished adding the ability to upload and execute .bat files. - [`4d0ae7b`](https://github.com/quasar/Quasar/commit/4d0ae7bca05b3ca1a48a473c25879a7b1f259d9b) Un-did my accident change - [`0306acd`](https://github.com/quasar/Quasar/commit/0306acdbe6a34f322777afc81a81ac70e99c2f42) Improved validating of executable files ### 📊 Changes **9 files changed** (+55 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Client.Tests/Client.Tests.csproj` (+1 -0) 📝 `Client.Tests/Core/Compression/JpgCompression.Tests.cs` (+1 -1) 📝 `Client.Tests/Core/Compression/SafeQuickLZ.Tests.cs` (+4 -8) 📝 `Client.Tests/Core/Encryption/AES.Tests.cs` (+2 -2) 📝 `Client.Tests/Core/Encryption/SHA256.Tests.cs` (+1 -1) ➕ `Client.Tests/Core/Helper/FileHelper.Tests.cs` (+38 -0) 📝 `Client/Core/Commands/MiscHandler.cs` (+1 -1) 📝 `Client/Core/Helper/FileHelper.cs` (+6 -0) 📝 `Server/Forms/FrmUploadAndExecute.cs` (+1 -1) </details> ### 📄 Description - Improved validating of executable files - Improved unit tests with categories - Removed validating of batch files, we can not really validate them --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1091
No description provided.