Age | Commit message (Expand) | Author | Files | Lines |
2020-05-11 | Mark static methods properly to avoid deprecation message | Christian Schneider | 2 | -2/+2 |
2020-05-11 | Remove obsolete itools javascript functions and loader/jsboot mechanism | Christian Schneider | 9 | -1263/+16 |
2020-05-08 | Do not call it::_stdin_next() trying to open first optional argument unless i... | Christian Schneider | 1 | -1/+5 |
2020-05-06 | Use random_bytes() instead of uniqid() now that we require PHP 7.0 for itools | Christian Schneider | 4 | -8/+8 |
2020-04-30 | Include both the active and the default language (from user's Accept-Language... | Christian Schneider | 1 | -1/+1 |
2020-04-30 | Use user's Accept-Language (mapped to languages we know) instead of currently... | Christian Schneider | 1 | -1/+1 |
2020-04-29 | Check fields used with NI for NULL first to take advantage of indices | Christian Schneider | 1 | -1/+1 |
2020-04-22 | Also accept language overrides for txt | Christian Schneider | 1 | -1/+1 |
2020-04-21 | White-list mbtiles.php because it does not support language override urls | Christian Schneider | 1 | -1/+1 |
2020-04-21 | Also accept language overrides for gif, jpg and png | Christian Schneider | 1 | -1/+1 |
2020-04-21 | accept LIMIT 0 | Urban Müller | 1 | -1/+1 |
2020-04-21 | Add translated csv to white-list as map users //tel/result.csv with LU() | Christian Schneider | 1 | -1/+1 |
2020-04-21 | dbi: improve docs, enable LIMIT => false | Urban Müller | 2 | -9/+13 |
2020-04-21 | Warn about missing language overrides for subrequests, i.e. LU() instead of U... | Christian Schneider | 1 | -0/+3 |
2020-04-21 | Add test for LIMIT with offset, add test descriptions | Christian Schneider | 1 | -2/+5 |
2020-04-21 | test for safe LIMIT | Urban Müller | 1 | -1/+1 |
2020-04-21 | support safe LIMIT | Urban Müller | 2 | -0/+9 |
2020-04-21 | support retrysleep in ::get_multi | Urban Müller | 1 | -2/+11 |
2020-04-21 | use new array syntax | Urban Müller | 12 | -216/+216 |
2020-04-17 | support $p["postprocess"] in get_cache_contents() | Urban Müller | 1 | -4/+13 |
2020-04-16 | allow postprocessors like json_decode | Urban Müller | 1 | -1/+7 |
2020-04-15 | Increase minimal requirement to PHP 7 | Christian Schneider | 1 | -2/+2 |
2020-04-15 | allow disabling pretty printing | Urban Müller | 1 | -2/+2 |
2020-04-14 | add pretty option to it::json_encode() | Christian A. Weber | 1 | -2/+3 |
2020-04-10 | Fix tests for new semantics of $it_dbi->delete_untouched() | Christian Schneider | 1 | -5/+5 |
2020-03-31 | return deleted ids in delete_untouched for triggers | Urban Müller | 1 | -3/+3 |
2020-03-16 | Use LOCK_EX to avoid log lines being split up | Christian Schneider | 1 | -1/+1 |
2020-03-10 | handle = in short opts as well (-n=2) | Urban Müller | 1 | -1/+3 |
2020-02-24 | rename $result which is not result of function | Urban Müller | 1 | -13/+13 |
2020-02-10 | make sure we don't try to include whole directories (from unsafe input like "... | Koni Weber | 1 | -1/+1 |
2020-02-10 | return 0 for no modified records if query was optimized away | Urban Müller | 1 | -3/+3 |
2020-01-23 | remove scheme from path when we have empty hostpart and empty schemepart; thi... | David Flatz | 2 | -0/+16 |
2020-01-20 | Support all arguments of file_get_contents, including maxlen | Christian Schneider | 2 | -7/+10 |
2020-01-13 | Use SameSite policy Lax for session cookie | Christian Schneider | 1 | -5/+3 |
2020-01-13 | Use SameSite policy Lax for uid cookie | Christian Schneider | 1 | -3/+2 |
2020-01-13 | Add compatibility function to map new setcookie() parameters to pre-7.3 PHP v... | Christian Schneider | 1 | -0/+10 |
2019-11-25 | each is deprecated and does not work for generators | Nathan Gass | 1 | -5/+12 |
2019-11-25 | Make sure debug divs are readable even if line-height is set to something weird | Christian Schneider | 1 | -1/+1 |
2019-11-21 | avoid reading all of urls array in memory to support generators | Nathan Gass | 1 | -17/+20 |
2019-11-21 | get_muti: only call handler on curl success, give curl handle to handler so h... | Christian Helbling | 1 | -7/+10 |
2019-11-20 | Fix path to file for crcurl | Christian Schneider | 1 | -1/+1 |
2019-11-19 | enable bash features in it::exec and it::system | Nathan Gass | 1 | -2/+2 |
2019-11-07 | change all itjs cache urls - we've got some weird problems reported which mig... | Christian Helbling | 1 | -1/+1 |
2019-10-29 | implementation of maxlength using decompressed data size | Nathan Gass | 1 | -17/+26 |
2019-10-29 | fix for oo version of it_url | Nathan Gass | 1 | -1/+1 |
2019-10-28 | escape attachment name since that string is user-provided and might contain n... | David Flatz | 1 | -1/+2 |
2019-10-17 | Fix ->is_reachable to use get() instead of fopen to use HTTP/1.1 and add tests | Christian Schneider | 2 | -12/+8 |
2019-10-04 | avoid bouncing replies to system users | Urban Müller | 1 | -0/+1 |
2019-10-01 | more stripping for css validator | Urban Müller | 1 | -0/+1 |
2019-09-24 | simplify From:, readability | Urban Müller | 1 | -3/+8 |