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

247 Commits

Author SHA1 Message Date
RaidMax
9cdb2ca63e update nuget pipeline
update script
2024-06-28 16:18:42 -05:00
RaidMax
a2e5e94b02 fix some issues with chat search feature 2023-08-27 12:28:35 -05:00
RaidMax
a169653e91 add chat to advanced search 2023-08-26 22:56:37 -05:00
RaidMax
3dd3f6ab2d optimize player history retrieval 2023-05-30 18:12:57 -05:00
RaidMax
fd7a7f7756 fix rule spacing on about page 2023-05-27 11:02:57 -05:00
RaidMax
0ca3be01d7 add server game group collapse to advanced stats 2023-04-07 21:38:41 -05:00
RaidMax
11f97d951c Add grouping for servers on top stats, live radar, and scoreboard 2023-04-07 16:23:24 -05:00
RaidMax
c1c3b163d4 remove unnecessary separator on client profile 2023-04-06 21:19:08 -05:00
RaidMax
f32949083f track private slots for webfront overview 2023-04-05 23:10:40 -05:00
RaidMax
7720e5e84f fix edge case for temp mute penalties with no expiration 2023-01-24 14:43:00 -06:00
RaidMax
b1a43e04d1 fix permissions issue with search 2023-01-24 14:32:48 -06:00
RaidMax
6857de371b fix issue with default date and default order on advanced search 2023-01-23 21:23:02 -06:00
RaidMax
4c51d86fae add "advanced" search functionality 2023-01-23 16:38:16 -06:00
RaidMax
9bd467c6c7 add game name to dropdown list on web console 2022-12-22 19:37:56 -06:00
RaidMax
6206088492 fix hidden text for password protected servers on chat context 2022-12-22 19:28:59 -06:00
RaidMax
a2ccefd89d only titleize single word titles on action dialogs 2022-10-25 14:03:35 -05:00
RaidMax
8e68c88ba3 Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2022-10-24 21:15:29 -05:00
RaidMax
8f00959ef9 fix profile issue with no available interactions 2022-10-24 21:11:00 -05:00
Amos
7180bfe1fc
Mute Banner for Profile & Prevent Self-Target & Correctly Expire Early Unmutes (#272)
* Fix self-targeting
Remove creation of penalty on mute expiration

* Display mute penalties on profile
Expire mute penalties on unmute

* Resolves issues in code review
Added comment in ClientController.cs
Fixed order of operations in MuteManager.cs
Fixed condition in MuteManager.cs

* Fix self-targeting
Remove creation of penalty on mute expiration

* Display mute penalties on profile
Expire mute penalties on unmute

* Resolves issues in code review
Added comment in ClientController.cs
Fixed order of operations in MuteManager.cs
Fixed condition in MuteManager.cs

* Changed localisation value to be more generic
Fix null reference warning (it should never be null) (34da216)
2022-10-24 18:58:12 -05:00
RaidMax
450c8a45da add support for plugin generated pages (interactions). add disallow vpn command 2022-10-17 09:17:43 -05:00
RaidMax
4cf62b73f1 add level color coding to target on penalty list for issue #265 2022-10-13 10:41:51 -05:00
RaidMax
8d8a8d869a implement profile interaction registration through plugins (mute and vpn detection implementation) 2022-09-08 15:03:38 -05:00
RaidMax
789ada6e2d add more cases to "About" regex rule numbering scheme 2022-07-25 10:33:44 -05:00
RaidMax
57cefc2b30 improve help display and add supported games list 2022-07-25 10:21:08 -05:00
RaidMax
9761713ef5 improve penalty display on mobile view 2022-07-23 11:22:16 -05:00
RaidMax
96439c9b1a improve audit log display on mobile 2022-07-23 11:09:23 -05:00
RaidMax
2255234229 small tweaks for notes/tags 2022-07-20 11:39:46 -05:00
RaidMax
f4078a1e74 update webfront permission types 2022-07-20 10:34:33 -05:00
RaidMax
c6b0f96a69 add client note command and feature 2022-07-20 10:32:26 -05:00
RaidMax
ee5fc9383d add set client tag to webfront profile as button 2022-07-19 20:37:48 -05:00
RaidMax
9535815cea misc performance graph display tweaks 2022-07-16 09:56:41 -05:00
RaidMax
28d56dae09 misc webfront tweaks 2022-07-10 21:06:58 -05:00
RaidMax
7972c75b4d add date stamp to performance graphs / increase number of performance rating snapshots / localize graph timestamps 2022-07-10 17:06:46 -05:00
RaidMax
f01f9d3292 fix rcon issue on restart 2022-07-09 20:57:00 -05:00
RaidMax
3b74953c01 improve ban management display and additional translations 2022-07-09 16:32:23 -05:00
RaidMax
cddc9297c2 cleanup table display of admins on mobile display 2022-07-09 13:54:35 -05:00
RaidMax
1fc418c792 more localization tweaks 2022-07-08 20:40:27 -05:00
RaidMax
2fb3c34d00 clean up display and uniformity of social icons 2022-07-06 09:49:44 -05:00
RaidMax
18c3631822 fix issue with context menu close not working on mobile 2022-07-05 15:15:25 -05:00
RaidMax
34d800a8b4 clean up some more translations 2022-07-05 12:42:17 -05:00
RaidMax
c8eb6168d9 update webfront translation strings 2022-07-05 12:02:43 -05:00
RaidMax
c2353f5bb8 optimize chat filtering/searching 2022-06-16 18:03:23 -05:00
RaidMax
6f5db426c1 misc ui tweaks 2022-06-16 14:02:44 -05:00
RaidMax
0085bb07fb order report servers by most recent report 2022-06-16 10:11:01 -05:00
RaidMax
13d887a15c hide token generation button for non-logged-in users 2022-06-15 19:39:53 -05:00
RaidMax
16d295024e update schema to support unique guid + game combinations 2022-06-15 19:37:34 -05:00
RaidMax
b2528c9023 make alert menu scrollable for large # of alerts 2022-06-13 11:03:39 -05:00
RaidMax
1d100de715 improve alert display for mobile 2022-06-12 12:20:08 -05:00
RaidMax
5966541039 add alert/notification functionality (for server connection events and messages) 2022-06-11 11:34:00 -05:00
RaidMax
2017f08b43 increase width of side context menu for longer server names 2022-06-09 13:59:00 -05:00