759 Commits

Author SHA1 Message Date
knoxfighter
751ea66ebb changed mod_portal.go to new response design 2020-10-16 21:44:41 +02:00
Jan Naahs
a03bbffb2e improved consistency of json response 2020-10-11 19:17:39 +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
knoxfighter
d58a83918d made function for reading modpack requests && added listing mod inside a specific ModPack 2020-09-05 19:15:46 +02:00
knoxfighter
aa64fac21b renamed Route Handler, so their name starts with what they are for 2020-09-05 18:19:29 +02:00
knoxfighter
d2a9c69c72 moved LoadModPack into Modpack file && reworked checkModPackExists and added it to everything modpack related 2020-09-05 17:55:12 +02:00
knoxfighter
6527a21603 moved basic modpack handler into their own file && reworked ModpackDownload 2020-09-05 03:42:19 +02:00
knoxfighter
b23d428c94 moved factorio credentials to its own file && tested all mods routes 2020-09-04 17:48:18 +02:00
knoxfighter
6842d20fd2 reworked download multiple mods from mod-portal && reworked mod portal logout 2020-09-04 02:01:10 +02:00
Jan Naahs
9706bbac75 remove graphics from Factorio 2020-09-03 22:32:46 +02:00
Jan Naahs
94f47831f7 add axios interceptor and improve status code for Login 2020-09-03 21:39:55 +02:00
knoxfighter
4ac6ae2b6c
Made all routes use Statuscodes (instead of result.success) (#10)
* update routes to match new frontend

* cleaned user routes

* cleaned server settings routes

* cleaned game settings route handler

* cleaned factorio server handler (starting, stopping, killing, status, version)

* moved Stop and Kill to linux/windows specific files && run linux file on everything except windows

* removed unused functions on linux

* reworked saves routes

* cleared logs handler

* cleared mods and modpack handler

* removed wrong log line
2020-09-03 19:14:52 +02:00
knoxfighter
cc134073c6 moved ModPortalLoginStatus to new file 2020-09-03 02:39:01 +02:00
knoxfighter
fcbf76c023 reworked modPortal install and modPortal Login (also use json instead of formdata) 2020-09-03 02:17:33 +02:00
knoxfighter
ef4e20f674 reworked factorio mod portal get details about a mod 2020-09-01 16:58:07 +02:00
knoxfighter
2418859c35 reworked factorio mod portal api listing 2020-09-01 01:40:05 +02:00
knoxfighter
cb814ef3aa Merge remote-tracking branch 'jannaahs/rework-ui' into rework-ui-cleanup-mod-portal 2020-09-01 00:02:24 +02:00
Jan Naahs
6bb733b3c6 wip Mods 2020-08-28 23:38:09 +02:00
Jan Naahs
573b4f510f add Content for Help Section 2020-08-28 13:39:31 +02:00
knoxfighter
78fcd58717 removed wrong log line 2020-08-25 05:01:43 +02:00
knoxfighter
e3a14920ff Merge remote-tracking branch 'jannaahs/rework-ui' into rework-ui 2020-08-25 04:54:19 +02:00