2130 Commits (trade-portal-updates)
 

Author SHA1 Message Date
CalDescent 828aadd32d Added info to API documentation 3 years ago
CalDescent f5d3681a95 Stop sending presence transactions once a trade has started, otherwise trade bots that are in a bad state can keep an offer visible in the list. 3 years ago
CalDescent 29bed8e4a0 Allow tradebot deletion in the BOB_WAITING_FOR_AT_REDEEM state, to work around a bug where a trade can remain in the OFFERING state on chain but the local trade bot can switch to BOB_WAITING_FOR_AT_REDEEM. 3 years ago
CalDescent af06774ba6 Clear the cache when deleting data, so that it disappears from the data management screen. 3 years ago
CalDescent 311fe98f44 Bump version to 3.0.3 3 years ago
CalDescent 6f7c8d96b9 Removed ApiService instance creation in ApplyUpdate as it wasn't really needed, and probably not sensible to instantiate it here. 3 years ago
CalDescent ff6ec83b1c Removed localAuthBypassEnabled override in unit tests. 3 years ago
CalDescent ea10eec926 Fixed bug in auto update process - use the API key when stopping the node. 3 years ago
CalDescent 6f724f648d Fixed testDirectoryDigest() which has been failing for a couple of versions (due to gitignore removing the cache file) 3 years ago
CalDescent 048776e090 Ignore failing test due to recent API update, which makes the test incompatible. To be fixed later. 3 years ago
CalDescent a7c02733ec Updated approve-auto-update.sh to use new service format 3 years ago
CalDescent 59346db427 Bump version to 3.0.2 3 years ago
CalDescent 25efee55b8 Added networking optimization, to avoid wasted processing on every read. 3 years ago
CalDescent b30445c5f8 Increase MAX_ACCOUNT_COUNT to 5000 (around 0.5MB of data) to see if it helps with minting efficiency. 3 years ago
CalDescent d105613e51 Improvements to some /blocks API endpoints 3 years ago
CalDescent ef43e78d54 Reduced log spam 3 years ago
CalDescent 6f61fbb127 Reduced strictness of rate limiter, to allow two additional file list requests (15 and 30 seconds after initial attempt) 3 years ago
CalDescent 9f9b7cab99 Include "size" in /arbitrary/resource APIs 3 years ago
CalDescent f129e16878 Added retry mechanism to relay file deletions, just in case it fails on the first try. 3 years ago
CalDescent 8a42dce763 Use the first responding peer in the relay map. 3 years ago
CalDescent 6423d5e474 Optimized onNetworkGetArbitraryDataFileListMessage() to remove duplicate calls to Files.exists() 3 years ago
CalDescent 6e91157dcf Improved cache clearing process and logging. 3 years ago
CalDescent 85c61c1bc1 Added GET /arbitrary/resources/search API 3 years ago
CalDescent 54af36fb85 Remove duplicates in GET /arbitrary/hosted/resources response 3 years ago
CalDescent fcdcc939e6 Sort hosted data in reverse order (newest first) 3 years ago
CalDescent 13450d5afa Added limit/offset to GET /arbitrary/hosted API endpoints 3 years ago
CalDescent 5e1e653095 Removed unnecessary database lookups in GET /hosted/resources API 3 years ago
CalDescent e8fabcb449 Removed extra isDataLocal() check in GET /hosted/resources which was evading the cache. 3 years ago
CalDescent a4ce41ed39 Updated qort and qdata to check for apikey.txt in $HOME/qortal, which is the most commonly installed location. 3 years ago
CalDescent 1b42062d57 Default minPeerVersion set to 3.0.1 3 years ago
CalDescent c2a4b01a9c Allow local playback of media files 3 years ago
CalDescent 47e763b0cf Take a copy of the IP address history so it can be safely iterated. Without this, another thread could remove an element, resulting in an exception. 3 years ago
CalDescent 0278f6c9f2 Reduced more log spam 3 years ago
CalDescent d96bc14516 Allow execution of inline scripts, at least for now. 3 years ago
CalDescent 318f433f22 Reduced log spam when checking for avatars. 3 years ago
CalDescent cfc80cb9b0 Use a header instead of a meta tag for Content-Security-Policy, because we can't guarantee that we are parsing all HTML files. 3 years ago
CalDescent 01c6149422 Restrict websites to same origin requests only, using a Content-Security-Policy meta tag. 3 years ago
CalDescent 6f80a6c08a Rework of file list requests and relays, allowing it to handle multiple chunk resources in a much more sensible way. 3 years ago
CalDescent 8fb2d38cd1 Revert "Revert log4j version for now. We need to put this back in the next update, once log4j2.properties files have transitioned to the new format." 3 years ago
CalDescent 5018d27c25 "Not started" renamed to "Published" 3 years ago
CalDescent 1d77101253 Use AES/CBC/PKCS5Padding for encryption, and fall back to just AES for legacy resource support. 3 years ago
CalDescent 1ddd468c1f Added API key support to qdata script 3 years ago
CalDescent f05cd9ea51 Added API key support to qort script 3 years ago
CalDescent 70c00a4150 Updated AdvancedInstaller project for v3.0.1 3 years ago
CalDescent d296029e8e Bump version to 3.0.1 3 years ago
CalDescent e257fd8628 Updated stop.sh script to use the /admin/stop API endpoint if an apikey.txt file is available. 3 years ago
CalDescent 119c1b43be Use default values for method and compression if not specified. 3 years ago
CalDescent 1277ce38de Bump version to 3.0.0 3 years ago
CalDescent 6761b91400 QDN go-live timestamp set to Fri, 14 Jan 2022 16:00:00 UTC 3 years ago
CalDescent 2a6244a5c2 Handle multiple qortal processes in stop.sh 3 years ago