reposbox.webcancel

792 Commits over 975 Days - 0.03cph!

2 Years Ago
Log exception when grant package fails Fix exception when updating session Clean document percentage styles
2 Years Ago
Added documentation percentages https://files.facepunch.com/rubat/1b2211b1/AprFtHfz0T.png
2 Years Ago
Show generics Correctly get documentation for methods with generic args
2 Years Ago
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
2 Years Ago
Dev Preview Lottery system
2 Years Ago
Dev Preview fixes
2 Years Ago
Strip out that drag drop bullshit Check for code changes in the background Class sidebar links Dev Preview tweaks
2 Years Ago
Drag Drop tests (wasted morning)
2 Years Ago
lowercase Object and Void
2 Years Ago
Documentation from xml files Show obsolete information
2 Years Ago
Breadcrumbs cleanup
2 Years Ago
Delete Unused Add Release API Fix warnings Use latest version for docs (experimenting)
2 Years Ago
Add button to clear a user's session Update UserData before accessing org page or creating an org
2 Years Ago
Add Horror GameCategory
2 Years Ago
Revert "Easily cancel async operations when navigating around pages" This reverts commit b418b95f3fc3d9b93715a64d1c04d6b20deb1818. Better use the existing solution :)
2 Years Ago
Easily cancel async operations when navigating around pages Fixes sbox-issues/issues/2067
2 Years Ago
DisplayName matches the requirements of editor's addon manager Fix for sbox-issues/issues/2080
2 Years Ago
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
2 Years Ago
Stop the buttons moving around
2 Years Ago
Don't have to be logged in to watch get page
2 Years Ago
Fix everything
2 Years Ago
Fixed not cancelling CancellationTokenSource on dispose
2 Years Ago
Don't let non game owners upgrade themselves in discord No that it matters
2 Years Ago
Admin Pages don't need this now Disable RetryOnFailure Report exceptions
2 Years Ago
Switch to SandboxComponent and AddThink instead of manually handling IDisposable Discord role setup (probably) Update Org pages to use common component
2 Years Ago
More stats Fixed clicks
2 Years Ago
Check cooldown
2 Years Ago
Sync the claimant
2 Years Ago
Enable database retry Dev Preview config
2 Years Ago
Fix random > in footer
2 Years Ago
Fix NRE when showing asset counts
2 Years Ago
admin stats box
2 Years Ago
Don't show archived assets on org home page
2 Years Ago
More organised assets Highlight if assets are out of date (need an engine update)
2 Years Ago
Better search layout Find users Show header if don't own the game
2 Years Ago
Restore utility page
2 Years Ago
Only bring over data seed in Development
2 Years Ago
Development environment switch for web (#1) * Endpoint configuration * Don't generate these keys for these, we set them explicitly * Consider fk constraints to allow new schema creation * Refresh blob upload endpoint * Live/dev switch + fixes to accommodate new db creation * Don't need this anymore * Cleanup * Preset configs are fields instead of getters * Update dev config * No more need to manually set dev environment * Don't need this log in dev env * Simple data seed for new local dbs * Select the right local db when seeding * Dev environment utility page * StringPool data seed * Select Unknown when inserting score for non per map ranks EF Core breaks with FK relationships id as 0.. for new dbs auto increment from 1, and explicitly grab the string we want here * Add leaderboard game with ranks to data seed * Update data seed * Blobs upload to a subdir in dev env * Update config * Fix compile error * Simplify the development environment check * Cleanup, safety check * Fix error on data seed * Fix data seed error * Bit of cleanup * Add back development top bar * Temporary caution
2 Years Ago
Temporary caution
2 Years Ago
Should fix exception when saving score Ignore trying to update a closed session Fix asset list with negative skip/take Added simple search Merge branch 'master' into dev-env Add back development top bar
2 Years Ago
Fix error on data seed Fix data seed error Bit of cleanup
2 Years Ago
Added simple search
2 Years Ago
Ignore trying to update a closed session Fix asset list with negative skip/take
2 Years Ago
Should fix exception when saving score
2 Years Ago
Cleanup, safety check
2 Years Ago
Simplify the development environment check
2 Years Ago
Fix compile error
2 Years Ago
Update config
2 Years Ago
Remove unused shit Breadcrumbs and tweaks Fix Api errors And fixed another api login error Merge branch 'master' into dev-env Update data seed Blobs upload to a subdir in dev env
2 Years Ago
And fixed another api login error