2088 Commits (f05cd9ea5152291e97c17279c254c0430f926c23)
 

Author SHA1 Message Date
CalDescent d16663f0a9 Handle missing case in names integrity check caused by an UPDATE_NAME transaction with a blank "newName" value. 3 years ago
CalDescent 623470209f Delete the combined file if has an incorrect hash after joining chunks together 3 years ago
CalDescent 553de5a873 Removed unnecessary javascript navigation code. 3 years ago
CalDescent ccf8773b18 Added code that was left out from last commit. 3 years ago
CalDescent cad25bf85d Add javascript to all HTML pages to allow for cross-origin navigation (back/forward buttons) from the UI. 3 years ago
QuickMythril 9ce748452d
Merge pull request #64 from Qortal/protoniuman-FR-patch-1 3 years ago
Proto 9263d74b75
Update TransactionValidity_fr.properties 3 years ago
Proto 9601bddc84
Update SysTray_fr.properties 3 years ago
Proto e281e19052
Add files via upload 3 years ago
Proto 0238b78f45
Update ApiError_fr.properties 3 years ago
QuickMythril 0ccee4326d
Added French translations 3 years ago
CalDescent e9ab54f657 Fixed bug that prevented a resource from being overwritten if the existing data threw an exception when loading it. 3 years ago
CalDescent 0afb1a2d04 Make sure the blockchain is synced before running any data publishing code. 3 years ago
CalDescent 2d2b2964a5 When rebroadcasting an arbitrary signature list, don't send it back to the peer that we originally received it from. 3 years ago
CalDescent 10c4f7631b Added /zip versions of POST /arbitrary/* API endpoints. 3 years ago
CalDescent d921cffdaa Refactored ArbitraryResource to group by data type, to improve readability and code organization. 3 years ago
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