1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

257 Commits

Author SHA1 Message Date
RaidMax
2e0b1b3569 hide chat for password protected servers for issue #162 2020-08-20 10:38:11 -05:00
RaidMax
93173652ea merge 2020-08-18 20:15:46 -05:00
RaidMax
176d8edf22 another attempt to fix display of long client names/temporary t6 getinfo workaround 2020-08-18 20:11:41 -05:00
RaidMax
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
RaidMax
25ad16495e fix misaligned kick button with long names on webfront 2020-08-18 16:35:21 -05:00
RaidMax
ae16306f35 fix misaligned kick button with long names on webfront 2020-08-12 13:46:14 -05:00
RaidMax
225045432b fix dependency injection of comands in webfront preventing ui actions from working 2020-08-06 08:48:14 -05:00
RaidMax
1793f630f2 update action controller to dynamically generate command names in case of overridden names (issue #152) 2020-08-04 17:26:16 -05:00
RaidMax
51202e7f8b add configurable command and broadcast command prefix for issue #149 2020-07-31 20:40:03 -05:00
RaidMax
2b3514d586 tweak color of kick icon 2020-07-14 15:48:38 -05:00
RaidMax
41474768fc add kick client functionality to webfront home for issue #142 2020-07-14 14:13:40 -05:00
RaidMax
9b9c1bd851 support custom master url
refactor api instatation to allow custom master url in config
2020-06-30 16:39:32 -05:00
RaidMax
39e0874bec [issue #139] client lookup and stats api 2020-05-25 13:04:44 -05:00
RaidMax
14b6cd3ab8 [issue 137] custom display hostnames for webfront 2020-05-23 13:25:09 -05:00
RaidMax
c7967c4a38 re-enable claims permission add/remove 2020-05-22 21:38:38 -05:00
RaidMax
6f9051120d [issue 135] enhanced search
implement enhanced search for chat messages
2020-05-22 20:29:41 -05:00
RaidMax
46fee97e4e implement script plugin command registration - issue #132 2020-05-11 16:20:25 -05:00
RaidMax
84ffb9aa29 [tweaks and fixes]
reenable tekno support
address vagrant thread issue
refactor game log reader creation to follow better practices
fix bot issues/address how guids are generated for bots/none provided
2020-05-04 16:50:02 -05:00
RaidMax
cc8756107f implement audit log view in webfront 2020-04-28 16:48:06 -05:00
RaidMax
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
RaidMax
296411a5be add server categorization feature (issue #77) 2020-04-13 20:26:13 -05:00
RaidMax
d45d99454b fix for runaway regular expression on linux
explicitly set string dvars in quotes to allow setting empty dvars
allow piping in input from command line (#114)
update the distribution for top stats elo
prevent game log file rotation from stopping event parsing
2020-04-01 14:11:56 -05:00
RaidMax
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
RaidMax
af380d3744 refactor a good bit of stuff for better dependency injection
fix regular expression for T6 log parsing
2020-02-11 16:44:06 -06:00
RaidMax
3de5ce9ac0 allow Kekno to run with sv_running not returning anything :upside_down:
make sure script plugins output correct errors instead of being swallowed
prevent webfront error when webfront tab is left open on a server no longer being modified
2020-02-01 12:27:14 -06:00
RaidMax
786eda7937 Finish implementation of configuable command permissions 2020-01-31 20:15:07 -06:00
RaidMax
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
RaidMax
877a904bb0 fix error code page for things over than 404s
allow request token when not logged in
2020-01-14 18:56:23 -06:00
RaidMax
e5e0835f8a updates to support new master versioning
make sure game files are copied correctly in build output
2020-01-11 20:32:27 -06:00
RaidMax
32ce9017c9 finish help layout and show only on permission level 2019-12-29 11:32:36 -06:00
RaidMax
142924e62b add help page to layout 2019-12-28 20:44:39 -06:00
RaidMax
9f63eafd7f fix javascript libraries not being loaded because the stupid CDN change. MICROSOFT, IF YOU'RE LISTENING, FIX YOUR INTEGRATION WITH CDNJS THANK YOU
force demo record and increase max demos saved for IW4x
fix issue with disconnect on a not fully connected client
2019-12-27 20:37:50 -06:00
RaidMax
fc8ff7dac9 fix duplicate aliases from color codes (AB#5) 2019-12-27 14:42:17 -06:00
RaidMax
61d35937b5 potential fix for a invalid operation exception on client update
change client library cdn provider as cdnjs seems broken at the moment
2019-12-27 12:10:20 -06:00
RaidMax
9629f802e1 fix authorize issue on penalty info after upgrading .NET Core runtime targets 2019-12-25 21:05:57 -06:00
RaidMax
f6c83ee4ed Update projects to .NET Core 3.0
Increase max sv_hostname length on master
2019-12-24 15:23:43 -06:00
RaidMax
bb7d209f26 Fix color code tag helper not being loaded 2019-12-07 10:49:40 -06:00
RaidMax
e1d19d0cdd merge 2019-12-02 15:56:30 -06:00
RaidMax
06e12248f9
move all the deployment setup into 2.4 pr (#85)
* don't run build commands in release

* fix test file

* Set up CI with Azure Pipelines

[skip ci]

* Include fonts and fix automessage hidden command

* more project changes

* migration from bower to libman

* more lib man changes

* project update for sneaky commands

* add missing canvas.js dep
update projects not to have stupid extra dlls

include in previous

* update pipeline file

* update post publish script and pipeline definition

* fix broken yaml

* move encoding conversion to seperate script

* remove extra uneeded rank icons
remove garbage language files being created
remove frontend lib when done

* fix publish script path

* grab localizations through powershell

* fix broken batch 🤷

* actually fixed

* only include runtime compilation in debug mode for webfront

* don't deploy un minified css
use full jquery version

* add step to download the scss for open iconic
change the font path

* update mkdir for iconic path

* don't include old iconic css

* correct font path for real now

* copy script plugins

* lots of changes for deployment

* build the projects

* use projectdir instead of solution dir

* nerf script commands plugin
fix live radar left over command

* actually kill script command post build

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* fix the font file copy (I think)

* maybe fix delete folder issue

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines
2019-12-02 15:52:36 -06:00
RaidMax
86dd6db3e5 renable weapon name in anticheat snapshot list
update migrations for unique index
fix missing total connection time
include total connection time in get client query
2019-11-25 12:05:12 -06:00
RaidMax
040ade364e Fix small issue with query optimization missing a FK set
Fix accidentally rename of controller method
2019-11-18 08:08:09 -06:00
RaidMax
edb00523a1 fix alias command sending message to origin instead of target
(hopefully) fix an issue with banned players causing exception if they create events before they are kicked out
fix issues with sometimes wrong error message for timeout
show most recent IP address at top of alias list
optimization to some sql queries
2019-11-15 14:50:20 -06:00
RaidMax
ba35177ded add more informative 404 errors 2019-10-23 13:35:20 -05:00
RaidMax
2ae4d031e5 Merge 2019-10-08 17:02:22 -05:00
RaidMax
d5117e8958 update the project files even though the culprit was actually the publish file 2019-10-08 16:47:36 -05:00
RaidMax
bcb137f8f1 ensure that demoted clients are logged out from the webfront 2019-10-07 17:35:37 -05:00
RaidMax
a9b44ffd49 update values for snap and offset
fix some issues from .NET Core 3.0 upgrade
2019-10-07 10:26:07 -05:00
RaidMax
64fdfc83e2 update recently clients to show last 24 hours
fix color codes on profile meta data
2019-10-02 17:59:10 -05:00
RaidMax
ca439070dd Update to .NET Core 3.0 2019-09-30 18:35:36 -05:00
RaidMax
0842d21401 prevent raw html when color codes are enabled 2019-09-28 19:13:30 -05:00