From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links f395926..dea1bf8 master -> master
From Peter Sanchez to ~netlandish/links-dev
--- go.mod | 12 ++++++------ go.sum | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/go.mod b/go.mod index f2fd36b..fec5c14 100644 --- a/go.mod +++ b/go.mod @@ -31,12 +31,12 @@ require ( golang.org/x/text v0.27.0 golang.org/x/time v0.8.0 hg.code.netlandish.com/~netlandish/sendygo v0.0.0-20230124192435-bbf347776232 netlandish.com/x/gobwebs v0.1.10[message trimmed]
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links 521166e..f395926 master -> master
From Peter Sanchez to ~netlandish/links-dev
Changelog-added: You can now set a custom expiration date for personal access tokens. Maximum of 10 years. --- go.mod | 2 +- go.sum | 4 ++-- templates/oauth2_add_personal.html | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7c4c304..f2fd36b 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,7 @@ require ( netlandish.com/x/gobwebs-auditlog v0.2.7 [message trimmed]
From Peter Sanchez to ~netlandish/links-discuss
Hi all, I am happy to announce the release of links 0.6.0. https://git.code.netlandish.com/~netlandish/links/refs/0.6.0 Release highlights: # Added - Ability to specify organization in Pinboard API bridge calls - Bookmarklet button to settings page. - Filtering by domain for shorts and link listings. - getTags query to GraphQL api.
From Peter Sanchez to ~netlandish/links-dev
Hi all, I am happy to announce the release of links 0.6.0. https://git.code.netlandish.com/~netlandish/links/refs/0.6.0 Release highlights: # Added - Ability to specify organization in Pinboard API bridge calls - Bookmarklet button to settings page. - Filtering by domain for shorts and link listings. - getTags query to GraphQL api.
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links b250826..0ec69a1 master -> master
From Peter Sanchez to ~netlandish/links-dev
--- go.mod | 12 ++++++------ go.sum | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/go.mod b/go.mod index cea51c5..7c4c304 100644 --- a/go.mod +++ b/go.mod @@ -31,12 +31,12 @@ require ( golang.org/x/text v0.27.0 golang.org/x/time v0.8.0 hg.code.netlandish.com/~netlandish/sendygo v0.0.0-20230124192435-bbf347776232 netlandish.com/x/gobwebs v0.1.9[message trimmed]
From Peter Sanchez to ~netlandish/links-dev
Applied. To git@git.code.netlandish.com:~netlandish/links 271d9a6..b250826 master -> master
From Peter Sanchez to ~netlandish/links-dev
--- admin/middleware.go | 2 +- core/routes.go | 4 ++-- helpers.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/middleware.go b/admin/middleware.go index a6b19ee..3de32a3 100644 --- a/admin/middleware.go +++ b/admin/middleware.go @@ -12,7 +12,7 @@ func superUserRequierd() echo.MiddlewareFunc { return func(next echo.HandlerFunc) echo.HandlerFunc { return func(c echo.Context) error { gctx := c.(*server.Context) [message trimmed]