TrojanerHD
|
78af158c30
|
fix(backend): only check for 2fa if it was enabled
fix(backend): don't reject logins where 2fa is disabled and security keys are available
|
2024-02-28 03:06:32 +09:00 |
|
TrojanerHD
|
4687b21d79
|
fix(backend): update security keys available entry
|
2024-02-28 03:06:32 +09:00 |
|
TrojanerHD
|
7ceaa9c090
|
feat(backend): remove 2fa requirement for security keys
|
2024-02-28 03:06:29 +09:00 |
|
|
846e69fe7b
|
fix (backend): apply word mutes in notifications
Co-authored-by: naskya <m@naskya.net>
|
2024-02-26 03:08:22 +09:00 |
|
|
cd18bf0c48
|
chore: discontinue latest-version api
|
2024-02-26 02:59:20 +09:00 |
|
|
e4bcd23f9d
|
fix (backend): check url properly
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-02-26 02:50:10 +09:00 |
|
|
949084e218
|
feat: search posts by cw and alt texts
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-02-26 02:48:45 +09:00 |
|
|
3b0d540101
|
fix (backend): undefined reference
|
2024-02-21 05:32:48 +09:00 |
|
mei23
|
a7fc8f22c1
|
fix (backend): validate ActivityPub Content-Type
Co-authored-by: naskya <m@naskya.net>
|
2024-02-17 18:52:02 +09:00 |
|
|
9c6ac248ff
|
refactor (backend): change !== null to != null
|
2024-02-07 18:59:42 +09:00 |
|
|
1f37c0c5a3
|
refactor: move misc/check-word-mute.ts to backend-rs
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-01-31 13:34:11 +09:00 |
|
|
4b48d52504
|
refactor: move misc/password.ts to backend-rs
|
2024-01-29 03:18:55 +09:00 |
|
|
0db57bd423
|
refactor: read server config in backend-rs
|
2024-01-27 07:38:30 +09:00 |
|
|
fe051e8207
|
refactor: move misc/nyaify.ts to backend-rs
|
2024-01-27 06:48:10 +09:00 |
|
|
bf75da4f95
|
refactor: move misc/count-same-renotes.ts to backend-rs
|
2024-01-26 11:03:00 +09:00 |
|
|
4f061a2849
|
chore (minor): remove unused parameter
|
2024-01-25 05:48:39 +09:00 |
|
|
290d9fcbc0
|
chore: add utility for unsafe type casting
|
2024-01-25 05:48:39 +09:00 |
|
|
79af7b0eae
|
refactor: move misc/fetch-meta.ts to backend-rs
|
2024-01-25 05:48:38 +09:00 |
|
|
1fca25a8b2
|
refactor: rename meta columns
|
2024-01-23 04:21:17 +09:00 |
|
|
f1e1f9e5b0
|
refactor: stop importing stuff from backend-rs/built
|
2024-01-23 02:16:52 +09:00 |
|
|
01e8ae37f8
|
refactor: rename backend/native-utils to backend-rs
|
2024-01-23 01:29:15 +09:00 |
|
|
866234854e
|
chore: update node version requirement
|
2024-01-22 09:28:56 +09:00 |
|
|
261b8e6218
|
refactor: remove NSFW media detection
|
2024-01-22 00:40:07 +09:00 |
|
|
0ac115874c
|
refactor: bring all internal functions into misc/native-utils.ts
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-01-20 08:27:08 +09:00 |
|
|
3bc2b7bcfb
|
refactor (backend): drop timezone info from database
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-01-20 04:26:13 +09:00 |
|
|
b28591abff
|
fix: shutdown gracefully
|
2024-01-19 19:31:06 +09:00 |
|
|
c4c9041222
|
refactor: move env.ts to native-utils (partially)
|
2024-01-18 00:11:42 +09:00 |
|
|
ed6d506bc2
|
docs: add commit message conventions
|
2024-01-17 18:05:59 +09:00 |
|
|
d6dd6ff897
|
refactor: move misc/post.ts to native-utils
Co-authored-by: naskya <m@naskya.net>
|
2024-01-16 03:17:43 +09:00 |
|
|
c1e0186e7b
|
refactor: move misc/convert-host.ts to native-utils
|
2024-01-15 15:42:55 +09:00 |
|
|
825eef74aa
|
refactor: move misc/{safe-for-sql, sql-like-escape}.ts to native-utils
|
2024-01-14 21:51:30 +09:00 |
|
|
6bfe6066db
|
refactor: move misc/convert-milliseconds.ts to native-utils
|
2024-01-14 12:30:47 +09:00 |
|
|
4e63873fc1
|
refactor: remove misc/secure-rndstr.ts
|
2024-01-14 12:24:29 +09:00 |
|
|
26cd2a68da
|
refactor: use cfg_attr to enable napi features conditionally
|
2024-01-14 12:19:32 +09:00 |
|
|
7c93e1a91a
|
refactor: move misc/acct.ts to native-utils
|
2024-01-13 20:56:10 +09:00 |
|
|
7c309e371d
|
chore: remove 'nA' -> 'nYA' conversion in nyaification
|
2024-01-13 15:45:19 +09:00 |
|
|
82869b4022
|
chore: nyaize -> nyaify
|
2024-01-13 15:42:23 +09:00 |
|
|
65d3190134
|
feat: allow empty search query
|
2024-01-13 12:25:08 +09:00 |
|
|
0d931225bb
|
feat: post search filters
|
2024-01-10 20:15:39 +09:00 |
|
|
1a0589c19c
|
chore: disable reset-db API
|
2024-01-10 14:19:03 +09:00 |
|
|
233685f3fa
|
feat: per-user reply mutes
|
2024-01-10 12:29:50 +09:00 |
|
MeiMei
|
85d5e7bd3b
|
feat: accept more signature algorithms
enhances 8890902675
Co-authored-by: naskya <m@naskya.net>
|
2024-01-07 19:53:07 +09:00 |
|
|
657a242b90
|
feat: ability to publish timelines in signed out UI
|
2024-01-05 10:15:01 +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 |
|
|
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 |
|
|
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 |
|
|
7c887421f4
|
feat: show changelog on updates
|
2024-01-02 07:02:52 +09:00 |
|
Lhcfl
|
e8fc5ec37e
|
fix: unrenote should only delete renotes, not quotes
|
2024-01-02 00:34:21 +09:00 |
|