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 |
|
Jan Naahs
|
c88cd30db4
|
simple management of installed mods
|
2020-08-22 00:33:16 +02:00 |
|
Jan Naahs
|
dc99208fdf
|
Merge branch 'develop' into rework-ui
# Conflicts:
# package.json
# ui/App/components/Header.jsx
# ui/App/components/Mods/ModLoadSave.jsx
# ui/App/components/Mods/ModManager.jsx
# ui/App/components/Mods/ModOverview.jsx
# ui/App/components/Mods/ModUpload.jsx
# ui/App/components/Mods/packs/ModPackOverview.jsx
# ui/App/components/Mods/search/ModSearch.jsx
# ui/App/components/ModsContent.jsx
# ui/App/components/Saves/SavesList.jsx
# ui/App/components/ServerCtl/ServerCtl.jsx
# ui/App/components/Sidebar.jsx
# ui/App/components/Users/AddUser.jsx
# ui/App/components/Users/UserTable.jsx
# ui/index.js
# ui/index.scss
# ui/js/customSwal.js
# ui/scss/_variables.scss
# ui/scss/customizations/adminLTE3-skin-blue.scss
# ui/scss/customizations/sidebar.scss
# ui/scss/customizations/sweetalert.scss
|
2020-08-21 22:40:45 +02:00 |
|
knoxfighter
|
365e4b3ac8
|
use older nodejs version (newer version is not compatible with dependencies)
|
2020-08-21 19:51:45 +02:00 |
|
Jan Naahs
|
081bfd9ba8
|
clean up
|
2020-08-21 11:28:13 +02:00 |
|
Jan Naahs
|
2d84b582cc
|
fix react error on reload
|
2020-08-21 11:26:55 +02:00 |
|
Jan Naahs
|
de999e6608
|
add icons and ui adjustments
|
2020-08-20 19:58:26 +02:00 |
|
knoxfighter
|
46952dbdf1
|
added autostart feature to changelog
|
2020-08-18 19:15:17 +02:00 |
|
knoxfighter
|
881cf32ff7
|
Merge pull request #179 from Psychomantis71/master
Autostart feature
|
2020-08-18 19:04:48 +02:00 |
|
knoxfighter
|
e0b42de48b
|
added Console age bugfix to Changelog
|
2020-08-18 18:50:45 +02:00 |
|
knoxfighter
|
0480a36bd9
|
Merge pull request #178 from jannaahs/fix-console
Fix console
|
2020-08-18 18:45:33 +02:00 |
|
Jan Naahs
|
8671978f64
|
clean up
|
2020-08-18 17:14:45 +02:00 |
|
Jan Naahs
|
18132f8935
|
Merge branch 'fix-console' into rework-ui
|
2020-08-18 16:55:16 +02:00 |
|
Jan Naahs
|
a7b133b90a
|
switch from notify to poll
|
2020-08-18 16:40:25 +02:00 |
|
Jan Naahs
|
bd66025a39
|
finished Console
|
2020-08-18 16:38:55 +02:00 |
|
Jan Naahs
|
921129edca
|
Merge branch 'fix-console' into rework-ui
|
2020-08-18 13:04:16 +02:00 |
|
psychomantis
|
f1cff022d1
|
Autostart feature
|
2020-08-17 22:13:57 -07:00 |
|
Jan Naahs
|
0a2a0fdee5
|
handle closed channel
|
2020-08-16 20:47:37 +02:00 |
|
Jan Naahs
|
27790cd250
|
Fix crash after inganme chat is used
|
2020-08-16 14:21:30 +02:00 |
|
Jan Naahs
|
495d0bd2f5
|
Fix open RCon session
|
2020-08-16 14:20:42 +02:00 |
|
Jan Naahs
|
e996bb0ad9
|
fix
|
2020-08-15 16:34:24 +02:00 |
|
Jan Naahs
|
b2dbe50230
|
Extracting input fields and finsih Game and Server Settings
|
2020-08-15 16:23:57 +02:00 |
|
Jan Naahs
|
25e5d2e0ff
|
delete out dated files
|
2020-08-07 23:01:21 +02:00 |
|
Jan Naahs
|
0085603171
|
fixed updateServerStatus
|
2020-08-07 21:42:08 +02:00 |
|
Jan Naahs
|
8afde3ae32
|
finished Controls.jsx
|
2020-08-07 21:41:29 +02:00 |
|
Jan Naahs
|
738bdf4f99
|
wip
|
2020-08-02 20:22:53 +02:00 |
|
Jan Naahs
|
12509e2bd1
|
Controls gets updated on serverStatus change
|
2020-06-26 12:14:47 +02:00 |
|
Jan Naahs
|
d6f7487bc8
|
small adjustments and bugfixes
|
2020-06-26 11:58:54 +02:00 |
|
Jan Naahs
|
774c40bfa5
|
wip
|
2020-06-20 23:31:05 +02:00 |
|
Jan Naahs
|
07123eb03a
|
refactor Login.jsx
|
2020-06-18 01:26:14 +02:00 |
|