3353 Commits (c941bc6024a8b44e39984ff08279bc85505d56c7)
 

Author SHA1 Message Date
CalDescent c941bc6024 Catch and log all exceptions when publishing data. 1 year ago
CalDescent 0acf0729e9 Bump version to 4.0.2 1 year ago
CalDescent 1f77ee535f Added link to example Q-App projects. 1 year ago
CalDescent b693a514fd Fixed warnings, and other improvements. 1 year ago
CalDescent b571931127 Fixed formatting of services list 1 year ago
CalDescent 92b983a16e Q-Apps documentation updates. 1 year ago
CalDescent 3f71a63512 Increased timeout for other new actions. 1 year ago
CalDescent 86b5bae320 Set timeout of PUBLISH_MULTIPLE_QDN_RESOURCES to 60 mins. 1 year ago
CalDescent 3775135e0c Added helper methods to fetch lists of private or public service objects. 1 year ago
CalDescent c172a5764b Added `_PRIVATE` services, to allow for publishing/validation of encrypted data. 1 year ago
CalDescent 1a5e3b4fb1 Added `GET /names/search` endpoint, to search names via case insensitive, partial name matching. 1 year ago
CalDescent f39b6a15da Fixed refresh bug on Windows. 1 year ago
CalDescent 2dfee13d86 Remove all backslashes from vars in HTML parser (correct order this time) 1 year ago
CalDescent b9d81645f8 Revert "Remove all backslashes from vars in HTML parser." 1 year ago
CalDescent 9547a087b2 Remove all backslashes from vars in HTML parser. 1 year ago
CalDescent e014a207ef Escape all vars added by HTML parser 1 year ago
CalDescent 611240650e Added GET /chat/messages/count endpoint, which is identical to /chat/messages but returns a count of the messages rather than the messages themselves. 1 year ago
CalDescent c71dce92b5 Bump version to 4.0.1 1 year ago
CalDescent 34c3adf280 Limit MAIL and MESSAGE to 1MB. 1 year ago
CalDescent 95a1c6bf8b Added "encoding" parameter to the SEARCH_CHAT_MESSAGES action. 1 year ago
CalDescent 36e944d7e2 Added MAIL and MESSAGE services. 1 year ago
CalDescent f044166b81 More qdnBase improvements, to hopefully handle all cases correctly. 1 year ago
CalDescent aed1823afb Added support of simple Range headers when requesting QDN data. 1 year ago
CalDescent 6dfaaf0054 Set charset to UTF-8 in various places that bytes are converted to a string. 1 year ago
CalDescent 45bc2e46d6 Improved metadata trimming, to better handle multibyte UTF-8 characters. 1 year ago
CalDescent 46e2e1043d Fixed issue with <base href> introduced in v4.0.0 1 year ago
CalDescent a3518d1f05 Revert "Fixed bug with base path." 1 year ago
CalDescent 0a1ab3d685 Added GET_QDN_RESOURCE_METADATA action. 1 year ago
CalDescent 5dbacc4db3 Added "Accept-Ranges" header when serving arbitrary data. 1 year ago
CalDescent 1ce2dcfb2b Fixed bug which prevented qortal:// URLs from working properly in most cases. 1 year ago
CalDescent ed6333f82e Allow for faster and more frequent retries when QDN data fails to be retrieved (thanks to suggestions from @xspektrex) 1 year ago
CalDescent f27c9193c7 Auto delete any metadata files that are unreadable (e.g. due to being empty, or invalid JSON). 1 year ago
CalDescent e48529704c Bump version to 4.0.0 1 year ago
CalDescent 53508f9298 Fixed problems in last commit. 1 year ago
CalDescent 33aeec7e87 Added various new service types, in preparation for Q-Apps release. 1 year ago
CalDescent 16dc23ddc7 Added new actions to gateway handler. 1 year ago
CalDescent e80494b784 Fixed unit test. 1 year ago
CalDescent 111ec3b483 Fixed typo 1 year ago
CalDescent db4a9ee880 Return "Resource does not exist" error if requesting a non-existent resource via GET_QDN_RESOURCE_URL. 1 year ago
CalDescent b1ebe1864b Fixed bug in error handling. 1 year ago
CalDescent 3c251c35ea Fixed divide by zero error in `GET /arbitrary/resource/status/*` 1 year ago
CalDescent 4954a1744b Fixed case sensitivity bugs. 1 year ago
QuickMythril a7bbad17d7
Merge pull request #118 from QuickMythril/temp-test 1 year ago
QuickMythril 8ca9423c52 Added missing parameter to test 1 year ago
CalDescent 32b9b7e578 Use a temporary file when reading on-chain data. 1 year ago
CalDescent f045e10ada Removed all case sensitivity when searching names. 1 year ago
CalDescent 560282dc1d Added "exactMatchNames" parameter to `GET /arbitrary/resources/search` 1 year ago
CalDescent 9cd6372161 Improved `GET /admin/settings/{setting}` further, in order to support all settings (fixes ones such as bitcoinNet). 1 year ago
CalDescent 2370a67b8a Merge branch 'master' into q-apps 1 year ago
CalDescent 0993903aa0 Added `GET /settings/{setting}` endpoint 1 year ago