summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-03-19Replace func_get_args/call_user_func with the more concise ...-notationChristian Schneider1-4/+2
2019-03-18support cmd line args in ->pipe()Urban Müller1-2/+7
2019-03-12Normalize to FORM_C in any2utf8Christian Schneider2-2/+3
2019-03-12Use cryptographically secure random_int() to generate password and increase ↵Christian Schneider1-3/+4
length to 12 characters for 49^12 possibilities
2019-03-05try to restore our reputationUrban Müller1-1/+1
2019-03-01Revert "better name for http status variable" for nowUrban Müller2-15/+7
This reverts commit a648b594c6a96f050b99eb691c73b41f27d6890b.
2019-03-01better name for http status variableUrban Müller2-7/+15
2019-02-25handle single quotes in traceUrban Müller1-1/+1
2019-02-25handle evel() parens in traceUrban Müller1-1/+1
2019-02-20Add bin/ or cgi/ to xy.php as we may have scripts in both places so 'e' ↵Christian Schneider1-1/+1
command opens correct file
2019-02-19allow svg-only style sheetsUrban Müller1-1/+1
2019-02-18fewer err if one host is downUrban Müller1-1/+7
2019-02-18prevent recursionUrban Müller1-1/+1
2019-02-13Remove migration functions as all old-style usages have been updatedChristian Schneider2-12/+0
2019-02-12Migrate old style constructors to __construct, temporary transition ↵Christian Schneider11-16/+27
functions for it_dbi (map, mapgen) and it_user (ad, login_user)
2019-02-05return $label instead of true if label existsUrban Müller2-2/+2
2019-02-04Add global config option ↵Christian Schneider1-2/+9
$GLOBALS['it_defaultconfig']['fatal_throws_exception'] = true to make it::fatal() throw exception instead of calling exit()
2019-01-31hide field password2 as wellUrban Müller1-1/+1
2019-01-18test assoc flagUrban Müller1-0/+3
2019-01-18allow returning assoc arraysUrban Müller1-1/+2
2019-01-16implement parameter parallel to limit parallel requests in it_url::get_multiNathan Gass1-5/+7
2019-01-14fix greedy replaceUrban Müller1-1/+1
2019-01-14add options to use client certificates in it_url::getChristian Helbling1-0/+6
2019-01-04allow omitting id if default maxageUrban Müller1-6/+6
2019-01-04enable get_cache warnings for everyoneUrban Müller1-2/+2
2019-01-03warn about get_cache calls without IDUrban Müller1-0/+3
2019-01-03don't force it_error => false in get_cache()Christian A. Weber1-1/+1
2018-11-16replace horribly named function with slight less horribly named oneUrban Müller2-7/+7
2018-11-14do not silently ::fatal when trying to open $args[0] with ../ as filename ↵Urban Müller1-2/+2
(which it is not always)
2018-11-08dont validate external cssUrban Müller1-0/+3
2018-11-06add new parameter fetchsleep to sleep after a fetch - this parameter is ↵Christian Helbling1-1/+4
useful for it_url::get_cache_contents when fetching many resources from an external server: it sleeps after every fetch on the external server but doesn't when fetching from cache
2018-11-06::fatal should not send mail if only stdout is not a tty, ::bail adds newlinesUrban Müller1-3/+3
2018-11-02remove explicit https ports since we force http protocolUrban Müller1-1/+1
2018-10-30allow sporadic error suppressionUrban Müller1-2/+2
2018-10-29warn when using the same short option twiceChristian Helbling1-0/+4
2018-10-25don't do JSON_EXTRACT when we use SQL functions with dyncolsDavid Flatz2-1/+3
2018-10-15Extend test for bug fixed in 7.2.11Christian Schneider1-1/+3
2018-10-08improve tests and stylingDavid Flatz2-3/+6
2018-10-08handle setting a dyncol to null by removing the field in dyncolsDavid Flatz2-4/+22
2018-10-08put behaviour of --debug in it::getopt into it_debug::set so we can use that ↵Christian Helbling2-10/+13
in other places as well - for example in runtests
2018-10-05fix addition of dynamic columns to record where dyncols is NULLDavid Flatz2-2/+7
2018-09-25save texts.php in new array syntax if it is already converted to the new syntaxChristian Helbling1-2/+11
2018-09-25syntax fixUrban Müller1-1/+1
2018-09-25update single dyncols fields; workaround for mariadb < 10.2.16 no longer neededUrban Müller1-4/+2
2018-09-25use created class it_dbi_testUrban Müller1-6/+5
2018-09-24disable linter for deprecated functionsDavid Flatz1-9/+9
2018-09-21keep debug parameters set via getopt in subrequestsChristian Helbling1-0/+3
2018-09-21remove trailing spacesChristian Helbling1-7/+7
2018-09-19make sure it::log does not producee @it::fatal in with /opt/ultra binariesUrban Müller1-3/+2
2018-09-19make sure even @it::fatal exits, print "Internal server error" in case of ↵Urban Müller1-7/+7
it::fatal and web