yusing
52e949de85
feat: Add development environment configuration with Docker Compose and Dockerfile
v0.17.4
2025-09-08 09:15:24 +08:00
yusing
abeb26b556
fix(monitor): prevent nil pointer dereference in Finish method
2025-09-08 09:02:19 +08:00
yusing
23d392d88b
fix(route): improve error handling in route.Start method
2025-09-08 09:02:19 +08:00
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.
v0.17.3
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
7f54f50af8
docs(README): add announcement for new WebUI availability in nightly tag
2025-09-06 07:46:09 +08:00
yusing
8339c42470
refactor(middleware): simplify buffer allocation in themed middleware
v0.17.2
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
998488f285
chore(trunk): update CLI and plugin versions, and bump linter dependencies
2025-09-02 22:59:00 +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
v0.17.1
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
v0.17.0
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
baf5b5eff1
fix(handler): fixed health check import and corrected code for new metrics api handler
2025-08-17 20:24:42 +08:00
yusing
1c7e3e42f8
refactor(websocket): simplify NewManagerWithUpgrade function to use context for custom upgrader
2025-08-17 20:23:57 +08:00
yusing
beb1913285
fix(agent): remove unused dependencies
2025-08-17 20:08:04 +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
cfb37d5bd0
refactor(agent): update AgentConfig struct to use exported fields and improve JSON serialization
2025-08-17 19:08:23 +08:00
yusing
f53d384533
refactor(agent): rename requests.go to http_requests.go
2025-08-17 19:07:50 +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
b58cabf998
feat(makefile): add support for generating Swagger markdown and update output paths for API types
2025-08-17 16:31:18 +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
9931c10fa6
chore(trunk): update dependencies and versions for CLI, plugins, runtimes, and linters
2025-08-17 15:50:27 +08:00
yusing
d56a6bc19d
chore(golangci): disabled new linters godot, noinlineerr, tagalign, and wsl_v5
2025-08-17 15:50:16 +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