2312 Commits (0271ef69c9160ad10cc6c3606abb8c725412650c)
 

Author SHA1 Message Date
CalDescent e1e44d35bb ArbitraryDataBuildQueueItem now extends ArbitraryDataResource 3 years ago
QuickMythril a790b2e529
reduce DOGE fees 3 years ago
CalDescent 357946388c New manager classes are no longer subclasses of Thread, as this part wasn't being used for anything. 3 years ago
CalDescent b774583f28 Disabled all arbitrary data manager threads if QDN is disabled in the settings. 3 years ago
CalDescent 6436daca08 Split up ArbitraryDataManager into three separate manager classes, to make the code more readable and to keep each class within 500 lines. 3 years ago
CalDescent f153c7bb80 Added "qdnEnabled" setting (default: true) to allow users to opt out of QDN functionality. 3 years ago
CalDescent 1f8a618dcc Removed recently added logs. 3 years ago
CalDescent 2d853e5a2f Added support of patch creation from files without a newline at the end 3 years ago
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