1
0

Commit Graph

  • 043bfea299
    feat: implement a small preview card when there are media attachments (#390) Ayo Ayco 2022-12-13 19:39:51 +0100
  • 7dce46e651
    fix: don't stretch smaller preview card images (#413) Ayaka Rizumu 2022-12-14 02:30:40 +0800
  • 9db04467d9
    fix(command): alternative to cmd+/ (#414) Ayaka Rizumu 2022-12-14 02:29:42 +0800
  • f99bbeb362
    fix(es-ES): add missing entries on tab (#420) Joaquín Sánchez 2022-12-13 19:15:46 +0100
  • f61c25409d
    fix(es-ES): fix all notifications (#418) Joaquín Sánchez 2022-12-13 18:29:43 +0100
  • 119b3039c0 refactor: remove CommonMetaWrapper patak 2022-12-13 16:03:58 +0100
  • 965b96c630
    fix: status card styles (#415) patak 2022-12-13 15:56:00 +0100
  • 0ef44cdf50 refactor: reorganize modules Anthony Fu 2022-12-13 15:03:30 +0100
  • fd29c379dc
    feat: add notification tabs pages (#410) Joaquín Sánchez 2022-12-13 14:50:42 +0100
  • d546390f5c fix: reference conflicts Anthony Fu 2022-12-13 14:49:22 +0100
  • 2bee673a14 refactor: user-specific storage Anthony Fu 2022-12-13 14:22:27 +0100
  • 75f49461de feat: code highlight for tiptap Anthony Fu 2022-12-13 14:02:43 +0100
  • 854d861766
    feat: alt label dropdown for attachments (#409) patak 2022-12-13 12:18:21 +0100
  • 28d7e8cb43 chore: use same viewport meta as twitter patak 2022-12-13 09:41:24 +0100
  • 77fb294c4d feat: DM improvements patak 2022-12-13 00:10:04 +0100
  • 5b37047b00
    refactor: simplify handler and remove opengraph section feat-increase-status-preview-card-image-quality Daniel Roe 2022-12-12 23:06:57 +0000
  • 7b973811c0
    refactor: remove opengraph implementation for now Daniel Roe 2022-12-12 23:06:26 +0000
  • 83a4ee75d0
    refactor: remove extra computed Daniel Roe 2022-12-12 22:49:23 +0000
  • 705ce6ada4
    refactor: try fetching images (for netlify cache) Daniel Roe 2022-12-12 22:46:22 +0000
  • b61afaab9e
    fix: preserve mentions when replying (#404) patak 2022-12-12 23:35:59 +0100
  • e18443ab6f fallback on error Shinigami92 2022-12-12 23:07:56 +0100
  • 200bc3d3f1 use sendError for other 4xx errors Shinigami92 2022-12-12 22:46:37 +0100
  • 27c0c4d6f2 try sendError Shinigami92 2022-12-12 22:41:22 +0100
  • 49a9291339
    Merge branch 'main' into feat-increase-status-preview-card-image-quality Shinigami 2022-12-12 22:18:51 +0100
  • eab2342d91 use 404 Shinigami92 2022-12-12 22:18:29 +0100
  • a650b1f369 reject http urls Shinigami92 2022-12-12 22:13:23 +0100
  • 174b2b2d83 throw 404 Shinigami92 2022-12-12 21:59:35 +0100
  • bb013ddd18
    fix: expand og:image regexp Daniel Roe 2022-12-12 20:58:03 +0000
  • 797b99f122
    refactor: only enable maxAge locally Daniel Roe 2022-12-12 20:54:32 +0000
  • e88d255c07
    refactor: use runtimeConfig Daniel Roe 2022-12-12 20:51:50 +0000
  • 96fbeb235e style: use bg-base for transparent avatars patak 2022-12-12 21:25:42 +0100
  • 07d709c494 fix: extra padding when hidding avatar on avatar patak 2022-12-12 21:23:18 +0100
  • 85f619ea82
    feat: add logging setup for tauri desktop app (#397) Jonas Kruckenberg 2022-12-12 21:16:45 +0100
  • 5e717cac03 fix fallbackUrl Shinigami92 2022-12-12 20:56:43 +0100
  • 49290b7386
    Merge branch 'main' into feat-increase-status-preview-card-image-quality Shinigami 2022-12-12 20:07:25 +0100
  • 5da564dda4 fix comment Shinigami92 2022-12-12 20:06:57 +0100
  • cfacff87be remove log Shinigami92 2022-12-12 19:54:58 +0100
  • dff937aa89 use new glob Shinigami92 2022-12-12 19:29:57 +0100
  • d856abef9d
    fix: prevent spoiler text shown when undefined (#402) Ayo Ayco 2022-12-12 19:20:41 +0100
  • ed091d284f use srcset Shinigami92 2022-12-12 18:43:38 +0100
  • 2f72c03fd9 pass url as path variable Shinigami92 2022-12-12 16:53:43 +0100
  • 26bc4e7251 more safe Shinigami92 2022-12-12 16:31:29 +0100
  • a34e7e23f0 Add opengraph types Shinigami92 2022-12-12 16:27:33 +0100
  • 0f1937340d use routeRules cache Shinigami92 2022-12-12 16:15:26 +0100
  • b90479d169 testing Shinigami92 2022-12-12 16:07:24 +0100
  • bd0a2517c6 fallback to hybridGraph Shinigami92 2022-12-12 16:06:35 +0100
  • a4eae9891b Only request opengraph if api key is defined Shinigami92 2022-12-12 16:02:28 +0100
  • 2c3e0253f6 Only call opengraph if needed Shinigami92 2022-12-12 16:00:26 +0100
  • 2a819c6d0c iterate Shinigami92 2022-12-12 15:55:57 +0100
  • 19c8393c7c use cache via nuxt config Shinigami92 2022-12-12 14:26:30 +0100
  • f73219f9bd
    Merge branch 'main' into feat-increase-status-preview-card-image-quality Shinigami 2022-12-12 12:26:03 +0100
  • f3566ec9b5
    chore: update mock acct Daniel Roe 2022-12-12 11:03:39 +0000
  • de160c219a
    feat: prevent mixing data on account switch (#384) Joaquín Sánchez 2022-12-12 00:30:26 +0100
  • 8c82c91056
    chore: simplify test for mock user Daniel Roe 2022-12-11 23:18:09 +0000
  • 33b0f295f6
    feat: notification improvements (#396) patak 2022-12-11 23:40:40 +0100
  • a26cedbdd4
    feat: add bot label (#392) Shinigami 2022-12-11 16:43:23 +0100
  • 32e68b6c65
    Merge branch 'main' into feat-increase-status-preview-card-image-quality Shinigami 2022-12-11 12:52:49 +0100
  • 183b1659d1
    feat: more to explore (#360) Ayaka Rizumu 2022-12-11 18:52:36 +0800
  • 5607c2fe37 update lastUsed Shinigami92 2022-12-11 01:04:37 +0100
  • 4e81d0e27d improve Shinigami92 2022-12-10 23:27:06 +0100
  • cab3ed4ad4 feat: improve status image quality Shinigami92 2022-12-10 23:09:11 +0100
  • a36a26d745
    feat: add more field icons 三咲智子 2022-12-10 23:53:48 +0800
  • 413e7b1a00
    feat: add discord field icon 三咲智子 2022-12-10 20:43:45 +0800
  • ebe7b85cf9
    fix: priority spoiler vs filter phrase (#388) Ayo Ayco 2022-12-10 11:50:55 +0100
  • c4ae1d1d6f feat: admin.sign_up notifiaction patak 2022-12-09 22:30:16 +0100
  • deea8c0aab
    style: spoiler and filter UI improvements (#378) Ayo Ayco 2022-12-09 22:19:26 +0100
  • 462e85dad0
    refactor(command): use dialog (#352) QiroNT 2022-12-10 05:18:21 +0800
  • f249087a95
    fix: improve StatusPreviewCard (#383) Ayaka Rizumu 2022-12-10 05:13:59 +0800
  • 31820c6265
    perf: serve fonts from app (#382) Joaquín Sánchez 2022-12-09 17:32:09 +0100
  • b0dae4fc9e
    fix: StatusSpoiler filter value type (#380) Ayo Ayco 2022-12-08 18:19:29 +0100
  • ae8f4dfa22
    fix: remove <StatusLink> component Daniel Roe 2022-12-08 16:20:59 +0100
  • 468592f59a
    fix(ui): display hostname instead of full url (#376) Ayo Ayco 2022-12-08 15:57:52 +0100
  • 49a28144fd
    feat: update logo logic (#377) Joaquín Sánchez 2022-12-08 14:30:56 +0100
  • 9c3f32ac69
    fix: include dev assets in local build Daniel Roe 2022-12-08 14:24:36 +0100
  • 81cf949e13
    fix: use localhost url for local build too Daniel Roe 2022-12-08 14:04:58 +0100
  • 9431acc459
    fix(i18n): mutuals translation + small improvement (#354) Michel EDIGHOFFER 2022-12-08 12:50:22 +0100
  • be68912226
    fix: format many voters as human readable number Daniel Roe 2022-12-08 11:56:23 +0100
  • 2fed89be9d
    feat: poll plural support (#375) Joaquín Sánchez 2022-12-08 11:54:34 +0100
  • 00b835444b
    fix: use nitro overlay to skip dev assets in production Daniel Roe 2022-12-08 11:50:44 +0100
  • 8132efbc4d
    feat(ui): on expireAt, add time tag + tooltip (#362) Michel EDIGHOFFER 2022-12-08 11:07:54 +0100
  • 431a431c1d
    feat(ui): add more favicon file formats (#374) Joaquín Sánchez 2022-12-08 10:55:54 +0100
  • db2ac489bb
    chore: bump up nuxtjs/i18n (#370) kazuya kawaguchi 2022-12-08 16:19:22 +0900
  • 77fb74f0ac
    fix: component ContentRich style overflow (#371) Ayaka Rizumu 2022-12-08 13:56:22 +0800
  • ede3a398b5
    feat(i18n): sync es-ES lang (#350) Cesar Gomez 2022-12-07 18:23:46 -0500
  • ff3ebc2871
    feat: handle square preview cards (#363) Ayo Ayco 2022-12-07 20:13:33 +0100
  • 10167b54d8
    feat: preview card for status links (#339) Ayo Ayco 2022-12-07 16:55:45 +0100
  • 8e47deb0e1
    fix: hide details when no status or no repliers (#359) Daniel Roe 2022-12-07 13:31:29 +0000
  • a1b3bd6db9
    fix: add singular following text Daniel Roe 2022-12-07 00:07:11 +0000
  • f0fb29b078
    fix: fix typo in class name Daniel Roe 2022-12-07 00:05:17 +0000
  • 36a35b5fcc
    feat: improve conversations (#358) patak 2022-12-07 00:51:29 +0100
  • 28c4c6a3e8
    fix: swap staging/production environment conditions 🤦‍♂️ Daniel Roe 2022-12-06 23:39:17 +0000
  • abbd026c1d
    fix: avoid fetching null account id Daniel Roe 2022-12-06 23:38:00 +0000
  • b078e456cc
    fix: add explicit height/width for logo to reduce cls Daniel Roe 2022-12-06 23:32:27 +0000
  • 2c9a2b081d
    chore: update handle for @sxzz Daniel Roe 2022-12-06 23:15:38 +0000
  • b6ca0a5741
    perf: use transform on team images Daniel Roe 2022-12-06 23:07:31 +0000
  • b880074447
    chore: update mastodon handles Daniel Roe 2022-12-06 22:54:28 +0000
  • 1e0f733c50
    chore: enable type checking in more places Daniel Roe 2022-12-06 22:17:58 +0000
  • 08d629ea78
    refactor: configure preview status with runtime config Daniel Roe 2022-12-06 21:09:47 +0000
  • 83d313c47b
    refactor: move shared config into ~/config/ Daniel Roe 2022-12-06 21:04:38 +0000
  • 7a07d21b76
    fix: style overflow due to user content (#355) Ayaka Rizumu 2022-12-07 00:37:58 +0800