Skip to content

Commit 2c6ad1b

Browse files
authored
Merge pull request pterodactyl#140 from Pterodactyl/feature/file-uploader
Add support for new file upload mechanics
2 parents f65e41a + e5ffb15 commit 2c6ad1b

File tree

4 files changed

+88
-83
lines changed

4 files changed

+88
-83
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6-
## v0.5.0-pre.2 (Bodacious Boreopterus)
6+
## v0.5.0-pre.3 (Bodacious Boreopterus)
77

88
### Added
99
* Return node configuration from remote API by using `/api/nodes/{id}/config` endpoint. Only accepts SSL connections.
@@ -13,6 +13,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1313
### Changed
1414
* Creating a user, server, or node now returns `HTTP/1.1 200` and a JSON element with the user/server/node's ID.
1515
* Environment setting script is much more user friendly and does not require an excessive amount of clicking and typing.
16+
* File upload method switched from BinaryJS to Socket.io implementation to fix bugs as well as be a little speedier and allow upload throttling.
1617

1718
## v0.5.0-pre.2 (Bodacious Boreopterus)
1819

public/js/binaryjs.js

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

0 commit comments

Comments
 (0)