Commit graph

68 commits

Author SHA1 Message Date
TAKAHASHI Shuuji 9070fa4053
feat: add a new link icon (#2534) 2024-01-01 17:48:10 +01:00
TAKAHASHI Shuuji 20c30e92a3
feat: support Threads icon in profile links (#2474) 2023-11-17 08:40:23 +00:00
Adityawarman Dewa Putra 10bd555926
feat: add pinterest icon in profile metadata (#2461) 2023-11-11 09:20:41 +00:00
Sma11X e9f274f304
feat: replace links in status after translated (#2385)
Co-authored-by: patak <matias.capeletto@gmail.com>
2023-10-13 07:12:48 +00:00
Sma11X d975c6fc2c
fix: add attributes before status update (#2293) 2023-08-02 10:31:08 +00:00
Daniel Roe a45b7173e5
chore: update to nuxt v3.6.5 (#2299) 2023-08-01 22:11:26 +01:00
Daniel Roe e6172ad38b chore: update nuxt-vitest 2023-08-01 10:36:19 +01:00
Niklas Wolf 675f5184a0
feat: use configured writing/post language of user from mastodon (#2282) 2023-07-29 14:01:17 +02:00
三咲智子 Kevin Deng d52755a153
feat: withdraw follow request
closes #2179
closes #2162
2023-07-03 02:09:30 +08:00
三咲智子 Kevin Deng 171f0ec857
refactor: upgrade volar 2023-07-03 00:34:39 +08:00
Ashwin Agarwal 34aca66fef
feat: Report posts (#2184) 2023-06-23 14:24:10 +02:00
Tuur Martens 9c9a1f7c35
fix: poll would sometimes remove last entry (#2117) 2023-05-21 21:57:29 +02:00
Joaquín Sánchez dfb5a665f0
feat(pwa): add screenshots and orientation to webmanifest (#2109) 2023-05-21 17:28:28 +01:00
Tuur Martens 22556984fa
feat: adhere to and display poll limits (#2114) 2023-05-21 13:37:33 +02:00
Tuur Martens 1fda33848e
feat: poll creation (#2111) 2023-05-20 21:23:41 +02:00
Nikita Karamov c6c844f3fd
fix: notification templates for admin reports (#2045)
Co-authored-by: patak <matias.capeletto@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-05-03 15:01:35 +00:00
Anthony Fu 61526df93f chore: upgrade to VueUse v10 2023-05-02 01:58:55 +02:00
Alex 574d72af61
fix: reply remove-and-re-draft error (#2028) 2023-04-28 11:25:53 +08:00
Peter Budai a0d036952d
feat(editor): Respect default privacy setting of the account (2nd) (#1733)
Co-authored-by: patak <matias.capeletto@gmail.com>
2023-04-27 20:41:10 +00:00
renovate[bot] 3c43a1cdd1
chore(deps): update lint (#1928)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-03-30 19:01:24 +00:00
Anthony Fu 9465c2fe89 chore: update lint 2023-03-19 13:12:20 +01:00
Nicolò Ribaudo 8fd697126b
feat: add metadata icon for Matrix (#1860) 2023-03-06 13:45:14 +01:00
Basil 1445a57d8d
feat: copy content warning when replying (#1672) 2023-02-28 23:10:04 +01:00
Zaidhaan 32eaee82e2
fix: resize large images attachments on upload (#1824) 2023-02-28 22:58:19 +01:00
Zaidhaan d810b2de3a
fix: do not overwrite status drafts (#1822) 2023-02-24 23:34:17 +01:00
Joaquín Sánchez da7cc78a7e
fix: revert #1699 (#1730) 2023-02-12 16:15:29 +01:00
Peter Budai 3e648f6fbc
feat(editor): Respect default privacy setting of the account (#1699) 2023-02-11 18:04:41 +01:00
Joaquín Sánchez 32cfe6371f
fix: handle frozen page lifecycle state (#1658) 2023-02-06 14:22:56 -08:00
Daniel Roe 6dc38c7d8e
perf: tree-shake dependencies from server (#1647) 2023-02-06 10:34:50 +01:00
Alex Liu 2bd8dc2dd5
fix: character count should includes spoiler text (#1535)
* fix: character count should includes spoiler text

* fix: draft empty conditions exclude spoiler text
2023-02-05 09:36:33 -08:00
Niklas Wolf 61428cd9cd
fix: reply language defaults to status language (#1611) 2023-02-05 13:08:01 +01:00
Anthony Fu e277832b61 fix: avoid reference context in getDefaultDraft 2023-01-30 12:20:22 +01:00
Anthony Fu 8d792d003d refactor: make auto import more explicit 2023-01-30 11:58:58 +01:00
Niklas Wolf b48b7f4c16
feat: allow disabling translation for specific languages (#1371) 2023-01-29 04:18:49 -08:00
sechi 8c76dad3c0
fix: prevent click event when publish button is disabled (#1481) 2023-01-28 14:00:20 -08:00
victordelva adb17d7f14
fix: default user language when writing a publication (#1446) 2023-01-25 16:41:09 +01:00
Alex 0b77ad3f43
fix: translate posts target language is not current selected language (#1263) 2023-01-17 22:41:26 +01:00
Alex 85e163a0ad
feat: support showing publish failed messages (#1209) 2023-01-17 13:56:51 +01:00
Alex d745bd0583
feat: improve posts translation logic (#1211) 2023-01-16 09:55:00 +00:00
patak bb2e3ab44f
fix: publish widget mentions (#1198) 2023-01-16 06:10:33 +01:00
Daniel Roe cd8e2cb6a4
fix: initialise stream promise before stream is available (#1191) 2023-01-15 20:26:59 +00:00
Daniel Roe bf25339bc9
test: add vitest-environment-nuxt (#1186) 2023-01-15 20:09:01 +01:00
三咲智子 Kevin Deng 5247b36b6d
fix: account server in GoToSocial 2023-01-15 17:44:36 +08:00
三咲智子 Kevin Deng 4422a57f49
refactor: sync masto (#1121) 2023-01-15 16:38:02 +08:00
Anthony Fu 9571d7338a feat: separate metions lines on replying 2023-01-13 01:33:04 +01:00
Anthony Fu 9476d14d6c fix: dedupe accounts in reply mentions 2023-01-13 01:19:24 +01:00
三咲智子 Kevin Deng 884227f560
fix: decrease count when cancel status action 2023-01-13 02:48:52 +08:00
Adam Cooper 9f368e50d2
feat: add additional profile icons (#992) 2023-01-12 19:18:06 +08:00
三咲智子 Kevin Deng 4e0777d723
refactor: output errors on devtools (#928) 2023-01-12 13:39:22 +08:00
Kerunix 67f58a3335
fix: empty code blocks (#978) 2023-01-11 21:55:47 +01:00