index
:
forge.git
hare
master
native-go-git-transports
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ssh_server.go: Strip trailing newlines from keys
Runxi Yu
2025-02-16
1
-2
/
+2
*
*.go: Fix missing error handling
Runxi Yu
2025-02-16
3
-2
/
+12
*
repo_index: Add HTTP clone along with SSH
Runxi Yu
2025-02-16
3
-3
/
+11
*
http_*: Add HTTP cloning
Runxi Yu
2025-02-16
3
-2
/
+76
*
{ssh_*,acl}.go: Check ACL when receiving packs
Runxi Yu
2025-02-16
4
-11
/
+47
*
schema.sql: Fix public keys and add basic group ACL
Runxi Yu
2025-02-16
1
-7
/
+11
*
ssh_*: Pass pubkey to SSH handlers
Runxi Yu
2025-02-16
3
-4
/
+4
*
ssh_*: Use pure go-git SSH handling (receive and upload)
Runxi Yu
2025-02-16
4
-23
/
+132
*
README.md: Add Libera channel
Runxi Yu
2025-02-15
1
-0
/
+2
*
.gitattributes: *.tmpl should be considered to be HTML
Runxi Yu
2025-02-15
1
-1
/
+1
*
README.md: Note about Lindenii Mail Daemon in setup
Runxi Yu
2025-02-15
1
-0
/
+5
*
README.md: Code style
Runxi Yu
2025-02-15
1
-0
/
+9
*
README.md: Update about MRs and fedauth
Runxi Yu
2025-02-15
1
-1
/
+23
*
README.md: Explicitly state that HTTPS read access is planned
Runxi Yu
2025-02-15
1
-2
/
+2
*
*.go: Reformat
Runxi Yu
2025-02-15
4
-7
/
+7
*
{http_server,url}.go: Fix redirects
Runxi Yu
2025-02-15
2
-16
/
+30
*
http_server.go: Redirect tree to tree/, same for raw
Runxi Yu
2025-02-15
1
-0
/
+8
*
style.css: break-word for #readme
Runxi Yu
2025-02-15
1
-0
/
+5
*
resources.go: Add .gitattributes too
Runxi Yu
2025-02-15
1
-1
/
+2
*
LICENSE: AGPL v3
Runxi Yu
2025-02-15
2
-138
/
+664
*
git_misc: COALESCE(r.description, '')
Runxi Yu
2025-02-15
1
-1
/
+1
*
ssh_server: Add carriage returns to SSH output (since no PTY yet)
Runxi Yu
2025-02-15
1
-4
/
+4
*
ssh_server: Add link to source
Runxi Yu
2025-02-15
3
-0
/
+3
*
templates: *.html.tmpl -> *.tmpl
Runxi Yu
2025-02-15
12
-0
/
+0
*
Makefile, resources.go: Add vendor directory to serve library source
Runxi Yu
2025-02-15
3
-0
/
+4
*
config.go: Remove git.root
Runxi Yu
2025-02-14
1
-3
/
+0
*
forge.scfg: Change default ssh root
Runxi Yu
2025-02-14
1
-1
/
+1
*
forge.scfg: Change default ssh host key path
Runxi Yu
2025-02-14
1
-1
/
+1
*
style.css: Use --lighter-box-background-color for title rows
Runxi Yu
2025-02-14
1
-1
/
+1
*
style.css: Shrink font-size a bit for monospace components
Runxi Yu
2025-02-14
1
-1
/
+1
*
repo_index: Make readme scrollable just in case
Runxi Yu
2025-02-14
1
-1
/
+1
*
style.css, repo_index: Use div, not table, for expandables
Runxi Yu
2025-02-14
3
-52
/
+51
*
README.md: Clarify how MR emails work
Runxi Yu
2025-02-14
1
-1
/
+4
*
*_server.go: clog.Info instead of Debug for requests
Runxi Yu
2025-02-14
2
-2
/
+2
*
Makefile: Make version.go a .PHONY
Runxi Yu
2025-02-14
1
-1
/
+1
*
*: Use Makefile, and generate a version
Runxi Yu
2025-02-14
6
-2
/
+16
*
go.mod: Bump lindenii-common
Runxi Yu
2025-02-14
2
-3
/
+3
*
reop_commit: Fix immediate newlines after <pre>
Runxi Yu
2025-02-14
3
-9
/
+25
*
*: Make the forge title configurable
Runxi Yu
2025-02-14
13
-19
/
+29
*
README.md: Fix typo
Runxi Yu
2025-02-14
1
-1
/
+1
*
repo_log: Use parameters for refspec
Runxi Yu
2025-02-14
4
-16
/
+10
*
http_handle_repo_*.go: Remove redundant return
Runxi Yu
2025-02-14
2
-2
/
+0
*
repo_index: Allow refspecs
Runxi Yu
2025-02-14
2
-7
/
+9
*
http_server.go: Rename dir_mode to trailing_slash
Runxi Yu
2025-02-14
1
-7
/
+7
*
style.css: Categorize CSS statements
Runxi Yu
2025-02-14
1
-4
/
+32
*
.gitattributes: Ignore go.mod and go.sum
Runxi Yu
2025-02-14
1
-3
/
+3
*
.gitattributes: Linguist
Runxi Yu
2025-02-14
1
-0
/
+4
*
README.md: Update mirror URLs
Runxi Yu
2025-02-14
1
-3
/
+6
*
go.mod: Bump dependencies
Runxi Yu
2025-02-14
2
-6
/
+6
*
README.md: Expand "Support and development"
Runxi Yu
2025-02-14
1
-5
/
+8
[next]