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

94 Commits

Author SHA1 Message Date
c8eb6168d9 update webfront translation strings 2022-07-05 12:02:43 -05:00
0085bb07fb order report servers by most recent report 2022-06-16 10:11:01 -05:00
13d887a15c hide token generation button for non-logged-in users 2022-06-15 19:39:53 -05:00
b2528c9023 make alert menu scrollable for large # of alerts 2022-06-13 11:03:39 -05:00
1d100de715 improve alert display for mobile 2022-06-12 12:20:08 -05:00
5966541039 add alert/notification functionality (for server connection events and messages) 2022-06-11 11:34:00 -05:00
2017f08b43 increase width of side context menu for longer server names 2022-06-09 13:59:00 -05:00
6b243cfa1d fix issue with meta event context after 1st page load 2022-06-05 16:35:39 -05:00
ae05bc4009 add ban management page 2022-06-05 16:27:56 -05:00
f0276a6a44 make social icons fit better 2022-04-28 17:22:01 -05:00
c29a1d4b88 fix issue with side nav 2022-04-28 12:05:58 -05:00
dc07e72fb3 improve loading of recent clients 2022-04-28 11:42:23 -05:00
becfb4fa7b fix issue with kick from profile 2022-04-28 10:09:25 -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
994737790e move action modal infront of context modal for mobile 2022-04-25 15:52:18 -05:00
22968d70b1 add configuration link for console perms 2022-04-23 10:33:48 -05:00
0480a16e6b fix live radar icon 2022-04-22 17:29:29 -05:00
6588f30d77 show login token for longer period 2022-04-22 16:56:29 -05:00
001a7a4601 clean up report dropdown 2022-04-22 15:14:23 -05:00
178cf6e92a ui tweaks/improvements including recent players and ip info lookup 2022-04-21 12:39:09 -05:00
82513a8f03 fix kick button margin 2022-04-20 14:46:15 -05:00
5e932ac891 fix accent colors not showing 2022-04-20 13:12:42 -05:00
1dbe6a8960 cleanup 2022-04-20 09:26:10 -05:00
60d7fd08a0 small updates that got lost in last commit 2022-04-19 22:34:35 -05:00
d5b4c60e5a huge commit for webfront facelift 2022-04-19 18:43:58 -05:00
6458aee2ee add server scoreboard functionality 2022-01-26 15:20:10 -06:00
aea27d7e2c post webfront url to master 2022-01-26 15:20:10 -06:00
720d253fbb add script injection to the config to import custom webfront scripts (ie google tracking) 2021-10-19 20:17:10 -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
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
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
f984d509b3 implement admin "privacy" for issue #185 2021-01-09 12:37:20 -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
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
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
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
142924e62b add help page to layout 2019-12-28 20:44:39 -06:00
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
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
ba35177ded add more informative 404 errors 2019-10-23 13:35:20 -05:00
64fdfc83e2 update recently clients to show last 24 hours
fix color codes on profile meta data
2019-10-02 17:59:10 -05:00
7f388a1ce9 prevent flag icon from showing on banned profiles
implement automated penalty info for profanity determent issue #75
2019-08-06 13:36:37 -05:00
8bd67a1629 finish color code support (I think) 2019-08-02 18:04:34 -05:00
d1713882ac finish custom accent color feature 2019-07-27 15:23:45 -05:00