gitea/services/packages
wxiaoguang ce9dee5a1e
Introduce path Clean/Join helper functions (#23495)
Since #23493 has conflicts with latest commits, this PR is my proposal
for fixing #23371

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
..
cargo Add Cargo package registry (#21888) 2023-02-05 18:12:31 +08:00
cleanup Add Cargo package registry (#21888) 2023-02-05 18:12:31 +08:00
container Introduce path Clean/Join helper functions (#23495) 2023-03-21 16:02:49 -04:00
auth.go refactor auth interface to return error when verify failure (#22119) 2022-12-28 13:53:28 +08:00
packages.go Add Swift package registry (#22404) 2023-03-13 15:28:39 -05:00