2130 Commits (trade-portal-updates)
 

Author SHA1 Message Date
CalDescent 777bddd3d8 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 e2b13791bb Don't reload the log4j2.properties file as this seems to be buggy in a lot of cases. 3 years ago
CalDescent f44c21ce59 Disallow any kind of website/app/data rendering when localAuthBypassEnabled is enabled. 3 years ago
CalDescent ade977e416 Don't broadcast any arbitrary signatures if the list is empty (i.e. the node isn't yet hosting anything) 3 years ago
CalDescent f09a131bd6 Added requestHops to log entry. 3 years ago
CalDescent 4815587de1 Use V2 of string serialization methods in ArbitrarySignaturesMessage, as it is designed to allow null values. 3 years ago
CalDescent e0ebfb9b53 Reduced log spam. 3 years ago
CalDescent 90836afd91 External IP address updates now require 10 consecutive readings. 3 years ago
CalDescent 4e1b0a25bb Fixed arbitrary peer tests, which used a local address (but we now treat them as invalid). 3 years ago
CalDescent 89c3236bf5 Updated bundled log4j2.properties files 3 years ago
CalDescent 7658bc2025 Added X-API-KEY header field to API documentation endpoints that require it. 3 years ago
CalDescent 7cf60c7c35 Updated stop.sh so that it no longer uses the core API. 3 years ago
CalDescent ccde725d3b Check for an empty string as well as null in a couple of places, so that deserializeSizedString() can be safely used. 3 years ago
CalDescent e3b45cac0a Use an alternative version of Serialization.serializeSizedString() and Serialization.deserializeSizedString() for the new ARBITRARY transaction additions. 3 years ago
CalDescent 8f8a500dcd Fixed some issues left over from the qortaldata project 3 years ago
CalDescent f9749cd82c Merge remote-tracking branch 'qortal-data/master' into qdn 3 years ago
CalDescent 051052fdd2 Removed authentication for GET /peers/summary endpoint 3 years ago
CalDescent 940304b4c2 Added GET /admin/apikey/test endpoint, so that we have a dedicated place to test if authentication works. 3 years ago
CalDescent b4d2fae27f Fixed a couple of FOLLOWED_AND_VIEWED references that were missed 3 years ago
CalDescent 11e194292c Removed API key requirement from GET /admin/status and GET /admin/mintingaccounts 3 years ago
CalDescent 5ba6f6f53e FOLLOWED_AND_VIEWED renamed to FOLLOWED_OR_VIEWED, since it's technically an OR not an AND. 3 years ago
CalDescent f58a16905f Removed unused setting. 3 years ago
CalDescent 33e82b336b Limit arbitrary signature requests to 3 hops, just in case a bug caused any kind of circular broadcasting. 3 years ago
CalDescent 0ced712974 Merge remote-tracking branch 'qortal-data/master' into qdn 3 years ago
CalDescent db8e35cc13 Allow a new API key to be generated if the existing apikey.txt file has been deleted 3 years ago
CalDescent b6db5aa2d3 Use "apikey.txt" instead of "apikey" as the filename to store the api key, to make it easier for users to open. 3 years ago
CalDescent 396dc5c9b0 Always log "Synchronizing with peer..." as it may help give more clarity to those with sync issues. 3 years ago
CalDescent 67e424a32a Added GET /arbitrary/relaymode API endpoint, which returns whether relay mode is enabled in the settings or not. 3 years ago
CalDescent d8cbec41d2 Various logging improvements and fixes. 3 years ago
CalDescent 374f6b8d52 Added restrictions when relaying file list requests 3 years ago
CalDescent 20ec4cbd14 ARBITRARY_REQUEST_TIMEOUT increased from 6 to 10 seconds 3 years ago
CalDescent 1c80835f49 Default relayModeEnabled to true. 3 years ago
CalDescent 5e0af26c27 Keep track of successes or failures for a particular arbitrary peer / signature combination. 3 years ago
CalDescent b42674ac06 Small code reorganization to improve logic when adding arbitrary peer data 3 years ago
CalDescent 3394543705 Don't save arbitrary peer data if it's a local address 3 years ago
CalDescent 75c51aa61b If a direct connection can't be made to a peer over the original or default port, match the peer's host with any entries in knownPeers and try connecting to each of those until one succeeds. 3 years ago
CalDescent 6041722250 Added missing import. 3 years ago
CalDescent 60d038b367 Return result of Network.connectPeer() back to caller. 3 years ago
CalDescent b2c4bf96af Rebroadcast the entire list of hosted signatures each time our external IP address changes. 3 years ago
CalDescent f007f9a86d Added optional "senderPeerAddress" string to HELLO messages, to allow external IP changes to be detected without using a centralized service. 3 years ago
CalDescent b1c1634950 Updated log4j to 2.17.1 3 years ago
CalDescent 5157ccf7c0 Expire each authorization after 60 minutes. 3 years ago
CalDescent c4a782301d Delete reader cache directories if a resource is unable to be built. 3 years ago
CalDescent 17fe94fa46 Added POST /render/authorize/{resourceId} endpoint 3 years ago
CalDescent 75d9347d23 Show blank root page for the gateway. 3 years ago
CalDescent ef784124f3 Fixed status bugs in loading screen. 3 years ago
CalDescent bd1b631914 Use <base href="..."> in HTMLParser, rather than attempting to swap out every relative link 3 years ago
CalDescent edfc8cfdc4 Fixed bug which saved an incorrect peer address for a forwarded arbitrary signatures message. 3 years ago
CalDescent fbe34015d4 Validate peer addresses before saving anything to the db. 3 years ago
CalDescent 391fa008d0 When making a direct connection to a peer, try using the default listen port along with the one specified in the ArbitraryPeers table. 3 years ago