source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @468   20 months alloc 21.1.16.3 WebServer release API Command has default permission level …
(edit) @467   20 months alloc 21.1.16.2 WebServer release Added "id"s to messages in log API / event …
(edit) @466   20 months alloc Cleanup in OpenApiHelpers
(edit) @465   20 months alloc Updated to dashboard/marker files 0.8.2 Removed some debug logging for …
(edit) @464   20 months alloc 26_31_47 - Updated ModInfo to v2 format - Added WebMod that shows link …
(edit) @463   20 months alloc 21.1.16.0 release Completed OpenAPI specs Add support to path handlers …
(edit) @462   20 months alloc More OpenAPI specs added
(edit) @461   20 months alloc 25_30_46 - Fixed map marker icons not found
(edit) @460   20 months alloc More OpenAPI specs added OpenAPI specs cleanup to have everything …
(edit) @459   20 months alloc Updated to dashboard/marker files 0.8.0 Added initial OpenAPI support
(edit) @458   20 months alloc Fixed accidental commit of markers mod binaries
(edit) @457   20 months alloc Refactored APIs GamePrefs, GameStats, ServerInfo: Using arrays as …
(edit) @456   20 months alloc 25_30_45 - Readded WebTokens_Legacy command to inform users to use …
(edit) @455   20 months alloc 25_30_44 - Got rid (mostly) of custom JSON serialization - Some code …
(edit) @454   20 months alloc 24_29_43 Switched over to vanilla Web infrastructure
(edit) @453   20 months alloc 21.1.9 release, updated Sessions handler to be more flexible
(edit) @452   20 months alloc Updated web files to 0.7.3 (markers)
(edit) @451   20 months alloc Updated web files to 0.7.3
(edit) @450   20 months alloc Set projects to .NET 4.8
(edit) @449   22 months alloc Updated web files to 0.7.2
(edit) @448   22 months alloc 24_29_42
(edit) @447   22 months alloc 24_28_41
(edit) @446   22 months alloc 24_27_41
(edit) @445   22 months alloc Updated web files to 0.7.1
(edit) @444   22 months alloc Added more details to API map/config Updated web files to 0.7.0
(edit) @443   22 months alloc 23_26_40 (A21)
(edit) @442   22 months alloc 23_25_40 (A21)
(edit) @441   22 months alloc Added binaries to repository
(edit) @440   23 months alloc *Added: Allow specifying a single level 0 API token on the command line
(edit) @439   23 months alloc Renamed project folder
(edit) @438   23 months alloc Updated web files to 0.6.1
(edit) @437   23 months alloc Added GameStats and GamePrefs APIs Fixed ServerInfo API JSON output
(edit) @436   23 months alloc Added Bloodmoon API Removed WebUiUpdates API
(edit) @435   23 months alloc Added WebModules API POST support
(edit) @434   23 months alloc Added permission management APIs
(edit) @433   2 years alloc Fixed: User registration allowed same username for multiple users
(edit) @432   2 years alloc Added API "item"
(edit) @431   2 years alloc Folder "webserver" becomes "webroot"
(edit) @430   2 years alloc *Markers: Added storing the icon URL used for each marker
(edit) @429   2 years alloc *Updated web files to 0.6.0
(edit) @428   2 years alloc Include web files in webserver project
(edit) @427   2 years alloc *Save inherited per-method permission as "inherit" instead of the …
(edit) @426   2 years alloc *Updated web permissions system *Fixed webpermissions command *Moved …
(edit) @425   2 years alloc - API "map" added, currently only supports GET with the ID "config" - …
(edit) @424   2 years alloc
(edit) @423   2 years alloc Fixed: MapRenderer always enabled
(edit) @422   2 years alloc Added release files to version control
(edit) @421   2 years alloc Removed legacy webserver files from v2
(edit) @420   2 years alloc A21 preparations. NOT COMPATIBLE WITH A20 ANYMORE!
(edit) @419   2 years alloc Updated WebPermissions command to only list manually defined levels by …
(edit) @418   2 years alloc Refactored API authorization to support per-HTTP-method permission levels
(edit) @417   2 years alloc RegisterUser no longer uses a redirect on successful user creation (part 2)
(edit) @416   2 years alloc RegisterUser no longer uses a redirect on successful user creation
(edit) @415   2 years alloc Added HTTP method to RequestContext
(edit) @414   2 years alloc Fixed: Animal and hostile API result JSON
(edit) @413   2 years alloc Added user registration classes
(edit) @412   2 years alloc Web base class updates for vanilla changes for direct integration with …
(edit) @411   2 years alloc SessionHandler refactoring for login reuse
(edit) @410   2 years alloc Base API class improvements
(edit) @409   2 years alloc Added keep alive messages to SSE endpoints
(edit) @408   2 years alloc Few pieces of code cleanup
(edit) @407   2 years alloc Fixed again: Running behind reverse proxies and proper logins
(edit) @406   2 years alloc Only run web server if game is running as server
(edit) @405   2 years alloc Refactored console commands for A21 caching
(edit) @404   2 years alloc Latest state including reworking to the permissions system
(edit) @403   2 years alloc Made server-fixes no longer throw errors when running the mod on a …
(edit) @402   2 years alloc - Major refactoring - Using Utf8Json for (de)serialization - Moving …
(edit) @401   3 years alloc GetAllowedCommands: Also report all overloads
(edit) @400   3 years alloc
(edit) @399   3 years alloc Updated logging strings
(edit) @398   3 years alloc Added detection of "webserver" folder in mods, last mod with such a …
(edit) @397   3 years alloc Added command to invalidate file caches (actual command implementation)
(edit) @396   3 years alloc Latest version of MarkersMod JS
(edit) @395   3 years alloc WebPermissions cleanup, also now makes sure to write proper XML
(edit) @394   3 years alloc SessionHandler cleanup + redirect to /app/error/:code Some profiler …
(edit) @393   3 years alloc Added a debug+profiling build target
(edit) @392   3 years alloc Added command to invalidate file caches Added a debug+profiling build …
(edit) @391   3 years alloc Major refactoring/cleanup
(edit) @390   3 years alloc Added MarkersMod example
(edit) @389   3 years alloc Finished up REST API base Made API handler look for APIs in all loaded mods
(edit) @388   3 years alloc Added first version of REST API support
(edit) @387   3 years alloc Big refactoring in Web to pass around a Context instead of a bunch of …
(edit) @386   3 years alloc Enabled debug symbols in debug config on all projects
(edit) @385   3 years alloc Fixed HttpListener running the IPv6 socket in dual mode on some platforms
(edit) @384   3 years alloc Added support for webmods to the backend
(edit) @383   3 years alloc Fixed a bunch of warnings
(edit) @382   3 years alloc Switched to use SpaceWizards.HttpListener
(edit) @381   3 years alloc Moved legacy web files to weblegacy - URL fix
(edit) @380   3 years alloc Moved legacy web files to weblegacy
(edit) @379   3 years alloc Changed index.html to point to new Steam login URL
(edit) @378   3 years alloc Updated README.txt for currently required 7days/Unity/.NET assemblies
(edit) @377   3 years alloc Made SpaceWizards.HttpListener compilable against .NET 4.8 with …
(edit) @376   3 years alloc Added SpaceWizards.HttpListener for HTTP IPv6 support
(edit) @375   3 years alloc Target different folder on server for uploads
(edit) @374   3 years alloc Branch for next-gen version
(edit) @373   3 years alloc Added debug targets
(edit) @372   3 years alloc A few bits of code cleanup
(edit) @371   3 years alloc Fixed stuff using InternalId for every storage/lookup instead of a mix …
(edit) @370   3 years alloc 22_24_39
(edit) @369   3 years alloc Preparations for A20 release Changes usage of "SteamID" to "UserID" in …
Note: See TracRevisionLog for help on using the revision log.