reposbox.webcancel

585 Commits over 822 Days - 0.03cph!

1 Year Ago
API Ref: Hide autogenerated members of record structs Added total documentation % stats Display (obsolete) on types on namespace pages
1 Year Ago
When adding a manifest, work through EditorReferences too - and handle package names with versions (kind of)
1 Year Ago
Should fix MakeRelease
1 Year Ago
Fix Api reference
1 Year Ago
Store FullIdent in PackageIndex Add a tag for packages that have non-generated thumbs PackageFindAsync can take a steamid, return recently played Add ListPackages api Game home test
1 Year Ago
Fix NRE in sidebar if no usage stats yet
1 Year Ago
Move PackageRate api + unittests New favourites api Favourite/Rating buttons are clickable
1 Year Ago
Add support for Library packages
1 Year Ago
Remove Manifest from PackageRevision
1 Year Ago
Fix file upload sometimes shitting itself Nicer manifest json url Include manifest url in package revsion
1 Year Ago
Start replacing Manifest with ManifestUrl
1 Year Ago
Add gamesession auth mode
1 Year Ago
Add GameSession Create new session on login
1 Year Ago
Better sql telemetry
1 Year Ago
DevPreview uses Bag instead of Scratch Table Delete unused
1 Year Ago
Fix AP startup Move some stuff to use bags instead of tables
1 Year Ago
Use Microsoft.Azure.Functions.Worker.ApplicationInsights (!)
1 Year Ago
Cleanup
1 Year Ago
Update package usage every 10 minutes Update application insights Update packages Hard configure AI Better instrumentation
1 Year Ago
Fix NRE when a package has no version
1 Year Ago
Add references and editor references to searchable index Can search for packages that reference other packages using ref:packagename
1 Year Ago
Store PackageReferences Return PackageReferences in api Show package references on revision page
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
Use Api.GetVersionHistory on Versions page
1 Year Ago
Update twitter name
1 Year Ago
Added endpoint to grab version history for a package, added Description to AssetVersion - we'd need to upgrade the database to match that
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
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