index
:
finserv
auth
main
Personal finances server
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
6 hours
Add authentication middleware
auth
xengineering
6 hours
WIP: Add authenticate()
xengineering
8 hours
Add POST /api/registration
xengineering
11 hours
Release version 0.1.0
HEAD
v0.1.0
main
xengineering
11 hours
VERSION.txt: Remove `v` prefix
xengineering
11 hours
Add missing `.` to log messages
xengineering
11 hours
README.md: Add public API declaration
xengineering
11 hours
Disable log timestamps
xengineering
11 hours
README.md: Add build instructions
xengineering
12 hours
systemd: Add finserv.service
xengineering
12 hours
systemd: Add finserv.tmpfile.d
xengineering
12 hours
systemd: Add sysuser.conf
xengineering
22 hours
frontend: Add work in progress text to index
xengineering
22 hours
frontend: static: Add simple.css symlink
xengineering
22 hours
Use simple.css
xengineering
23 hours
Add `run` target
xengineering
23 hours
frontend: Add simple.css submodule
xengineering
23 hours
Add global Meson build system
xengineering
23 hours
frontend: Add Meson build system
xengineering
24 hours
Embed frontend to server executable
xengineering
24 hours
Hook up frontend in Go web server
xengineering
24 hours
frontend: layouts: Add baseof.html and home.html
xengineering
24 hours
frontend: Add .gitignore
xengineering
24 hours
frontend: Reduce to explicitly wanted files
xengineering
25 hours
frontend: Add hugo.toml
xengineering
25 hours
Move to /api/version
xengineering
25 hours
Remove / and hello() handler
xengineering
25 hours
Split run() arguments into multiple lines
xengineering
25 hours
Run go fmt
xengineering
25 hours
Make run fully configurable
xengineering
25 hours
Add handlers.go
xengineering
25 hours
Rename srv to server
xengineering
25 hours
Register routes with init()
xengineering
26 hours
Add /version
xengineering
26 hours
Log HTTP URL
xengineering
3 days
Fix stop message
xengineering
3 days
Add HTTP-based hello world
xengineering
3 days
Add github.com/gorilla/mux v1.8.1
xengineering
3 days
Log start and stop of server
xengineering
3 days
Introduce run() function
xengineering
3 days
Add Go hello world program
xengineering
3 days
Add go.mod file
xengineering
3 days
Add README.md
xengineering
3 days
Add Mozilla Public License 2.0
xengineering