yusing
d588664bfa
fix: prevent panicking on misconfigurations
2025-09-08 09:02:19 +08:00
DeAndre Harris
41ce784a7f
feat: Add per-route OIDC client ID and secret support ( #145 )
2025-09-08 08:16:30 +08:00
yusing
577169d03c
refactor(idlewatcher): improve container readiness handling and health check logic
...
- Simplified the wakeFromHTTP and wakeFromStream methods by removing unnecessary loops and integrating direct checks for container readiness.
- Introduced a waitForReady method to streamline the waiting process for container readiness notifications.
- Enhanced the checkUpdateState method to include timeout detection for container startup.
- Added health check retries and logging for better monitoring of container state transitions.
2025-09-06 07:51:28 +08:00
yusing
b43274e9e6
refactor(idlewatcher): replace map with ordered.Map for deduplicating dependencies
2025-09-06 07:49:50 +08:00
yusing
d83c367e7f
chore: update Go version to 1.25.1 in Dockerfile and module files
2025-09-06 07:48:57 +08:00
yusing
d9fbd53870
refactor(api): remove unused Swagger docs.go and clean up dependencies; Makefile update
2025-09-06 07:48:23 +08:00
yusing
8339c42470
refactor(middleware): simplify buffer allocation in themed middleware
2025-09-02 23:28:47 +08:00
yusing
ed39942d65
feat(api): implement caching middleware and allow favicons to be cached
2025-09-02 23:00:22 +08:00
yusing
aac5016b78
refactor(httpheaders): replace strutils.SplitComma with strings.SplitSeq
2025-09-02 22:58:46 +08:00
yusing
d2b4d3e6e3
feat(auth): enhance cookieDomain function to support additional local domains
2025-09-02 22:58:24 +08:00
yusing
a2d4c468cd
refactor(forwardauth): finalize middleware implementation with better headers handling
2025-09-02 22:58:13 +08:00
yusing
c550255458
feat(middledware): middleware-specific logging methods
2025-09-02 22:56:30 +08:00
yusing
6a3e28dfd7
fix(config): handle missing config file and middleware directory gracefully and log a warning
2025-09-02 22:55:43 +08:00
yusing
4513c221d5
refactor(modifyhtml): improved memory manangement and response body handling
2025-09-02 22:55:24 +08:00
yusing
245dba034e
feat(io): introduce ReadAllBody and HookCloser for enhanced response handling and resource management
2025-09-02 22:53:54 +08:00
yusing
f39896fe30
refactor(handler): move version API out of auth and remove Swagger routes
2025-09-02 22:50:57 +08:00
yusing
b051987a1c
refactor: apply renamed NewBytesPool with GetBytesPool
2025-09-02 22:50:57 +08:00
yusing
c128557c81
chore: update dependencies
2025-09-02 22:50:57 +08:00
yusing
6405325e56
Refactor(websocket): remove unused code
2025-09-02 22:50:57 +08:00
yusing
c3d2a90501
fix(websocket): ensure resources are properly released by closing the manager in PeriodicWrite function
2025-09-02 22:50:57 +08:00
yusing
31d49453a7
feat(pool): introduce BytesPoolWithMemory for optimized memory management and add benchmark for memory usage
2025-09-02 22:50:57 +08:00
yusing
04657420b8
refactor(websocket): enable compression for WebSocket connections to improve performance, removed buffer size to use HTTP buffer
2025-09-02 22:50:57 +08:00
FrozenFrog
2f0b8b6c09
Add TinyAuth forward-auth middleware implementation ( #143 )
...
* feat: add tinyauth middleware
---------
Co-authored-by: yusing <yusing@6uo.me >
2025-09-02 17:43:34 +08:00
yusing
5e15fd4bbe
fix(fileserver): correct middleware handler to avoid self recursion
2025-08-19 22:26:38 +08:00
yusing
a5022e31a2
fix(auth,oidc): added GET method /auth/callback endpoint to fix OIDC 404 and update documentation accordingly
2025-08-19 22:26:30 +08:00
yusing
a057f0e956
fix(homepage): incorrect url
...
- fixed url being overridden
- fixed sub-subdomain being stripped
- fixed empty url for routes with FQDN aliases
2025-08-19 21:01:04 +08:00
yusing
dfe0014609
fix(route): handle subdomain removal in URL construction for homepage items
2025-08-18 20:46:59 +08:00
yusing
dfc2d5e35c
feat(handler): add SkipOriginCheckMiddleware and configuration option to bypass origin checks
2025-08-17 20:46:26 +08:00
yusing
d3bfb2488b
refactor(handler): simplifying code applying auth middleware
2025-08-17 20:41:46 +08:00
yusing
1c7e3e42f8
refactor(websocket): simplify NewManagerWithUpgrade function to use context for custom upgrader
2025-08-17 20:23:57 +08:00
yusing
e14d6baedb
fix(agent): change request binding from query to JSON and update hostport formatting
2025-08-17 19:45:08 +08:00
yusing
8360aa59d1
fix(websocket): allow localhost origin in WebSocket manager
2025-08-17 17:36:07 +08:00
yusing
6ec1016f29
feat(websocket): implement CORS support in WebSocket manager for origin validation
2025-08-17 17:14:10 +08:00
yusing
35b0dcb418
chore(todo): remove completed TODOs
2025-08-17 17:10:21 +08:00
yusing
353f818b41
fix(icons): update selfhstIcons URL to point to the raw GitHub content
2025-08-17 16:39:11 +08:00
yusing
231c0c7665
feat(api): enhance Swagger documentation with detailed API info and update request parameters for uptime
2025-08-17 16:31:08 +08:00
yusing
e0a110cad3
fix(websocket): ensure proper connection closure and stop ping check ticker in Close method
2025-08-17 14:53:25 +08:00
yusing
d1eb3470b5
fix(api): renew endpoint uses get instead of post, correct @Accept docs
2025-08-17 14:52:56 +08:00
yusing
e52c86e0b7
fix(api): missing health field for route in docs and generated api code
2025-08-17 14:33:53 +08:00
yusing
c19d82c876
feat(autocert): add EAB configuration support and corresponding tests
2025-08-17 11:45:26 +08:00
yusing
d2f317b44d
docs(api): update swagger docs
2025-08-17 01:50:38 +08:00
yusing
ba9cb083cf
fix(api): ErrorResponse no longer includes ANSI escape sequeneces
2025-08-17 01:50:26 +08:00
yusing
06669534cd
fix(api): validate API response
2025-08-17 01:49:49 +08:00
yusing
07d6f36159
feat(docker): include full labels, mountpoints and image details
2025-08-17 01:47:58 +08:00
yusing
55018c8ab6
fix(route): update HealthJSON field to exclude from JSON serialization
2025-08-17 00:40:57 +08:00
yusing
0862920324
refactor(concurrency): simplify some waitgroup usage, remove extra wg.Done in wg.Go left in 11af9d1 in io.go
2025-08-17 00:23:54 +08:00
yusing
b32750d545
fix(websocket): websocket concurrent write during ping pong
2025-08-17 00:17:14 +08:00
yusing
a836920eca
refactor(notif): replace RangeAllParalel with for loop and WaitGroup in dispatch
2025-08-16 23:58:59 +08:00
yusing
6b89cd9106
fix(api): added missing "x-id"s
2025-08-16 23:24:03 +08:00
yusing
11af9d107a
refactor(concurrency): replaced manual WaitGroup management with new wg.Go() and removed redundant code.
2025-08-16 23:14:40 +08:00