1972 Commits (5369e217804ed19e51ac58c49cea356b07cfd034)
 

Author SHA1 Message Date
CalDescent 5369e21780 Allow the API whitelist to be easily disabled using the "apiWhitelistEnabled": false setting. 3 years ago
CalDescent d34fb4494e Validate input data when uploading, to make sure it's not empty or missing. 3 years ago
CalDescent 1bd493ea37 Merge branch 'master' of github.com:Qortal/qortal 3 years ago
CalDescent 391c3fe4c9 Added same functionality to GET /blocks/signature/{signature} 3 years ago
CalDescent 3a7da9f13b Don't return online accounts signatures from GET /blocks/byheight/{height} unless requested using the includesignatures=true query string parameter. 3 years ago
CalDescent 3780767ccc Rotate hexagons by 90 degrees in the loading screen, to match the Qortal logo shape. 3 years ago
CalDescent 411279b3eb Removed all code relating to "fast sync" as it is not complete - we can reintroduce this later. 3 years ago
CalDescent be3069e0e5 Only rebroadcast file list requests when in relay mode. 3 years ago
CalDescent 22cf870555 Updated some wording. 3 years ago
CalDescent d6479c1390 ArbitraryDataFile.cleanupFilesystem() now uses generic FilesystemUtils.safeDeleteEmptyParentDirectories() code. 3 years ago
CalDescent a4e82c79cc Completed implementation of relay mode 3 years ago
CalDescent bcc89adb5f Removed "peerAddress" from ArbitraryDataFileListMessage (introduced in recent commit) 3 years ago
CalDescent a41c9e339a Fixed occasional NPE 3 years ago
CalDescent feeca77436 Added directDataRetrievalEnabled setting (default true) 3 years ago
CalDescent fcce12ba40 Added missing code from last commit. 3 years ago
CalDescent f4b06fb834 Added relay mode for file list requests 3 years ago
CalDescent e7fd803d19 Updated AdvancedInstaller project for v2.1.2 3 years ago
CalDescent 3b96747871 Bump version to 2.1.2 3 years ago
CalDescent 33088df07d Revert "Bump log4j-api version to 2.15.0" 3 years ago
CalDescent a215714b6b Set log4j2.formatMsgNoLookups to true 3 years ago
CalDescent 6a9904fd43 Bump log4j-api version to 2.15.0 3 years ago
CalDescent cc297ccfcd Removed the word "service" from all settings, to avoid confusion with arbitrary data services. 3 years ago
CalDescent c7c88dec04 Attempt to differentiate between resources that are downloading, and ones where downloading hasn't been attempted yet. 3 years ago
CalDescent e481a5926a Use "blocked" instead of "blacklisted", for consistency with the buttons and terminology in the UI 3 years ago
CalDescent 0464245218 Simplified lists feature to be referenced by a single name, instead of the confusing "category" and "resourceName" properties. 3 years ago
CalDescent 0001f31c06 Merge remote-tracking branch 'qortal/master' 3 years ago
CalDescent 391d31759a Fixed small issue in GET /crosschain/trades and GET /crosschain/tradeoffers APIs where 0 was being treated as zero instead of unlimited. 3 years ago
CalDescent ed2f2435d2 Updated AdvancedInstaller project for v2.1.1 3 years ago
CalDescent 6e6b2ccfa0 Bump version to 2.1.1 3 years ago
CalDescent be9a73560d Added one more node 3 years ago
CalDescent e82b5a4ecf Added 7 qortalnodes.live nodes to the default list. 3 years ago
CalDescent a27d8ac828 Connect ACCTv3 trade bots to the ACCTv3 smart contracts 3 years ago
CalDescent 6267258189 Switch over to ACCTv3 for new listings 3 years ago
CalDescent e7527f532e Added LitecoinACCTv3 and DogecoinACCTv3 to SupportedBlockchain 3 years ago
CalDescent 8b6e74d505 Added ACCTv3 trade bots. Identical to v1 and v2. 3 years ago
CalDescent e6106c0c4e Added ACCTv3 tests, based on the same criteria as ACCTv1. Refunds are working as intended. 3 years ago
CalDescent f52bafc014 Removed second "SLEEP_UNTIL_MESSAGE" function code call in LitecoinACCTv3 and DogecoinACCTv3. 3 years ago
CalDescent 9e0630ea79 Added LitecoinACCTv3 and DogecoinACCTv3 - at the moment identical to ACCTv2 3 years ago
CalDescent 968bfb92d0 Fixed bugs in the GET /crosschain/tradeoffers API endpoint caused by the introduction of ACCTv2 3 years ago
CalDescent 284c9fcee2 Fixed bugs in the GET /crosschain/price API endpoint caused by the introduction of ACCTv2 3 years ago
CalDescent 5b0b939531 Fixed bugs in the GET /crosschain/trades API endpoint caused by the introduction of ACCTv2 3 years ago
CalDescent 2efac0c96b Modified zip implementation to preserve filenames of single file resources. 3 years ago
CalDescent dc52fd1dcf Only return OFFERING trades in GET /crosschain/tradeoffers 3 years ago
CalDescent 19240a9caf Removed duplicated strings in zip tests 3 years ago
CalDescent 4eef28f93d Added unit tests for zipping / unzipping 3 years ago
CalDescent c6e5c4e3b5 Tidy up of storage thresholds and comments. Also reduced deletion threshold from 100% to 98% to reduce the chances of filling up the disk and corrupting the db. 3 years ago
CalDescent 007f567c7a Improved directory cleanup process to avoid leaving empty parent directories lying around. 3 years ago
CalDescent ffe178c64c Delete directories in the data folder that have no associated transaction. 3 years ago
CalDescent c3835cefb1 Fixed bug relating to storage manager instances. 3 years ago
CalDescent 2c382f3d3f Fixed logging error. 3 years ago