Commit Graph

892 Commits

Author SHA1 Message Date
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
knoxfighter
ec16db3983 cleared mods and modpack handler 2020-08-25 04:53:21 +02:00
knoxfighter
251d937b4d cleared logs handler 2020-08-25 02:51:08 +02:00
Jan Naahs
d5e5f58208 fix save ServerSettings number are not undefined anymore 2020-08-24 19:34:05 +02:00
knoxfighter
37f8a235ef reworked saves routes 2020-08-24 19:24:13 +02:00
knoxfighter
a776ad4c4c removed unused functions on linux 2020-08-24 17:54:28 +02:00
knoxfighter
fd7b2c2bec moved Stop and Kill to linux/windows specific files && run linux file on everything except windows 2020-08-24 17:50:19 +02:00
knoxfighter
478bb1e6a4 cleaned factorio server handler (starting, stopping, killing, status, version) 2020-08-24 17:33:13 +02:00
knoxfighter
36897500c8 cleaned game settings route handler 2020-08-24 02:14:31 +02:00
knoxfighter
0e60a696f8 cleaned server settings routes 2020-08-24 02:06:00 +02:00
knoxfighter
be78db78f3 cleaned user routes 2020-08-24 00:41:53 +02:00
knoxfighter
5e6eb4ca18 update routes to match new frontend 2020-08-23 19:01:05 +02:00
Jan Naahs
36265c05ee add "delete all mods" feature 2020-08-23 18:42:25 +02:00
Jan Naahs
2c447e242e small adjustments 2020-08-23 18:41:26 +02:00
Jan Naahs
1d9f370aa0 add Flash Component 2020-08-22 22:18:00 +02:00
Jan Naahs
c78ad9707e rename css file 2020-08-22 20:36:21 +02:00
Jan Naahs
5419463105 adjust webpack 2020-08-22 20:34:09 +02:00
Jan Naahs
9d8c5839f5 use websocket to sync server status 2020-08-22 19:28:22 +02:00