forgejo/routers
wxiaoguang ce9dee5a1e
Introduce path Clean/Join helper functions ()
Since  has conflicts with latest commits, this PR is my proposal
for fixing 

Details are in the comments

And refactor the `modules/options` module, to make it always use
"filepath" to access local files.

Benefits:

* No need to do `util.CleanPath(strings.ReplaceAll(p, "\\", "/"))),
"/")` any more (not only one before)
* The function behaviors are clearly defined
2023-03-21 16:02:49 -04:00
..
api Display the version of runner in the runner list () 2023-03-19 22:19:40 -04:00
common Support sanitising the URL by removing extra slashes in the URL () 2023-03-04 21:31:24 +08:00
install Set X-Gitea-Debug header once () 2023-03-08 15:40:04 -05:00
private Use context parameter in services/repository () 2023-02-28 16:17:51 -06:00
utils Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
web Introduce path Clean/Join helper functions () 2023-03-21 16:02:49 -04:00
init.go Refactor setting.Database.UseXXX to methods () 2023-03-07 18:51:06 +08:00