Commit Graph

14 Commits

Author SHA1 Message Date
Sacha Al Himdani
4c57d201a4 Make license declarations consistently MIT
The source headers, LICENSE files, and license metadata had drifted
apart. Align the entire project to MIT:

- Convert every source-file header to the MIT text across all comment
  styles (Go, TS, TSX, JS, MJS, SQL, CSS, GraphQL, shell), including
  SPDX-License-Identifier tags
- Set the root and cookie-banner LICENSE files to the MIT text with a
  "MIT License" title line
- Switch the package.json license fields, Docker image label, and
  cookie-banner README to MIT
- Update docs and the genmodels header generator accordingly
- Normalize copyright lines to a single format
  (Copyright (c) <year(s)> Probo Inc <hello@probo.com>.): unify the
  hello@getprobo.com and hello@probo.inc emails to hello@probo.com and
  the comma-separated years to a hyphenated range

Genuine third-party references are intentionally left untouched: the
Lucide icon attributions (Lucide is ISC) and the trivy dependency
license allowlist.

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
2026-07-13 16:21:14 +02:00
Sacha Al Himdani
9ac71f948f Update contact email to hello@probo.com
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-06-09 16:45:23 +02:00
Sacha Al Himdani
8c02c53315 Update copyright headers across all Go files
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-03-25 17:38:32 +01:00
Bryan Frimin
59aa332ab5 Move to vanity import url
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-10-31 17:01:52 +01:00
Sacha Al Himdani
f3194def05 Embed trust center v2 in the go backend
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-09-30 17:48:54 +02:00
Bryan Frimin
358e07b6ff Remove debug log
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-06-13 13:23:44 -07:00
Bryan Frimin
ce22fa7f62 Fix WriteHeader called with both Transfer-Encoding of "chunked" and a Content-Length
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-05-21 20:35:48 -07:00
Bryan Frimin
b432ed9b5b Fix etag hash not valid
Go embded file does not have mod time

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-05-04 17:53:27 -07:00
Bryan Frimin
42c1ec9916 Configure gzip static response
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-04-30 09:39:49 -07:00
Bryan Frimin
06dd3439c0 Configure static browser cache
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-04-30 09:37:54 -07:00
Bryan Frimin
329d52f9c4 Remove static cache
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-04-30 08:53:29 -07:00
Bryan Frimin
839d842fd1 Cache static assets
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-04-24 17:57:59 -07:00
gearnode
39487ecc5f Fix non json log lije 2025-03-23 19:15:28 +01:00
gearnode
123a538d82 Embded frontend inside go binary
This will simplify the self hosting of the platform.

Signed-off-by: gearnode <bryan@frimin.fr>
2025-03-09 15:30:28 +01:00