Commit Graph

356 Commits

Author SHA1 Message Date
Björn Dahlgren
a09651179c Updated gitignore file 2016-10-29 16:48:40 +02:00
Björn Dahlgren
4c5f7e0dfd Refactored missions management into class 2016-10-29 16:34:54 +02:00
Björn Dahlgren
61ae4c6efc Make sure server log stream exists before closing. Fixes #22 2016-06-12 15:11:38 +02:00
Björn Dahlgren
2728b2f025 Fixed launch issues on Windows 2016-06-12 15:10:21 +02:00
Björn Dahlgren
3417e4950e Server Mods 2016-04-24 20:17:33 +02:00
Björn Dahlgren
c39237bcbd Implement sorting for most collections 2015-12-29 16:50:34 +01:00
Björn Dahlgren
73ecdbe47b Mod progress not reset correctly on multiple mod download 2015-12-29 16:21:17 +01: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
e72b4f65ce Fixed incorrect variable name i logs manager 2015-11-22 11:11:35 +01:00
Björn Dahlgren
8fda40f48d Fixed incorrect variable used to match log filename
Fixes #19
2015-11-22 11:06:40 +01:00
Björn Dahlgren
10f7768356 Wrong variable name used in logs manager
Fixes #19
2015-11-21 19:02:46 +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
d01f8f572d Panels for mission upload and steam workshop download 2015-11-21 12:22:14 +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
2509417c08 Make sure instance is running before applying new state 2015-10-31 15:34:26 +01:00
Björn Dahlgren
0bc37645b3 Improved save server performance 2015-09-19 22:04:22 +00:00
Björn Dahlgren
fab9fd572a Added icons to more buttons 2015-09-19 19:23:28 +02:00
Björn Dahlgren
daaefa4fa1 Mission rotation 2015-09-19 19:19:43 +02:00
Björn Dahlgren
7c299a1c00 Bumped arma-server requirement for BattleEye fix 2015-09-19 19:13:35 +02:00
Björn Dahlgren
7c2d704f28 Mods delete button should be red and dangerous 2015-09-19 16:39:52 +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
47629c5f4d Merge pull request #18 from Dahlgren/feature/steam-workshop
Download missions from Steam Workshop
2015-08-15 17:16:14 +02:00
Björn Dahlgren
38d935dd1c Download missions from Steam Workshop 2015-08-15 17:12:50 +02:00
Björn Dahlgren
914ad9bee0 Join mods list on server info correctly to fix line wrapping 2015-08-15 14:17:07 +02:00
Björn Dahlgren
c6ba691896 Sort server list on save to update correct order based on new title(s) 2015-08-15 14:04:42 +02:00
Björn Dahlgren
fac82611dc Set default prefix and suffix to all server names 2015-08-15 13:56:43 +02:00
Björn Dahlgren
93595dfdf0 Show Travis build status in README 2015-07-22 21:25:35 +02:00
Björn Dahlgren
3656b173c9 Only refresh mods if delete is successful 2015-07-22 19:20:05 +00:00
Björn Dahlgren
9599eac5f1 Merge pull request #16 from Dahlgren/feature/delete-mod
Action to delete mod in mods list
2015-07-22 21:10:31 +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
b51629645c Add mention regarding error reporting on Windows and Wine.
Fixes #3
2015-05-30 02:39:00 +02:00
Björn Dahlgren
2738e61597 Use HTTP Basic Auth if username and password is defined in config
Fixes #5
2015-05-30 02:29:48 +02:00
Björn Dahlgren
f973eca818 Manual refresh mods button
Fixes #9
2015-05-30 01:30:53 +02:00
Björn Dahlgren
1f3f2d605a Merge pull request #11 from NemesisRE/master
Added possibility for listen address
2015-05-29 18:58:12 +02:00
Steven Koeberich
c6a6d1d55b Update README.md 2015-05-29 17:52:12 +02:00
Steven Koeberich
732a7e1528 Update config.js.example 2015-05-29 17:24:18 +02:00
Steven Koeberich
ad5a1384e1 Update app.js
added config.host to server.listen()
2015-05-29 17:23:19 +02:00
Björn Dahlgren
a7ec32a7c6 Fixed formatting in gamedig query function 2015-04-25 12:17:48 +02:00
Björn Dahlgren
fcd02b3ccd Changed hardcoded type to gamedig to lookup correct type based on game
Fixes #4
2015-04-25 12:17:24 +02:00
Björn Dahlgren
38c1601b74 Gamedig library not compatible with node 0.8, don't test on travis 2015-04-25 12:07:13 +02:00
Björn Dahlgren
463c5c9322 Fixed inconsistent progress state 2015-04-17 20:06:48 +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
8e72a0e7fb Copy example config file for travis 2015-04-03 12:42:02 +02:00
Björn Dahlgren
c23edce76b Added travis configuration file 2015-04-03 12:38:32 +02:00
Björn Dahlgren
abf5a74ea4 Removed accidentally commited server config file 2015-04-03 12:36:38 +02:00