Commit Graph

777 Commits

Author SHA1 Message Date
Jan Naahs
fafa37f8aa remove console.log 2020-10-24 22:16:09 +02:00
Jan Naahs
be1441ece7 fix detecting old mod version 2020-10-24 22:14:50 +02:00
Jan Naahs
125e95d162 refactoring for simplification 2020-10-24 14:16:52 +02:00
Jan Naahs
5836480529 add loading state to UploadMod.jsx 2020-10-24 14:16:02 +02:00
Jan Naahs
f34c630ce1 disable Button while loading 2020-10-24 14:15:33 +02:00
Jan Naahs
44a70d0c99 add loading state mod upload 2020-10-24 13:56:04 +02:00
Jan Naahs
0e5ad369b1 add loading state to Button component 2020-10-24 13:55:49 +02:00
Jan Naahs
9cd7f040a8 skip base mod on multi mod installation 2020-10-24 13:55:15 +02:00
Jan Naahs
82a8a8d6e5 refactoring save upload to match mod upload 2020-10-24 12:25:30 +02:00
Jan Naahs
a0952f7301 complete mod upload ui 2020-10-24 12:24:58 +02:00
Jan Naahs
8f6dd7d3c0 refactoring mainly rename var f to server 2020-10-24 11:34:54 +02:00
Jan Naahs
7665a53ea2 fix race while saving server settings and more logs 2020-10-24 11:33:30 +02:00
Jan Naahs
2848c6d117
Merge pull request #15 from jannaahs/backend-refactoring
Backend refactoring
2020-10-17 11:32:28 +02:00
Jan Naahs
4e09b09fb6
Merge pull request #16 from knoxfighter/mod_portal_go_changes
changed mod_portal.go to new response design
2020-10-17 09:41:29 +02:00
knoxfighter
7b1d55dce2 dont fail tests when no login possible 2020-10-17 02:35:26 +02:00
knoxfighter
751ea66ebb changed mod_portal.go to new response design 2020-10-16 21:44:41 +02:00
Jan Naahs
32f52d1c33 completed mod installation ui and small adjustments 2020-10-16 13:06:05 +02:00
Jan Naahs
de79685197 wip 2020-10-11 21:28:59 +02:00
Jan Naahs
a03bbffb2e improved consistency of json response 2020-10-11 19:17:39 +02:00
Jan Naahs
0540075cac add modal to choose mod version to install 2020-10-11 19:06:51 +02:00
Jan Naahs
c7827501b4 let tests fail if factorio credentials are missing or wrong 2020-10-10 00:11:14 +02:00
Jan Naahs
49f72d6500 refactoring test setup and using .env file for test 2020-10-09 23:59:56 +02:00
Jan Naahs
2fbbec7574 fixed .travis.yml 2020-10-09 22:54:21 +02:00
Jan Naahs
9b896d6075 fixed env variables in .travis.yml 2020-10-09 22:17:33 +02:00
Jan Naahs
93e59b81a2 update .travis.yml 2020-10-09 22:12:51 +02:00
Jan Naahs
6509958de8 include env variables for mod(_pack) directory 2020-10-09 21:37:54 +02:00
Jan Naahs
7126b62fe5 changed package to read flags and fixed tests 2020-10-09 21:20:10 +02:00
Jan Naahs
ad477db424 wip 2020-10-04 23:12:35 +02:00
Jan Naahs
051f56c268 wip 2020-09-28 23:57:28 +02:00
Jan Naahs
ad9ffadc74 wip 2020-09-28 23:54:43 +02:00
Jan Naahs
9f0686a09e wip 2020-09-20 20:07:15 +02:00
Jan Naahs
7075de7d44 refactoring 2020-09-14 00:04:37 +02:00
Jan Naahs
b1fe77c78e remove Actions for "Load Latest" Save 2020-09-14 00:02:03 +02:00
Jan Naahs
d1ded5ccaa fix password visibility toggle 2020-09-12 12:26:09 +02:00
Jan Naahs
908acd4cdc wip mods 2020-09-12 11:29:19 +02:00
Jan Naahs
7bfdb427db
Merge pull request #14 from knoxfighter/rework-ui-cleanup-mod-portal
Cleanup all mods routes and handler
2020-09-10 22:13:21 +02:00
knoxfighter
2ba5a4ad7d Merge remote-tracking branch 'jannaahs/rework-ui' into rework-ui-cleanup-mod-portal
# Conflicts:
#	src/handlers.go
#	src/mods_handler.go
#	src/routes.go
#	ui/App/views/Controls.jsx
#	ui/App/views/Saves/Saves.jsx
2020-09-10 03:34:30 +02:00
knoxfighter
2c38e0719d fixed windows compilation 2020-09-10 03:28:48 +02:00
knoxfighter
6f43652ec4 ignore Handler Tests, in short mode. Travis short mode used, in Pull Requests 2020-09-10 03:20:17 +02:00
knoxfighter
7e0d379f14 - added tests for normal mods handler
- added tests for mod portal mod installation handler
- added tests for modPack handler
- added tests for mods inside ModPacks handler
- fixed all found bugs
- reworked ModUploadHandler
- fixed multiple naming issues
2020-09-09 18:39:48 +02:00
Jan Naahs
4d9579191a responsive Layout 2020-09-06 20:13:20 +02:00
knoxfighter
5d354cb204 added installation of multiple mods from mod portal for modpacks 2020-09-06 18:56:44 +02:00
knoxfighter
879b2b41cf added installation of mods from mod portal for modpacks 2020-09-06 04:13:33 +02:00
knoxfighter
bae76f28a7 use new "ReadFromRequestBody" in modPortalHandler 2020-09-06 03:54:40 +02:00
knoxfighter
d6d3ced37b added upload of mods directly to a modPack 2020-09-06 03:34:12 +02:00
knoxfighter
626ae7e1c3 added delete all mods inside modpack 2020-09-06 03:27:24 +02:00
knoxfighter
9a8650af16 reworked update mod inside modpack and moved to correct file && made function to read struct from request body 2020-09-06 02:12:39 +02:00
knoxfighter
7b7c017341 reworked toggle mod inside modpack and moved to correct file 2020-09-05 22:28:57 +02:00
knoxfighter
b6e8d0d074 get modpack names from route and not from json body 2020-09-05 21:29:18 +02:00
knoxfighter
9267206128 fixed listing mods inside a specific ModPack 2020-09-05 19:31:29 +02:00