Commit Graph

78 Commits

Author SHA1 Message Date
Björn Dahlgren
2e3f5eff79 Add support for additional configuration options
Options can be defined globally in config.js or per server in web ui
2019-06-02 12:26:40 +02:00
Björn Dahlgren
ae21680da8 Push missions with socket connection 2018-08-18 13:04:33 +02:00
Björn Dahlgren
4b1fa7b52f Push settings with socket connection 2018-08-18 12:31:47 +02:00
Björn Dahlgren
b13cc58b33 Assemble frontend with webpack 2018-08-18 03:35:48 +02:00
Björn Dahlgren
c58ec6f308 Update frontend dependencies
Backbone to 1.3.3
Marionette to 2.4.7
Underscore to 1.8.3

Fixes collection sorting when new items are added
2018-08-18 02:53:27 +02:00
Björn Dahlgren
a39e6f17e0 Remove Play withSIX 2018-08-18 01:22:44 +02:00
Björn Dahlgren
de7b482fe4 Remove marionette formview library 2017-10-06 00:01:55 +02:00
Björn Dahlgren
4b23b687d6 Add delete button to log files list 2017-10-05 21:42:50 +02:00
Moritz Schmidt
a3298f3057 add file patching options 2017-10-03 10:46:02 +02:00
Moritz Schmidt
f5e3755c51 add file size to log file view 2017-10-02 10:52:38 +02:00
Moritz Schmidt
49ceacf8ae configure motd/forcedDifficulty per server 2017-10-01 04:24:05 +02:00
Moritz Schmidt
a7d1221f03 add button to clone server configuration 2017-10-01 03:44:58 +02:00
Björn Dahlgren
a241242cfc Support variable number of headless clients 2017-09-11 22:53:13 +02:00
flexgrip
c8fe5348e0 Add verifySignatures option 2017-08-07 03:15:25 +00:00
Björn Dahlgren
a974d1bbf6 Update to Express 4 2017-04-01 12:55:09 +02:00
Björn Dahlgren
00b39fccbf Handle first start without servers.json and better empty servers state 2017-04-01 10:49:45 +02:00
Björn Dahlgren
f77d69381a Check and Uncheck all mods for a server 2017-03-12 11:36:45 +01:00
Björn Dahlgren
df61164fc9 Auto Start selected servers when Manager launches 2017-02-20 10:51:13 +01:00
Björn Dahlgren
fac18c00b6 Set startup parameters for server instances 2017-02-18 19:36:53 +01:00
Björn Dahlgren
c39237bcbd Implement sorting for most collections 2015-12-29 16:50:34 +01:00
Björn Dahlgren
0bc37645b3 Improved save server performance 2015-09-19 22:04:22 +00:00
Björn Dahlgren
daaefa4fa1 Mission rotation 2015-09-19 19:19:43 +02:00
Björn Dahlgren
e4d42d4b2a Don't start routing before servers has been loaded 2015-08-26 10:44:35 +02:00
Björn Dahlgren
12cab35055 Fixed loading indicator not working on mission upload and download 2015-08-15 17:26:30 +02:00
Björn Dahlgren
f121729211 Fixed broken progress on mods update button 2015-08-15 17:24:47 +02:00
Björn Dahlgren
38d935dd1c Download missions from Steam Workshop 2015-08-15 17:12:50 +02:00
Björn Dahlgren
0643b28490 Action to delete mod in mods list 2015-07-22 18:39:45 +00:00
Björn Dahlgren
1080bc0cbe Confirm removal of servers and missions. Confirm stop server. Fixes #12 2015-06-04 18:51:33 +02:00
Björn Dahlgren
f973eca818 Manual refresh mods button
Fixes #9
2015-05-30 01:30:53 +02:00
Björn Dahlgren
594487a60e Fixed view state issues where collections aren't rendered when updated 2015-04-17 19:56:47 +02:00
Björn Dahlgren
4130006650 Track mod download progress 2015-04-17 19:41:55 +02:00
Björn Dahlgren
ae4d326734 Disabled settings 2015-04-03 12:16:19 +02:00
Björn Dahlgren
f46e6acd13 Support headless 2015-02-14 11:16:41 +01:00
Björn Dahlgren
1477bd760a Properly scope form selector 2015-02-05 01:53:06 +01:00
Björn Dahlgren
64d14bb80f Search mods in frontend 2015-02-05 00:46:03 +01:00
Björn Dahlgren
353b4e15e5 Keep mods in sync with clients through socket 2015-02-01 16:07:39 +01:00
Björn Dahlgren
be6bdb781a Manually select port for server in settings 2015-01-16 23:09:53 +01:00
Björn Dahlgren
1c452329b2 Make sure server list is properly updated when server state is updated 2015-01-16 23:09:17 +01:00
Björn Dahlgren
fbeb956361 Change server config from manager. Uses new WIP arma-server module. 2015-01-03 03:49:31 +01:00
Björn Dahlgren
9cb1a912b1 Show server state and players currently connected 2014-11-09 19:07:00 +01:00
Björn Dahlgren
b57d30f8a4 Display and download logs on Wine and Windows 2014-11-09 18:10:42 +01:00
Björn Dahlgren
788a7a2189 Better mission handling 2014-07-26 11:01:53 +02:00
Björn Dahlgren
bbb9e0a57b Removed gamespy since it no longer works 2014-06-29 12:32:05 +02:00
Björn Dahlgren
b98590ea75 Use autodiscover url 2014-06-08 14:29:38 +02:00
Björn Dahlgren
4989155c35 Fixed hardcoded path to socket 2014-06-07 23:06:22 +02:00
Björn Dahlgren
fca9580bd8 Functionality to remove server from manager 2014-06-05 01:02:09 +02:00
Björn Dahlgren
957e665ff2 Button to add more servers 2014-06-05 00:44:47 +02:00
Björn Dahlgren
9d55eb6162 Keep web clients in sync with web socket 2014-06-05 00:22:40 +02:00
Björn Dahlgren
45e3c7f088 Show loader for mod update 2014-05-29 21:45:32 +02:00
Björn Dahlgren
eb5c43e0e5 Resolve dependencies server side and update mod view as needed 2014-05-22 01:44:39 +02:00