|
ea28b3ab56
|
fix (minor): fix condition for using default Firefish description
|
2024-01-09 05:50:36 +09:00 |
|
|
7f3075acf0
|
refactor (client): use ?? to check null/undefined
|
2024-01-08 17:03:39 +09:00 |
|
|
da80736d87
|
chore: upgrade dependencies
|
2024-01-08 15:16:50 +09:00 |
|
|
74af591238
|
fix: custom directory doesn't work in containers
|
2024-01-08 14:58:53 +09:00 |
|
|
d76c215bb2
|
fix: expose icon function
|
2024-01-08 10:08:39 +09:00 |
|
MeiMei
|
ecbb6fc216
|
feat: accept more signature algorithms
enhances 8890902675
Co-authored-by: naskya <m@naskya.net>
|
2024-01-07 19:53:07 +09:00 |
|
|
21181ac8a3
|
docker: use mold linker for Rust compilation
|
2024-01-07 19:03:20 +09:00 |
|
|
47b767e566
|
docker: simplify Rust installation & remove (seemingly) unused build dependencies
|
2024-01-07 17:55:09 +09:00 |
|
|
1e6e39cc37
|
docker: trim down installed packages in build stage
|
2024-01-07 17:30:42 +09:00 |
|
|
b1eb9f3cf6
|
dev: append first 2 digits of commit hash to version
|
2024-01-07 16:50:21 +09:00 |
|
|
869c0013e0
|
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 |
|
|
5ee8914d92
|
docker: stop exporting DEBIAN_FRONTEND=noninteractive
|
2024-01-07 10:36:50 +09:00 |
|
|
f827bc5cc6
|
fix: changelog window overflows the screen if there are too many changes
|
2024-01-07 10:22:39 +09:00 |
|
|
20fe7e7cfe
|
chore: stop tracking custom directory by git
|
2024-01-07 07:05:01 +09:00 |
|
|
a66fec5055
|
dev: add Makefile
|
2024-01-07 07:02:43 +09:00 |
|
|
eec4c8f61e
|
fix: missing import
|
2024-01-07 06:39:21 +09:00 |
|
|
eec17525ce
|
fix: typo
|
2024-01-07 06:26:20 +09:00 |
|
|
4ca79b390f
|
chore: modify the example server config files
|
2024-01-07 05:58:44 +09:00 |
|
|
d0c5281a85
|
docker: fully qualify image tags in Dockerfile (i.e. add docker.io in front of tags)
|
2024-01-06 08:07:11 +09:00 |
|
|
40860fb9e8
|
fix: moderators being unable to access emoji management page
|
2024-01-06 00:03:10 +09:00 |
|
|
7f60ef13d0
|
dev: use sadsay for warnings and some sad reports
|
2024-01-05 14:41:00 +09:00 |
|
|
1af92c54ed
|
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 |
|
|
68f7ce646b
|
fix: avoid including merge commits in CHANGELOG
|
2024-01-05 13:22:50 +09:00 |
|
|
13c10f4816
|
dev (minor): add utility function sadsay
|
2024-01-05 13:18:25 +09:00 |
|
|
07e36cf560
|
fix (minor): typo
|
2024-01-05 11:01:20 +09:00 |
|
|
52edac4b31
|
dev (minor): don't take "yes" as a negative response
|
2024-01-05 10:37:21 +09:00 |
|
|
8043605fa3
|
chore: upgrade pnpm
|
2024-01-05 10:17:43 +09:00 |
|
|
35e254c8fc
|
feat: ability to publish timelines in signed out UI
|
2024-01-05 10:15:01 +09:00 |
|
|
c6ffeecd1c
|
dev: support Podman
|
2024-01-05 08:03:42 +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 |
|
|
7fc4540d15
|
docker: migrate image registry to registry.code.naskya.net
|
2024-01-04 12:23:05 +09:00 |
|
Lhcfl
|
f4888d6f8b
|
fix: fixed post form does not shrink when posting
|
2024-01-04 11:13:55 +09:00 |
|
|
498ded38c0
|
dev: prefix message filename with timestamp
|
2024-01-03 07:28:39 +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 |
|
|
4c1bf49558
|
dev: add clean-npm and clean-cargo, rename clean to clean-built
|
2024-01-02 00:21:57 +09:00 |
|
|
afa909ad74
|
dev: update build:debug command
|
2024-01-02 00:21:56 +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 |
|
|
5317e56002
|
dev: ignore resolved messages
|
2023-12-29 18:35:28 +09:00 |
|
|
1f70683093
|
chore: format message
|
2023-12-29 18:23:35 +09:00 |
|