3125 Commits (c1ffe557e1871797d735c869204d893ba31cda88)
 

Author SHA1 Message Date
CalDescent c1ffe557e1 Fixed wording in marshaller exceptions. 2 years ago
CalDescent c310a7c5e8 Added "X-API-VERSION" header support in POST /transactions/process. 2 years ago
CalDescent c5a0b00cde Q-Apps documentation updates based on UI development progress. 2 years ago
CalDescent 7f23ef64a2 Updated /arbitrary/metadata/* response when not found. 2 years ago
CalDescent 5b7e9666dc Send URL updates to the UI when pages are loaded. 2 years ago
CalDescent 3077810ea8 Fixed bugs causing websites to report as "Not published" when listed in the UI. 2 years ago
CalDescent 4ba2f7ad6a Small documentation updates 2 years ago
CalDescent 8eba0f89fe Added to Q-Apps documentation 2 years ago
CalDescent 600f98ddab Fixed bug in extractComponents() 2 years ago
CalDescent eb07e6613f Fixed small bug 2 years ago
CalDescent 6c445ff646 GET_ACCOUNT_ADDRESS and GET_ACCOUNT_PUBLIC_KEY replaced with a single action: GET_USER_ACCOUNT, as it doesn't make sense to request address and public key separately (they are essentially the same thing). 2 years ago
CalDescent 4d9cece9fa Timeouts are specified by action, rather than using 10 second for every request. This allows certain requests to wait for longer before timing out, such as ones that create transactions. 2 years ago
CalDescent 8beffd4dae Switched to document.querySelectorAll() as otherwise we were only intercepting the first image on the page. 2 years ago
CalDescent 566c6a3f4b Added support for img src updates from a Q-App. 2 years ago
CalDescent 1be3ae267e Reduce log spam. 2 years ago
CalDescent 7af551fbc5 Added "GET_QDN_RESOURCE_URL" Q-Apps action, to allow a website/app to programmatically determine the URL to retrieve any QDN resource it needs to access. 2 years ago
CalDescent 6ba6c58843 Added support for qortal:// protocol links when loading images from the DOM. 2 years ago
CalDescent ca09dd264f Merge branch 'master' into q-apps 2 years ago
CalDescent eea98d0bc7 Fixed bugs. 2 years ago
CalDescent 9c58faa7c2 Added LINK_TO_QDN_RESOURCE support in the gateway. 2 years ago
CalDescent 3cdfa4e276 Increased loading screen refresh interval from 1s to 2s. 2 years ago
CalDescent 380ba5b8c2 Show "File not found" on the loading screen when navigating to a non-existent resource. 2 years ago
CalDescent 04f248bcdd Upgraded gateway to support service and identifier. 2 years ago
CalDescent 37b20aac66 Upgraded rendering to support identifiers, as well as single file resources. 2 years ago
CalDescent e1e52b3165 RenderResource moved to restricted resources, as /render/* endpoints shouldn't ever need to be served over the gateway. 2 years ago
CalDescent c5c826453b Removed unnecessary join when finding MESSAGE transactions, which caused secret to be unavailable when querying pruned blocks. 2 years ago
CalDescent e86b9b1caf Added additional Litecoin ElectrumX server. 2 years ago
CalDescent 46e8baac98 Added linking between QDN websites / apps. 2 years ago
CalDescent 3b6e1ea27f Added "qdnContext" variable, with possible values of "render", "gateway", or "domainMap". 2 years ago
CalDescent 5a1cc7a0de Fixed/improved logging when an exception is caught whilst adding statuses to resources. 2 years ago
CalDescent 0ec5e39517 Fixed additional NPE 2 years ago
CalDescent bede5a71f8 Fixed various NPEs when checking statuses of non-existent resources. 2 years ago
CalDescent 5e750b4283 Added new ArbitraryResourceStatus "NOT_PUBLISHED" - for when a non-existent resource is attempted to be loaded. 2 years ago
CalDescent 4a42dc2d00 Don't require prior authorization of QDN resources if qdnAuthBypassEnabled is true. Necessary for resource linking. 2 years ago
CalDescent 7fc170575c Merge branch 'cancel-sell-name-fixes' 2 years ago
CalDescent 876658256f Prevent a P2SH address being funded for a trade if there is an unconfirmed buy or cancel request in progress for it already. 2 years ago
CalDescent a24ba40d5c Added additional Dogecoin ElectrumX server. 2 years ago
CalDescent 06d8a21714 Added CANCEL_SELL_NAME equivalents to NamesDatabaseIntegrityCheck.java 2 years ago
CalDescent ae44065d7e Fixed issue with CancelSellName transactions. 2 years ago
CalDescent 6ad0989ea2 Reduce log spam 2 years ago
CalDescent 5962ebd08a More logging improvements in ArbitraryDataReader.decrypt() 2 years ago
CalDescent bf06d47842 Create an ArbitraryDataResource object when building. Eventually this could be passed in to the reader instead of the individual components (service, name, identifier, etc) 2 years ago
CalDescent d7b1615d4f qdnAuthBypassEnabled defaulted to true, as it is needed for Q-Apps. 2 years ago
CalDescent 8c708558cb Implemented ElectrumX version negotiation. Fixes issues with DOGE wallet. 2 years ago
CalDescent 6b36d94c6f Removed searchResultsTransactions cache, to simplify code. The hostedTransactions cache is still in place, which limits disk reads when searching, so this additional cache isn't really needed. 2 years ago
CalDescent 8c41a4a6b3 Moved BootstrapResource to restricted resources 2 years ago
CalDescent 8dffe1e3ac Another rewrite of Q-App APIs, which removes the /apps/* redirects and instead calls the main APIs directly. 2 years ago
CalDescent 932a553b91 Merge branch 'master' into q-apps 2 years ago
CalDescent 1d568fa462 Return file lists via /arbitrary/metadata/* endpoints, but exclude it from /arbitrary/resources/* endpoints. 2 years ago
CalDescent 328ba48224 Merge branch 'master' into qdn-file-list 2 years ago