1
0
Fork 1
mirror of https://example.com synced 2024-11-23 09:26:40 +09:00
Commit graph

5255 commits

Author SHA1 Message Date
35e254c8fc
feat: ability to publish timelines in signed out UI 2024-01-05 10:15:01 +09:00
Lhcfl
bc70314fa6
feat: support ChatMessage type (a.k.a. Pleroma chat)
Co-authored-by: naskya <m@naskya.net>
2024-01-05 07:03:30 +09:00
Lhcfl
f4888d6f8b
fix: fixed post form does not shrink when posting 2024-01-04 11:13:55 +09:00
abeb0659a9
fix: unable to translate texts into English
Language code 'en' is deprecated in the DeepL API
2024-01-03 07:28:03 +09:00
914ebb9381
chore: upgrade dependencies 2024-01-03 00:54:14 +09:00
494ecb67cd
chore: remove --dns-result-order=ipv4first
If I recall correctly, this was needed due to unstable connection
with git.joinfirefish.org. We don't get anything from there now.
2024-01-03 00:34:07 +09:00
c6d2cabd6f
chore: format 2024-01-02 14:07:27 +09:00
c8e4116592
feat: ability to translate changelog 2024-01-02 14:07:14 +09:00
bb472bf030
refactor: separate translate function into another file & use deepl-node package 2024-01-02 12:31:50 +09:00
4f587fa5ad
fix: make readFile in api/patrons async 2024-01-02 07:04:25 +09:00
Nanaka Hiira
80155927df
fix: Cannot display About Firefish page if reaction store is empty 2024-01-02 07:02:52 +09:00
3a87ae7bf7
feat: show changelog on updates 2024-01-02 07:02:52 +09:00
Lhcfl
bdba88ad4c
fix: Missing first autosize when opening long draft 2024-01-02 00:35:10 +09:00
Lhcfl
e5abb28c7f
fix: unrenote should only delete renotes, not quotes 2024-01-02 00:34:21 +09:00
Nanaka Hiira
5578247093
fix: Show more button does not appear 2024-01-01 20:51:37 +09:00
6824eb27b4
fix: syntax error when using Node v18-20
https://github.com/swc-project/swc/issues/8392#issuecomment-1849994671
2024-01-01 11:52:01 +09:00
e1de024f56
fix: properly check post language in checkLangMute() 2023-12-29 07:11:17 +09:00
acb0c3c41e
refactor: remove Meilisearch, Sonic, and Elasticsearch completely 2023-12-29 06:23:17 +09:00
500516f101
chore: format 2023-12-29 05:53:16 +09:00
3a6fd98d9e
chore: upgrade dependencies 2023-12-29 05:52:50 +09:00
163498ddac
feat: randomly add miao at end of the post in Chinese cat mode 2023-12-29 00:28:45 +09:00
08e52ccb05
fix: properly set recentlyUsedPostLanguages to registry 2023-12-27 23:52:14 +09:00
e9d63882f6
fix: page block not draggable on Firefox 2023-12-27 23:52:07 +09:00
9cae108de1
fix: undefine unspecified parameters on profile updates 2023-12-27 18:59:21 +09:00
45ff889063
fix (minor): merge mistake 2023-12-27 18:43:42 +09:00
5d4f9cbffa
chore: upgrade Rusty deps 2023-12-27 15:26:09 +09:00
e6ea393b68
chore: upgrade SeaORM to v0.12.10 2023-12-27 15:18:06 +09:00
fd4cc9ff98
chore: remove unused import 2023-12-27 15:15:51 +09:00
8f5a6210b1
fix: merge errors 2023-12-27 15:11:07 +09:00
Namekuji
31e4400933
chore: regenerate entities 2023-12-27 15:05:50 +09:00
Namekuji
32e65171af
chore: upgrade seaorm (wip) 2023-12-27 15:05:05 +09:00
71e5789378
chore: format 2023-12-27 05:34:16 +09:00
ccb4163118
fix: profile updates fail if language isn't specified 2023-12-27 05:18:01 +09:00
ff2ebd211a
chore: stop requiring misskeyVersion in preference backups 2023-12-27 04:39:01 +09:00
ThatOneCalculator
700f48a4a6
chore: up swc
Co-authored-by: naskya <m@naskya.net>
2023-12-27 03:49:07 +09:00
mei23
f364e439a4
fix: prohibit Apps to use admin/moderator permission 2023-12-27 03:36:26 +09:00
3f086c4aa9
fix: remove duplicated description 2023-12-23 08:31:40 +09:00
Essem
0c6c303d70
feat: add language picker to post form
Co-authored-by: naskya <m@naskya.net>
2023-12-23 07:25:08 +09:00
freeplay
b95841b7d8
feat: RTL Layout Support 2023-12-23 06:23:17 +09:00
0236a578a4
fix: missing import 2023-12-23 05:59:39 +09:00
e54fa69b1c
Firefish v1.0.5-rc (3) 2023-12-23 05:21:37 +09:00
Nanaka Hiira
fb2f51d9c0
Fix tab position 2023-12-23 05:05:10 +09:00
Nanaka Hiira
7e29627ef2
feat: add /api/emojis endpoint 2023-12-23 05:04:54 +09:00
1f689b7535
fix: missing import 2023-12-20 19:33:17 +09:00
f6b2002466
feat: ability to adjust pull distance for reloading timelines 2023-12-20 18:48:30 +09:00
28056631d2
fix: timeline top bar style 2023-12-20 17:54:33 +09:00
ThatOneCalculator
9f3d0a2656
refactor: 🔥 remove unused constants 2023-12-07 10:44:23 -08:00
ThatOneCalculator
73cf3b64e5
refactor: 🔥 remove local twemoji in backend assets, replace with @discordapp/twemoji
They ended up publishing svg in dist
2023-12-06 11:11:42 -08:00
ThatOneCalculator
a6df31606c
fix: 💄 make fullPageHeader on MkDrive look like standard MkPageHeader 2023-12-05 19:41:45 -08:00
ThatOneCalculator
6d602fa80a
chore: 🎨 format 2023-12-05 19:32:39 -08:00