wings/server/filesystem
Matthew Penner ac9bd1d95e
server(filesystem): fix archives in subdirectories
When creating an archive starting from a subdirectory instead of the
root of a server's filesystem, the walker would treat the paths as if
they where relative to the parent of the subdirectory, instead of as
descendants of the subdirectory.

Fixes https://github.com/pterodactyl/panel/issues/5030
2024-03-14 13:46:36 -06:00
..
testdata add decompress tests 2021-04-25 16:44:54 -07:00
archive_test.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00
archive.go server(filesystem): fix archives in subdirectories 2024-03-14 13:46:36 -06:00
compress_test.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00
compress.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00
disk_space.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00
errors_test.go Add better error handling for filesystem 2021-04-17 13:29:18 -07:00
errors.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00
filesystem_test.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00
filesystem.go server(filesystem): fix archive skipping directories 2024-03-13 15:09:24 -06:00
path_test.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00
path.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00
stat_linux.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00
stat.go server(filesystem): rebuild everything imaginable 2024-03-13 12:27:29 -06:00