| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CSS colours in one place + small modal dialog fix. (#169) | Martin Ridgers | 2024-09-26 | 3 | -23/+53 |
| | | | | | | | | * Separate modal dialog's background into its own div with own opacity * Use :root and CSS vars for colours * An html.zip refresh | ||||
| * | Updated html.zip | Martin Ridgers | 2024-09-24 | 1 | -0/+0 |
| | | |||||
| * | Wrap ZipFs initialisation in ZEN_EMBED_HTML_ZIP | Martin Ridgers | 2024-09-24 | 1 | -2/+6 |
| | | |||||
| * | Updated frontend .zip | Martin Ridgers | 2024-09-24 | 1 | -0/+0 |
| | | |||||
| * | Added pagination when browsing oplog entries | Martin Ridgers | 2024-09-24 | 1 | -5/+19 |
| | | |||||
| * | Build action cells using toolbars | Martin Ridgers | 2024-09-24 | 1 | -4/+11 |
| | | |||||
| * | Removed commented out code | Martin Ridgers | 2024-09-24 | 1 | -1/+0 |
| | | |||||
| * | Convenience on_click() that infers action class | Martin Ridgers | 2024-09-24 | 1 | -2/+8 |
| | | |||||
| * | Let's try centering table cells' contents | Martin Ridgers | 2024-09-24 | 1 | -0/+1 |
| | | |||||
| * | Vertically center modal dialog's button labels | Martin Ridgers | 2024-09-24 | 1 | -0/+1 |
| | | |||||
| * | Component.inner() for access to the underlying DOM element | Martin Ridgers | 2024-09-24 | 1 | -0/+5 |
| | | |||||
| * | Deleted superfluous variable name suffix | Martin Ridgers | 2024-09-24 | 1 | -7/+7 |
| | | |||||
| * | Toolbars can be used within other elements | Martin Ridgers | 2024-09-24 | 2 | -1/+15 |
| | | |||||
| * | Leave blank table cells empty | Martin Ridgers | 2024-09-24 | 1 | -1/+1 |
| | | |||||
| * | Keep right() toolbar items flush to the side | Martin Ridgers | 2024-09-24 | 1 | -0/+4 |
| | | |||||
| * | Lighten toolbar separators | Martin Ridgers | 2024-09-24 | 2 | -1/+5 |
| | | |||||
| * | Rudimentary toolbar component | Martin Ridgers | 2024-09-24 | 2 | -0/+56 |
| | | |||||
| * | Add a little spacing between tables | Martin Ridgers | 2024-09-24 | 1 | -0/+1 |
| | | |||||
| * | Test page of dashboard widgets | Martin Ridgers | 2024-09-24 | 1 | -0/+75 |
| | | |||||
| * | Added a Page.set_title() to replace free zen_title() | Martin Ridgers | 2024-09-24 | 1 | -10/+9 |
| | | |||||
| * | add_section() is provided by Page base | Martin Ridgers | 2024-09-24 | 1 | -10/+12 |
| | | |||||
| * | Min/max width for dashboard content | Martin Ridgers | 2024-09-24 | 2 | -1/+7 |
| | | |||||
| * | clang-format pass | Martin Ridgers | 2024-09-24 | 1 | -1/+1 |
| | | |||||
| * | Initial version of in-proc HTML dashboard | Martin Ridgers | 2024-09-24 | 5 | -54/+787 |
| | | |||||
| * | Updated stale comment | Martin Ridgers | 2024-09-24 | 1 | -1/+1 |
| | | |||||
| * | Only use embedded frontend content in release builds | Martin Ridgers | 2024-09-24 | 1 | -0/+4 |
| | | |||||
| * | embed html frontend content as binary compiled data (#559) | Dan Engelbrecht | 2023-11-23 | 2 | -2/+5 |
| | | | | | | | - Feature: Added xmake task `updatefrontend` which updates the zip file containing the frontend html (`/src/zenserver/frontend/html.zip`) - Improvement: The frontend html content is no longer appended at the end of the executable which prevented signing, instead it is compiled in from the `/src/zenserver/frontend/html.zip` archive - Improvement: MacOS now does ad-hoc code signing by default when issuing `xmake bundle`, signing with proper cert is done on CI builds | ||||
| * | adding more stats (#429) | Dan Engelbrecht | 2023-09-28 | 1 | -7/+8 |
| | | | | | | - Feature: Add detailed stats on requests and data sizes on a per-bucket level, use parameter `cachestorestats=true` on the `/stats/z$` endpoint to enable - Feature: Add detailed stats on requests and data sizes on cidstore, use parameter `cidstorestats=true` on the `/stats/z$` endpoint to enable - Feature: Dashboard now accepts parameters in the URL which is passed on to the `/stats/z$` endpoint | ||||
| * | fix url parsing crash (#399) | Dan Engelbrecht | 2023-09-13 | 1 | -1/+1 |
| | | | | * Don't index out of string_view range when parsing URI in httpsys | ||||
| * | Enable front-end serving in release mode | Stefan Boberg | 2023-05-31 | 2 | -26/+40 |
| | | | | | Front-end can now be served from a development directory in release mode as well as debug if there's no zipfs attached | ||||
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 5 | -0/+407 |
| * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | |||||