You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/internal
boojack eb826455b6 chore(webhook): reveal-later signing secret flow
Generate webhook signing secrets server-side and let users reveal them on
demand, replacing the create-dialog secret controls that surfaced internal
mask state (Status / Generate & Copy / Clear / Pending) to users.

- Add owner-gated GetUserWebhookSigningSecret RPC — the only path that
  returns the secret; list/create/update responses still omit it.
- Generate the secret server-side on create (webhook.GenerateSigningSecret),
  so validity no longer depends on the client.
- Rename UserWebhook.has_signing_secret -> signing_secret_set for parity
  with the existing api_key_set field.
- Create dialog drops the secret section to a one-line note; the generated
  secret is shown once right after create and revealable from Edit later.
2 weeks ago
..
ai refactor: split STT and Audio-LLM into separate interfaces (#5928) 2 months ago
base fix: user resource names can be uuidv4 from idp sub claim (#5856) 3 months ago
cron refactor: move plugin packages under internal 3 months ago
email feat(notification): add smtp email settings 2 months ago
filter feat(filter): standard CEL now variable, time accessors, set ops 3 weeks ago
httpgetter fix: support <meta name=description> in link previews (#6000) 1 month ago
idp feat: redesign account and SSO management (#5886) 3 months ago
markdown fix(markdown): ignore tags inside links 1 month ago
motionphoto feat(attachments): add Live Photo and Motion Photo support (#5810) 3 months ago
profile chore(settings): show build commit in version info 3 months ago
scheduler refactor: move plugin packages under internal 3 months ago
storage/s3 feat(storage): add insecure_skip_tls_verify option for S3 3 weeks ago
testutil feat(attachments): add Live Photo and Motion Photo support (#5810) 3 months ago
util feat: update gomark dependency and refactor markdown parsing logic 10 months ago
version fix(release): inject build version into artifacts 3 months ago
webhook chore(webhook): reveal-later signing secret flow 2 weeks ago