Age | Commit message (Expand) | Author | Files | Lines |
2024-08-06 | try to reduce crawler accesses on cacheable data | Urban Müller | 1 | -1/+2 |
2024-02-09 | encode < to \u003C in jsenv to prevent false positives on XSS detection | Urban Müller | 1 | -2/+2 |
2023-12-14 | Do not cache API responses for 10 seconds by default, e.g. /api/feed.json on ... | Christian Schneider | 1 | -1/+0 |
2022-05-02 | introduce ::json_headers, kill unused var | Urban Müller | 1 | -3/+14 |
2021-01-13 | Update copyright date | Christian Schneider | 1 | -1/+1 |
2021-01-13 | Unified join to always use implode | Christian Schneider | 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 | Deprecated itools itjs warning is not interesting for everyone and will be re... | 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 | 1 | -1/+1 |
2020-05-11 | Remove obsolete itools javascript functions and loader/jsboot mechanism | Christian Schneider | 1 | -51/+9 |
2020-02-10 | make sure we don't try to include whole directories (from unsafe input like "... | Koni Weber | 1 | -1/+1 |
2019-11-20 | Fix path to file for crcurl | Christian Schneider | 1 | -1/+1 |
2019-11-07 | change all itjs cache urls - we've got some weird problems reported which mig... | Christian Helbling | 1 | -1/+1 |
2019-09-02 | Make itools a bit stricter, new PHP versions start to enforce more declarations | Christian Schneider | 1 | -1/+1 |
2019-07-03 | no errors if headers were sent because of keepalive-output | Urban Müller | 1 | -3/+2 |
2019-05-13 | itjs::serialize() preserves data types (string, int, bool, null) | Christian A. Weber | 1 | -20/+3 |
2019-05-03 | Forgot to add additional data to checksum, previously it only changed cache key | Christian Schneider | 1 | -2/+3 |
2019-05-03 | Add @param ['additional_data'] Additional data to be included in checksum | Christian Schneider | 1 | -1/+3 |
2019-02-19 | allow svg-only style sheets | Urban Müller | 1 | -1/+1 |
2018-09-01 | nobody uses use_it_state anymore | Urban Müller | 1 | -1/+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-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 1 | -1/+1 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 1 | -1/+1 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 1 | -1/+1 |
2018-03-22 | removed cruft | Christian A. Weber | 1 | -1/+0 |
2017-08-10 | bugfix: dont try to it_url::get local paths | Urban Müller | 1 | -2/+2 |
2017-08-10 | adapt to default | Urban Müller | 1 | -1/+1 |
2016-07-16 | itjs::encode() can encode non-arrays | Christian A. Weber | 1 | -2/+2 |
2016-07-16 | itjs::serialize() and itjs::encode() can encode null | Christian A. Weber | 1 | -0/+3 |
2016-06-16 | allow local loading (and php-interpretation) of .htc files | Urban Müller | 1 | -1/+1 |
2016-04-07 | accept // urls | Urban Müller | 1 | -1/+1 |
2016-04-07 | Accept // (schema-less) URLs and use it_url::get_cache() for those in prepara... | Christian Schneider | 1 | -1/+1 |
2016-03-29 | send warnings if fetch fails; would create noninformative warnings later on a... | Urban Müller | 1 | -1/+1 |
2016-03-11 | prevent double includes when jquerybuild and jquery in list | Urban Müller | 1 | -1/+1 |
2016-01-30 | force cache flush | Urban Müller | 1 | -1/+1 |
2016-01-29 | Improved version of 0b595fb/80c5bcd which decides for each file individually ... | Christian Schneider | 1 | -7/+4 |
2016-01-29 | Revert 0b595fb/80c5bcd as they break map.search.ch/api/map.js | Christian Schneider | 1 | -1/+4 |
2016-01-29 | warning fix | Urban Müller | 1 | -1/+1 |
2016-01-29 | execute php when fetching js/css files for checksum | Urban Müller | 1 | -4/+1 |
2016-01-13 | Anchor regex for my peace of mind | Christian Schneider | 1 | -2/+2 |
2016-01-13 | bugfix: need to omit query everywhere | Urban Müller | 1 | -1/+1 |
2016-01-13 | handle empty filelist, handle scripts with query-args | Urban Müller | 1 | -3/+4 |
2016-01-12 | separate between trusted and untrusted input, correct crcs of remote resource... | Urban Müller | 1 | -6/+16 |
2016-01-12 | Revert "separate between trusted and untrusted input, correct crcs of remote ... | Urban Müller | 1 | -16/+6 |
2016-01-12 | separate between trusted and untrusted input, correct crcs of remote resource... | Urban Müller | 1 | -6/+16 |
2015-12-07 | separate directory to avoid permission and expiration problems | Urban Müller | 1 | -1/+1 |
2015-11-30 | correctly create checksums on devel, benefit from implied lib/itjs | Urban Müller | 1 | -13/+4 |
2015-11-22 | currently generated filelists are fine | Urban Müller | 1 | -1/+1 |
2015-11-18 | security: whitelist legal chars | Urban Müller | 1 | -2/+5 |