Primary Qortal founder and Qortal Developer Admin.
Joined on 2025-02-24
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
9e85262c1e
Changes to Fetching and Asset Publication Access
7b646809a0
Added private asset features enhancements, including functionality to resolve asset publications, decrypt them and avatars, etc.
a7df8bc87c
Modified issue asset to not add a '0' in front of the number being utilized for the total number of assets being issued. Preventing things like '0100000000' for 100 million.
fb943c5caf
Merge pull request 'feature/private-assets' (#2) from feature/private-assets into main
15f73bee47
added caching to membershipGroupId checks to prevent continually fetching the same group IDs.
39a103b70b
Created Private Asset functionality and applied to all necessary sections, including Issuance, AssetExplorer, AssetDetails News and publication display, comments and comment display, trade pages and filtering, etc. Also added a new hook for user group validation for private asset data, and 'assetPrivacy.ts' that checks whether an asset is private or not.
8d32af7d7c
Made multiple changes to both DataExplorer and the manifest/loading therein, and the announcements section and loading there. Also introduced a new publish method for announcements that should hopefully allow queued publishing and batch publishing with notifications.
15f73bee47
added caching to membershipGroupId checks to prevent continually fetching the same group IDs.
39a103b70b
Created Private Asset functionality and applied to all necessary sections, including Issuance, AssetExplorer, AssetDetails News and publication display, comments and comment display, trade pages and filtering, etc. Also added a new hook for user group validation for private asset data, and 'assetPrivacy.ts' that checks whether an asset is private or not.
8d32af7d7c
Made multiple changes to both DataExplorer and the manifest/loading therein, and the announcements section and loading there. Also introduced a new publish method for announcements that should hopefully allow queued publishing and batch publishing with notifications.
40ecc4096b
Added and/or fixed publishing for announcements and Q-Mail notifications, added new Multi-publisher that keeps track of status, and allows publishing multiple resources at once with that status, and more features for publishing.