summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-16show full sql statement on readback errsUrban Müller1-4/+4
2019-05-15fix warning with url ?lang[]=fooUrban Müller1-1/+1
2019-05-14allow retries on 500 server errorsUrban Müller1-1/+1
2019-05-13itjs::serialize() preserves data types (string, int, bool, null)Christian A. Weber2-35/+20
2019-05-13add test and fix for 204 http status codeNathan Gass3-1/+18
2019-05-10handle empty output in ->pipe()Urban Müller1-1/+2
2019-05-10cdist option for ::file_putUrban Müller1-1/+3
2019-05-03Forgot to add additional data to checksum, previously it only changed cache keyChristian Schneider1-2/+3
2019-05-03Add @param ['additional_data'] Additional data to be included in checksumChristian Schneider1-1/+3
2019-04-18nicer err msgUrban Müller1-1/+1
2019-04-18close result in unbuffered mode for multiple unbuffered queriesNathan Gass1-0/+4
2019-04-17specify method in err msgUrban Müller1-1/+1
2019-04-10correctly handle "data" => []Urban Müller1-3/+3
2019-04-06only use service tmp if writableUrban Müller1-4/+5
2019-04-05avoid creating tmpfiles in dest dirUrban Müller1-2/+4
2019-04-05Send alert when we try to get overly long urlsChristian Schneider1-0/+2
2019-04-04too many false positives atmUrban Müller1-5/+1
2019-04-04only enforce apache limit for nowUrban Müller1-1/+1
2019-04-04warn if oversized urls are generatedUrban Müller1-1/+5
2019-04-02add option noresults and debug handler feature in it_url::get_multiNathan Gass1-6/+8
2019-04-02add test for get_multi handler returning trueNathan Gass1-0/+5
2019-03-19Replace func_get_args/call_user_func with the more concise ...-notationChristian Schneider1-4/+2
2019-03-18support cmd line args in ->pipe()Urban Müller1-2/+7
2019-03-12Normalize to FORM_C in any2utf8Christian Schneider2-2/+3
2019-03-12Use cryptographically secure random_int() to generate password and increase l...Christian Schneider1-3/+4
2019-03-05try to restore our reputationUrban Müller1-1/+1
2019-03-01Revert "better name for http status variable" for nowUrban Müller2-15/+7
2019-03-01better name for http status variableUrban Müller2-7/+15
2019-02-25handle single quotes in traceUrban Müller1-1/+1
2019-02-25handle evel() parens in traceUrban Müller1-1/+1
2019-02-20Add bin/ or cgi/ to xy.php as we may have scripts in both places so 'e' comma...Christian Schneider1-1/+1
2019-02-19allow svg-only style sheetsUrban Müller1-1/+1
2019-02-18fewer err if one host is downUrban Müller1-1/+7
2019-02-18prevent recursionUrban Müller1-1/+1
2019-02-13Remove migration functions as all old-style usages have been updatedChristian Schneider2-12/+0
2019-02-12Migrate old style constructors to __construct, temporary transition functions...Christian Schneider11-16/+27
2019-02-05return $label instead of true if label existsUrban Müller2-2/+2
2019-02-04Add global config option $GLOBALS['it_defaultconfig']['fatal_throws_exception...Christian Schneider1-2/+9
2019-01-31hide field password2 as wellUrban Müller1-1/+1
2019-01-18test assoc flagUrban Müller1-0/+3
2019-01-18allow returning assoc arraysUrban Müller1-1/+2
2019-01-16implement parameter parallel to limit parallel requests in it_url::get_multiNathan Gass1-5/+7
2019-01-14fix greedy replaceUrban Müller1-1/+1
2019-01-14add options to use client certificates in it_url::getChristian Helbling1-0/+6
2019-01-04allow omitting id if default maxageUrban Müller1-6/+6
2019-01-04enable get_cache warnings for everyoneUrban Müller1-2/+2
2019-01-03warn about get_cache calls without IDUrban Müller1-0/+3
2019-01-03don't force it_error => false in get_cache()Christian A. Weber1-1/+1
2018-11-16replace horribly named function with slight less horribly named oneUrban Müller2-7/+7
2018-11-14do not silently ::fatal when trying to open $args[0] with ../ as filename (wh...Urban Müller1-2/+2