summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-30dont forget retry on last active url, support fetchsleepUrban Müller1-7/+9
2020-07-29Simplify _lock/_unlock by testing for lock parameter in callerChristian Schneider1-9/+9
2020-07-27honor lock argument for preprocessing as wellUrban Müller1-2/+2
2020-07-27make arg optionalUrban Müller1-2/+2
2020-07-27debugparams req and res should work in get_multiUrban Müller1-1/+6
2020-07-27make locking in it_url::get_cache optionalUrban Müller1-7/+11
2020-07-25don't trigger legacy warning if both username and uid are emptyChristian A. Weber1-1/+1
2020-07-21Mark static function it:mail::check_email() as staticChristian Schneider1-1/+1
2020-07-14document current behaviourUrban Müller1-0/+1
2020-07-02dont return partial resultsUrban Müller1-1/+2
2020-07-02Remove unnecessary NOPHPLINTChristian Schneider1-1/+1
2020-07-02csv(): rename var, enable catching errsUrban Müller1-4/+10
2020-07-01Simplify test, was under the wrong assumption that is() uses == instead of ===Christian Schneider1-2/+2
2020-07-01Preserve type when writing int to dyncolsChristian Schneider2-1/+5
2020-06-29remove unnecessary err messages elsewhereUrban Müller1-1/+1
2020-06-26avoid reporting null bytes in it::execUrban Müller1-1/+1
2020-06-26Refetch in get_cache() if headers are requested but cache does not contain themChristian Schneider1-1/+1
2020-06-26Register fields added by _read_postprocess() so they get clear()edChristian Schneider1-0/+5
2020-06-26Leave _data unchanged by __read_postprocess as update() needs that and add te...Christian Schneider2-5/+14
2020-06-25Streamline _read_postprocess: remove support for unset(), add support to post...Christian Schneider1-14/+2
2020-06-25Call old _read_post_process/_write_pre_process last to preserve old semantics...Christian Schneider1-4/+3
2020-06-24Add static and pure replacements _read_postprocess/_write_preprocess for depr...Christian Schneider2-7/+76
2020-06-23Remove usage of _read_post_process in it_userChristian Schneider1-12/+12
2020-06-19fix docsUrban Müller1-1/+1
2020-06-15Only use T_defaultlang() for search.ch subrequests which uses language overri...Christian Schneider1-2/+3
2020-06-15Use something resembling Edge instead of MSIE 9 to ITools requestsChristian Schneider1-1/+1
2020-06-02declare static func as suchUrban Müller1-1/+1
2020-06-02Switch it_url::get() to static / remove support for legacy usage ->get()Christian Schneider1-6/+1
2020-05-27honor omitdebuginfo for block-resendUrban Müller1-1/+1
2020-05-26allow custom errors on format violations (e.g. timewindow)Urban Müller1-2/+2
2020-05-25test new sort featuresUrban Müller1-0/+5
2020-05-25it::error should put (optional) single line content before multiline contentUrban Müller1-3/+3
2020-05-25allow sorting and mapping functions in sort()Urban Müller1-4/+14
2020-05-19prevent huge subjects, separate multiline partsUrban Müller1-0/+2
2020-05-18Warn about object method usage of it_url::get()Christian Schneider1-0/+3
2020-05-18For now normalize headers in it_url::get/request response to Capitalized-Form...Christian Schneider1-1/+1
2020-05-18Avoid unnecessary classes being loaded in tel/feedback.phpChristian Schneider1-1/+1
2020-05-18Add 'assoc' => true mode to it_url::get() and prepare to mark function staticChristian Schneider2-43/+56
2020-05-13it::error should cloak password2 in body as wellUrban Müller1-1/+1
2020-05-13align titleUrban Müller1-1/+1
2020-05-13Retire alert as we only see sporadic false positives of old cached html files...Christian Schneider1-3/+0
2020-05-12compactify error mailsUrban Müller1-7/+5
2020-05-12Deprecated itools itjs warning is not interesting for everyone and will be re...Christian Schneider1-1/+1
2020-05-12optionally add global extra info to all errsUrban Müller1-0/+3
2020-05-11Make response cookie handling case insensitive as HTTP2 returns lowercaseChristian Schneider1-1/+1
2020-05-11Use standard PHP syntax for itoolsChristian Schneider1-1/+1
2020-05-11Mark static methods properly to avoid deprecation messageChristian Schneider2-2/+2
2020-05-11Remove obsolete itools javascript functions and loader/jsboot mechanismChristian Schneider9-1263/+16
2020-05-08Do not call it::_stdin_next() trying to open first optional argument unless i...Christian Schneider1-1/+5
2020-05-06Use random_bytes() instead of uniqid() now that we require PHP 7.0 for itoolsChristian Schneider4-8/+8