Commit Graph

57 Commits

Author SHA1 Message Date
Björn Dahlgren
da7a71ed7f Block empty server titles 2021-03-04 00:08:33 +01:00
Björn Dahlgren
81259c9bc7 Update standard to v12 2018-12-15 14:27:07 +01:00
Björn Dahlgren
c278c6f617 Whitelist .pbo files for mission upload 2018-12-02 22:38:29 +01: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
a39e6f17e0 Remove Play withSIX 2018-08-18 01:22:44 +02:00
Björn Dahlgren
7fa714b8d5 Add missing send response to mods requests 2018-01-20 21:59:41 +01:00
Björn Dahlgren
b37342e100 Whitelist which config settings to send for API endpoint
Avoids sharing private username and password for Steam etc
2018-01-02 14:36:02 +01:00
Björn Dahlgren
4b23b687d6 Add delete button to log files list 2017-10-05 21:42:50 +02:00
Moritz Schmidt
6c979baeec enable user to view log file in browser 2017-10-02 10:57:00 +02:00
Moritz Schmidt
c38f23f54c multi missions file upload 2017-10-02 10:21:27 +02:00
Björn Dahlgren
853a79546a Lint and format all backend code with standard.js 2017-09-11 23:10:43 +02:00
Björn Dahlgren
8f1389464d Mission Upload broken after Express 4 update 2017-04-04 23:51:22 +02:00
Björn Dahlgren
a974d1bbf6 Update to Express 4 2017-04-01 12:55:09 +02:00
Björn Dahlgren
1e0b7bddbb Don’t resolve mods when saving servers 2017-04-01 11:30:29 +02:00
Björn Dahlgren
360887fcce Removed unused mod folder traversal 2017-04-01 10:34:38 +02:00
Björn Dahlgren
4c5f7e0dfd Refactored missions management into class 2016-10-29 16:34:54 +02:00
Björn Dahlgren
061d6c85e8 Send success response at once for mod download and update
This avoids browser retrying the request if download takes too long
2015-12-29 16:19:55 +01:00
Björn Dahlgren
4d954cef62 Wrong variable name used when downloading log file
Fixes #21
2015-11-21 18:54:51 +01:00
Björn Dahlgren
9aa3853bcf Improved file handling of mission files
Fixes #19
2015-11-21 12:42:10 +01:00
Björn Dahlgren
53c49b8055 Create log files on linux servers.
Fixes #17
2015-10-31 15:35:27 +01: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
f973eca818 Manual refresh mods button
Fixes #9
2015-05-30 01:30:53 +02:00
Björn Dahlgren
353b4e15e5 Keep mods in sync with clients through socket 2015-02-01 16:07:39 +01:00
Björn Dahlgren
d086b789f8 Implemented search in API 2015-02-01 05:01:50 +01:00
Björn Dahlgren
5f6108c98d Updated to PWS 0.0.9 client and moved som functions from routes 2015-02-01 04:55:08 +01:00
Björn Dahlgren
5d46fd7fc4 Moved all mods logic in router into separate class 2015-01-21 04:00:09 +01:00
Björn Dahlgren
7c4df71a90 Refactored manager and server into separate components injected as needed 2015-01-21 03:18:45 +01:00
Björn Dahlgren
5b736432d0 Fixed crash when PWS is not available and checking for outdated mods 2015-01-16 22:50:17 +01:00
Björn Dahlgren
33ff48d13e Removed special handling of acre since acre2 is now released for Arma 3 2015-01-03 03:51:03 +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
48e2655bff Check for synq metadata file to determine if mod was fetched from PWS 2014-11-10 00:50:17 +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
36bfcf7db3 Show PWS icon on mods installed from PWS 2014-07-28 19:46:01 +02:00
Björn Dahlgren
bbb9e0a57b Removed gamespy since it no longer works 2014-06-29 12:32:05 +02:00
Björn Dahlgren
fca9580bd8 Functionality to remove server from manager 2014-06-05 01:02:09 +02:00
Björn Dahlgren
0612d50cd5 Use manager as singleton 2014-06-05 00:19:29 +02:00
Björn Dahlgren
588c01522b Implemented toJSON on server object 2014-06-05 00:17:33 +02:00
Björn Dahlgren
1cfaab7992 Only send relevant server data to frontend 2014-06-04 23:25:05 +02:00
Björn Dahlgren
8b893cb93c Updates PlayWithSix module and fixes resolve ignored mods not on PWS. Fixes ACRE being calculated for Arma 2. 2014-05-29 21:21:22 +02:00
Björn Dahlgren
eb5c43e0e5 Resolve dependencies server side and update mod view as needed 2014-05-22 01:44:39 +02:00
Björn Dahlgren
9684f74a5a Updated to playwithsix 0.0.2 2014-05-22 00:13:14 +02:00
Björn Dahlgren
21a9fd8e5f Download mods from play withSIX 2014-05-07 01:43:26 +02:00
Björn Dahlgren
6efdf0d34a Check for outdated mods from PlayWithSix and button in listview to update 2014-04-21 15:24:47 +02:00
Björn Dahlgren
3e34850e44 Make sure pid is returned and fixed cyclic dependencies when fetching a single server 2014-04-09 00:08:36 +02:00
Björn Dahlgren
39bbe2e0c9 Simple gamespy status 2014-04-08 23:49:40 +02:00
Björn Dahlgren
9a3ba370a9 Handle mods per server instance 2014-04-08 22:59:59 +02:00
Björn Dahlgren
c125645823 Handle start and stopping servers 2014-04-07 00:58:17 +02:00
Björn Dahlgren
b620ac5d55 Start server from web ui 2014-04-06 21:09:52 +00:00