1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 23:00:57 -05:00
Commit Graph

51 Commits

Author SHA1 Message Date
4c51d86fae add "advanced" search functionality 2023-01-23 16:38:16 -06:00
5112d88ce2 improve webfront command error feedback 2022-10-25 14:52:12 -05:00
455759787a fix issue with random concurrency issue on interaction reaction 2022-10-24 18:57:35 -05:00
450c8a45da add support for plugin generated pages (interactions). add disallow vpn command 2022-10-17 09:17:43 -05:00
8502ae47aa update interactions to allow building custom forms 2022-10-12 21:06:18 -05:00
8d8a8d869a implement profile interaction registration through plugins (mute and vpn detection implementation) 2022-09-08 15:03:38 -05:00
2255234229 small tweaks for notes/tags 2022-07-20 11:39:46 -05:00
c6b0f96a69 add client note command and feature 2022-07-20 10:32:26 -05:00
ee5fc9383d add set client tag to webfront profile as button 2022-07-19 20:37:48 -05:00
1fc418c792 more localization tweaks 2022-07-08 20:40:27 -05:00
c8eb6168d9 update webfront translation strings 2022-07-05 12:02:43 -05:00
45011d9ff9 fix token auth issue 2022-06-16 10:07:03 -05:00
16d295024e update schema to support unique guid + game combinations 2022-06-15 19:37:34 -05:00
5966541039 add alert/notification functionality (for server connection events and messages) 2022-06-11 11:34:00 -05:00
ae05bc4009 add ban management page 2022-06-05 16:27:56 -05:00
dc07e72fb3 improve loading of recent clients 2022-04-28 11:42:23 -05:00
840ff2cad9 make recent clients pagination load 20 per request 2022-04-25 16:13:18 -05:00
eec6fb4997 max recent clients paginated 2022-04-25 16:12:25 -05:00
26a4335141 only show reports from the last 24 hours 2022-04-25 15:44:51 -05:00
178cf6e92a ui tweaks/improvements including recent players and ip info lookup 2022-04-21 12:39:09 -05:00
d5b4c60e5a huge commit for webfront facelift 2022-04-19 18:43:58 -05:00
91a05348f0 initial permissions based webfront access implementation 2022-04-04 22:16:40 -05:00
4ae3ee1683 abstract engine color codes to use (Color::<Color>) format to make codes more.
see pt6 parser and configs for example usages
2022-01-26 15:20:10 -06: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
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
95643f6a2d add preset rules, configurable time spans, and separate rule shortcut for issue #180 2020-12-31 18:48:58 -06: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
225045432b fix dependency injection of comands in webfront preventing ui actions from working 2020-08-06 08:48:14 -05:00
1793f630f2 update action controller to dynamically generate command names in case of overridden names (issue #152) 2020-08-04 17:26:16 -05:00
51202e7f8b add configurable command and broadcast command prefix for issue #149 2020-07-31 20:40:03 -05:00
41474768fc add kick client functionality to webfront home for issue #142 2020-07-14 14:13:40 -05:00
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
ab52388ae1 fix login issue
strip colors for logging
feature implementation for issue #76
2019-08-04 20:38:55 -05:00
38313ab184 Add flag icon on client profile 2019-08-04 17:06:07 -05:00
1705db63ff add most recent players dropdown option to webfront
remove unneeded compiled bootstrap file
2019-07-16 15:27:19 -05:00
15eb509ba3 move some stuff for live radar for compiled views
add chat icon to send messages to servers on server view
2019-07-13 20:45:25 -05:00
1182b98336 continue working on per servver topstats 2019-02-26 21:25:27 -06:00
feb38656e8 fix damage event not including log line
complete initiall implementation for "2FA"
issue #52
issue #66
2019-02-16 15:04:40 -06:00
08d497153a update stats
change server id
fIx change log server complaining when empty read
2018-11-27 18:31:48 -06:00
a320389736 started work on getting the restart functionality in the gamelogserver
fix bug with unbanned players still showing as banned via lock icon
move player based stuff into client class
finally renamed Player to EFClient via partial class
don't try to run this build because it's in between stages
2018-11-05 21:01:29 -06:00
ca9e20ebd3 hopefully finished with RCon changes.
added more tests.
fixed issues from event changes (there's most definitely still issues related to that)
2018-10-02 12:39:08 -05:00
46969fc12f adds two day ban to drop down on for issue #47 remove IW5 (Pluto) from supported client until it's rewritten 2018-09-13 20:00:41 -05:00
bc0fe3daec Added additional properties method to allow easier extension to client properties
updated VPN plugin to use WebClient
message is sent to client trying to execute commands before they are authenticated
fixed rare issue with ToAdmins failing
record bullet distance fraction for client kills (_customcallbacks)
change client level/permissions through webfront
ability to tempban through webfront
2018-09-02 16:59:27 -05:00
f4e8a960be add translation for webfront
discord link has been genericized to social link
2018-05-05 17:52:04 -05:00
140788847d re-added the kill server command (can only be used if run as admin)
less warns when using a disposed socket
topstats added to tokens as {{TOPSTATS}}
fixed topstats reporting for only a single server
added fix to iw4 regex for negative score
tokens now support multiple lines (using Environment.NewLine to separate)
localization includes culture again
2018-05-05 15:36:26 -05:00
3f7cb69fcd fixed minification and bundling
template tweaks
2018-04-09 22:33:42 -05:00
e8b6525fea migrating to .NET Core 2.0 2018-04-08 01:44:42 -05:00
e8481b5b25 fix accidental improper name for login ClientId
added label field to InputInfo
added logout button
revert graph color
2018-04-05 17:50:04 -05:00
aec8ec6256 auth cookie expires after 30 days
only check hit offset when distance > 3 meters
fix null reference on unauthorized user
fixed stats not showing on profile if anticheat disabled
server client history turns red server is unresponsive
2018-04-04 23:38:45 -05:00
6ab37a6b6e RCon error handling is clearer
Show chat on mobile view of server overview
basic authentication
switched to extreme-ip-lookup for ip lookups (SSL)
2018-04-04 14:38:34 -05:00