Age | Commit message (Expand) | Author | Files | Lines |
2024-04-30 | Fix is_reachable fetching always twice if content longer than 1000 bytes, mak... | Christian Schneider | 2 | -9/+11 |
2024-04-29 | Also cache 404 in assoc case to keep previous behaviour, server errors >= 500... | Christian Schneider | 1 | -1/+1 |
2024-04-29 | Version 2 of: Switch it_url::get('assoc' => true) to always return non-empty ... | Christian Schneider | 2 | -4/+5 |
2024-04-29 | Handle whitespace between attribute name and value also for img tags | David Flatz | 2 | -1/+19 |
2024-04-29 | Improve test for unquoted value since we only pass through absolute urls with... | David Flatz | 1 | -2/+2 |
2024-04-26 | Handle whitespace between attribute name and value; add some TODO tests to be... | David Flatz | 2 | -1/+19 |
2024-04-25 | apply password hiding in both json and var_dump format | Urban Müller | 1 | -2/+4 |
2024-04-25 | Revert "Switch it_url::get('assoc' => true) to always return non-empty array ... | Christian Schneider | 2 | -4/+3 |
2024-04-24 | Switch it_url::get('assoc' => true) to always return non-empty array includin... | Christian Schneider | 2 | -3/+4 |
2024-04-24 | Disable reporting of empty_on_fail infos | Christian Schneider | 1 | -3/+3 |
2024-04-23 | current test domain is somtimes gnat available | Urban Müller | 1 | -5/+5 |
2024-04-23 | Use single quotes to avoid confusion about $() expansion | Christian Schneider | 1 | -1/+1 |
2024-04-22 | Send notice to schneider@search.ch to check where chaning default to empty_on... | Christian Schneider | 2 | -3/+7 |
2024-04-22 | Add test to ensure and document that leading dashes are not allowed in non-op... | Christian Schneider | 1 | -0/+1 |
2024-04-22 | keep quotes around key | Urban Müller | 1 | -2/+2 |
2024-04-22 | reinstate masking of passwords | Urban Müller | 1 | -2/+2 |
2024-04-18 | introduce empty_on_fail, get keepfailed to work | Urban Müller | 3 | -12/+38 |
2024-04-11 | w3c complains about has() which is 96% supported | Urban Müller | 1 | -0/+1 |
2024-04-10 | add forgotten newline | Urban Müller | 1 | -1/+1 |
2024-04-05 | prevent Log: lines in shell mode | Urban Müller | 1 | -1/+1 |
2024-04-04 | append newline to pretty printed json | Urban Müller | 1 | -7/+7 |
2024-04-03 | indicate logfile for further errors | Urban Müller | 1 | -1/+3 |
2024-04-03 | use json for superglobal output | Urban Müller | 1 | -6/+6 |
2024-04-03 | no need for $reqbody if $_POST is present | Urban Müller | 1 | -1/+1 |
2024-04-02 | remove last remnants of failed utest mode | Urban Müller | 1 | -3/+0 |
2024-03-29 | prevent warning on U(0 => ["a"]) | Urban Müller | 1 | -1/+1 |
2024-03-29 | Ignore array values in cookie (fuzzer warning mail2502) | Christian Schneider | 1 | -1/+1 |
2024-03-21 | allow unicode in local part of mail addresses | Urban Müller | 2 | -2/+2 |
2024-02-28 | validate | Urban Müller | 1 | -1/+1 |
2024-02-21 | it::getopt: do not eat up second -- | Nathan Gass | 2 | -1/+2 |
2024-02-16 | with EDC(text), no need to mark using html the values in T(), they are guaran... | Urban Müller | 2 | -5/+7 |
2024-02-16 | fix docs | Urban Müller | 1 | -2/+2 |
2024-02-09 | encode < to \u003C in jsenv to prevent false positives on XSS detection | Urban Müller | 2 | -3/+3 |
2024-02-08 | also quote variable names $foo->bar for valid html output | Urban Müller | 1 | -0/+1 |
2024-01-22 | also warn about it_error in query | Urban Müller | 1 | -1/+1 |
2024-01-22 | warn about incorrect usage | Urban Müller | 1 | -1/+3 |
2024-01-08 | add option for allowing missing column values at end of row | Urban Müller | 1 | -2/+4 |
2023-12-21 | no need for detailed text sampling on twin | Urban Müller | 1 | -1/+1 |
2023-12-20 | enable use of it__split in pipes | Urban Müller | 1 | -1/+1 |
2023-12-14 | Do not cache API responses for 10 seconds by default, e.g. /api/feed.json on ... | Christian Schneider | 1 | -1/+0 |
2023-12-13 | Fix and simplify text admin links for OneDomain | Christian Schneider | 1 | -5/+1 |
2023-11-23 | fix 'what' debug link generator. Also, -- is dead. | Christian A. Weber | 1 | -2/+2 |
2023-11-20 | use random port to avoid races | Nathan Gass | 3 | -33/+34 |
2023-11-20 | better failed test output | Urban Müller | 1 | -3/+4 |
2023-11-17 | bigger tolerances; five second timeout sometimes failed to abort a six second... | Urban Müller | 1 | -3/+4 |
2023-11-16 | add mailid to alertlog for grepping | Urban Müller | 1 | -3/+2 |
2023-11-14 | previous commit changed error code for maxlength reached | Nathan Gass | 1 | -1/+1 |
2023-11-13 | Revert "simplify maxlength implementation and make compatible with writefunct... | Nathan Gass | 1 | -4/+13 |
2023-11-06 | $_FILES contains original file names with possibly invalid utf8 | Urban Müller | 1 | -0/+1 |
2023-11-01 | handle redirects with small bodies | Nathan Gass | 1 | -1/+1 |