summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-25avoid warnings on assoc resultsUrban Müller1-1/+1
2022-05-20curlinfo debug param (used elsewhere) makes more sense than pUrban Müller1-1/+1
2022-05-20supprt ED() without args for stackdumpUrban Müller2-2/+3
2022-05-20try to provide more info on errorDavid Flatz1-1/+1
2022-05-05millisecond logging is precise enoughUrban Müller1-1/+1
2022-05-02introduce ::json_headers, kill unused varUrban Müller1-3/+14
2022-04-21support late setting of debug_aslive in codeUrban Müller1-1/+1
2022-04-20backwards compatibilityUrban Müller1-1/+1
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
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 connect...David Flatz1-3/+13
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 text/ht...Christian Schneider1-1/+1
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
2021-10-28allow combining postprocess with assocUrban Müller1-1/+1