Age | Commit message (Expand) | Author | Files | Lines |
2023-01-30 | Make it_dbi base object iterable, simplify code, add tests | Christian Schneider | 2 | -3/+10 |
2023-01-25 | allow randomexpire to prevent refresh bursts | Urban Müller | 1 | -3/+4 |
2023-01-19 | add urbans tests | Nathan Gass | 1 | -0/+5 |
2023-01-19 | some tests to make sure we don't have any wrong conversions from int to float | Nathan Gass | 1 | -6/+18 |
2023-01-17 | better location for backslash removal; omit faulty blanks around class body | Urban Müller | 1 | -3/+3 |
2023-01-17 | adapt to backslashes used in php 8.2 | Urban Müller | 1 | -1/+1 |
2023-01-11 | Normalize double sign --/+-/-+/++ calculations in it::date for PHP 8.2 and ad... | Christian Schneider | 2 | -2/+14 |
2022-12-23 | fix docs | Urban Müller | 1 | -2/+2 |
2022-12-12 | remove obsolete function, unused on gna as well | Urban Müller | 1 | -8/+0 |
2022-12-12 | Add and use it::utf8_decode and it::utf8_encode for easier migration to PHP 8.2 | Christian Schneider | 6 | -24/+34 |
2022-12-12 | Declare some properties for PHP 8.2 | Christian Schneider | 1 | -0/+4 |
2022-12-12 | Remove unused functions it::toascii, it_pipe::latin/utf8 | Christian Schneider | 2 | -30/+0 |
2022-11-28 | implement timeout and cancelable_queries | Nathan Gass | 2 | -4/+49 |
2022-11-27 | Make itools ready for PHP 8.2: Creation of dynamic property deprecated | Christian Schneider | 4 | -0/+4 |
2022-11-17 | typo | Urban Müller | 1 | -1/+1 |
2022-11-17 | fall back to apc if memcache is down, hopefully solves trouble when login down | Urban Müller | 1 | -4/+6 |
2022-11-17 | improve docs | Urban Müller | 1 | -1/+2 |
2022-11-03 | improve docs | Urban Müller | 1 | -2/+2 |
2022-10-26 | fix typo | Urban Müller | 1 | -1/+1 |
2022-10-26 | prevent ever changing filenames to changing Bearer tokens | Urban Müller | 1 | -1/+2 |
2022-10-26 | more readable code, better docs, bigger default cleanup time window | Urban Müller | 1 | -4/+5 |
2022-10-25 | fix parens | Urban Müller | 1 | -1/+1 |
2022-10-25 | ignore cache cleanup time restriction of last cleanup was long ago | Urban Müller | 1 | -2/+2 |
2022-10-25 | be utf8 safe | Urban Müller | 2 | -6/+6 |
2022-10-03 | Fix it::map with generators which can only be used once | Christian Schneider | 2 | -1/+4 |
2022-10-03 | Fix it_dbi being used with it::map/iterator_to_array | Christian Schneider | 2 | -1/+5 |
2022-10-03 | Revert "Fix it::map with generators: Avoid iterating over generator twice" | Christian Schneider | 1 | -1/+1 |
2022-10-03 | Fix it::map with generators: Avoid iterating over generator twice | Christian Schneider | 1 | -1/+1 |
2022-09-29 | skip calls without info as before | Nathan Gass | 1 | -1/+2 |
2022-09-23 | utf8-safe versions of typical php input functions | Urban Müller | 2 | -3/+23 |
2022-09-22 | skip all internal it_debug.class calls for srcline and backtrace independent ... | Nathan Gass | 1 | -21/+32 |
2022-09-22 | basic tests for ED and D | Nathan Gass | 1 | -0/+31 |
2022-09-22 | Revert "ED varname output was broken due to new stacklevel it_debug::echo" | Nathan Gass | 1 | -1/+1 |
2022-09-22 | Revert "still need stackoffs=1 for use of D()" | Nathan Gass | 2 | -2/+2 |
2022-09-19 | it::error should report request body for PUT etc | Urban Müller | 1 | -2/+2 |
2022-09-19 | maximum of 20 redirects (same as chrome browser) | Nathan Gass | 1 | -0/+1 |
2022-09-08 | Allow html list tags (ol/ul/li) in it_html::sanitize (e.g. for Freizeit descr... | Christian Schneider | 1 | -1/+1 |
2022-09-08 | Fix it_html::sanitize with nested tags | Christian Schneider | 2 | -2/+2 |
2022-08-16 | Revert "Use old syntax" | Christian Schneider | 1 | -1/+1 |
2022-08-15 | Use old syntax | Christian Schneider | 1 | -1/+1 |
2022-08-15 | Add protocols parameter to allow other protocols for it_url::get*(), e.g. 'file' | Christian Schneider | 1 | -1/+13 |
2022-08-11 | warn about newlines in headers | Urban Müller | 1 | -0/+3 |
2022-08-11 | secure curl default config | Nathan Gass | 1 | -3/+4 |
2022-08-11 | be conservative and block unknown ip formats | Nathan Gass | 2 | -1/+9 |
2022-08-10 | we pay the cost of curl_getinfo anyway, make it accessible for all requests | Nathan Gass | 1 | -2/+2 |
2022-08-04 | Throw away profile information like EXIF to (sometimes massively) reduce imag... | Christian Schneider | 1 | -1/+1 |
2022-07-29 | remove legacy function | David Flatz | 1 | -10/+0 |
2022-07-29 | rename _escape functions to _encode | David Flatz | 2 | -26/+36 |
2022-07-29 | improve validation and escaping of e-mail addresses: use same method for vali... | David Flatz | 2 | -33/+140 |
2022-07-26 | make it::filter usable from it_pipe | Urban Müller | 1 | -1/+1 |