shiori/internal/webserver
Felipe Martin 4df7e1dd8e
feat: build css from less files locally (#735)
* build less using lessc and bun

* build

* make styles-check

* Added workflow to check updates

* avoid embed less files

* docs

* updated tests to reflect changes

* typo

* fixed archive page css

* call styles check on pull requests

* comments in style.less

* fix archive styles affecting other pages

* minify using clean-css

* Split archive.css and style.css

* Updated docs
2023-09-16 19:58:55 +02:00
..
assets-dev.go
assets-prod.go replace assets generation with embed (#423) 2022-05-26 19:36:23 +02:00
handler-api-ext.go Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02:00
handler-api.go fix: Ensure bookmark files are correctly downloaded before deleting current ones (#683) 2023-08-20 18:20:13 +02:00
handler-ui.go feat: build css from less files locally (#735) 2023-09-16 19:58:55 +02:00
handler.go Allow JWT authentication into legacy APIs (#651) 2023-07-21 07:57:42 +02:00
server.go Allow JWT authentication into legacy APIs (#651) 2023-07-21 07:57:42 +02:00
utils.go Allow JWT authentication into legacy APIs (#651) 2023-07-21 07:57:42 +02:00
utils_ip.go fix(log): record user real ip from headers (#603) 2023-06-11 21:25:23 +02:00
utils_ip_test.go fix(log): record user real ip from headers (#603) 2023-06-11 21:25:23 +02:00