Age | Commit message (Expand) | Author | Files | Lines |
2019-04-17 | specify method in err msg | Urban Müller | 1 | -1/+1 |
2019-04-10 | correctly handle "data" => [] | Urban Müller | 1 | -3/+3 |
2019-04-06 | only use service tmp if writable | Urban Müller | 1 | -4/+5 |
2019-04-05 | avoid creating tmpfiles in dest dir | Urban Müller | 1 | -2/+4 |
2019-04-05 | Send alert when we try to get overly long urls | Christian Schneider | 1 | -0/+2 |
2019-04-04 | too many false positives atm | Urban Müller | 1 | -5/+1 |
2019-04-04 | only enforce apache limit for now | Urban Müller | 1 | -1/+1 |
2019-04-04 | warn if oversized urls are generated | Urban Müller | 1 | -1/+5 |
2019-04-02 | add option noresults and debug handler feature in it_url::get_multi | Nathan Gass | 1 | -6/+8 |
2019-04-02 | add test for get_multi handler returning true | Nathan Gass | 1 | -0/+5 |
2019-03-19 | Replace func_get_args/call_user_func with the more concise ...-notation | Christian Schneider | 1 | -4/+2 |
2019-03-18 | support cmd line args in ->pipe() | Urban Müller | 1 | -2/+7 |
2019-03-12 | Normalize to FORM_C in any2utf8 | Christian Schneider | 2 | -2/+3 |
2019-03-12 | Use cryptographically secure random_int() to generate password and increase l... | Christian Schneider | 1 | -3/+4 |
2019-03-05 | try to restore our reputation | Urban Müller | 1 | -1/+1 |
2019-03-01 | Revert "better name for http status variable" for now | Urban Müller | 2 | -15/+7 |
2019-03-01 | better name for http status variable | Urban Müller | 2 | -7/+15 |
2019-02-25 | handle single quotes in trace | Urban Müller | 1 | -1/+1 |
2019-02-25 | handle evel() parens in trace | Urban Müller | 1 | -1/+1 |
2019-02-20 | Add bin/ or cgi/ to xy.php as we may have scripts in both places so 'e' comma... | Christian Schneider | 1 | -1/+1 |
2019-02-19 | allow svg-only style sheets | Urban Müller | 1 | -1/+1 |
2019-02-18 | fewer err if one host is down | Urban Müller | 1 | -1/+7 |
2019-02-18 | prevent recursion | Urban Müller | 1 | -1/+1 |
2019-02-13 | Remove migration functions as all old-style usages have been updated | Christian Schneider | 2 | -12/+0 |
2019-02-12 | Migrate old style constructors to __construct, temporary transition functions... | Christian Schneider | 11 | -16/+27 |
2019-02-05 | return $label instead of true if label exists | Urban Müller | 2 | -2/+2 |
2019-02-04 | Add global config option $GLOBALS['it_defaultconfig']['fatal_throws_exception... | Christian Schneider | 1 | -2/+9 |
2019-01-31 | hide field password2 as well | Urban Müller | 1 | -1/+1 |
2019-01-18 | test assoc flag | Urban Müller | 1 | -0/+3 |
2019-01-18 | allow returning assoc arrays | Urban Müller | 1 | -1/+2 |
2019-01-16 | implement parameter parallel to limit parallel requests in it_url::get_multi | Nathan Gass | 1 | -5/+7 |
2019-01-14 | fix greedy replace | Urban Müller | 1 | -1/+1 |
2019-01-14 | add options to use client certificates in it_url::get | Christian Helbling | 1 | -0/+6 |
2019-01-04 | allow omitting id if default maxage | Urban Müller | 1 | -6/+6 |
2019-01-04 | enable get_cache warnings for everyone | Urban Müller | 1 | -2/+2 |
2019-01-03 | warn about get_cache calls without ID | Urban Müller | 1 | -0/+3 |
2019-01-03 | don't force it_error => false in get_cache() | Christian A. Weber | 1 | -1/+1 |
2018-11-16 | replace horribly named function with slight less horribly named one | Urban Müller | 2 | -7/+7 |
2018-11-14 | do not silently ::fatal when trying to open $args[0] with ../ as filename (wh... | Urban Müller | 1 | -2/+2 |
2018-11-08 | dont validate external css | Urban Müller | 1 | -0/+3 |
2018-11-06 | add new parameter fetchsleep to sleep after a fetch - this parameter is usefu... | Christian Helbling | 1 | -1/+4 |
2018-11-06 | ::fatal should not send mail if only stdout is not a tty, ::bail adds newlines | Urban Müller | 1 | -3/+3 |
2018-11-02 | remove explicit https ports since we force http protocol | Urban Müller | 1 | -1/+1 |
2018-10-30 | allow sporadic error suppression | Urban Müller | 1 | -2/+2 |
2018-10-29 | warn when using the same short option twice | Christian Helbling | 1 | -0/+4 |
2018-10-25 | don't do JSON_EXTRACT when we use SQL functions with dyncols | David Flatz | 2 | -1/+3 |
2018-10-15 | Extend test for bug fixed in 7.2.11 | Christian Schneider | 1 | -1/+3 |
2018-10-08 | improve tests and styling | David Flatz | 2 | -3/+6 |
2018-10-08 | handle setting a dyncol to null by removing the field in dyncols | David Flatz | 2 | -4/+22 |
2018-10-08 | put behaviour of --debug in it::getopt into it_debug::set so we can use that ... | Christian Helbling | 2 | -10/+13 |