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 }}
ghzhost
/
MisakaNet
Public
forked from
Ikalus1988/MisakaNet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
MisakaNet
docs
index.html
on
fix/lesson-frontmatter-batch1
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 2, 2026
feat: productize search on homepage (#284)
Show description for c22468e
sheldonisspark-lab
committed
c22468e
View commit details
Copy full SHA for c22468e
View code at this point
Browse repository at this point
fix: unify lesson count to 207 across README, frontend, docs
Show description for e88aa6d
sheldonisspark-lab
committed
e88aa6d
View commit details
Copy full SHA for e88aa6d
View code at this point
Browse repository at this point
fix: update frontend version to v2.8.0 and lesson count
Show description for 403e2de
sheldonisspark-lab
committed
403e2de
View commit details
Copy full SHA for 403e2de
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
feat: add helpful button to lesson search results (#276)
Show description for d2f0f9a
andrianbalanesq
authored
d2f0f9a
View commit details
Copy full SHA for d2f0f9a
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
fix(frontend): use same-origin /api/* when WORKER_BASE is empty
Show description for 8a78056
sheldonisspark-lab
committed
8a78056
View commit details
Copy full SHA for 8a78056
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
fix(frontend): restore tests and add worker keepalive
Show description for 44a1682
sheldonisspark-lab
committed
44a1682
View commit details
Copy full SHA for 44a1682
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
feat(web): add blog section and product matrix to IO page
Show description for e0713a4
sheldonisspark-lab
committed
e0713a4
View commit details
Copy full SHA for e0713a4
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
fix: friendly timeout message instead of raw AbortError
Show description for 2902246
sheldonisspark-lab
committed
2902246
View commit details
Copy full SHA for 2902246
View code at this point
Browse repository at this point
Commits on Jun 14, 2026
fix: exclude owner/bot accounts from contributor leaderboard
Show description for 32ad5b4
sheldonisspark-lab
committed
32ad5b4
View commit details
Copy full SHA for 32ad5b4
View code at this point
Browse repository at this point
Commits on Jun 13, 2026
fix: add time decay to contributor score (30d half-life)
Show description for 68495f8
sheldonisspark-lab
committed
68495f8
View commit details
Copy full SHA for 68495f8
View code at this point
Browse repository at this point
fix: increase per_page to 100 for contributor wall data
Show description for 28d29c6
sheldonisspark-lab
committed
28d29c6
View commit details
Copy full SHA for 28d29c6
View code at this point
Browse repository at this point
chore: code-scan fixes, hardening report, registration docs
Show description for eed444d
sheldonisspark-lab
committed
eed444d
View commit details
Copy full SHA for eed444d
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
feat: add Journey navigation button to main page header
misakanet-bot
committed
1489e2e
View commit details
Copy full SHA for 1489e2e
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
fix: contributor name extraction skips #N, Fixes, Level, Ring, etc.
misakanet-bot
committed
b0e1592
View commit details
Copy full SHA for b0e1592
View code at this point
Browse repository at this point
fix: update lessons.json path to data/lessons.json after repo layout refactor
misakanet-bot
committed
affb17c
View commit details
Copy full SHA for affb17c
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
fix: add SRI integrity check for DOMPurify CDN (code-scanning #9)
Ikalus1988
committed
9bce015
View commit details
Copy full SHA for 9bce015
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
fix: update registration URL to new Worker (misakanet.org/api/register)
Ikalus1988
committed
3bed952
View commit details
Copy full SHA for 3bed952
View code at this point
Browse repository at this point
fix: move WORKER_BASE before GITHUB_PROXY to avoid const TDZ ReferenceError
Ikalus1988
committed
614ec33
View commit details
Copy full SHA for 614ec33
View code at this point
Browse repository at this point
feat: add Worker GitHub API proxy to bypass unauthenticated rate limit
Ikalus1988
committed
d79f837
View commit details
Copy full SHA for d79f837
View code at this point
Browse repository at this point
chore: enable Worker API for counter/lessons via WORKER_BASE
Ikalus1988
committed
aed69dd
View commit details
Copy full SHA for aed69dd
View code at this point
Browse repository at this point
Commits on Jun 7, 2026
fix: add SRI integrity to DOMPurify CDN script (code-scanning #9)
Ikalus1988
committed
c96551b
View commit details
Copy full SHA for c96551b
View code at this point
Browse repository at this point
fix: revert WORKER_BASE to empty (Worker API routes need KV binding)
Ikalus1988
committed
1eb6c9f
View commit details
Copy full SHA for 1eb6c9f
View code at this point
Browse repository at this point
fix: re-enable WORKER_BASE to misakanet.org (Worker now supports /api/counter)
Ikalus1988
committed
7ce97f4
View commit details
Copy full SHA for 7ce97f4
View code at this point
Browse repository at this point
fix: reset WORKER_BASE to empty, fix og:url
Ikalus1988
committed
9472613
View commit details
Copy full SHA for 9472613
View code at this point
Browse repository at this point
fix: update WORKER_URL to /api/ path for Pages + Worker routing
Ikalus1988
committed
2f2e0a1
View commit details
Copy full SHA for 2f2e0a1
View code at this point
Browse repository at this point
Commits on Jun 6, 2026
chore: migrate URL to misakanet.org
Ikalus1988
committed
8e5d64c
View commit details
Copy full SHA for 8e5d64c
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
chore: migrate frontend API URLs from workers.dev to misakanet.org
Ikalus1988
committed
439a264
View commit details
Copy full SHA for 439a264
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
feat: add Feishu webhook fallback for users without GitHub account
misakanet-bot
committed
fabe7e1
View commit details
Copy full SHA for fabe7e1
View code at this point
Browse repository at this point
feat: add Worker offline fallback β direct Issue registration link
misakanet-bot
committed
13c630d
View commit details
Copy full SHA for 13c630d
View code at this point
Browse repository at this point
feat: add auto-poll for node assignment confirmation after registration
misakanet-bot
committed
fd4deaa
View commit details
Copy full SHA for fd4deaa
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
fix: replace PAT with GITHUB_TOKEN in sync-data workflow; refactor register proxy with KV cache and API routing
misakanet-bot
committed
2c087d7
View commit details
Copy full SHA for 2c087d7
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
docs: integrate frontend architecture guardrails and observ spec
Ikalus1988
committed
9ac7662
View commit details
Copy full SHA for 9ac7662
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
feat: add frontend XSS defense and error boundary
misakanet-bot
committed
5483012
View commit details
Copy full SHA for 5483012
View code at this point
Browse repository at this point
feat: add Agent Classification to Contributor Hall of Fame
misakanet-bot
committed
cfe7e1b
View commit details
Copy full SHA for cfe7e1b
View code at this point
Browse repository at this point
feat: add mobile-first responsive breakpoints
Show description for 24141b8
Ikalus1988
authored
24141b8
View commit details
Copy full SHA for 24141b8
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.