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
Jan Naahs
9df8538881
Update handlers.go
...
First of all the extension must be checked including the dot.
If not a zip file is uploaded, the process should be canceled immediately.
This will fix #250
2021-04-21 20:56:18 +02:00
Mitch Roote
bdc79b9073
Merge pull request #275 from Mirdinus/develop
...
Rcon port config
2021-04-17 14:24:42 -04:00
Mirdinus
21644bb018
Merge pull request #3 from Mirdinus/bugfix/rcon-port-config
...
Missed line
2021-04-17 17:58:53 +00:00
Mirdinus
8e00335c72
Missed line
...
Missed line
2021-04-17 19:57:59 +02:00
Mirdinus
cc8dfb4f78
Merge pull request #2 from Mirdinus/bugfix/rcon-port-config
...
Logging updated
2021-04-17 17:26:09 +00:00
Mirdinus
078fc44392
Logging updated
...
Port message replaced
2021-04-17 19:25:35 +02:00
Mirdinus
4222b08ff7
Merge pull request #1 from Mirdinus/bugfix/rcon-port-config
...
Rcon port config
2021-04-17 16:11:40 +00:00
Mirdinus
e42108f089
Rcon port config
...
Rcon port taken from config file or generated if empty
2021-04-17 18:08:05 +02:00
knoxfighter
1d42f87e55
Merge pull request #273 from OpenFactorioServerManager/dependabot/npm_and_yarn/y18n-4.0.1
...
Bump y18n from 4.0.0 to 4.0.1
2021-04-11 22:25:14 +02:00
dependabot[bot]
662536d3af
Bump y18n from 4.0.0 to 4.0.1
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 08:49:59 +00:00
Mitch Roote
8ff0cfa725
Merge pull request #271 from zofrex/configure-console-log-file
...
Make server console log file path configurable
2021-03-28 08:08:11 -04:00
Mitch Roote
980f4fd6ac
Merge pull request #270 from zofrex/configure-admin-file
...
Make admin file location configurable
2021-03-28 08:06:37 -04:00
Mitch Roote
49b311ffe3
Merge pull request #269 from zofrex/read-only-config
...
Open conf.json in RDONLY when we only need to read it
2021-03-28 08:04:11 -04:00
James 'zofrex' Sanderson
b939bf8de3
Make server console log file path configurable
2021-03-26 09:01:11 +00:00
James 'zofrex' Sanderson
c26650e780
Make admin file location configurable
2021-03-25 15:11:44 +00:00
James 'zofrex' Sanderson
8640e407ed
Open conf.json in RDONLY when we only need to read it
2021-03-25 14:43:57 +00:00
Mitch Roote
6fbe9dfd63
Merge pull request #267 from OpenFactorioServerManager/dependabot/npm_and_yarn/elliptic-6.5.4
...
Bump elliptic from 6.5.3 to 6.5.4
2021-03-11 07:20:10 -05:00
dependabot[bot]
0a745ad4e7
Bump elliptic from 6.5.3 to 6.5.4
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 07:28:26 +00:00
knoxfighter
2d007c8737
Updated 0.10.1 date
2021-03-09 21:52:27 +01:00
knoxfighter
e95d327526
Merge pull request #266 from OpenFactorioServerManager/develop
...
0.10.1 release
2021-03-09 21:34:07 +01:00