Age | Commit message (Expand) | Author | Files | Lines |
2020-07-25 | don't trigger legacy warning if both username and uid are empty | Christian A. Weber | 1 | -1/+1 |
2020-07-21 | Mark static function it:mail::check_email() as static | Christian Schneider | 1 | -1/+1 |
2020-07-14 | document current behaviour | Urban Müller | 1 | -0/+1 |
2020-07-02 | dont return partial results | Urban Müller | 1 | -1/+2 |
2020-07-02 | Remove unnecessary NOPHPLINT | Christian Schneider | 1 | -1/+1 |
2020-07-02 | csv(): rename var, enable catching errs | Urban Müller | 1 | -4/+10 |
2020-07-01 | Simplify test, was under the wrong assumption that is() uses == instead of === | Christian Schneider | 1 | -2/+2 |
2020-07-01 | Preserve type when writing int to dyncols | Christian Schneider | 2 | -1/+5 |
2020-06-29 | remove unnecessary err messages elsewhere | Urban Müller | 1 | -1/+1 |
2020-06-26 | avoid reporting null bytes in it::exec | Urban Müller | 1 | -1/+1 |
2020-06-26 | Refetch in get_cache() if headers are requested but cache does not contain them | Christian Schneider | 1 | -1/+1 |
2020-06-26 | Register fields added by _read_postprocess() so they get clear()ed | Christian Schneider | 1 | -0/+5 |
2020-06-26 | Leave _data unchanged by __read_postprocess as update() needs that and add te... | Christian Schneider | 2 | -5/+14 |
2020-06-25 | Streamline _read_postprocess: remove support for unset(), add support to post... | Christian Schneider | 1 | -14/+2 |
2020-06-25 | Call old _read_post_process/_write_pre_process last to preserve old semantics... | Christian Schneider | 1 | -4/+3 |
2020-06-24 | Add static and pure replacements _read_postprocess/_write_preprocess for depr... | Christian Schneider | 2 | -7/+76 |
2020-06-23 | Remove usage of _read_post_process in it_user | Christian Schneider | 1 | -12/+12 |
2020-06-19 | fix docs | Urban Müller | 1 | -1/+1 |
2020-06-15 | Only use T_defaultlang() for search.ch subrequests which uses language overri... | Christian Schneider | 1 | -2/+3 |
2020-06-15 | Use something resembling Edge instead of MSIE 9 to ITools requests | Christian Schneider | 1 | -1/+1 |
2020-06-02 | declare static func as such | Urban Müller | 1 | -1/+1 |
2020-06-02 | Switch it_url::get() to static / remove support for legacy usage ->get() | Christian Schneider | 1 | -6/+1 |
2020-05-27 | honor omitdebuginfo for block-resend | Urban Müller | 1 | -1/+1 |
2020-05-26 | allow custom errors on format violations (e.g. timewindow) | Urban Müller | 1 | -2/+2 |
2020-05-25 | test new sort features | Urban Müller | 1 | -0/+5 |
2020-05-25 | it::error should put (optional) single line content before multiline content | Urban Müller | 1 | -3/+3 |
2020-05-25 | allow sorting and mapping functions in sort() | Urban Müller | 1 | -4/+14 |
2020-05-19 | prevent huge subjects, separate multiline parts | Urban Müller | 1 | -0/+2 |
2020-05-18 | Warn about object method usage of it_url::get() | Christian Schneider | 1 | -0/+3 |
2020-05-18 | For now normalize headers in it_url::get/request response to Capitalized-Form... | Christian Schneider | 1 | -1/+1 |
2020-05-18 | Avoid unnecessary classes being loaded in tel/feedback.php | Christian Schneider | 1 | -1/+1 |
2020-05-18 | Add 'assoc' => true mode to it_url::get() and prepare to mark function static | Christian Schneider | 2 | -43/+56 |
2020-05-13 | it::error should cloak password2 in body as well | Urban Müller | 1 | -1/+1 |
2020-05-13 | align title | Urban Müller | 1 | -1/+1 |
2020-05-13 | Retire alert as we only see sporadic false positives of old cached html files... | Christian Schneider | 1 | -3/+0 |
2020-05-12 | compactify error mails | Urban Müller | 1 | -7/+5 |
2020-05-12 | Deprecated itools itjs warning is not interesting for everyone and will be re... | Christian Schneider | 1 | -1/+1 |
2020-05-12 | optionally add global extra info to all errs | Urban Müller | 1 | -0/+3 |
2020-05-11 | Make response cookie handling case insensitive as HTTP2 returns lowercase | Christian Schneider | 1 | -1/+1 |
2020-05-11 | Use standard PHP syntax for itools | Christian Schneider | 1 | -1/+1 |
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 |