3328 Commits (46e2e1043d40d2472c735ab5eed1382abe526688)
 

Author SHA1 Message Date
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
CalDescent f5e9b91d6b
Merge pull request #116 from QuickMythril/restart 1 year ago
CalDescent 7fe507a497
Merge pull request #117 from QuickMythril/rm-swagger-check 1 year ago
CalDescent 10f12221c9 Fixed exception in readJson(), and removed some duplicated code. 1 year ago
QuickMythril 85980e4cfc Removed 3rd-party swagger server validation 1 year ago
QuickMythril 7bb6b84e86 Added API call for restarting node 1 year ago
CalDescent dc25d33739 Merge branch 'master' into q-apps 1 year ago
CalDescent 358e67b050 Added "bindAddressFallback" setting, which defaults to "0.0.0.0". 1 year ago
CalDescent 8331241d75 Bump version to 3.9.1 1 year ago
CalDescent e041748b48 Improved name rebuilding code, to handle some more complex scenarios. 1 year ago
CalDescent 06691af729
Merge pull request #113 from QuickMythril/drew-api 1 year ago
CalDescent cfe6dfcd1c If nameFilter contains an empty or nonexistent list, return an empty array. 1 year ago
CalDescent 3f00cda847 "nameListFilter" added to `LIST_QDN_RESOURCES` and `SEARCH_QDN_RESOURCES` Q-Apps actions. 1 year ago
CalDescent a286db2dfd "namefilter" param in `GET /arbitrary/resources/search` is now exact match, which makes more sense when filtering results by names in a list. 1 year ago
CalDescent 28bd4adcd2 Removed `GET /arbitrary/resources/names` endpoint, as it's unused and doesn't scale well. 1 year ago
CalDescent 61b7cdd025 Added "followedonly" and "excludeblocked" params to `GET /arbitrary/resources` and `GET /arbitrary/resources/search`, as well as `LIST_QDN_RESOURCES` and `SEARCH_QDN_RESOURCES` Q-Apps actions. 1 year ago
CalDescent 250245d5e1 Added new list management actions to Q-Apps documentation. 1 year ago
CalDescent 0258d2bcb6 Fixed layout issues recently introduced in documentation. 1 year ago
QuickMythril 735de93848 Removed internal use parameter from API endpoint 1 year ago
QuickMythril 57485bfe36 Removed check from poll tx that creator is owner 1 year ago
CalDescent ed05560413 Gateway auth alert box replaced with a modal overlay in the lower right hand corner of the screen. 1 year ago
CalDescent 892b667f86 Fixed console errors seen in certain cases. 1 year ago
CalDescent ea7a2224d3 Allow the name of a list to be specified as a "namefilter" param in GET /arbitrary/resources/search. Any names in the list will be included in the search (same as if they were specified manually via &name=). 1 year ago
CalDescent 20893879ca Allow multiple name parameters to optionally be included in GET /arbitrary/resources/search 1 year ago
CalDescent b08e845dbb Updated docs to include sending of foreign coins 1 year ago
CalDescent e60cd96514 Fixed occasional NPE seen in ArbitraryDataFileMessage 1 year ago