Ethan Alicea
f893d23040
added name thing idk
2024-02-08 06:43:12 +00:00
Ethan Alicea
8d121d8dbd
fixed things with daemon daemon thing yeah
2024-01-04 03:51:06 +00:00
Ethan Alicea
e713a2a189
updated version yeah
2024-01-04 03:28:02 +00:00
Ethan Alicea
9c370bcce5
Merge branch 'pterodactyl:develop' into nwy-wings
2023-12-31 00:50:15 -05:00
Matthew Penner
f68965e7c9
Update README.md
2023-12-29 22:12:22 -07:00
Matthew Penner
accc833e87
ci(push): only upload artifacts built with go 1.20.12
2023-12-19 14:44:57 -07:00
Matthew Penner
d4bfdd4548
ci: actions/upload-artifact v3 -> v4
2023-12-19 14:42:11 -07:00
Matthew Penner
2641080007
ci: update go to 1.20.12 and 1.21.5
2023-12-19 14:38:48 -07:00
Matthew Penner
10c58d3dc0
go: update dependencies
2023-12-19 14:38:21 -07:00
Ethan Alicea
f848fc98ec
Update config.go
2023-12-16 11:30:20 -05:00
Ethan Alicea
370d9348f6
Update config.go
2023-12-16 11:15:45 -05:00
Ethan Alicea
0faf47f752
Please enter the commit message for your changes. Lines starting
...
with '#' will be ignored, and an empty message aborts the commit.
Author: Ethan Alicea <64653625+Tech-Gamer@users.noreply.github.com>
On branch nwy-wings
Your branch is up to date with 'origin/nwy-wings'.
Changes to be committed:
modified: oryxBuildBinary
modified: system/const.go
2023-12-05 23:30:58 +00:00
Ethan Alicea
71c3a88b0e
Merge branch 'pterodactyl:develop' into nwy-wings
2023-12-05 18:25:49 -05:00
Matthew Penner
9496b1f7e5
go: update dependencies
2023-12-02 21:19:07 -07:00
Matthew Penner
2f1b67ed35
ci: update go to 1.20.11 and 1.21.4
2023-12-02 21:13:52 -07:00
Matthew Penner
579278b4de
sftp: log ip on inbound connection failure
2023-12-02 21:11:24 -07:00
Ethan Alicea
175ff31793
Merge branch 'pterodactyl:develop' into nwy-wings
2023-10-27 09:23:08 -04:00
Daniel Barton
d30ab7b9bd
dockerfile: update to go 1.20.10 ( #175 )
2023-10-17 20:49:39 -06:00
Daniel Barton
d1fd0465e4
server(filesystem): fix file names when extracting archives ( #165 )
2023-10-17 20:47:36 -06:00
Ethan Alicea
b6b8b67168
Merge branch 'pterodactyl:develop' into nwy-wings
2023-10-15 15:05:47 -04:00
Matthew Penner
79eb8e1365
Update CHANGELOG.md
2023-10-10 12:53:51 -06:00
Matthew Penner
2cb201d202
go: update dependencies
2023-10-10 12:46:36 -06:00
Matthew Penner
fc1ffc8cd3
workflows: update actions, use go 1.20.10 and 1.21.3
2023-10-10 12:43:02 -06:00
guangwu
48c55af373
chore: slice loop replace ( #173 )
2023-10-02 17:24:17 -06:00
guangwu
7a59d0929c
chore: remove unnecessary use of fmt.Sprintf ( #174 )
2023-10-02 17:23:45 -06:00
Matthew Penner
9b5eaf44df
Update README.md
2023-10-02 17:05:34 -06:00
Ethan Alicea
64e969b011
Create go.yml
2023-09-11 17:36:54 -04:00
Ethan Alicea
096c04e418
Please enter the commit message for your changes. Lines starting
...
with '#' will be ignored, and an empty message aborts the commit.
Author: Ethan Alicea <64653625+Tech-Gamer@users.noreply.github.com>
On branch nwy-wings
Changes to be committed:
modified: server/crash.go
modified: system/const.go
2023-09-11 21:35:08 +00:00
Ethan Alicea
4390bad36b
Please enter the commit message for your changes. Lines starting
...
with '#' will be ignored, and an empty message aborts the commit.
Author: Ethan Alicea <64653625+Tech-Gamer@users.noreply.github.com>
On branch develop
Your branch is up to date with 'origin/develop'.
Changes to be committed:
modified: .github/workflows/push.yaml
modified: .github/workflows/release.yaml
modified: CHANGELOG.md
modified: Dockerfile
modified: Makefile
modified: README.md
modified: cmd/configure.go
modified: cmd/diagnostics.go
modified: cmd/root.go
modified: config/config.go
modified: environment/allocations.go
modified: environment/docker.go
modified: environment/docker/api.go
modified: environment/docker/container.go
modified: environment/docker/environment.go
modified: environment/docker/power.go
modified: environment/docker/stats.go
modified: environment/environment.go
modified: environment/settings.go
modified: events/events.go
modified: go.mod
modified: internal/cron/activity_cron.go
modified: internal/cron/cron.go
modified: internal/cron/sftp_cron.go
modified: internal/database/database.go
modified: internal/progress/progress.go
modified: internal/progress/progress_test.go
modified: loggers/cli/cli.go
new file: oryxBuildBinary
modified: parser/parser.go
modified: remote/http.go
modified: remote/servers.go
modified: remote/types.go
modified: router/downloader/downloader.go
modified: router/middleware.go
modified: router/middleware/middleware.go
modified: router/middleware/request_error.go
modified: router/router.go
modified: router/router_download.go
modified: router/router_server.go
modified: router/router_server_backup.go
modified: router/router_server_files.go
modified: router/router_server_transfer.go
modified: router/router_server_ws.go
modified: router/router_system.go
modified: router/router_transfer.go
modified: router/tokens/parser.go
modified: router/websocket/listeners.go
modified: router/websocket/websocket.go
modified: server/activity.go
modified: server/backup.go
modified: server/backup/backup.go
modified: server/backup/backup_local.go
modified: server/backup/backup_s3.go
modified: server/configuration.go
modified: server/console.go
modified: server/crash.go
modified: server/events.go
modified: server/filesystem/archive.go
modified: server/filesystem/filesystem.go
modified: server/filesystem/filesystem_test.go
modified: server/install.go
modified: server/installer/installer.go
modified: server/listeners.go
modified: server/manager.go
modified: server/mounts.go
modified: server/power.go
modified: server/power_test.go
modified: server/resources.go
modified: server/server.go
modified: server/transfer/archive.go
modified: server/transfer/source.go
modified: server/transfer/transfer.go
modified: server/update.go
modified: sftp/event.go
modified: sftp/handler.go
modified: sftp/server.go
modified: wings.go
2023-09-11 17:22:09 +00:00
Matthew Penner
438e5fdbe9
Update CHANGELOG.md
2023-07-24 22:48:10 -06:00
Matthew Penner
a866493d0a
go: update dependencies
2023-07-24 13:47:53 -06:00
Matthew Penner
c9d92f7bac
ci: ubuntu-22.04, go1.19.11, go1.20.6
2023-07-15 14:40:45 -06:00
Matthew Penner
aa8ffdfcf7
go: update dependencies
...
This updates the docker client to include the fix added with
https://github.com/moby/moby/pull/45962 which solves a breaking change
to Go due to CVE-2023-29406.
2023-07-15 14:38:31 -06:00
Matthew Penner
8d7e23f542
Update README.md
2023-06-28 20:25:06 -06:00
Matthew Penner
bd26d6eefd
Update README.md
2023-05-12 23:13:09 -06:00
Matthew Penner
9441d2a523
Update CHANGELOG.md
2023-05-10 13:28:00 -06:00
Matthew Penner
4d51de71c2
server(filesystem): fix test failure
2023-05-10 12:59:22 -06:00
Matthew Penner
4b66a222cd
ci: update go (1.19.7 -> 1.19.9, 1.20.2 -> 1.20.4)
2023-05-10 12:37:35 -06:00
Matthew Penner
b665c943a2
server(install): remove privileges from install container
2023-05-10 12:35:46 -06:00
Matthew Penner
a50e4ce9d1
go: update dependencies
2023-05-08 13:52:15 -06:00
Matthew Penner
c76d68bc96
Update README.md
2023-03-11 14:12:46 -07:00
Matthew Penner
02cb64e31b
Update CHANGELOG.md
2023-03-07 15:57:12 -07:00
Matthew Penner
639ad76be3
go: update dependencies
2023-03-07 15:36:35 -07:00
Matthew Penner
a373bf8eda
system: fix sink pool test
2023-03-07 15:36:20 -07:00
Matthew Penner
74b1c46b7f
server(filesystem): fix archive test
2023-03-07 15:29:29 -07:00
Matthew Penner
5424c6718e
ci: update to go 1.19 and 1.20
2023-03-07 15:20:49 -07:00
Matthew Penner
43b3496f00
server(filesystem): fix archiver path matching
...
Closes https://github.com/pterodactyl/panel/issues/4630
2023-03-07 15:19:09 -07:00
dependabot[bot]
38c69ebfda
build(deps): bump golang.org/x/net ( #163 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20221004154528-8021a29435af to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/commits/v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 19:54:18 -07:00
dependabot[bot]
234e11b28b
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 ( #161 )
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 13:08:10 -07:00
Jakob Schrettenbrunner
ec6d6d83ea
config: add option to disable panel config updates ( #162 )
2023-02-27 13:05:36 -07:00