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

28 Commits

Author SHA1 Message Date
4c51d86fae add "advanced" search functionality 2023-01-23 16:38:16 -06:00
d71bd5ecb6 improve penalty colors 2022-10-13 13:29:39 -05:00
2ec9332251 Added !unmute, !tempmute, !listmutes
Quick fix for PowerShell IE use

Makes date readable for target player

Resolved translation string inconsistencies

Minor code cleanups

Initial commit from review

Cleaned up code & amended a few checks

Comment typo

Fix infinite unmuting

Removed unnecessary checks (Unmuting an already unmuted player will not trigger MuteStateMeta creation (if already doesn't exist))
Resolved !listmutes showing expired mutes

Committing before refactor

Refactor from review

Removed reference to AdditionalProperty

Fix check for meta state when unmuting

Continued request solves main problem

Handle potential failed command execution

Missed CommandExecuted onJoin

Fix another PS Reference to Invoke-WebRequest

Fixes review issues & Cleaned up code
Adds support for Intercepting Commands via Plugin (Credit: @RaidMax)

Comparing

Revert formatting changes

Removing MuteList for Penalty
Added Mute, TempMute & Unmute Penalty

Fixed reference in Mute.csproj & Removed ListMutesCommand.cs
2022-10-13 13:29:39 -05:00
57cefc2b30 improve help display and add supported games list 2022-07-25 10:21:08 -05:00
9761713ef5 improve penalty display on mobile view 2022-07-23 11:22:16 -05:00
2fb3c34d00 clean up display and uniformity of social icons 2022-07-06 09:49:44 -05:00
45011d9ff9 fix token auth issue 2022-06-16 10:07:03 -05:00
fbf5c20601 improve icon alignment for nav menu 2022-06-16 09:46:01 -05:00
f0276a6a44 make social icons fit better 2022-04-28 17:22:01 -05:00
178cf6e92a ui tweaks/improvements including recent players and ip info lookup 2022-04-21 12:39:09 -05:00
7f43259049 fixup icons font path 2022-04-20 08:39:16 -05:00
e4ab67f218 ok for real this time 2022-04-19 23:14:10 -05:00
d5b4c60e5a huge commit for webfront facelift 2022-04-19 18:43:58 -05:00
3a0aee319e include css change for previous commit 2022-03-28 21:34:52 -05:00
adf483e692 set team properly/tint scoreboard background for team 2022-03-25 13:16:41 -05:00
7fe2e51449 add sorting and zscore to scoreboard 2022-01-26 15:20:10 -06: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
d46c090301 implement client server connection tracking persistence 2021-08-31 18:21:40 -05:00
6dff22a592 use different api for country code/flag that support https 2021-07-02 10:04:56 -05:00
57f1dd3f3c add lobby rating to home
add gametype (WIP) to home
misc UI tweaks
2021-06-30 09:57:07 -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
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
2b3514d586 tweak color of kick icon 2020-07-14 15:48:38 -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
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