shiori/internal
Felipe Martin Garcia 0fe24d2598
fix: url modification when query param is empty (#411)
This commit fixes URL malformation when trying to remove the utm social
query parameters from an URL, which upon finishing and reconstructing
would attach the equal symbol even if the original URL didn't have it.

This is a known Go "bug" [1] that isn't going to be "fixed". I quote
that because server side should behave the same for `?a=&b=1` and
`?a&b=1` for the `a` parameter, but sometimes that's not the case.

[1]: https://github.com/golang/go/issues/20820

Fixes #409
2022-03-27 21:01:39 +02:00
..
cmd feat: sqlite migrations (#398) 2022-03-26 08:33:57 +01:00
core fix: url modification when query param is empty (#411) 2022-03-27 21:01:39 +02:00
database feat: sqlite migrations (#398) 2022-03-26 08:33:57 +01:00
model Make SQLite database compatible with old version 2019-08-22 14:27:38 +07:00
view hotfix: fixes session duration from #346 2022-02-11 16:00:38 +01:00
webserver Web Server and CI Improvements (#374) 2022-02-19 08:22:50 +01:00