Dane Everitt
|
7321fe1421
|
Make DNS settings for containers configurable, closes #1965
|
2020-04-25 12:18:18 -07:00 |
|
Dane Everitt
|
6395b8b56c
|
Support for .pteroignore files when generating backups
|
2020-04-19 19:52:19 -07:00 |
|
Dane Everitt
|
df6d98bbda
|
Add support for ignoring directories/files; fix compression of archives
|
2020-04-18 23:26:23 -07:00 |
|
Dane Everitt
|
8eaf590f78
|
Include full path to file in callback
|
2020-04-18 18:59:10 -07:00 |
|
Dane Everitt
|
3bca54655b
|
Adjust callback to support continuing or stopping at current depth
|
2020-04-18 18:51:19 -07:00 |
|
Dane Everitt
|
9dcf06d106
|
Merge branch 'develop' of https://github.com/pterodactyl/wings into develop
|
2020-04-18 15:31:37 -07:00 |
|
Dane Everitt
|
71d38ff62e
|
Cleanup logic for getting a directory size; support cancelation during goroutine
|
2020-04-18 15:31:34 -07:00 |
|
Michael Parker
|
a60e261a49
|
fixes tmp dir building
adds a / to the tmp directory
|
2020-04-18 15:23:56 -04:00 |
|
Dane Everitt
|
4279fa510e
|
Cleanup data storage locations for daemon
|
2020-04-17 14:27:06 -07:00 |
|
Dane Everitt
|
4ff7bd2777
|
Abstract out more of the backup functionality
|
2020-04-17 13:46:36 -07:00 |
|
Dane Everitt
|
11035b561a
|
Break out the backup functions of the daemon in prep for S3 support
|
2020-04-13 22:01:07 -07:00 |
|
Dane Everitt
|
2bf293823f
|
Fix state handing logic
|
2020-04-12 17:43:16 -07:00 |
|
Dane Everitt
|
b73f78a832
|
Fix configuration parsing
|
2020-04-12 17:39:19 -07:00 |
|
Dane Everitt
|
083bea5504
|
Add support for modifying daemon configuration on-the-fly
|
2020-04-11 16:17:46 -07:00 |
|
Dane Everitt
|
03045c94be
|
Better race condition prevention
|
2020-04-10 18:22:18 -07:00 |
|
Dane Everitt
|
17d204a631
|
Little bit of code refactoring
|
2020-04-10 18:07:57 -07:00 |
|
Dane Everitt
|
af241f3de4
|
Code cleanup
|
2020-04-10 18:03:35 -07:00 |
|
Dane Everitt
|
c57708d1e0
|
Merge pull request #20 from matthewpi/issues/1899
Improved server loading
|
2020-04-10 17:37:45 -07:00 |
|
Matthew Penner
|
1f4aca8210
|
Fix issue with config file saving, fix issue with state file saving, fix issue when merging a uuid into a server without one
|
2020-04-10 17:55:36 -06:00 |
|
Dane Everitt
|
2220eb049c
|
Avoid race condition when listing a directory
|
2020-04-10 16:43:05 -07:00 |
|
Matthew Penner
|
4ea1b90560
|
Merge branch 'develop' into issues/1899
|
2020-04-10 17:27:39 -06:00 |
|
Dane Everitt
|
d3cbf96c57
|
Avoid race condition while calculating directory size of server
|
2020-04-10 16:14:04 -07:00 |
|
Matthew Penner
|
acf425b705
|
Add a lock to the states file
|
2020-04-10 16:37:10 -06:00 |
|
Matthew Penner
|
1e12b7b37c
|
Remove server configurations files and add shared state file
|
2020-04-10 16:33:30 -06:00 |
|
Matthew Penner
|
28c8f3f400
|
Add the ability to fetch all servers, fix cpu usage leak again..
|
2020-04-10 15:39:07 -06:00 |
|
Matthew Penner
|
e719c67e0b
|
Removes SyncServersOnBoot configuration option and requires that servers are synced when the daemon boots
|
2020-04-10 12:16:04 -06:00 |
|
Matthew Penner
|
9e30d63818
|
Add debug logs when a non-500 error occurs, force sync the configuration during installation of a new server
|
2020-04-10 12:00:04 -06:00 |
|
Dane Everitt
|
33875105b6
|
Fix topic handling for websocket with namespace
|
2020-04-06 21:22:43 -07:00 |
|
Dane Everitt
|
222091b68c
|
Fire an event to the websocket when a backup is completed
|
2020-04-06 21:03:50 -07:00 |
|
Dane Everitt
|
45d441ac32
|
Check permissions when performing websocket actions
|
2020-04-06 21:03:39 -07:00 |
|
Dane Everitt
|
03311ecf03
|
Move over backup and create transfer logic
|
2020-04-05 19:07:16 -07:00 |
|
Dane Everitt
|
cf2ef1a173
|
Port most of the HTTP code over to gin
|
2020-04-05 18:00:33 -07:00 |
|
Dane Everitt
|
223b9e05a1
|
Merge pull request #16 from matthewpi/feature/server-transfers
Server Transfers (pterodactyl/panel#18)
|
2020-04-05 11:06:34 -07:00 |
|
Dane Everitt
|
4ad57af990
|
Support one-time downloads of server backups
|
2020-04-04 19:55:23 -07:00 |
|
Matthew Penner
|
0ca9c8a114
|
Delete the server's archive when the server is deleted
|
2020-04-04 18:31:18 -06:00 |
|
Matthew Penner
|
5693d0431e
|
Merge branch 'develop' into feature/server-transfers
|
2020-04-04 17:17:09 -06:00 |
|
Dane Everitt
|
4ce2b73490
|
Add first implementation of local backups for a server
|
2020-04-04 16:07:25 -07:00 |
|
Matthew Penner
|
6af3cb2c9b
|
Get transfers 'fully' working, need to add fail request though
|
2020-04-04 16:15:49 -06:00 |
|
Matthew Penner
|
c096d8802f
|
Add configurable ArchiveDirectory
|
2020-04-04 00:17:32 -06:00 |
|
Matthew Penner
|
3dba11ac6f
|
Add ability to create archives of servers, add GET and POST /api/servers/:server/archive routes to get and request an archive of a server
|
2020-04-03 23:17:26 -06:00 |
|
Dane Everitt
|
019d028011
|
Add support for reinstalling a server
|
2020-04-03 13:43:13 -07:00 |
|
Dane Everitt
|
ddca34f9e8
|
Add support for defining specific threads for containers
|
2020-03-29 12:31:17 -07:00 |
|
Matthew Penner
|
8107532080
|
Revert style changes due to gofmt
|
2020-02-02 14:43:13 -07:00 |
|
Matthew Penner
|
07b1876954
|
Chown directories, not just files
|
2020-02-02 14:41:15 -07:00 |
|
Dane Everitt
|
ab54d2c416
|
Avoid triggering crash detection on container destroy
|
2020-01-19 14:00:59 -08:00 |
|
Dane Everitt
|
59299d3cda
|
Add code to notify panel when install is completed
|
2020-01-19 13:30:54 -08:00 |
|
Dane Everitt
|
7533e38543
|
Add support for running installation process when creating a server
|
2020-01-19 13:05:49 -08:00 |
|
Dane Everitt
|
99a11f81c3
|
Improve event emitter/subscription abilities
|
2020-01-18 14:04:26 -08:00 |
|
Dane Everitt
|
c6fcd8cabb
|
Send installation data over socket when running
|
2020-01-18 13:05:44 -08:00 |
|
Dane Everitt
|
5c3823de9a
|
Only dump pull status in debug
|
2019-12-28 15:14:56 -08:00 |
|