branchsbox.web/mastercancel

716 Commits over 945 Days - 0.03cph!

1 Year Ago
Remove all that manifest stuff - just use GetPackage with a #version
1 Year Ago
GetHttpRequestData hack isn't needed anymore Add manifest api
1 Year Ago
Resolve missing documentation due to generic types in arguments
1 Year Ago
Ref: Fixed protected properties not having proper color Added missing = symbol for referencing field members API Reference: Updated Referencing Members logic Catches more cases such as method return values, avoids duplicates and now also works with structs
1 Year Ago
Overwritten/implemented properties also count as documented The base properties should be documented, same as with methods.
1 Year Ago
Fixed a typo in property name OpenGraph support for API Reference & Asset links
1 Year Ago
markdown description style adjustments
1 Year Ago
API: Fixed <inheritdoc> not inheriting argument/exception docs Also allowed it to do multiple inherits per member
1 Year Ago
Markdown for asset descriptions
1 Year Ago
Added "Archived" field to asset API response
1 Year Ago
API Ref: Support displaying "init;" property setters API Ref: Add quote marks to string parameter defaults So that empty strings are more obvious.
1 Year Ago
Update twitter name
1 Year Ago
Use correct created data on asset home
1 Year Ago
Clean up package contents, handle versioned inputs properly Update revoke logic
1 Year Ago
Lets use screenshots on the package list
1 Year Ago
API Ref: Make method implementations count as documented
1 Year Ago
API ref: Handle protected internal and private protected
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
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