1827 Commits (3b5b45b463c0730c4a872cef58e091b46e27b731)
 

Author SHA1 Message Date
CalDescent 483557163e Refactor: moved arbitrary data code from Controller to ArbitraryDataManager 3 years ago
CalDescent 2679252b04 Rework of arbitrary data requests 3 years ago
CalDescent 5a95c827b4 When serving a website, delete the unzipped directory if the index file is not found. 3 years ago
CalDescent f938d8c878 More refactoring 3 years ago
CalDescent bfc0122c1b Added warning to README 3 years ago
CalDescent 79691541ae
Merge pull request #51 from JaymenChou/patch-2 3 years ago
CalDescent 05d0542875
Merge pull request #50 from JaymenChou/patch-1 3 years ago
CalDescent 1d22b39a1d
Merge pull request #52 from marcomoesman/master 3 years ago
CalDescent 549b68cf71
Merge pull request #53 from DrewMPeacock/master 3 years ago
CalDescent 55f87de2e0 Updated AdvancedInstaller project for v1.5.6 3 years ago
CalDescent b8424e20aa Bump version to 1.5.6 3 years ago
Sir.Galahad bbe3a30e77 Removes the flawed BIP-39 implementation in the core. 3 years ago
CalDescent cdc5348a06 Added "domain map" server 3 years ago
CalDescent e64a3978e6 Moved HTML parsing to new class. 3 years ago
CalDescent f2feb12708 /site API endpoint now tales a signature rather than a file hash 3 years ago
CalDescent 5319c5f832 Reworked existing unused ArbitraryDataManager. 3 years ago
CalDescent 7531fe14fe Fixed major performance issue in DataFile.toString() 3 years ago
CalDescent 0086c6373b Significant refactor of DataFile and DataFileChunk 3 years ago
CalDescent 10dc19652e Use "qortaldata-" version prefix 3 years ago
CalDescent 2f2c4964c5 Transaction version temporarily bumped to 5. TODO: We will need to set a hard fork timestamp if this is ever merged back into the main Qortal core repo. 3 years ago
CalDescent cb4203b6db Use public key as parameter instead of address, since we can obtain the address from the public key in all cases. 3 years ago
CalDescent bb5b62466e Fixed bug introduced in recent commit. 3 years ago
CalDescent 6407b5452b Delete our copies of data if any exception is thrown. 3 years ago
CalDescent a742fecf9c API refactors to avoid generic unhandled states. 3 years ago
CalDescent 60415b9222 /arbitrary/upload/creator/{address} now returns an unsigned ARBITRARY transaction, currently with pre-computed nonce (same as the /site equivalent) 3 years ago
CalDescent ffb39ef074 /data API endpoints moved to /arbitrary 3 years ago
CalDescent d73f5ed2b5 /site/upload/creator/{address} now returns an unsigned ARBITRARY transaction, currently with pre-computed nonce 3 years ago
CalDescent 7af973b60d Removed TODO comments that are now done. 3 years ago
CalDescent 49eddc9da5 Allow zero fee transactions if the fee is zero in blockchain.json 3 years ago
CalDescent 4b1de108d1 Fixed bug in expected chunk count. 3 years ago
CalDescent e46c735efa Fixed recently introduced bugs with file management. 3 years ago
CalDescent 56da7deb4c DataFile updates to simplify integration with arbitrary transactions. 3 years ago
CalDescent 5f4649ee2b Major upgrade of arbitrary transactions 3 years ago
CalDescent 7cc2c4f621 Progress on website API endpoints. 3 years ago
CalDescent cc449f9304 Added DataFile.chunkHashes() method which appends all hashes into a single byte array (32 bytes / 256 bits each). 3 years ago
CalDescent 28425efbe7 Added jsoup dependency - this was missing from an earlier commit. 3 years ago
CalDescent 8c3a22aa5c Improved link replacement criteria. 3 years ago
CalDescent f3e5933599 Fixed naming error in joinFiles API. 3 years ago
Marco Moesman 39d8750ef9
Merge branch 'Qortal:master' into master 3 years ago
CalDescent 52b0c244a8 Extend CHECKPOINT_LOCK to HSQLDBSaver.execute() 3 years ago
CalDescent ee95a00ce2 Hopeful fix for "Performing repository CHECKPOINT..." deadlock. 3 years ago
QuickMythril 11566ec923
set icon on status change 3 years ago
QuickMythril a78ff08202
add setTrayIcon function 3 years ago
QuickMythril ceb3969c8b
load icons into gui 3 years ago
QuickMythril 6f048ef40e
add status icons 3 years ago
CalDescent aac4fe37e8 Fixed API response description. 3 years ago
CalDescent ebfa941a4f Fixed some file separators. 3 years ago
CalDescent 47c70eea9e Use system temp directory instead of making a "temp" subfolder when zipping files. 3 years ago
CalDescent fe7c40cb7c Reduced log spam. 3 years ago
CalDescent 8973626a4b Fixed issue with temp directory on Linux. 3 years ago