|
826c81fd5b
|
fix: shutdown gracefully
|
2024-01-19 19:31:06 +09:00 |
|
|
c7656a2781
|
style: rearrange buttons in page editor
|
2024-01-19 19:30:51 +09:00 |
|
|
75777c1261
|
chore: remove (seemingly) unused dependencies
|
2024-01-18 16:06:46 +09:00 |
|
|
b6da29d785
|
chore: upgrade dependencies
|
2024-01-18 16:06:33 +09:00 |
|
|
c0b404e142
|
refactor: move env.ts to native-utils (partially)
|
2024-01-18 00:17:23 +09:00 |
|
|
ebaabf7f2c
|
docs: add commit message conventions
|
2024-01-17 18:05:59 +09:00 |
|
|
ef082ec19d
|
chore: remove unneeded derivations
|
2024-01-17 12:53:41 +09:00 |
|
|
164fe51525
|
chore: add more fields to Config type (native-utils)
|
2024-01-17 06:34:33 +09:00 |
|
|
d3200a64c8
|
refactor: move misc/post.ts to native-utils
Co-authored-by: naskya <m@naskya.net>
|
2024-01-16 03:17:43 +09:00 |
|
|
4b401e189f
|
refactor: move misc/convert-host.ts to native-utils
|
2024-01-15 15:42:55 +09:00 |
|
|
35bc7caa1b
|
fix: unable to update profiles in some cases
|
2024-01-15 02:00:18 +09:00 |
|
|
54fdcf8263
|
refactor: move misc/{safe-for-sql, sql-like-escape}.ts to native-utils
|
2024-01-14 21:51:30 +09:00 |
|
|
7a33097c24
|
refactor: move misc/convert-milliseconds.ts to native-utils
|
2024-01-14 12:30:47 +09:00 |
|
|
8208100aeb
|
refactor: remove misc/secure-rndstr.ts
|
2024-01-14 12:24:29 +09:00 |
|
|
ac4edc4218
|
refactor: use cfg_attr to enable napi features conditionally
|
2024-01-14 12:19:32 +09:00 |
|
|
9a46b15c10
|
chore: regenerate SeaORM entities
|
2024-01-13 22:52:32 +09:00 |
|
|
c1492a6c5d
|
refactor: move misc/acct.ts to native-utils
|
2024-01-13 20:56:10 +09:00 |
|
|
6271c3c519
|
chore: remove 'nA' -> 'nYA' conversion in nyaification
|
2024-01-13 15:45:19 +09:00 |
|
|
b8a3fa0577
|
chore: nyaize -> nyaify
|
2024-01-13 15:42:23 +09:00 |
|
|
305e8c2638
|
chore: lint
|
2024-01-13 15:28:17 +09:00 |
|
|
ecd10204d9
|
chore: format
|
2024-01-13 14:33:17 +09:00 |
|
|
9488d49208
|
chore: upgrade dependencies
|
2024-01-13 14:33:13 +09:00 |
|
|
49a1b51150
|
feat: automatically populate search parameters when opening search box on search results page
|
2024-01-13 12:43:51 +09:00 |
|
|
4a29aa856d
|
feat: allow empty search query
|
2024-01-13 12:25:08 +09:00 |
|
|
a3d5fa5027
|
feat: post search filters
|
2024-01-10 20:15:39 +09:00 |
|
|
009201e3fa
|
chore: disable reset-db API
|
2024-01-10 14:19:03 +09:00 |
|
|
35a7ba78a2
|
feat: per-user reply mutes
|
2024-01-10 12:29:50 +09:00 |
|
Lhcfl
|
cc91b172ca
|
feat: enlarge profile picture by clicking it
Co-authored-by: naskya <m@naskya.net>
|
2024-01-09 22:22:19 +09:00 |
|
|
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 |
|
|
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 |
|
|
f827bc5cc6
|
fix: changelog window overflows the screen if there are too many changes
|
2024-01-07 10:22:39 +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 |
|
|
40860fb9e8
|
fix: moderators being unable to access emoji management page
|
2024-01-06 00:03:10 +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 |
|
|
07e36cf560
|
fix (minor): typo
|
2024-01-05 11:01:20 +09:00 |
|
|
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 |
|