2130 Commits (trade-portal-updates)
 

Author SHA1 Message Date
CalDescent 7df8381b8f Don't allow a row to be added to ArbitraryPeers (or the message to be rebroadcast) if an entry already exists with the same hash and host/ip. 3 years ago
CalDescent c0234ae328 Added unit test to make sure the mempow nonce is being validated in ARBITRARY transactions. 3 years ago
CalDescent 5c64a85d7c Test a registered name with a space in it 3 years ago
CalDescent 7aa8f115ce Added "original copy indicator file", which prevents the node from deleting its own published content when storage space runs out. 3 years ago
CalDescent cf2c8d6c67 Switched some IOExceptions to DataExceptions 3 years ago
CalDescent 37edebcad9 Fixed cleanup bug which could cause problems for ArbitraryDataWriter 3 years ago
CalDescent 4d4f661548 Renamed ArbitraryResourceSummary to ArbitraryResourceStatus, and added status titles & descriptions 3 years ago
CalDescent 46e4cb4f50 Removed custom version number 3 years ago
CalDescent 34e622cf0c Removed unused line. 3 years ago
CalDescent 7ccb99aa2c Improved clarity of file deletion message. 3 years ago
CalDescent 9e3847e56f Moved some of the less important arbitrary transaction related logs from INFO to DEBUG/TRACE. 3 years ago
CalDescent 90ced351f4 ARBITRARY transaction difficulty increased to 14, bringing it in line with MESSAGE transactions. 3 years ago
CalDescent 04295ea8c5 Set arbitrary transaction difficulty to 1 during unit tests, as they were taking too long. 3 years ago
CalDescent 2452d3c24b Moved proof of work difficulty definition from ArbitraryTransaction to ArbitraryDataManager 3 years ago
CalDescent 302428f1d1 Exclude RAW_DATA arbitrary transactions from various arbitrary data controller methods. 3 years ago
QuickMythril cf603aa80e
disable Open UI menu item 3 years ago
CalDescent 1f9f949a8c Added GET /peers/summary API which returns counts of the number of inbound and outbound connections that currently exist. 3 years ago
CalDescent 0bde1e97dc Added DELETE /resource/{service}/{name}/{identifier} API endpoint, to delete local data 3 years ago
CalDescent 42aca2e40f arbitraryDataCachedResources is now keyed by all ArbitraryDataResource elements, not just the resourceId 3 years ago
CalDescent e1e44d35bb ArbitraryDataBuildQueueItem now extends ArbitraryDataResource 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