summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-13prevent validation break on debug_textsUrban Müller1-1/+1
2024-05-08Switch default for it_url::get*() to not return body on status >= 400Christian Schneider2-6/+10
2024-05-07Switch empty /itjs/ results from 200 to 404Christian Schneider1-1/+4
2024-05-07Abort if table name contains invalid charactersChristian Schneider1-0/+3
2024-05-07Show error string containing http status in alertsChristian Schneider1-1/+1
2024-05-07Add type for assoc with maxlength, make test for 404 stricterChristian Schneider1-2/+11
2024-05-07Fix documentation: Assoc now always returns array with statusChristian Schneider1-1/+1
2024-05-03test keys as wellUrban Müller1-4/+4
2024-05-02Do not generate it::error with test for sporadic failuresChristian Schneider1-1/+1
2024-05-02test it::filter and it::grepUrban Müller1-0/+8
2024-05-02must ensure consecutive keys for nowUrban Müller1-2/+2
2024-05-02Do not check body_on_fail with assoc mode, we looked at those separatelyChristian Schneider1-1/+1
2024-05-02Reenable warnings about behaviour change when switching body_on_fail defaultChristian Schneider1-2/+2
2024-05-02Rename empty_on_fail to body_on_fail for future switching of default, current...Christian Schneider2-12/+12
2024-05-02add it_pipe grep for consistencyNathan Gass1-1/+11
2024-04-30fix typoUrban Müller1-2/+2
2024-04-30reorganize documentation for it_url::getUrban Müller1-13/+19
2024-04-30Only delete cache files (not directories) to avoid race with directory creationChristian Schneider1-1/+1
2024-04-30Fix is_reachable fetching always twice if content longer than 1000 bytes, mak...Christian Schneider2-9/+11
2024-04-29Also cache 404 in assoc case to keep previous behaviour, server errors >= 500...Christian Schneider1-1/+1
2024-04-29Version 2 of: Switch it_url::get('assoc' => true) to always return non-empty ...Christian Schneider2-4/+5
2024-04-29Handle whitespace between attribute name and value also for img tagsDavid Flatz2-1/+19
2024-04-29Improve test for unquoted value since we only pass through absolute urls with...David Flatz1-2/+2
2024-04-26Handle whitespace between attribute name and value; add some TODO tests to be...David Flatz2-1/+19
2024-04-25apply password hiding in both json and var_dump formatUrban Müller1-2/+4
2024-04-25Revert "Switch it_url::get('assoc' => true) to always return non-empty array ...Christian Schneider2-4/+3
2024-04-24Switch it_url::get('assoc' => true) to always return non-empty array includin...Christian Schneider2-3/+4
2024-04-24Disable reporting of empty_on_fail infosChristian Schneider1-3/+3
2024-04-23current test domain is somtimes gnat availableUrban Müller1-5/+5
2024-04-23Use single quotes to avoid confusion about $() expansionChristian Schneider1-1/+1
2024-04-22Send notice to schneider@search.ch to check where chaning default to empty_on...Christian Schneider2-3/+7
2024-04-22Add test to ensure and document that leading dashes are not allowed in non-op...Christian Schneider1-0/+1
2024-04-22keep quotes around keyUrban Müller1-2/+2
2024-04-22reinstate masking of passwordsUrban Müller1-2/+2
2024-04-18introduce empty_on_fail, get keepfailed to workUrban Müller3-12/+38
2024-04-11w3c complains about has() which is 96% supportedUrban Müller1-0/+1
2024-04-10add forgotten newlineUrban Müller1-1/+1
2024-04-05prevent Log: lines in shell modeUrban Müller1-1/+1
2024-04-04append newline to pretty printed jsonUrban Müller1-7/+7
2024-04-03indicate logfile for further errorsUrban Müller1-1/+3
2024-04-03use json for superglobal outputUrban Müller1-6/+6
2024-04-03no need for $reqbody if $_POST is presentUrban Müller1-1/+1
2024-04-02remove last remnants of failed utest modeUrban Müller1-3/+0
2024-03-29prevent warning on U(0 => ["a"])Urban Müller1-1/+1
2024-03-29Ignore array values in cookie (fuzzer warning mail2502)Christian Schneider1-1/+1
2024-03-21allow unicode in local part of mail addressesUrban Müller2-2/+2
2024-02-28validateUrban Müller1-1/+1
2024-02-21it::getopt: do not eat up second --Nathan Gass2-1/+2
2024-02-16with EDC(text), no need to mark using html the values in T(), they are guaran...Urban Müller2-5/+7
2024-02-16fix docsUrban Müller1-2/+2