Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sstark
/
gjfy
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
58
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 11, 2025
Avoid panicking in jsonRespond
Show description for 681717b
sstark
committed
681717b
View commit details
Copy full SHA for 681717b
Browse repository at this point
Rename variable to avoid name clash
sstark
committed
e014930
View commit details
Copy full SHA for e014930
Browse repository at this point
Have jsonRespond as a separate function
sstark
committed
ac6c48b
View commit details
Copy full SHA for ac6c48b
Browse repository at this point
Much better way to extract id from URL
sstark
committed
a349f6f
View commit details
Copy full SHA for a349f6f
Browse repository at this point
Commits on May 6, 2025
Adjust for new syntax and version
Show description for 3cbc4f3
sstark
committed
3cbc4f3
View commit details
Copy full SHA for 3cbc4f3
Browse repository at this point
Commits on May 5, 2025
build+test workflow
sstark
committed
66b3b2a
View commit details
Copy full SHA for 66b3b2a
Browse repository at this point
Make sure auth.db can be updated at runtime
Show description for d555a06
sstark
committed
d555a06
View commit details
Copy full SHA for d555a06
Browse repository at this point
tokendb also needs to be a pointer to be dynamically updated
Show description for 27f3266
sstark
committed
27f3266
View commit details
Copy full SHA for 27f3266
Browse repository at this point
updateFiles should return values, not just set global values
Show description for 33a3e0f
sstark
committed
33a3e0f
View commit details
Copy full SHA for 33a3e0f
Browse repository at this point
Let the runtime asset handlers take pointer arguments
Show description for e597b31
sstark
committed
e597b31
View commit details
Copy full SHA for e597b31
Browse repository at this point
Add missing tests for authentication
sstark
committed
23ce247
View commit details
Copy full SHA for 23ce247
Browse repository at this point
Add tests for API handlers
sstark
committed
aeed33c
View commit details
Copy full SHA for aeed33c
Browse repository at this point
Commits on May 4, 2025
Update TODO
sstark
committed
07118c5
View commit details
Copy full SHA for 07118c5
Browse repository at this point
Fix another undesired cast to []byte
sstark
committed
fc1e1d1
View commit details
Copy full SHA for fc1e1d1
Browse repository at this point
Remove another unneeded injection
sstark
committed
8f12847
View commit details
Copy full SHA for 8f12847
Browse repository at this point
Avoid cast
Show description for ad9a621
sstark
committed
ad9a621
View commit details
Copy full SHA for ad9a621
Browse repository at this point
Avoid circular import by injecting httpio routes
Show description for 3de7dad
sstark
committed
3de7dad
View commit details
Copy full SHA for 3de7dad
Browse repository at this point
Cleanup root
sstark
committed
953c172
View commit details
Copy full SHA for 953c172
Browse repository at this point
Separate handlers for views/api/static
Show description for 12908b5
sstark
committed
12908b5
View commit details
Copy full SHA for 12908b5
Browse repository at this point
Commits on May 2, 2025
Mention http handler splitting
sstark
committed
c2f399d
View commit details
Copy full SHA for c2f399d
Browse repository at this point
Update readme for 2.0 development
sstark
committed
7dcf479
View commit details
Copy full SHA for 7dcf479
Browse repository at this point
Extra target for verbose test
sstark
committed
74ded8c
View commit details
Copy full SHA for 74ded8c
Browse repository at this point
Embed logo.png and custom.css defaults
Show description for d9e7df9
sstark
committed
d9e7df9
View commit details
Copy full SHA for d9e7df9
Browse repository at this point
Factor out favicon and small logo with go embed
sstark
committed
e613c8b
View commit details
Copy full SHA for e613c8b
Browse repository at this point
Factor out html into template files
sstark
committed
7655b96
View commit details
Copy full SHA for 7655b96
Browse repository at this point
Insert version number dynamically
Show description for 400702c
sstark
committed
400702c
View commit details
Copy full SHA for 400702c
Browse repository at this point
Commits on Apr 30, 2025
Better flag and help wording
sstark
committed
2927c1c
View commit details
Copy full SHA for 2927c1c
Browse repository at this point
Commits on Apr 29, 2025
Bump minimal required go version
sstark
committed
f4425c3
View commit details
Copy full SHA for f4425c3
Browse repository at this point
Replace all uses of ioutil with there new counterparts
Show description for 32b21b6
sstark
committed
32b21b6
View commit details
Copy full SHA for 32b21b6
Browse repository at this point
Move all currently existing functionality into server subcommand
sstark
committed
8270506
View commit details
Copy full SHA for 8270506
Browse repository at this point
Test GetRealIP()
sstark
committed
7cbc6d8
View commit details
Copy full SHA for 7cbc6d8
Browse repository at this point
Refactor to use subpackages and use cobra
Show description for cd6836f
sstark
committed
cd6836f
View commit details
Copy full SHA for cd6836f
Browse repository at this point
TODO for 2.0
sstark
committed
3b65667
View commit details
Copy full SHA for 3b65667
Browse repository at this point
Commits on Mar 27, 2021
version 1.2
sstark
committed
293e8a9
View commit details
Copy full SHA for 293e8a9
Browse repository at this point
switch to go mod
sstark
committed
3e135ab
View commit details
Copy full SHA for 3e135ab
Browse repository at this point
Previous
Next
You can’t perform that action at this time.