wings/router
Dane Everitt de30e2fcc9
Dont attempt to get size within archive process, will return empty; ref pterodactyl/panel#2420
The stat call is operating against an unflushed file if called in the archive function, so you'll just get the emtpy archive size, rather than the final size.

Plus, we only used the file stat in one place, so slight efficiency win?
2020-09-27 11:16:38 -07:00
..
tokens Merge develop into feature/file-uploads 2020-07-31 16:31:06 -06:00
websocket Support websocket event to send server stats; ref pterodactyl/panel#2414 2020-09-27 09:46:00 -07:00
error.go closes pterodactyl/panel#2413 2020-09-25 19:23:31 -07:00
middleware.go Fix problems with CORS and websocket allowed origins 2020-09-10 21:08:00 -06:00
router_download.go Fix some typos and run gofmt on all .go files 2020-09-05 13:08:40 -06:00
router_server_backup.go Don't throw a 500 error if the backup is missing; closes pterodactyl/panel#2280 2020-08-31 20:24:07 -07:00
router_server_files.go Dont attempt to get size within archive process, will return empty; ref pterodactyl/panel#2420 2020-09-27 11:16:38 -07:00
router_server_ws.go Don't block websocket from handling another message when a long running proccess is triggered 2020-07-18 16:45:10 -07:00
router_server.go Don't allow a reinstall while server is processing a power action; closes pterodactyl/panel#2409 2020-09-25 20:03:04 -07:00
router_system.go Simplify environment creation for server 2020-09-12 21:48:04 -07:00
router_transfer.go Simplify environment creation for server 2020-09-12 21:48:04 -07:00
router.go Merge develop into feature/file-uploads 2020-07-31 16:31:06 -06:00