Commit Graph

974 Commits

Author SHA1 Message Date
knoxfighter
8aa596f571
Merge pull request #230 from knoxfighter/Fix/small-fixes
Just small fixes for #220&#221
2021-01-23 01:48:11 +01:00
knoxfighter
a06d71b309
Merge pull request #231 from knoxfighter/small-refactoring
Small refactoring
2021-01-23 01:47:51 +01:00
knoxfighter
f8ab9c5759 Merge branch 'develop' into small-refactoring 2021-01-22 03:21:32 +01:00
knoxfighter
2d3772642f
Merge pull request #222 from OpenFactorioServerManager/new-authentication
New authentication
2021-01-22 03:01:55 +01:00
knoxfighter
300a304b32 fixed <Input/> not usable. 2021-01-21 03:52:56 +01:00
knoxfighter
5dda4f3ad8 use <Error/> to save some writing. resolves #228 2021-01-21 03:45:24 +01:00
knoxfighter
e5dceafe71 Merge branch 'new-authentication' into small-refactoring
# Conflicts:
#	src/api/handlers.go
#	ui/App/views/UserManagement/components/CreateUserForm.jsx
2021-01-21 03:37:40 +01:00
knoxfighter
55dcfc0d9e use <Input/> to have classNames in one place 2021-01-21 03:28:48 +01:00
knoxfighter
49e72676dd removed sideeffects from http request readers. resolves #229 2021-01-21 03:01:26 +01:00
knoxfighter
220b8e2f81 dont remove websocket rooms when empty. fixes #220. 2021-01-20 03:37:49 +01:00
knoxfighter
54244948a4 Show mods with same factorio version as compatible. fixes #221 2021-01-20 03:20:03 +01:00
knoxfighter
26e62e0f20 Login: add general error message, when credentials are wrong 2021-01-19 04:57:47 +01:00
knoxfighter
ec1fb466dc reconnect websocket, when connection fails 2021-01-19 04:46:51 +01:00
knoxfighter
a94517da5a fix double set of status header 2021-01-19 04:25:15 +01:00
knoxfighter
29eb2368b1 added missing panic 2021-01-19 03:21:02 +01:00
knoxfighter
027f05faba use existing jsx components && created one for errors 2021-01-18 05:42:27 +01:00
knoxfighter
71924b3f9c make an additional log when calling panic 2021-01-18 04:50:17 +01:00
knoxfighter
eb3fde0d8b fixed typos 2021-01-18 04:22:38 +01:00
knoxfighter
13a278f4cc close db when done with it 2021-01-18 04:22:20 +01:00
knoxfighter
fe481481e1 Merge branch 'develop' into new-authentication
# Conflicts:
#	src/api/handlers.go
#	src/bootstrap/config.go
2021-01-18 03:21:47 +01:00
knoxfighter
2700ee4520
Add workaround for 503 error in the mod portal api 2021-01-17 22:08:18 +01:00
Mitch Roote
0bd4572b31
Merge pull request #223 from FoxAmes/feat/more-path-args
Handle absolute paths in settings/binary, configurable BaseMod dir
2021-01-17 14:02:38 -05:00
Forest Ames
00908d43f9
Use filepath builtin for absolute path detection 2021-01-17 11:44:09 -07:00
Forest Ames
0bad11aab8
Handle absolute paths in settings/binary, configurable BaseMod dir 2021-01-17 11:44:04 -07:00
knoxfighter
7074a5f0a1 "fixed" error on logout 2021-01-15 04:34:04 +01:00
knoxfighter
5032f534e3 fixed memoryLeak, when unmounting Flash 2021-01-15 03:38:26 +01:00
knoxfighter
52ac62292a add success message, when password was saved 2021-01-15 02:46:05 +01:00
knoxfighter
e6bbcfc9e6 delete session cookie when unable to read it properly 2021-01-15 02:12:31 +01:00
knoxfighter
858401c0cf push to dockerhub tagged with branch name 2021-01-14 20:59:51 +01:00
knoxfighter
f2a3dc0ec3 updated docker readme 2021-01-14 20:45:54 +01:00
knoxfighter
1cb43f35ea generate RCON password, if default or not set 2021-01-14 20:24:09 +01:00
knoxfighter
7e9864cc69 updated dockerfiles aka. removed all configurable user credentials 2021-01-14 18:56:24 +01:00
knoxfighter
f3f4d76e18 added error output and error response 2021-01-14 04:41:36 +01:00
knoxfighter
63186c61dc added change password for current user 2021-01-14 03:48:01 +01:00
knoxfighter
f8fa0494bd fixed session cookie not available && fixed loading users after adding one 2021-01-13 04:18:15 +01:00
knoxfighter
af59bf2cf9 dont get user data again after login && fix login redirect 2021-01-12 22:03:56 +01:00
knoxfighter
9adead30c7 Merge branch 'develop' into new-authentication 2021-01-12 05:05:25 +01:00
knoxfighter
a7c18aeb98 use sqlite instead leveldb 2021-01-12 05:04:29 +01:00
knoxfighter
994929a00a save work for using gorm with sqlite (began writing) 2021-01-11 03:40:35 +01:00
knoxfighter
9ca71cb3bf
Merge pull request #217 from OpenFactorioServerManager/fix/dont-use-selected-on-option
fix dont use selected on option
2021-01-11 02:56:49 +01:00
Mitch Roote
2a0fc9a742
Merge pull request #218 from samgray96/develop
Add a map for mod_packs to docker compose dir
2021-01-10 09:48:36 -05:00
samgray96
4915a3ec1b Change host storage location
Change host storage location from ./fsm/mod_packs to ./factorio-data/mod_packs as requested
2021-01-10 14:37:32 +00:00
samgray96
923cdb5f43 Update docker-compose.simple.yaml 2021-01-10 14:18:56 +00:00
samgray96
247efd3d4a Add a map for mod_packs to docker compose dir
Add a volume map for mod_packs to docker compose dir to facilitate them persisting after an image refresh
2021-01-10 14:05:45 +00:00
Jan Naahs
1c08e1c64e removed selected from option 2021-01-10 13:45:05 +01:00
knoxfighter
206a03d9f6 rebuild authentication (not yet working) 2021-01-10 04:39:42 +01:00
Mitch Roote
99e32dd29d
Merge pull request #215 from OpenFactorioServerManager/develop
update links in readme
2021-01-07 12:30:21 -05:00
Mitch Roote
12ceeb63e8 update links in readme 2021-01-07 12:28:30 -05:00
Mitch Roote
42935c4135
Merge pull request #214 from OpenFactorioServerManager/develop
Add discord badge to readme
2021-01-07 12:22:48 -05:00
Mitch Roote
c0c96c30e0 Add discord badge to readme 2021-01-07 12:21:15 -05:00