aboutsummaryrefslogtreecommitdiff
path: root/url.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* group/index: Allow repo creation via webRunxi Yu7 days1-0/+15
|
* *: Support subgroups via SQL recursionRunxi Yu7 days1-0/+7
|
* Add SPDX license headers to all Go filesRunxi Yu10 days1-0/+3
|
* all: Remove error wrappingRunxi Yu2025-02-191-7/+1
| | | | | I'm undecided on how I wrap errors in this project. I'll just return errors directly for now. This will probably be adjusted later.
* *.go: Use lowercase error valuesRunxi Yu2025-02-191-2/+2
|
* url.go: ReformatRunxi Yu2025-02-191-1/+1
|
* http: Consistently use redirect_with{out,}_slash, never r.URL.PathRunxi Yu2025-02-191-0/+19
|
* *.go: ReformatRunxi Yu2025-02-151-1/+1
|
* {http_server,url}.go: Fix redirectsRunxi Yu2025-02-151-1/+20
| | | | | | | | | | r.URL.Path contains URL segments already decoded which makes it impossible to distinguish from an encoded %2F and a path separator /. We introduce redirect_with_slash which checks it properly. There is still an occurence of r.URL.Path in the commit handler, but that's going to get a major revamp anyway so I'm not bothering to fix that for now. :/
* *.go: Mass rename files for clarityRunxi Yu2025-02-131-0/+65