aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/frontend/frontend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* embed html frontend content as binary compiled data (#559)Dan Engelbrecht2023-11-231-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
* fix url parsing crash (#399)Dan Engelbrecht2023-09-131-1/+1
| | | * Don't index out of string_view range when parsing URI in httpsys
* Enable front-end serving in release modeStefan Boberg2023-05-311-26/+39
| | | | 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 Boberg2023-05-021-0/+128
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees