ad14a150e2
improve about page layout
2021-10-16 13:30:26 -05:00
9cfaef2ce5
add option to toggle about page/make some checks on displayed rules
2021-10-10 10:44:18 -05:00
60681458c4
Add about/community info guidelines/social page
2021-10-09 21:11:47 -05:00
d2590c929a
add raw file editing to configuration page in webfront
2021-09-16 16:27:40 -05:00
778bb34609
add tooltip timestamp to max concurrent players
2021-09-14 18:12:20 -05:00
d46c090301
implement client server connection tracking persistence
2021-08-31 18:21:40 -05:00
ce12d3e490
version css for webfront
2021-08-31 18:07:07 -05:00
e34d24db7e
bundle js by version so webfront updates don't need a cache refresh
2021-08-30 20:30:06 -05:00
dcf690325c
persist client count history data across reboots and allow for configurable timespan
2021-08-29 13:10:10 -05:00
fe140707ee
Add max concurrent players over 24 hours badge to home
2021-08-26 17:35:05 -05:00
19b5c456a5
support hostnames for server config
2021-07-11 17:26:30 -05:00
667bba8819
detect headshots for CSGO on advanced stats
...
track say_team events for CSGO
2021-07-10 21:37:51 -05:00
6dff22a592
use different api for country code/flag that support https
2021-07-02 10:04:56 -05:00
a668b62342
add country flag and name to profile
2021-07-01 21:58:09 -05:00
6c5149adf1
fix alignment for long server names
2021-06-30 10:44:43 -05:00
57f1dd3f3c
add lobby rating to home
...
add gametype (WIP) to home
misc UI tweaks
2021-06-30 09:57:07 -05:00
7f7c00e1f0
Use string for AC snapshot weapon and hit location
...
Add webfront logging
2021-06-29 15:02:01 -05:00
7e01dc3fc2
add initial CS:GO support
2021-06-03 10:51:03 -05:00
d7e5c6e3f4
fix issue with chat message search
2021-04-18 09:17:01 -05:00
cf6d71a8e5
remove whitespace on alias display and client name search
2021-03-31 11:20:32 -05:00
4179e8b428
properly pass game name to game string config finder.
...
add weapon prefix to weapon name parser for (iw5).
add some iw3 game strings
2021-03-23 21:42:26 -05:00
c6db9a8493
strip colors from header penalty on profile
2021-03-23 21:42:26 -05:00
2348a48dd3
prevent autoflag from running player has been manually unflagged
2021-03-23 10:34:44 -05:00
4316f1bfab
prevent missing config from causing stats error
...
small advanced stats fixes
2021-03-23 10:16:27 -05:00
434392a7e4
huge commit for advanced stats feature.
...
broke data out into its own library.
may be breaking changes with existing plugins
2021-03-22 11:09:25 -05:00
fb8122c0d7
revert unintended commit file
2021-01-24 13:30:22 -06:00
92e7a8bd2b
implement custom tag (descriptor) feature
...
allow override of level names through configuration
few small fixes/improvements
2021-01-24 11:47:19 -06:00
f984d509b3
implement admin "privacy" for issue #185
2021-01-09 12:37:20 -06:00
1c7e66da44
persist say command messages with webfront denotation to chat log
...
per issue #159
2020-11-18 09:08:24 -06:00
057de452e7
modify iw6x parser to default game log vars temporarily, small amount of code cleanup to git rid of warnings
2020-11-12 20:39:56 -06:00
04fe6836c6
refactor logging in pretty big overhaul
2020-11-11 17:35:55 -06:00
1317514bb3
hide flag status for non logged in users
...
remove erroneous anticheat detection reason on kick
2020-10-17 10:55:19 -05:00
45f1215aae
include "all" meta button on profile
...
include full humanizer package to library bug in russian translations
2020-08-20 11:08:21 -05:00
2e0b1b3569
hide chat for password protected servers for issue #162
2020-08-20 10:38:11 -05:00
93173652ea
merge
2020-08-18 20:15:46 -05:00
176d8edf22
another attempt to fix display of long client names/temporary t6 getinfo workaround
2020-08-18 20:11:41 -05:00
6e27dd9dce
QOL updates for profile meta
...
implement filterable meta for issue #158
update translations and use humanizer lib with datetime/timespan for issue #80
2020-08-18 16:35:21 -05:00
25ad16495e
fix misaligned kick button with long names on webfront
2020-08-18 16:35:21 -05:00
ae16306f35
fix misaligned kick button with long names on webfront
2020-08-12 13:46:14 -05:00
51202e7f8b
add configurable command and broadcast command prefix for issue #149
2020-07-31 20:40:03 -05:00
2b3514d586
tweak color of kick icon
2020-07-14 15:48:38 -05:00
41474768fc
add kick client functionality to webfront home for issue #142
2020-07-14 14:13:40 -05:00
14b6cd3ab8
[issue 137] custom display hostnames for webfront
2020-05-23 13:25:09 -05:00
cc8756107f
implement audit log view in webfront
2020-04-28 16:48:06 -05:00
1f7f40f296
[misc bug fixes]
...
properly hide broadcast failure messages if ignore connection lost is turned on
fix concurent issue for update stats history that happened with new event processing
make get/set additional property thread safe
add ellipse to truncated chat messages on home
2020-04-25 19:01:26 -05:00
296411a5be
add server categorization feature (issue #77 )
2020-04-13 20:26:13 -05:00
7230654da2
allow toggle of automated penalties display on the webfront
...
issue #112
fix small issue with script plugin loading
2020-02-12 13:13:59 -06:00
786eda7937
Finish implementation of configuable command permissions
2020-01-31 20:15:07 -06:00
f09a45503a
make the version name match the actual name for FTP deployment
...
fix rare issue with summing session scores
copy font to expected wwwroot dir in debug mode so we get pretty icons when developing
upgrade some packages
pretty much reworked the entire server web config to support better validation and stuff.. not really a small fix
finish web configuration changes (I think)
finish up configuration changes and update shared library nuget
2020-01-20 10:23:23 -06:00
32ce9017c9
finish help layout and show only on permission level
2019-12-29 11:32:36 -06:00