shiori/internal/webserver
Felipe Martin cc7c75116d
refactor: migrate bookmark static pages to new http server (#775)
* migrate bookmark content route to new http server

* new archive page

* remove unused go generate comment

* database mock

* utils cleanup

* unused var

* domains refactor and tests

* fixed secret key type

* redirect to login on ui errors

* fixed archive folder with storage domain

* webroot documentation

* some bookmark route tests

* fixed error in bookmark domain for non existant bookmarks

* centralice errors

* add coverage data to unittests

* added tests, refactor storage to use afero

* removed mock to avoid increasing complexity

* using deps to copy files around

* remove config usage (to deps)

* remove handler-ui file
2023-12-28 18:18:32 +01:00
..
assets-dev.go Initial new web interfaces 2019-05-27 17:01:53 +07:00
assets-prod.go replace assets generation with embed (#423) 2022-05-26 19:36:23 +02:00
handler-api-ext.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
handler-api.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
handler.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
server.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
utils.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01: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