2004 Commits (361dc79ede2f48586b18cfbbaa0266bc16c058a7)
 

Author SHA1 Message Date
CalDescent 361dc79ede Fixed bug caused by multiple concurrent builds of the same resource. 3 years ago
CalDescent 19173321ea Small refactor to reduce code duplication. 3 years ago
CalDescent 87b724ec72 Updated various places that used File.separator when they could have used Paths.get() 3 years ago
CalDescent 67db0f950b Builds are now keyed by service, resourceId and identifier. 3 years ago
CalDescent f85bbf12ca Applied reserved "default" keyword when publishing data too - it now maps to a blank identifier. 3 years ago
CalDescent 37e4f1e8d5 "default" is now a reserved keyword when used as an identifier. 3 years ago
CalDescent 44d8bfd763 Added publish-auto-update-v5.pl - same as existing publish-auto-update.pl, but adapted to work with version 5 of ARBITRARY transactions. 3 years ago
CalDescent 0cdbad6194 Bump version to 2.1.3-autoUpdateTest.0 - to check that auto updates still work with the QDN code. 3 years ago
CalDescent 4799a8a68e Don't allow files or file lists to be relayed if they relate to a blocked name. 3 years ago
CalDescent 8caec81d1e Fixed content length bug 3 years ago
CalDescent 83d5bf45e5 Removed unnecessary call to isApiRestricted() 3 years ago
CalDescent 037eb8a163 Merge remote-tracking branch 'qortal/master' 3 years ago
CalDescent 3e5025b46e Domain map handling moved from RenderResource to a dedicated DomainMapResource 3 years ago
CalDescent 35a5dc6219 Updated AdvancedInstaller project for v2.1.3 3 years ago
CalDescent ace3ca0ad9 Bump version to 2.1.3 3 years ago
CalDescent a8a498ddea Disable the names integrity check on startup by default. 3 years ago
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