Age | Commit message (Expand) | Author | Files | Lines |
2018-09-25 | save texts.php in new array syntax if it is already converted to the new syntax | Christian Helbling | 1 | -2/+11 |
2018-09-25 | syntax fix | Urban Müller | 1 | -1/+1 |
2018-09-25 | update single dyncols fields; workaround for mariadb < 10.2.16 no longer needed | Urban Müller | 1 | -4/+2 |
2018-09-25 | use created class it_dbi_test | Urban Müller | 1 | -6/+5 |
2018-09-24 | disable linter for deprecated functions | David Flatz | 1 | -9/+9 |
2018-09-21 | keep debug parameters set via getopt in subrequests | Christian Helbling | 1 | -0/+3 |
2018-09-21 | remove trailing spaces | Christian Helbling | 1 | -7/+7 |
2018-09-19 | make sure it::log does not producee @it::fatal in with /opt/ultra binaries | Urban Müller | 1 | -3/+2 |
2018-09-19 | make sure even @it::fatal exits, print "Internal server error" in case of it:... | Urban Müller | 1 | -7/+7 |
2018-09-01 | nobody uses use_it_state anymore | Urban Müller | 3 | -36/+0 |
2018-09-01 | Make sure html files do not contain unparsed php source, e.g. /itjs/state.html | Christian Schneider | 1 | -1/+1 |
2018-08-31 | docs | Urban Müller | 1 | -1/+1 |
2018-08-31 | warn about sending php source | Urban Müller | 1 | -0/+3 |
2018-08-30 | dont add debug code to 404 responses | Urban Müller | 1 | -1/+1 |
2018-08-30 | prevent echoing of php source code (wget itjs/error.gif), remove unused savin... | Urban Müller | 1 | -11/+1 |
2018-08-30 | minor cleanup | Urban Müller | 1 | -2/+1 |
2018-08-30 | keep key out of title so err msg is the same on each backend and gets deduped | Urban Müller | 1 | -1/+1 |
2018-08-28 | better docs | Urban Müller | 1 | -2/+2 |
2018-08-17 | $p['totaltimeout'] supports fractions of seconds, fix path in error message o... | Christian A. Weber | 1 | -3/+3 |
2018-08-17 | new $p['writefunction'] function to be called whenever data is received (for ... | Christian A. Weber | 1 | -14/+22 |
2018-08-13 | disable dyncols in WHERE when we have multiple tables because we can't trust ... | David Flatz | 2 | -1/+6 |
2018-08-09 | iterator should clear dynfields from previous iteration, may be missing in cu... | Urban Müller | 2 | -0/+14 |
2018-08-03 | implement option verbose for verbose curl output | Nathan Gass | 1 | -2/+14 |
2018-08-03 | check for false identity, content of $got could evaluate to false for some re... | David Flatz | 1 | -1/+1 |
2018-08-03 | expose errno since some errors don't necessarily have an errorstring (e.g. wh... | David Flatz | 1 | -2/+2 |
2018-08-03 | abort on suspicious filename. did not trigger in a month | Urban Müller | 1 | -2/+2 |
2018-08-02 | adapt docs | Urban Müller | 1 | -3/+3 |
2018-08-02 | clean up part of the nastiness | Urban Müller | 1 | -1/+1 |
2018-07-13 | rewrite dyncols to work around mariadb bug in JSON_SET; add write optimization | Urban Müller | 2 | -26/+63 |
2018-07-10 | Use a little bit less magic code to replace leading single-quote by json path... | Christian Schneider | 1 | -1/+1 |
2018-07-10 | change storage format of dynamic columns to JSON | Urban Müller | 2 | -14/+13 |
2018-06-28 | set reminder for ::fatal | Urban Müller | 1 | -1/+1 |
2018-06-28 | Use tempnam() to create tmp file and unlink() for removing, no need to it::sy... | Christian Schneider | 1 | -8/+9 |
2018-06-28 | fix mute mode | Urban Müller | 1 | -2/+2 |
2018-06-28 | we have no decent tmp dir that allows overwrites... sigh | Urban Müller | 1 | -0/+1 |
2018-06-27 | update AUTHORS file after 11 years | David Flatz | 1 | -1/+3 |
2018-06-27 | dont use safer file funcs in it::error, could theoretically recurse | Urban Müller | 1 | -4/+4 |
2018-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 11 | -25/+25 |
2018-06-27 | prevent recursion | Urban Müller | 1 | -0/+4 |
2018-06-27 | support muting of alerts | Urban Müller | 1 | -1/+1 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 11 | -25/+25 |
2018-06-21 | no reason for different naming | Urban Müller | 17 | -12/+9 |
2018-06-21 | should run without itools | Urban Müller | 1 | -2/+2 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 12 | -27/+27 |
2018-06-19 | remove unused $context in it::fopen (null not allowed), add and fix tests | Urban Müller | 2 | -3/+6 |
2018-06-19 | remove bogus function that nobody uses, fix comment of transmogrify() | Christian A. Weber | 3 | -13/+1 |
2018-06-19 | safe variants of php file funcs | Urban Müller | 2 | -1/+44 |
2018-06-18 | urlencode keys of nested structures; this fixes illegal characters in urls | David Flatz | 2 | -1/+7 |
2018-06-15 | allow plain err messages in web views | Urban Müller | 1 | -0/+2 |
2018-06-15 | Silence warning for uid cookies with mb4 characters | Christian Schneider | 1 | -1/+1 |