697 Commits over 945 Days - 0.03cph!
Hide Internal
Fix Property.IsStatic
minor style adjustments
Fixed static never appearing
Fixed all virtual methods counting as overrides
Add fallback link for <Type> so most pages have links again
Display default value for params
Handle <exception> and multiple <example>s
Also better handles unknown nodes & CData nodes
Fix FullName not being set sometimes
Fix MakeRelease not updating api
WIP refactor to pre-calculated api doc
Add a banner alerting people that they're banned because they have autoclickers
Fixed docs not working for methods with generic params
Correctly display documentation for override methods
Rename AdminPageComponent
Implement AssetComponent
Delete redundant shit
Highlight hovered row
Can delete a player's individual game result
Can delete individual leaderboard entry
Can delete leaderboards
Member page does not display void return values
Method parameters display in/out/ref correctly
Member page doesn't display empty Parameters section
Type page shows nested types
Include type's own summary towards documentation %
Type page shows interfaces it implements
Show which methods are virtual and group them together
Also shows which are overrides
Parse XML of params and retval
Move Field/Method/Property URL to an extension
Remove retval/param stuff from summary when viewing types
Split remarks into its own template
Also added header param to summary and remarks templates
Added type member page
Basic namespace view
Decouple API Docs sidebar from TypeInformation page
Group namespace classes by struct/enum/etc
Link namespaces on main pages
Page titles
(U)Int64 => (u)long formatting
Display loading text when data is unavailable
Fix weird persistent data across page changes
Fixed an error when trying to display certain generic types
Sort namespaces alphabetically on main page
Fix annoying exception that can happen on startup
Fix template type not displaying at all
Also improved how array and generic types are displayed and link to their nested classes
Fixed sidebar generating bad URLs for certain types
Fixed an error when member doesn't have a summary
Display member remarks, example & params/retvals
Handle custom tags (<see>) and use markdown to format em
Update Azure.Storage.Blobs to latest
Do not count obsolete stuff towards documented %
Better handle reference arguments
Fixed summaries not displaying for constructors
Log exception when grant package fails
Fix exception when updating session
Clean document percentage styles
Added documentation percentages
https://files.facepunch.com/rubat/1b2211b1/AprFtHfz0T.png
Show generics
Correctly get documentation for methods with generic args
Clean up dev preview page
Temporary hack for api categories
Periodically update session
Only show Api classes that we haven't listed
Fixed documentation not showing for methods with no args
Show base class
Don't show base class members on class page
Api sidebar links to member properly
Fixed documentation not showing for methods with & args
Dev Preview Lottery system
Strip out that drag drop bullshit
Check for code changes in the background
Class sidebar links
Dev Preview tweaks
Drag Drop tests (wasted morning)
lowercase Object and Void
Documentation from xml files
Show obsolete information
Delete Unused
Add Release API
Fix warnings
Use latest version for docs (experimenting)
Add button to clear a user's session
Update UserData before accessing org page or creating an org
Revert "Easily cancel async operations when navigating around pages"
This reverts commit b418b95f3fc3d9b93715a64d1c04d6b20deb1818.
Better use the existing solution :)
Easily cancel async operations when navigating around pages
Fixes sbox-issues/issues/2067
DisplayName matches the requirements of editor's addon manager
Fix for sbox-issues/issues/2080
Fix deleting asset media
Fix edit org update exception
Fix exception when choosing org name
We don't need to record when people fail at updating their discord
Increase AssetRate timeout
Sentry tweaks
Stop the buttons moving around
Don't have to be logged in to watch get page
Fixed not cancelling CancellationTokenSource on dispose
Don't let non game owners upgrade themselves in discord
No that it matters
Admin Pages don't need this now
Disable RetryOnFailure
Report exceptions
Switch to SandboxComponent and AddThink instead of manually handling IDisposable
Discord role setup (probably)
Update Org pages to use common component