Commit Graph

3 Commits

Author SHA1 Message Date
Graphictoria 426778c340 Asset changes and bugfixes.
- Squashed a bug that prevented sales from being displayed on the transaction overview page.
- Split up auto uploader and xml uploader on admin panel.
- Manual asset uploader on admin panel.
- General package AssetType support.
- Manual BodyPart upload support.
- Manual Face upload support.
- Trusted, user creatable, and admin creatable options added to asset types.
- Vertical tabbed navs.
- Moved all routes for "shop.asset" to a method in the asset model itself.
- Added a way to view a list of the most recent assets uploaded by admins.
- Added Face render support.
- Indev outfits page.
2023-02-13 00:12:18 -05:00
Graphictoria 241f2deb16 Asset related changes.
- Created configuration for Roblox cookie to be used with rate-limited Roblox apis.
- Autouploader APIs.
- Fillable Assets and AssetVersions.
- Indev auto uploader.
- Roblox asset tracker. This will prevent reuploads of already auto-uploaded assets.
- Update assets to use longText instead of string on descriptions.
- Modify view to be able to display newlines.
- Fix truncate on shop card titles.
- Create default thumbnails for deleted, pending, and unrenderable(unavailable) asset thumbnails.
- Make /asset redirect to a local asset if one exists for a Roblox asset ID when the the requested asset isnt already locally on the website.
- Added Roblox's default thumbnails to grid storage folder.
- Temporary clientsettings hack.
2023-01-05 22:18:50 -05:00
Graphictoria 730eb2ccb4 I've been busy back here.
- Added setup endpoint.

- Added cdn endpoint.

- Indev games page and place page.

- Universes for places. These are pretty much just a collection of places with shared things like datastores, player points, etc.

- Moved asset types to the database.

- Indev negotiation tickets. Only the migration has been added.

- Indev client/studio deployments. Mostly complete.

- Upgraded to fontawesome pro.

- Moved the admin usage bars to their own component for cleanliness.

- Created default place thumbnails. Not used at the moment.

- Updated /asset to behave with the migration of asset types to the database.

- "Busy" icon for a rendering game icon.
2022-11-27 02:31:56 -05:00