reposbox.webcancel

544 Commits over 731 Days - 0.03cph!

1 Year Ago
More XMLDoc formatting implementations Different colored text for paramref, support for <c>, styles for <code>. support for <see langword> Fixed <exception>s not appearing on member pages
1 Year Ago
Fixed up event documentation Correctly shows summary and event parameters, as well as event parameter summaries. Also no longer shows private events
1 Year Ago
Disable HTML parsing in markdown for API texts
1 Year Ago
Web - Scheduled Events (#7) - Added API methods to interact with scheduled events - Added admin page to interact with scheduled events
1 Year Ago
Add specific api functions based on BaseApiResponse Api uses new functions instead of directly interacting with db Works uses same Api functions, store creator's SteamId Add GetScheduledEvents Test
1 Year Ago
Explicitly support DateTime for ModelFields
1 Year Ago
Support "datetime" as a field editor, just use datetime-local Fixed not returning any scheduled events Added more data annotations to ScheduledEvent for validation Use ModelForm instead of our own hand-made EditForm
1 Year Ago
Added endpoint to grab non-stale events
1 Year Ago
Started on registering scheduled events, add admin page to add / list / delete already scheduled events
1 Year Ago
Global lobby admin page Return GlobalLobbyId as part of account/login api route, don't really want a new endpoint just for this
1 Year Ago
Increase trend days
1 Year Ago
Don't let UsageStats be null when wrapping PackageIndex
1 Year Ago
Always return a UsageStats because they'll deserialize to a struct
1 Year Ago
Better package usage stats, better trending calculation
1 Year Ago
Rebuild search index when adding/removing screenshots
1 Year Ago
ImageLarge not used anywhere
1 Year Ago
Separate screenshots / loading screen pages Only show loading screen option for maps and games Comment out redundant upload types
1 Year Ago
Wrap the screenshot properly to offer some compatibility
1 Year Ago
Login api user stats Include screenshots in search
1 Year Ago
Fix total player count
1 Year Ago
Make sort:trending make more sense Fix player lists
1 Year Ago
EventBatch pass additional columns
1 Year Ago
Remove Leaderboard + Rankings backend (sorry ziks, we built this on quicksand)
1 Year Ago
Fix addons getting not getting marked as game:any correctly
1 Year Ago
Fixed certain non obsolete types being marked as such Due to "Types with embedded references are not supported in this version of your compiler." Change ungrouped types to 3 columns Better usage of horizontal space Added api/?nogroups Skips the manual categories and shows all types under their namespace categories API history minor visual change
1 Year Ago
Should fix MakeRelease not generating history
1 Year Ago
Start using the engine version
1 Year Ago
PackageType can define whether it's api version sensitive package/find api uses api version properly, added unittests
1 Year Ago
Session exception fix
1 Year Ago
SessionCleanup can use ExecuteDeleteAsync now
1 Year Ago
Update AssetUsageUpdater to batch calls
1 Year Ago
Upgrade Works to use NET 7 in an attempt to fix API Reference errors
1 Year Ago
API Docs: Add event members
1 Year Ago
Event batch
1 Year Ago
Testing a package retrieval speedup hunch
1 Year Ago
Show automatic facet value in package edit page Allow publishing package to set public, tags, summary, description
1 Year Ago
Give tooltip to assembly display to avoid confusion with namespaces
1 Year Ago
Display which assembly a type or a member came from https://files.facepunch.com/rubat/1b2511b1/mTugKCgtQd.png Fixed an exception on enum page when it is used by a constructor Iterate over 'Referencing Types' visuals https://files.facepunch.com/rubat/1b2511b1/eC2Fmeol6h.png Fixed namespace page having small title text
1 Year Ago
API Ref: Generate trivia for properties and constructors
1 Year Ago
Update deploy.api.yml
1 Year Ago
Don't display deleted screenshots on asset home
1 Year Ago
Update deploy.sandbox.yml
1 Year Ago
Lets put at least something on the asset home page
1 Year Ago
Clean up
1 Year Ago
Remove unused Sandbox-ProcessAccessQueue Update usage stats straight from adx instead of aggregating shit Convert all usage stats to use adx Remove bullshit usage chart from asset pages
1 Year Ago
Minimize usage of AssetType Provide stepping stone type name in package wraps
1 Year Ago
Error fix
1 Year Ago
Remove unused columns/tables
1 Year Ago
package updates Define package types Remove categories, everything uses facets Rework tags, can edit tags directly Automatic facets Facets and categories for map, game, material Remove asset/count Strip out usage of the old tags system Properly highlight selected Tag highlight/faceting Fix tests Procedural tags Add game: tagging to map Give sort options in package/find so we have a single source to provide these Fix default ordering logic Fix TagEntry not serializing Store org detail properly bigger batch size in search update Take ClientTags from the latest version too only show tags if a type is selected Move organisations to header (we'll find somewhere better for this) Add tool console app Switch out old tag system to use new facets
1 Year Ago
Take ClientTags from the latest version too only show tags if a type is selected Move organisations to header (we'll find somewhere better for this) Add tool console app