2102 Commits (a4ce41ed39e2de298d1625bf88626006e7b9c4a9)
 

Author SHA1 Message Date
CalDescent 4b3b96447f Require an API key or prior authorization on GET /arbitrary/resource/status/* endpoints 3 years ago
CalDescent 13bcfbe3c5 Fixed issues preventing the loading screen from working when using the gateway. 3 years ago
CalDescent 8525fb89f8 Use a zero fee for ARBITRARY transactions, as we require a PoW nonce instead. 3 years ago
CalDescent ed2d1c4932 Improved logging 3 years ago
CalDescent 5091f8457e Terminate metadata files with a newline 3 years ago
CalDescent 84b69fc58c Revert "Use response code 102 ("Processing") instead of 503 ("Service Unavailable") for the loading screen" 3 years ago
CalDescent a2cac003a4 Major rework of chunk hashes 3 years ago
CalDescent 7c16a90221 Moved relocation code from isDataLocal() to onImportAsUnconfirmed() 3 years ago
CalDescent 97cdd53861 Fixed bugs in safeDeleteEmptyParentDirectories() 3 years ago
CalDescent b7ee00fb22 Fixed errors in Admin API tests due to failing authentication. 3 years ago
CalDescent ef2ee20820 Merge remote-tracking branch 'qortal/master' 3 years ago
CalDescent 4866e5050a If a single file resource is being published and a complete file patch has been chosen, make sure to use PUT instead of PATCH as there's nothing to be gained by adding another layer. 3 years ago
CalDescent 8e36c456e1 Wait for storage space to be calculated before running storage policy tests. 3 years ago
CalDescent 4b8bcd265b Make sure unit test use a different lists directory, and delete it before and after each test. 3 years ago
CalDescent 0db681eeda Fixed failing storage policy tests due to not calculating the available storage 3 years ago
CalDescent 8823f69256 Use response code 102 ("Processing") instead of 503 ("Service Unavailable") for the loading screen 3 years ago
CalDescent f3e9dfe734 Return a 404 instead of a 500 if a resource is unavailable. 3 years ago
CalDescent a7b31ab1f9 Small bug fixes 3 years ago
CalDescent 644ab27186 Updated wording 3 years ago
CalDescent e90ecd2085 Adapted GET /arbitrary/resources endpoint to allow filtering by identifier 3 years ago
CalDescent bc38184ebf Major rework of local data directory structure 3 years ago
CalDescent d9de27e6f2 Updated AdvancedInstaller project for v2.1.0 3 years ago
CalDescent 6930bf0200 Bump version to 2.1.0 3 years ago
CalDescent 199833bdd4 Fixed issue with GET /crosschain/trades API endpoint where the minimumTimestamp parameter returned inconsistent results. 3 years ago
CalDescent 0dcd2e6e93 Fixed bug in GET ​/crosschain​/price​/{blockchain} inverse price API endpoint when the "inverse" parameter is null. 3 years ago
CalDescent 0dd43d5c9a Fixed bug in storage calculation 3 years ago
CalDescent e879bd0fc5 Delete some random chunks when we reach the storage capacity 3 years ago
CalDescent 8bf7daff65 Track the storage capacity and the total data/temp directory sizes 3 years ago
CalDescent ae0f01d326 Added storage policy unit tests 3 years ago
CalDescent af8d0a3965 Separated computeNonce() from build() in the transaction builder. 3 years ago
CalDescent 1b170c74c0 Modified storage code to support 2 new settings: 3 years ago
CalDescent f6b9ff50c3 More loading screen improvements 3 years ago
CalDescent 9ef75ebcde Improved styling of loading panel 3 years ago
CalDescent f76a618768 Display the latest status on the loading screen, updated via API calls on a timer 3 years ago
CalDescent 098d7baa4d Bump version to 2.1.0-prerelease.0 3 years ago
CalDescent 59a57d3d28 Increased frequency of automatic repository maintenance attempts 3 years ago
CalDescent cce95e09de Default min level for block submissions increased to 3 3 years ago
CalDescent ec48ebcd79 Improved resource statuses 3 years ago
CalDescent 908f80a15d Fixed bug when checking if all files exist locally in /arbitrary/status 3 years ago
CalDescent 02eab89d82 Fixed bug when trying to delete a file instead of a directory. 3 years ago
CalDescent c588786a06 Added /base64 variation of POST /arbitrary/* APIs 3 years ago
CalDescent b4f3105035 Added /render/authorize/{service}/{resourceId}* APIs 3 years ago
CalDescent d018f11877 Log the initial height of the block archiver on startup 3 years ago
CalDescent d0000c6131 If "build=true" is specified in query string of GET /resource/status/{service}/{name}, build the resource before returning the status 3 years ago
CalDescent c05ffefd7d Added a dynamic background to the loading screen. Still needs a lot of work. 3 years ago
CalDescent 530fc67a05 List available services in API docs when requesting arbitrary data 3 years ago
CalDescent c79ec11b07 Fixed incorrect comment 3 years ago
CalDescent 668ef26056 Fixed major performance issue with GET /arbitrary/resources?includestatus=true 3 years ago
CalDescent 75ec7723ef Improved accuracy of statuses 3 years ago
CalDescent 73e609fa29 Replaced all IllegalStateException with DataException in arbitrary code 3 years ago