summaryrefslogtreecommitdiffstats
path: root/MCServer/webadmin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed error in webadmin home pageSTRWarrior2015-05-021-1/+1
|
* WebAdmin: Removed server name, shortened memory report.Mattes D2015-04-201-5/+1
|
* Split the plugin names and plugin folders to avoid confusing them.Mattes D2015-04-193-521/+11
| | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1877
* Fixed guest.htmlCreaprog2015-02-161-1/+1
|
* Fixed guest.htmlCreaprog2015-02-161-2/+4
| | | Fixed syntax.
* Fixed guest page.Alexander Harkness2015-02-161-2/+16
|
* Fixed login_template.htmlCreaprog2015-02-151-1/+1
| | | Remove "/".
* Turned off echo in Windows script.Mattes D2015-01-271-0/+1
|
* Use cRoot:Get():GetServer():GetNumPlayers() instead of a custom function.tonibm192014-12-301-9/+1
|
* Added player count to webadmintonibm192014-12-291-0/+10
| | | Now it shows the number of online players near the memory use
* Update V1.0.9Ambushed912014-11-053-44/+36
| | | | Removed Time, Scroll-Able Header, Resized contention
* Update V1.0.3Ambushed912014-11-052-3/+2
| | | | WebAdmin Fixes
* Update template.luaArian2014-11-041-70/+81
|
* Update template.luaArian2014-10-281-6/+5
| | | more to come
* Update login_template.htmlArian2014-10-281-110/+62
|
* Update style.cssArian2014-10-281-4/+4
|
* Update login.cssArian2014-10-281-4/+4
|
* Update login.cssArian2014-10-281-1/+1
|
* Update guest.htmlArian2014-10-281-3/+2
|
* Update template.luaArian2014-10-281-2/+21
|
* Update login_template.htmlArian2014-10-271-58/+108
|
* Update login.cssArian2014-10-271-1/+218
|
* Update style.cssArian2014-10-271-1/+432
|
* Update template.luaArian2014-10-271-0/+1
| | | Added licence
* Update login_template.htmlArian2014-10-271-0/+1
| | | Added licence
* Update style.cssArian2014-10-271-0/+1
| | | Added licence
* Update login.cssArian2014-10-271-0/+1
| | | Added licence
* Update template.luaAmbushed912014-10-271-6/+10
|
* Update template.luaAmbushed912014-10-271-90/+75
| | | Removed FusionCare link, change position for "Current time JS", Compression Ratio: 31% (HTML)
* Update template.htmlAmbushed912014-10-271-125/+136
| | | Removed all changes, back to old one
* Update login_template.htmlAmbushed912014-10-271-58/+61
| | | Changed copyright, current time and removed google.fonts. Loadtime has been lowered by: Compression Ratio: 86%
* Update style.cssAmbushed912014-10-271-1024/+1
| | | Removed 142 unused css code's, compressed with 27.72%
* Update login.cssAmbushed912014-10-271-378/+1
| | | Css has been cleaned and compressed. Take 44 unused css code's and compressed 39.09%
* Update login.cssAmbushed912014-10-271-1/+378
| | | Buatified
* Update temp.htmlAmbushed912014-10-271-99/+0
|
* Update guest.htmlAmbushed912014-10-271-5/+3
|
* Update login.cssAmbushed912014-10-231-442/+1
|
* Update template.luaAmbushed912014-10-231-4/+1
|
* Update style.cssAmbushed912014-10-231-1/+1
|
* Update login.cssAmbushed912014-10-231-2/+2
|
* Update login_template.htmlAmbushed912014-10-231-4/+1
|
* Update temp.htmlAmbushed912014-10-231-1/+1
|
* Update login_template.htmlAmbushed912014-10-231-3/+1
|
* Update (original).htmlAmbushed912014-10-231-4/+4
|
* Update style.cssAmbushed912014-10-231-1/+1
|
* Update guest.htmlAmbushed912014-10-231-1/+1
|
* Update WebAdminAmbushed912014-10-2318-401/+1699
| | | | | All files have been updated to the latest version off the new WebAdmin look.
* Webadmin: use images already in files/ instead of inline image dataarchshift2014-10-112-5/+5
| | | | This also probably means that the browser will be able to cache the images better, and not have to repeatedly download them al a part of the HTML.
* Fixed remaining indent and replaced tiger with webfreak.Alexander Harkness2014-10-111-107/+107
|
* Update template.htmlwin32re2014-10-111-3/+8
|
* Fixed indentation.win32re2014-10-111-130/+131
|
* More template changes.win32re2014-10-111-131/+130
|
* Update template.htmlwin32re2014-10-111-4/+10
|
* added font callbackWebFreak0012014-10-051-1/+1
|
* Removed my license, added me to CONTRIBUTORSWebFreak0012014-10-051-16/+0
|
* Added newlineWebFreak0012014-10-051-2/+1
|
* Added licenseWebFreak0012014-10-051-0/+16
|
* Made WebAdmin design more modernWebFreak0012014-10-053-265/+431
|
* WebAdmin: Exported logo and background.Howaner2014-08-313-3/+3
|
* WebAdmin: Added favicon to the login template.Howaner2014-08-311-0/+1
|
* WebAdmin: Exported favicon.Howaner2014-08-312-4/+4
|
* WebAdmin: Exported stylesheet in a own file.Howaner2014-08-312-333/+329
|
* WebAdmin: Added login templateHowaner2014-08-312-0/+24
|
* Fixed cert filename in Linux script.madmaxoft2014-05-072-2/+2
|
* Made the cert generation script executable on LinuxMattes D2014-05-021-0/+0
|
* Added a mention to run as admin.madmaxoft2014-05-011-0/+2
|
* Added scripts for generating HTTPS cert and key.madmaxoft2014-05-012-0/+19
|
* Fixed WebAdmin template after moving the memory stats functions to cRoot.madmaxoft2013-10-081-1/+1
|
* Implemented cWebAdmin:GetMemoryUsage() on Linux proper.madmaxoft2013-09-211-2/+2
| | | | Also the function now returns an int, number of KiB used, or -1 on failure.
* cLuaScript now uses cLuaStatemadmaxoft2013-08-061-1/+15
|
* Merge branch 'master' of github.com:tigerw/MCServer into tigerw-masterAlexander Harkness2013-07-311-39/+23
|\ | | | | | | | | Conflicts: MCServer/webadmin/template.html
| * Another partial redesign of WebAdminTiger Wang2013-07-291-47/+24
| | | | | | | | Done due to strong persuasion from FakeTruth and xoft.
* | Changed everyting to Unix line endings.Alexander Harkness2013-07-291-145/+145
| |
* | WebAdmin templates can use LuaFakeTruth2013-07-291-0/+453
| | | | | | | | | | New WebAdmin templates can use Lua to completely compose the pages themselves. This should allow infinite WebAdmin design possibilities.
* | Fixed very minor issue in template.htmlTiger Wang2013-07-271-1/+0
| | | | | | Removed extra space.
* | The tabs in the webadmin are not hardcoded in the template anymore but added using the Plugin:AddWebTab() function.STRWarrior2013-07-271-7/+1
|/
* Updated Webadmin HugelyTiger Wang2013-07-272-368/+519
| | | | New CSS and stuffz!
* Moved files used by MCServer to a special MCServer folderfaketruth2012-08-201-0/+376
git-svn-id: http://mc-server.googlecode.com/svn/trunk@763 0a769ca7-a7f5-676a-18bf-c427514a06d6