| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove cache-control header | s-ol | 2024-02-27 | 1 | -1/+0 |
| * | add http-cache option | s-ol | 2023-11-23 | 1 | -5/+34 |
| * | server: fix flush errors when request was aborted | s-ol | 2023-11-19 | 1 | -2/+2 |
| * | fix logging, 404 handling | s-ol | 2022-11-29 | 1 | -11/+6 |
| * | handle interactive html in layout | s-ol | 2022-09-02 | 1 | -23/+1 |
| * | remove Editor remnants, fix inspector | s-ol | 2022-03-28 | 1 | -88/+50 |
| * | move layout into user content | s-ol | 2022-03-28 | 1 | -2/+2 |
| * | drop Tup dependency | s-ol | 2021-03-06 | 4 | -53/+35 |
| * | basic caching for fileder tree and conversion results | s-ol | 2021-03-03 | 1 | -2/+9 |
| * | remove legacy PLUGINS | s-ol | 2020-12-09 | 2 | -11/+11 |
| * | remove BROWSER.root | s-ol | 2020-12-09 | 1 | -2/+1 |
| * | fix typo break text/html+interactive | s-ol | 2020-12-03 | 1 | -1/+1 |
| * | make runtime JS scripts part of PLUGINS system | s-ol | 2020-11-28 | 1 | -14/+6 |
| * | link_interactive for hybrid pages | s-ol | 2020-02-15 | 1 | -1/+1 |
| * | text/html as default web view | s-ol | 2020-02-15 | 1 | -1/+15 |
| * | small fixes | s-ol | 2020-02-04 | 1 | -1/+1 |
| * | static rendering root prefix | s-ol | 2020-02-01 | 1 | -2/+4 |
| * | fix static rendering | s-ol | 2020-01-30 | 1 | -13/+36 |
| * | cites plugin | s-ol | 2019-12-17 | 1 | -1/+5 |
| * | fix PUT :<type> | s-ol | 2019-11-06 | 1 | -1/+1 |
| * | add fileder ordering in stores.web, fileder, browser | s-ol | 2019-11-01 | 1 | -3/+15 |
| * | add proper order handling, fsck for stores.fs | s-ol | 2019-11-01 | 1 | -0/+37 |
| * | browsing, adding, removing fileders in inspector | s-ol | 2019-10-31 | 1 | -14/+25 |
| * | add DEBUG pseudo-type for debugging conversion | s-ol | 2019-10-31 | 1 | -1/+9 |
| * | small fixes: | s-ol | 2019-10-31 | 1 | -2/+2 |
| * | make security vulnerabilities optional, remove sandbox | s-ol | 2019-10-29 | 1 | -18/+38 |
| * | fix the glaring security vulnerability i just implemented | s-ol | 2019-10-29 | 1 | -0/+5 |
| * | add sandbox | s-ol | 2019-10-29 | 1 | -3/+13 |
| * | save edited changes | s-ol | 2019-10-29 | 1 | -37/+49 |
| * | facet editing with CodeMirror! | s-ol | 2019-10-27 | 1 | -0/+5 |
| * | move converts into plugins | s-ol | 2019-10-27 | 1 | -1/+2 |
| * | fix absoute paths in link_to, embed | s-ol | 2019-10-24 | 1 | -6/+4 |
| * | add mermaid graph convert | s-ol | 2019-10-24 | 1 | -0/+1 |
| * | clean up JS deps for static builds | s-ol | 2019-10-24 | 1 | -1/+10 |
| * | better error-handling / logging | s-ol | 2019-10-15 | 1 | -4/+7 |
| * | fix browser nav issues, fs default sorting | s-ol | 2019-10-11 | 1 | -4/+3 |
| * | allow ?interactive with no main facet | s-ol | 2019-10-11 | 1 | -4/+2 |
| * | change ?interactive pseudofacet to text/html+interactive pseudo-type | s-ol | 2019-10-11 | 1 | -26/+27 |
| * | fileders load via get_index rather than list_facets/list_fileders | s-ol | 2019-10-11 | 1 | -2/+6 |
| * | add table to mmm/dom convert | s-ol | 2019-10-10 | 1 | -1/+1 |
| * | add WebStore, fix Browser | s-ol | 2019-10-10 | 1 | -2/+3 |
| * | make fileders load just-in-time | s-ol | 2019-10-10 | 3 | -6/+6 |
| * | add $interactive facet with Browser | s-ol | 2019-10-10 | 1 | -0/+20 |
| * | ?index and ?tree as real facets with typecasting to application/json | s-ol | 2019-10-10 | 1 | -41/+30 |
| * | serve from root/ in docker | s-ol | 2019-10-10 | 1 | -1/+1 |
| * | move static files into root/ | s-ol | 2019-10-10 | 1 | -52/+0 |
| * | make live server load subtree just-in-time (for live refreshing) | s-ol | 2019-10-09 | 1 | -4/+3 |
| * | rename drivers to stores, make server, render_all store-agnostic | s-ol | 2019-10-09 | 3 | -9/+11 |
| * | thin out build folder | s-ol | 2019-10-09 | 3 | -61/+4 |
| * | urlDecode incoming request paths | s-ol | 2019-10-08 | 1 | -0/+2 |