-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aecb27e
commit a975a86
Showing
5 changed files
with
12 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,18 @@ | |
- [ ] Find all uuid zip files that use legacy zip encodings, EXPLODE, UNSHRINK, UNREDUCE. | ||
- [ ] Find all msdos apps that use incompatible archives such as LHA, ARJ, ARC. | ||
|
||
### Bug fixes | ||
|
||
- [ ] htmx search for id or uuid, incomplete (less than 32 chars) uuid should not trigger a search. | ||
- [ ] Reader is not displaying the textfile. `/f/b62716c` | ||
|
||
|
||
### Templates | ||
|
||
|
||
|
||
--- | ||
|
||
#### Upload tests | ||
|
||
24 June. | ||
|
@@ -29,81 +41,3 @@ | |
- [X] Image brand, logo or proof. | ||
- [X] Text, DOS and Windows magazines. | ||
- [X] Advanced. | ||
|
||
### Bug fixes | ||
|
||
- [ ] htmx search for id or uuid, incomplete (less than 32 chars) uuid should not trigger a search. | ||
|
||
--- | ||
|
||
### Errors when displaying artifacts | ||
|
||
``` | ||
10:56:03 ERROR app/error.go:165 500 error for "artifact": write tcp 127.0.0.1:1323->127.0.0.1:52014: write: broken pipe | ||
github.com/Defacto2/server/handler/app.InternalErr | ||
/home/ben/github/server/handler/app/error.go:165 | ||
github.com/Defacto2/server/handler/app.Dirs.Artifact | ||
/home/ben/github/server/handler/app/dirs.go:155 | ||
github.com/Defacto2/server/handler.Configuration.website.func3 | ||
/home/ben/github/server/handler/router.go:208 | ||
github.com/labstack/echo/v4.(*Echo).add.func1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/echo.go:587 | ||
github.com/Defacto2/server/handler.Configuration.nonce.Middleware.MiddlewareWithConfig.func1.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/[email protected]/session/session.go:73 | ||
github.com/Defacto2/server/handler.Configuration.Controller.RemoveTrailingSlashWithConfig.func2.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/slash.go:117 | ||
github.com/labstack/echo/v4/middleware.RequestLoggerConfig.ToMiddleware.func1.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/request_logger.go:286 | ||
github.com/Defacto2/server/handler.Configuration.Controller.Secure.SecureWithConfig.func4.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/secure.go:141 | ||
github.com/labstack/echo/v4.(*Echo).ServeHTTP.func1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/echo.go:668 | ||
github.com/Defacto2/server/handler.Configuration.Controller.NonWWWRedirect.NonWWWRedirectWithConfig.redirect.func6.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/redirect.go:152 | ||
github.com/labstack/echo/v4/middleware.RewriteWithConfig.func1.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/rewrite.go:77 | ||
github.com/labstack/echo/v4.(*Echo).ServeHTTP | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/echo.go:674 | ||
net/http.serverHandler.ServeHTTP | ||
/usr/local/go/src/net/http/server.go:3137 | ||
net/http.(*conn).serve | ||
/usr/local/go/src/net/http/server.go:2039 | ||
10:56:03 ERROR app/error.go:182 the server could not render the html template for this page: write tcp 127.0.0.1:1323->127.0.0.1:52014: write: broken pipe | ||
github.com/Defacto2/server/handler/app.InternalErr | ||
/home/ben/github/server/handler/app/error.go:182 | ||
github.com/Defacto2/server/handler/app.Dirs.Artifact | ||
/home/ben/github/server/handler/app/dirs.go:155 | ||
github.com/Defacto2/server/handler.Configuration.website.func3 | ||
/home/ben/github/server/handler/router.go:208 | ||
github.com/labstack/echo/v4.(*Echo).add.func1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/echo.go:587 | ||
github.com/Defacto2/server/handler.Configuration.nonce.Middleware.MiddlewareWithConfig.func1.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/[email protected]/session/session.go:73 | ||
github.com/Defacto2/server/handler.Configuration.Controller.RemoveTrailingSlashWithConfig.func2.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/slash.go:117 | ||
github.com/labstack/echo/v4/middleware.RequestLoggerConfig.ToMiddleware.func1.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/request_logger.go:286 | ||
github.com/Defacto2/server/handler.Configuration.Controller.Secure.SecureWithConfig.func4.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/secure.go:141 | ||
github.com/labstack/echo/v4.(*Echo).ServeHTTP.func1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/echo.go:668 | ||
github.com/Defacto2/server/handler.Configuration.Controller.NonWWWRedirect.NonWWWRedirectWithConfig.redirect.func6.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/redirect.go:152 | ||
github.com/labstack/echo/v4/middleware.RewriteWithConfig.func1.1 | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/middleware/rewrite.go:77 | ||
github.com/labstack/echo/v4.(*Echo).ServeHTTP | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/echo.go:674 | ||
net/http.serverHandler.ServeHTTP | ||
/usr/local/go/src/net/http/server.go:3137 | ||
net/http.(*conn).serve | ||
/usr/local/go/src/net/http/server.go:2039 | ||
10:56:03 DPANIC config/error.go:54 Custom response handler broke: %swrite tcp 127.0.0.1:1323->127.0.0.1:52014: write: broken pipe | ||
github.com/Defacto2/server/internal/config.Config.CustomErrorHandler | ||
/home/ben/github/server/internal/config/error.go:54 | ||
github.com/labstack/echo/v4.(*Echo).ServeHTTP | ||
/home/ben/go/pkg/mod/github.com/labstack/echo/[email protected]/echo.go:675 | ||
net/http.serverHandler.ServeHTTP | ||
/usr/local/go/src/net/http/server.go:3137 | ||
net/http.(*conn).serve | ||
/usr/local/go/src/net/http/server.go:2039 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters