Commit graph

320 commits

Author SHA1 Message Date
81ab8de2fc
fix: add back example docker env file
I just wanted to rename it, didn't mean to remove
2024-01-07 10:51:58 +09:00
80448cd3ac
docker: stop exporting DEBIAN_FRONTEND=noninteractive 2024-01-07 10:36:50 +09:00
6699f6a34f
fix: changelog window overflows the screen if there are too many changes 2024-01-07 10:22:39 +09:00
68285f7165
chore: stop tracking custom directory by git 2024-01-07 07:05:01 +09:00
468073cba8
dev: add Makefile 2024-01-07 07:02:43 +09:00
55514bace4
fix: missing import 2024-01-07 06:39:21 +09:00
e3fc84b80f
fix: typo 2024-01-07 06:26:20 +09:00
0e60607e27
chore: modify the example server config files 2024-01-07 05:58:44 +09:00
7ce992956a
docker: fully qualify image tags in Dockerfile (i.e. add docker.io in front of tags) 2024-01-06 08:07:11 +09:00
01a1a58fa3
fix: moderators being unable to access emoji management page 2024-01-06 00:03:10 +09:00
d12b7cb941
dev: use sadsay for warnings and some sad reports 2024-01-05 14:41:00 +09:00
8a46b92948
refactor: replace confusing expressions relevant to accounts
$i != null -> isSignedIn
$i.isModerator || $i.isAdmin -> isModerator
$i.isAdmin -> isAdmin
$i.emojiModPerm !== "unauthorized" -> isEmojiMod
iAmModerator, iAmAdmin, iAmEmojiMod -> isModerator, isAdmin, isEmojiMod
2024-01-05 14:29:41 +09:00
5ce9d75661
fix: avoid including merge commits in CHANGELOG 2024-01-05 13:22:50 +09:00
17598c2248
dev (minor): add utility function sadsay 2024-01-05 13:18:25 +09:00
17284bbab4
fix (minor): typo 2024-01-05 11:01:20 +09:00
d006fe9190
dev (minor): don't take "yes" as a negative response 2024-01-05 10:37:21 +09:00
5307338de9
chore: upgrade pnpm 2024-01-05 10:17:43 +09:00
657a242b90
feat: ability to publish timelines in signed out UI 2024-01-05 10:15:01 +09:00
d7d9e3c323
dev: support Podman 2024-01-05 08:03:42 +09:00
Lhcfl
8d044c617d
feat: support ChatMessage type (a.k.a. Pleroma chat)
Co-authored-by: naskya <m@naskya.net>
2024-01-05 07:03:30 +09:00
21aa6b097b
docker: migrate image registry to registry.code.naskya.net 2024-01-04 12:23:05 +09:00
Lhcfl
89d058ddc8
fix: fixed post form does not shrink when posting 2024-01-04 11:13:55 +09:00
3a0a2d04f3
dev: prefix message filename with timestamp 2024-01-03 07:28:39 +09:00
27aeca9c2d
fix: unable to translate texts into English
Language code 'en' is deprecated in the DeepL API
2024-01-03 07:28:03 +09:00
23ab5567dd
chore: upgrade dependencies 2024-01-03 00:54:14 +09:00
475e2877f1
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
e81cc3bfdd
chore: format 2024-01-02 14:07:27 +09:00
16b4f78dfb
feat: ability to translate changelog 2024-01-02 14:07:14 +09:00
7f056e729f
refactor: separate translate function into another file & use deepl-node package 2024-01-02 12:31:50 +09:00
11541b1e63
fix: make readFile in api/patrons async 2024-01-02 07:04:25 +09:00
Nanaka Hiira
a09b8e4d80
fix: Cannot display About Firefish page if reaction store is empty 2024-01-02 07:02:52 +09:00
7c887421f4
feat: show changelog on updates 2024-01-02 07:02:52 +09:00
Lhcfl
03807b7815
fix: Missing first autosize when opening long draft 2024-01-02 00:35:10 +09:00
Lhcfl
e8fc5ec37e
fix: unrenote should only delete renotes, not quotes 2024-01-02 00:34:21 +09:00
f0d82ebb94
dev: add clean-npm and clean-cargo, rename clean to clean-built 2024-01-02 00:21:57 +09:00
1d5372282f
dev: update build:debug command 2024-01-02 00:21:56 +09:00
Nanaka Hiira
a53e0d18cf
fix: Show more button does not appear 2024-01-01 20:51:37 +09:00
3f68e977c6
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
dd6a629009
dev: ignore resolved messages 2023-12-29 18:35:28 +09:00
1bf14be63f
chore: format message 2023-12-29 18:23:35 +09:00
f092e4b334
dev: add messages/temp_upgrade_node_to_v21 2023-12-29 17:52:48 +09:00
da624d23ad
fix: properly check post language in checkLangMute() 2023-12-29 07:11:17 +09:00
bf045daaed
refactor: remove Meilisearch, Sonic, and Elasticsearch completely 2023-12-29 06:23:17 +09:00
209fee7a6d
chore: format 2023-12-29 05:53:16 +09:00
9af4d5024f
chore: upgrade dependencies 2023-12-29 05:52:50 +09:00
abcaed23d4
feat: randomly add miao at end of the post in Chinese cat mode 2023-12-29 00:28:45 +09:00
2fe35019c8
fix: properly set recentlyUsedPostLanguages to registry 2023-12-27 23:52:14 +09:00
887517d657
fix: page block not draggable on Firefox 2023-12-27 23:52:07 +09:00
f631154835
dev: add version_ci helper function for CI 2023-12-27 21:41:09 +09:00
f676cc1f19
fix: undefine unspecified parameters on profile updates 2023-12-27 18:59:21 +09:00