gitgud
Sign in
Register
ikurotime
/
gitgud
public
Code
Issues
Pull requests
Commits on
main
Implement public repository listing feature with explore template
David · 2026-08-09 16:26
38f0b63
Add base URL configuration and update clone instructions in templates
David · 2026-08-09 16:17
e6331de
Add Docker support with Dockerfile and GitHub Actions workflow
David · 2026-08-09 16:05
46cf7da
Refactor styles in templates for improved UI consistency and readability
David · 2026-08-09 15:22
679bcff
Enhance registration and repository templates for improved UI and UX
David · 2026-06-28 22:43
88d9834
Polish: flash messages, error pages, CSRF, README
David · 2026-06-28 01:50
f41aa56
Add pull requests: compare, open, comment, merge
David · 2026-06-28 01:38
e98a50c
Add issues: list, create, comment, close/reopen
David · 2026-06-28 01:33
e9a21c8
Wire repo browsing routes and handlers
David · 2026-06-28 01:20
75208f6
Add repo browsing templates and helpers
David · 2026-06-28 01:20
6ff5ef4
Add browse service with permission checks
David · 2026-06-28 01:20
7732820
Add markdown and syntax-highlight presenter
David · 2026-06-28 01:20
23bef50
Add go-git reader for trees, blobs, log and diffs
David · 2026-06-28 01:20
b752eb9
Add git read DTOs and GitReader port
David · 2026-06-28 01:20
00288fb
Wire git smart-HTTP routes with basic auth
David · 2026-06-28 01:05
324327f
Add git access authorization use case
David · 2026-06-28 01:05
178f4a0
Add git http-backend CGI wrapper
David · 2026-06-28 01:05
c8bfb00
Enable http.receivepack on bare repos for push
David · 2026-06-28 01:05
f9451c0
Resolve data directory to an absolute path
David · 2026-06-28 01:05
d033ac7
Wire repo handlers and routes
David · 2026-06-28 00:57
6825ced
Add dashboard, profile, repo and 404 templates
David · 2026-06-28 00:57
ebf7148
Add repo service with create, list and visibility checks
David · 2026-06-28 00:57
b4ed1e6
Add SQLite repository repository
David · 2026-06-28 00:57
e070ada
Add git CLI service for bare repo init
David · 2026-06-28 00:57
bad1092
Add Repository entity and repository/git ports
David · 2026-06-28 00:57
c221c93
Ignore runtime data directory
David · 2026-06-28 00:57
a81c3b9
Wire auth handlers, session middleware and routes
David · 2026-06-28 00:45
6dea0f5
Add login and register templates with auth-aware nav
David · 2026-06-28 00:45
d74ac4e
Add session manager and sessions table
David · 2026-06-28 00:45
be71116
Add user service with register and authenticate
David · 2026-06-28 00:45
1612493
Add SQLite user repository
David · 2026-06-28 00:45
141689d
Add bcrypt password hasher
David · 2026-06-28 00:45
0463a96
Fix migration embedding and make schema idempotent
David · 2026-06-28 00:45
c06e0f6
Add User entity and repository/hasher ports
David · 2026-06-28 00:45
5f0aa1a
Add README.md with project description
David · 2026-06-28 00:08
4ddb215
Add .air.toml configuration, update .gitignore, and enhance homepage styling
David · 2026-06-28 00:07
01161e2
Add layout template and refactor homepage to use it
David · 2026-06-28 00:04
c6073cb
Add templ-based homepage and update router to use it
David · 2026-06-27 23:59
55d54b1
Implement initial database setup and web routing
David · 2026-06-27 23:45
6209d88
Initialize project structure with main application, configuration, and error handling
David · 2026-06-27 23:15
df4c5e7