Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-10-31 | use maxlength instead of method HEAD for is_reachable as some servers do not ... | Nathan Gass | 1 | -1/+1 |
2023-10-31 | still include headers and status in result if maxlength is reached | Nathan Gass | 1 | -1/+1 |
2023-10-30 | add test that redirect loop is not reachable | Nathan Gass | 1 | -2/+2 |
2023-10-30 | simplify maxlength implementation and make compatible with writefunction | Nathan Gass | 1 | -13/+4 |
2023-10-30 | add fixme for new curl feature | Nathan Gass | 1 | -0/+1 |
2023-10-30 | add test that maxlength aborts early | Nathan Gass | 1 | -0/+14 |
2023-10-30 | change it_url::is_reachable to static api consistent with it_url::get | Nathan Gass | 2 | -16/+7 |
2023-10-19 | drop support for C extension | Urban Müller | 1 | -3/+0 |
2023-10-02 | disable test until we have a clean OneDomain solution | Urban Müller | 1 | -2/+2 |
2023-10-02 | avoid false positives in redirs from subdomain to onedomain, ::absolute alway... | Urban Müller | 1 | -2/+2 |
2023-09-28 | fix docs | Urban Müller | 1 | -1/+1 |
2023-09-25 | escape dangerous strings inside javascript, including env = | Urban Müller | 2 | -0/+4 |
2023-09-20 | accept login subrequests without lang overrides even on //login--searchfield-... | Urban Müller | 1 | -1/+1 |
2023-09-05 | protect against huge stackdumps from outdooractive | Urban Müller | 1 | -1/+1 |
2023-09-04 | add forgotten url to host, mail2443 | Urban Müller | 1 | -1/+1 |
2023-09-04 | ::get_cache_contents metadata in php format no longer supported | Urban Müller | 1 | -1/+1 |
2023-08-31 | allow https in error mails | Urban Müller | 1 | -3/+6 |
2023-08-28 | handle inline errors, e.g. new $undefined in mail3464 | Urban Müller | 2 | -4/+5 |
2023-08-22 | Add prefix to it_url::absolute() for OneDomain support, add tests for relativ... | Christian Schneider | 2 | -5/+20 |
2023-08-21 | map favicon path to OneDomain | Urban Müller | 1 | -1/+1 |
2023-08-21 | Do not cache content between OneDomain mode and old-style domains | Christian Schneider | 1 | -1/+1 |
2023-08-21 | OneDomain support for it_url::redirect | Christian Schneider | 1 | -2/+2 |