0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid panicking in jsonRespond More... 7 months ago
Rename variable to avoid name clash More... 7 months ago
Have jsonRespond as a separate function More... 7 months ago
Much better way to extract id from URL More... 7 months ago
Adjust for new syntax and version More... 7 months ago
build+test workflow More... 7 months ago
Make sure auth.db can be updated at runtime More... 7 months ago
tokendb also needs to be a pointer to be dynamically updated More... 7 months ago
updateFiles should return values, not just set global values More... 7 months ago
Let the runtime asset handlers take pointer arguments More... 7 months ago
Add missing tests for authentication More... 7 months ago
Add tests for API handlers More... 7 months ago
Update TODO More... 7 months ago
Fix another undesired cast to []byte More... 7 months ago
Remove another unneeded injection More... 7 months ago
Avoid cast More... 7 months ago
Avoid circular import by injecting httpio routes More... 7 months ago
Cleanup root More... 7 months ago
Separate handlers for views/api/static More... 7 months ago
Mention http handler splitting More... 7 months ago
Update readme for 2.0 development More... 7 months ago
Extra target for verbose test More... 7 months ago
Embed logo.png and custom.css defaults More... 7 months ago
Factor out favicon and small logo with go embed More... 7 months ago
Factor out html into template files More... 7 months ago
Insert version number dynamically More... 7 months ago
Better flag and help wording More... 7 months ago
Bump minimal required go version More... 7 months ago
Replace all uses of ioutil with there new counterparts More... 7 months ago
Move all currently existing functionality into server subcommand More... 7 months ago