#
lfs-server
Here are 6 public repositories matching this topic...
Git LFS Server with SSH Authentication backing
-
Updated
Jan 1, 2022 - Pawn
JGit HTTP server with LFS support, compiled to native executable using GraalVM native-image utility.
-
Updated
Jun 29, 2022 - Java
Forked from Eclipse JGit (https://git.eclipse.org/c/jgit/jgit.git/tree/) and added LFS File Locking server
-
Updated
Nov 24, 2021 - Java
Improve this page
Add a description, image, and links to the lfs-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lfs-server topic, visit your repo's landing page and select "manage topics."
Now that we have merged datopian/giftless#68, the streaming transfer adapter allows passing the content-disposition filename value as a parameter. However, the filename sanitization logic in https://github.com/datopian/giftless/blob/master/giftless/util.py#L73..L84 is very strict, and only allows latin alphanumerics, dashes, underscores and dots.
While this is a good se