Commit Graph

1098 Commits

Author SHA1 Message Date
jannaahs 17447eb9c6 updated javascript dependencies to latest and migrate react 2022-06-28 21:58:54 +02:00
jannaahs f888594f90 update tailwind.config.js for tailwindcss 3.x 2022-06-28 21:29:27 +02:00
jannaahs eae15d39fe update javascript dependencies 2022-06-28 21:23:44 +02:00
dependabot[bot] a5cde420c7 Bump minimist from 1.2.5 to 1.2.6 (#320)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 21:10:36 -04:00
Matthijs 02d286be36 Fixed custom chat log option (#313)
Server was started before the `--console-log` option as added to the arguments.
2022-03-14 17:51:16 -04:00
dependabot[bot] 2a74e1229f Bump follow-redirects from 1.14.4 to 1.14.8 (#312)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 17:48:50 -04:00
Gweneph 188a3e4e8a Update Saves.jsx (#314) 2022-03-14 17:48:05 -04:00
knoxfighter caf2ec7f28 Fixed wrong change of PR #303 2022-02-27 22:32:32 +01:00
knoxfighter 01965b7aac Merge pull request #303 from GavinZhengOI/develop
Change Default Game Version
2022-02-23 15:25:18 +01:00
knoxfighter 770645bac1 Merge pull request #286 from OpenFactorioServerManager/fix/server-reported-stopped-to-early
Fix server reported stopped to early
2022-02-23 15:06:13 +01:00
Jan Naahs 7201844205 Merge pull request #308 from Mattie112/patch-1
Corrected xz package in Dockerfile
2022-02-12 22:11:04 +01:00
Matthijs e7197c9cfd Added option to select a file for chat-logs (#310) 2022-02-10 19:29:14 -05:00
Matthijs eebc67464b Corrected xz package in Dockerfile
It should be `xz-utils` instead of `xz` (was already correct in `Dckerfile-local`)
2022-02-01 15:22:03 +01:00
GavinZhengOI 344fc35e33 Update docker-compose.yaml 2022-01-24 11:26:40 +08:00
GavinZhengOI faa6304c81 Update Dockerfile-local 2022-01-24 11:24:02 +08:00
GavinZhengOI 7506c14a59 Update docker-compose.simple.yaml 2022-01-24 11:23:34 +08:00
jannaahs ca68e96cb1 fix breaking change from react form hooks 2022-01-01 12:28:07 +01:00
jannaahs 6de3872b2b always use server.running as boolean 2022-01-01 12:25:59 +01:00
Jan Naahs 62ea775690 Merge branch 'develop' into fix/server-reported-stopped-to-early
# Conflicts:
#	src/bootstrap/config.go
2021-12-22 22:31:44 +01:00
Mitch Roote 799c2dbb82 Merge branch 'master' into develop 2021-12-09 20:27:23 -05:00
Mitch Roote 62cc3aeb9f Improve CLI, update to go 1.17 (#297)
* Improve CLI, update to go 1.17

* Specify ENV vars in flag parsing

* Remove unused env var

* Update changelog
2021-12-09 20:23:50 -05:00
jannaahs 84df0633c3 Merge branch 'master' into fix/server-reported-stopped-to-early
# Conflicts:
#	src/bootstrap/config.go
2021-11-21 13:49:52 +01:00
Mitch Roote 75ca66769f Merge pull request #296 from OpenFactorioServerManager/add-rcon-cmd-flag
Add -rcon-port flag in CLI command
2021-10-26 08:01:12 -04:00
Mitch Roote 3b281730a1 Merge pull request #293 from OpenFactorioServerManager/update-node-dependencies
upgraded all node dependencies
2021-10-26 08:00:51 -04:00
Mitch Roote 47e1614635 Add -rcon-port flag in CLI command 2021-10-19 20:44:28 -04:00
knoxfighter 5d11bb00f7 Merge pull request #295 from sean-callahan/fix/truncate-config
Truncate config files when resaving.
2021-10-19 21:21:58 +02:00
Sean Callahan 5cb83c86d0 bootstrap: truncate config file when saving
Before this change config files would have remnants of the previous
file's data. When saving, open file using os.Create() to truncate and/or create
the file before writing. In cases when the file is read only, open using
os.Open() which is shorthand for opening with the os.O_RDWR flag.
2021-10-19 10:56:43 -07:00
jannaahs 64e6805a5b reverted tailwindcss to 1.9.x because 2.x caused the GitHub action to fail
Also
- updated react hooks
- removed optimize-css-assets-webpack-plugin
2021-09-21 19:21:09 +02:00
jannaahs 89b821e2e2 Merge remote-tracking branch 'origin/update-node-dependencies' into update-node-dependencies 2021-09-21 18:20:42 +02:00
jannaahs d4ce1f0731 update workflow in order to use the latest version node 2021-09-21 18:20:15 +02:00
Jan Naahs 1805ad6627 Merge branch 'develop' into update-node-dependencies 2021-09-21 13:29:33 +02:00
jannaahs 08bc806325 upgraded all node dependencies
- upgraded all packages to the latest version
- fixed webpack config
- fixed css
2021-09-21 13:19:20 +02:00
Mitch Roote e553f7249a Merge pull request #292 from OpenFactorioServerManager/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-08-12 20:40:54 -04:00
dependabot[bot] 5cb5742fa9 Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 23:49:12 +00:00
Jan Naahs 4da6431cfc always show flash message
Additionally, the flash message can be closed by clicking on it.
2021-07-13 18:03:07 +02:00
Jan Naahs 575d9d953a sent server status update over websocket 2021-07-03 00:26:52 +02:00
Jan Naahs def93abcda server is recognized as stopped after process is killed 2021-07-02 23:44:46 +02:00
Jan Naahs 25e1946df7 factorio output reports server stop 2021-06-29 23:33:01 +02:00
knoxfighter 9dd4348570 Merge remote-tracking branch 'mroote/master' into develop 2021-06-12 16:07:18 +02:00
knoxfighter 738a7536ff Merge pull request #284 from OpenFactorioServerManager/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.12.0 to 4.16.6
2021-06-12 03:08:47 +02:00
dependabot[bot] edf02d4a5b Bump browserslist from 4.12.0 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.12.0...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 23:37:09 +00:00
Mitch Roote 04617b0fa7 Merge pull request #283 from DirkHeinke/patch-1
Add hint to generated password
2021-05-22 11:07:00 -04:00
Dirk Heinke bfc7d8cc0f Add hint to generated password 2021-05-22 16:17:52 +02:00
Mitch Roote 6f6304662a Merge pull request #281 from OpenFactorioServerManager/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21
2021-05-17 17:40:04 -04:00
Mitch Roote 4f6022fbf3 Merge pull request #280 from OpenFactorioServerManager/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-05-17 17:39:34 -04:00
dependabot[bot] 0b3055dbd6 Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 00:00:53 +00:00
dependabot[bot] 1e00e505c6 Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 23:23:30 +00:00
Mitch Roote 03ebd98c14 Merge pull request #279 from OpenFactorioServerManager/dependabot/npm_and_yarn/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2
2021-04-30 17:07:47 -04:00
dependabot[bot] 09171e315c Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 20:15:45 +00:00
Mitch Roote 5e1eae5213 Merge pull request #277 from OpenFactorioServerManager/bug/250-upload-save-shows-success-as-error
Update handlers.go
2021-04-28 19:55:37 -04:00