summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-09encode < to \u003C in jsenv to prevent false positives on XSS detectionUrban Müller2-3/+3
2024-02-08also quote variable names $foo->bar for valid html outputUrban Müller1-0/+1
2024-01-22also warn about it_error in queryUrban Müller1-1/+1
2024-01-22warn about incorrect usageUrban Müller1-1/+3
2024-01-08add option for allowing missing column values at end of rowUrban Müller1-2/+4
2023-12-21no need for detailed text sampling on twinUrban Müller1-1/+1
2023-12-20enable use of it__split in pipesUrban Müller1-1/+1
2023-12-14Do not cache API responses for 10 seconds by default, e.g. /api/feed.json on ...Christian Schneider1-1/+0
2023-12-13Fix and simplify text admin links for OneDomainChristian Schneider1-5/+1
2023-11-23fix 'what' debug link generator. Also, -- is dead.Christian A. Weber1-2/+2
2023-11-20use random port to avoid racesNathan Gass3-33/+34
2023-11-20better failed test outputUrban Müller1-3/+4
2023-11-17bigger tolerances; five second timeout sometimes failed to abort a six second...Urban Müller1-3/+4
2023-11-16add mailid to alertlog for greppingUrban Müller1-3/+2
2023-11-14previous commit changed error code for maxlength reachedNathan Gass1-1/+1
2023-11-13Revert "simplify maxlength implementation and make compatible with writefunct...Nathan Gass1-4/+13
2023-11-06$_FILES contains original file names with possibly invalid utf8Urban Müller1-0/+1
2023-11-01handle redirects with small bodiesNathan Gass1-1/+1
2023-10-31use maxlength instead of method HEAD for is_reachable as some servers do not ...Nathan Gass1-1/+1
2023-10-31still include headers and status in result if maxlength is reachedNathan Gass1-1/+1
2023-10-30add test that redirect loop is not reachableNathan Gass1-2/+2
2023-10-30simplify maxlength implementation and make compatible with writefunctionNathan Gass1-13/+4
2023-10-30add fixme for new curl featureNathan Gass1-0/+1
2023-10-30add test that maxlength aborts earlyNathan Gass1-0/+14
2023-10-30change it_url::is_reachable to static api consistent with it_url::getNathan Gass2-16/+7
2023-10-19drop support for C extensionUrban Müller1-3/+0
2023-10-02disable test until we have a clean OneDomain solutionUrban Müller1-2/+2
2023-10-02avoid false positives in redirs from subdomain to onedomain, ::absolute alway...Urban Müller1-2/+2
2023-09-28fix docsUrban Müller1-1/+1
2023-09-25escape dangerous strings inside javascript, including env =Urban Müller2-0/+4
2023-09-20accept login subrequests without lang overrides even on //login--searchfield-...Urban Müller1-1/+1
2023-09-05protect against huge stackdumps from outdooractiveUrban Müller1-1/+1
2023-09-04add forgotten url to host, mail2443Urban Müller1-1/+1
2023-09-04::get_cache_contents metadata in php format no longer supportedUrban Müller1-1/+1
2023-08-31allow https in error mailsUrban Müller1-3/+6
2023-08-28handle inline errors, e.g. new $undefined in mail3464Urban Müller2-4/+5
2023-08-22Add prefix to it_url::absolute() for OneDomain support, add tests for relativ...Christian Schneider2-5/+20
2023-08-21map favicon path to OneDomainUrban Müller1-1/+1
2023-08-21Do not cache content between OneDomain mode and old-style domainsChristian Schneider1-1/+1
2023-08-21OneDomain support for it_url::redirectChristian Schneider1-2/+2
2023-08-18support utest mode by removing uok in redirectsUrban Müller1-2/+5
2023-08-16run it_dbi tests for postgresql if it is runningNathan Gass1-0/+2
2023-08-16fix failing it_dbi tests when using postgresqlNathan Gass2-2/+2
2023-08-16use it_dbi_postgres everywhere for postgresql testsNathan Gass1-1/+1