Commit Graph

41 Commits

Author SHA1 Message Date
Thomas Miceli 72c5696cd7 v1.15.1
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.26, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.26, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, macOS-latest) (push) Has been cancelled
Go CI / Build (1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, windows-latest) (push) Has been cancelled
2026-08-04 08:44:01 +02:00
Thomas Miceli 31e3f9d3ce v1.15.0
Go CI / Build (1.26, windows-latest) (push) Has been cancelled
Go CI / Build (1.26, macOS-latest) (push) Has been cancelled
Go CI / Build (1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.26, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.26, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, ubuntu-latest) (push) Has been cancelled
2026-07-30 19:44:32 +02:00
Thomas Miceli c7fe438feb v1.14.0
Go CI / Test (sqlite, 1.26, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, macOS-latest) (push) Has been cancelled
Go CI / Build (1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, windows-latest) (push) Has been cancelled
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.26, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.26, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
2026-07-21 13:32:56 +02:00
Alexander Fortin c3f86616f5 feat: add Open Graph & Twitter Card meta tags for gist social sharing (#756)
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.26, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.26, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, macOS-latest) (push) Has been cancelled
Go CI / Build (1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, windows-latest) (push) Has been cancelled
Adds Open Graph and Twitter Card meta tags to gist pages so that pasting
an Opengist URL into Discord, Slack, IRC and similar clients produces a
rich preview card (like gist.github.com does).

- templates/base/seo_meta.html (new): reusable partial rendering og:* and
  twitter:* tags, gated on a loaded gist.
- templates/base/base_header.html: include the partial in <head>.
- internal/web/server/renderer.go: add ogText helper that collapses
  whitespace and truncates text for clean meta values.
- internal/web/handlers/gist/gist_test.go: TestGistSocialMetaTags.
- CHANGELOG.md: entry.


Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-11 10:56:06 +08:00
Alexander Fortin c5d7832696 feat: seed admin/user account at install time via CLI (#750)
Signed-off-by: Alexander Fortin <shaftoe@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-29 23:23:54 +08:00
Thomas Miceli 2bba402787 v1.13.1
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.26, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.26, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, macOS-latest) (push) Has been cancelled
Go CI / Build (1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, windows-latest) (push) Has been cancelled
Signed-off-by: Thomas Miceli <tho.miceli@gmail.com>
2026-06-10 02:25:21 +07:00
Thomas Miceli b41a80a335 v1.13.0
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.26, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.26, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, macOS-latest) (push) Has been cancelled
Go CI / Build (1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, windows-latest) (push) Has been cancelled
Signed-off-by: Thomas Miceli <tho.miceli@gmail.com>
2026-06-09 04:19:30 +07:00
Thomas Miceli 8a6f2d82ff v1.12.2
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.25, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.25, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.25, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.25, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.25, macOS-latest) (push) Has been cancelled
Go CI / Build (1.25, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.25, windows-latest) (push) Has been cancelled
Signed-off-by: Thomas Miceli <tho.miceli@gmail.com>
2026-04-28 16:37:03 +07:00
Thomas Miceli 4d29a50e64 v1.12.1 2026-02-03 15:59:29 +07:00
Thomas Miceli 6bd8df6a74 v1.12.0 2026-01-27 22:28:20 +07:00
Thomas Miceli f0a596aed0 v1.11.1
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.23, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.23, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.23, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.23, ubuntu-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.23, windows-latest) (push) Has been cancelled
Go CI / Build (1.23, macOS-latest) (push) Has been cancelled
Go CI / Build (1.23, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.23, windows-latest) (push) Has been cancelled
2025-09-30 02:23:45 +02:00
Thomas Miceli c7b947580d v1.11.0 2025-09-21 04:51:49 +02:00
Thomas Miceli fde8a85e2b v1.10.0
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.23, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.23, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.23, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.23, ubuntu-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.23, windows-latest) (push) Has been cancelled
Go CI / Build (1.23, macOS-latest) (push) Has been cancelled
Go CI / Build (1.23, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.23, windows-latest) (push) Has been cancelled
2025-04-07 16:31:45 +02:00
Thomas Miceli 8c7e941182 v1.9.1
Go CI / Build (1.23, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.23, windows-latest) (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Lint (push) Has been cancelled
Go CI / Test (mysql, 1.23, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.23, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.23, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.23, ubuntu-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.23, windows-latest) (push) Has been cancelled
Go CI / Build (1.23, macOS-latest) (push) Has been cancelled
2025-02-04 21:22:47 +01:00
Thomas Miceli c14380f4de v1.9.0
Go CI / Lint (push) Waiting to run
Go CI / Check (push) Waiting to run
Go CI / Test (mysql, 1.23, mysql:8, ubuntu-latest, 3306:3306) (push) Waiting to run
Go CI / Test (postgres, 1.23, postgres:16, ubuntu-latest, 5432:5432) (push) Waiting to run
Go CI / Test (sqlite, 1.23, macOS-latest) (push) Waiting to run
Go CI / Test (sqlite, 1.23, ubuntu-latest) (push) Waiting to run
Go CI / Test (sqlite, 1.23, windows-latest) (push) Waiting to run
Go CI / Build (1.23, macOS-latest) (push) Waiting to run
Go CI / Build (1.23, ubuntu-latest) (push) Waiting to run
Go CI / Build (1.23, windows-latest) (push) Waiting to run
2025-02-02 20:48:40 +01:00
Thomas Miceli 4c5a7bda63 v1.8.4 2024-12-16 01:46:26 +01:00
Thomas Miceli 526da6ccbb v1.8.3 2024-11-26 22:46:25 +01:00
Thomas Miceli 8543f3adfa v1.8.2 2024-11-25 22:29:31 +01:00
Thomas Miceli 92bac3bf8c v1.8.1 2024-11-02 02:00:48 +01:00
Thomas Miceli 97b9fa1100 Fix typos 2024-11-01 00:00:09 +01:00
Thomas Miceli 393c9756d4 v1.8.0 2024-10-31 20:48:54 +01:00
Thomas Miceli 4b039b0703 v1.7.5 2024-09-12 02:00:37 +02:00
Thomas Miceli 690a6d55f9 v1.7.4 2024-09-09 12:33:55 +02:00
Thomas Miceli 22dbc32f23 v1.7.3 2024-06-03 17:32:39 +02:00
Thomas Miceli 9b0c06d98b v1.7.2 2024-05-05 00:56:56 +02:00
Thomas Miceli 2782ced03d v1.7.1 2024-04-05 17:41:35 +02:00
Thomas Miceli 9936c6bf1e v1.7.0 2024-04-03 02:06:05 +02:00
Thomas Miceli a6c4183aac v1.6.1 2024-01-06 14:36:03 +01:00
Thomas Miceli 8eb8f4e231 v1.6.0 2024-01-04 18:06:19 +01:00
Thomas Miceli 3444fb9b75 v1.5.3 2023-11-20 18:49:46 +01:00
Thomas Miceli aec7ee2708 v1.5.2 2023-10-16 12:26:05 +02:00
Thomas Miceli 632206e172 v1.5.1 2023-09-29 16:59:09 +02:00
Thomas Miceli 2b9eb8e127 v1.5.0 2023-09-26 15:34:43 +02:00
Thomas Miceli 24fc6dd8e4 v1.4.2 2023-07-17 04:28:13 +02:00
Thomas Miceli add0299442 v1.4.1 2023-06-25 11:46:15 +02:00
Thomas Miceli a35b64455a v1.4.0 2023-06-23 14:27:23 +02:00
Thomas Miceli 0a542431c9 v1.3.0 2023-05-27 14:12:34 +02:00
Thomas Miceli 2782655545 v1.2.0 2023-05-01 03:09:12 +02:00
Thomas Miceli 09507500a9 v1.1.1 2023-04-20 21:54:54 +02:00
Thomas Miceli fddc50e3cc v1.1.0 2023-04-18 03:11:28 +02:00
Thomas Miceli 864880b442 v1.0.1 2023-04-12 13:34:22 +02:00