summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20create generic it::servertype()Urban Müller1-2/+10
2022-04-20respect no spam stars in .diffnoticeUrban Müller1-1/+1
2022-04-19typosUrban Müller1-1/+1
2022-04-19docsUrban Müller1-1/+1
2022-04-07No regular use of javascript: found, remove warning and silently strip itChristian Schneider2-5/+1
2022-03-31move sql to body of error messagesNathan Gass1-2/+2
2022-03-28handle missing closing bracket, remove blanks around email (filter_var balks)Urban Müller2-3/+3
2022-03-28user filter_var instead of regex (thx chrigi), correctly ignore display namesUrban Müller2-11/+14
2022-03-23make it_url::request and it_url::get_multi fork-safe; this prevents multiple ↵David Flatz1-6/+6
processes from using the same curl handle
2022-03-21allow * in .diffnotice for no error mailsUrban Müller1-2/+2
2022-03-16keep CurlHandle and CurlMultiHandle around so that we can profit from ↵David Flatz1-3/+13
connection reuse
2022-03-15correctly escape commasUrban Müller1-1/+1
2022-03-15correctly escape commasUrban Müller1-5/+14
2022-03-15simple unit test for it_mail::address_error()Christian A. Weber1-0/+6
2022-03-14accept naked unix user names as recipientsUrban Müller1-4/+4
2022-03-11format check for email addresses on sendingUrban Müller2-4/+16
2022-03-11store content extract on EDC("getcachelog") for get_cache debuggingUrban Müller1-4/+4
2022-03-07docsUrban Müller1-1/+1
2022-03-03Make it_debug::$force_html decision based on Accept header containing ↵Christian Schneider1-1/+1
text/html, not User-Agent
2022-03-03support html override for non-html pagesUrban Müller2-6/+19
2022-02-24use plaintext output for non-html web pagesUrban Müller1-1/+1
2022-02-18calc() exception no longer necessary, parse causes false posUrban Müller1-2/+1
2022-02-14use D() formatting for it::error bodyUrban Müller2-9/+13
2022-02-08double quote should terminate urs, validates D() output with html linksUrban Müller1-1/+1
2022-02-06Filter out javascript: scheme in U() to avoid more XSS attacksChristian Schneider3-0/+14
2022-01-24Fix PHP 8.1 warning when URL given to U() is invalidChristian Schneider2-0/+9
2022-01-21keep cookies between redirects, needed on www.programme-tv.netUrban Müller1-0/+1
2022-01-20enable omitting Accept-Language, show in and out headers in with curlinfoUrban Müller1-2/+7
2022-01-05body is not necessarily utf8Urban Müller1-1/+1
2022-01-05carriage returns do not indicate binaryUrban Müller1-1/+1
2021-12-21Leave overscroll-behavior style unchanged for validator to checkChristian Schneider1-1/+1
2021-12-14it::error: handle binary body like long body by saving in tmpNathan Gass1-1/+1
2021-12-08show all params in EDC('req'), not just urlChristian A. Weber1-2/+5
2021-12-02allow reading/writing of json in one goUrban Müller1-0/+6
2021-11-28Avoid Implicit conversion from float warningChristian Schneider1-1/+1
2021-11-09handle missing safetyUrban Müller1-1/+1
2021-11-09allow generic it_error paramsUrban Müller1-7/+6
2021-11-01more debug infoUrban Müller1-1/+1
2021-11-01avoid false positives when U() removes args without valueUrban Müller1-1/+1
2021-11-01report redirect loopsUrban Müller1-0/+3
2021-10-29Revert "allow combining postprocess with assoc"Nathan Gass1-1/+1
This reverts commit 44a9d8898fe478b621e991db66700d70d45fd633.
2021-10-28allow combining postprocess with assocUrban Müller1-1/+1
2021-10-22improve docsUrban Müller1-1/+1
2021-10-19better it::mail docsUrban Müller1-1/+1
2021-08-26make it possible to disable automatic decompression (by setting ↵Christian Helbling1-6/+10
accept_encoding to null), remove previously useless option compression
2021-08-12it::fatal should abort on okstatus=0 even when no report neededUrban Müller1-1/+1
2021-07-25Fix PHP 8.1 warningsChristian Schneider3-1/+12
2021-07-22Change default caching from 24 to 23 hours to reduce risc of daily jobs to ↵Christian Schneider1-2/+2
use old data
2021-07-01add mintouched argument to delete_untouched to prevent deletes on importer ↵Urban Müller1-2/+7
problems
2021-06-18Revert "use same default 5s timeout for ::get and ::get_cache", breaks ↵Christian A. Weber1-2/+2
existing stuff This reverts commit d010a9e036f9ed4b8bcd4674e1e99bde7ecf081e.