Commit graph

287 commits

Author SHA1 Message Date
TrojanerHD
2c78c01d57
feat(frontend): enable using security keys without 2fa 2024-02-28 03:06:32 +09:00
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
b02bba83d3
fix (backend-rs): properly compare strings in check_word_mute
Co-authored-by: naskya <m@naskya.net>
2024-02-26 03:07:53 +09:00
cd18bf0c48
chore: discontinue latest-version api 2024-02-26 02:59:20 +09:00
Ryan Cao
4bf63a73e0
refactor: make client and sw ES modules 2024-02-26 02:54:56 +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
8fa30c7a15
refactor (backend-rs)
Co-authored-by: naskya <m@naskya.net>
2024-02-20 00:21:50 +09:00
9cd3d474ae
refactor (backend-rs): check_word_mute
Co-authored-by: naskya <m@naskya.net>
2024-02-19 22:53:12 +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
0afd1de14e
fix: push notification
Co-authored-by: naskya <m@naskya.net>
2024-02-11 20:38:09 +09:00
9c6ac248ff
refactor (backend): change !== null to != null 2024-02-07 18:59:42 +09:00
18aeeaabd2
dev: create virtual rust workspace in the repository root
Co-authored-by: naskya <m@naskya.net>
2024-01-31 19:32:56 +09:00
8dc96a3195
chore: upgrade dependencies & remove tests from megalodon 2024-01-31 14:56:08 +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
7bf2652044
chore: regenerate entities 2024-01-29 03:14:55 +09:00
9374e4ef93
refactor (backend-rs): move connect_to_database to a separate file 2024-01-27 07:51:35 +09:00
0db57bd423
refactor: read server config in backend-rs 2024-01-27 07:38:30 +09:00
9cc05e565b
chore: remove cfg_attrs for napi, which are no longer needed 2024-01-27 07:09:28 +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
b63c5952d7
feat: use syntax highlight assets on server
Co-authored-by: naskya <m@naskya.net>
2024-01-25 09:43:19 +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
c777931168
chore: don't use CDN if useEmojiCdn is disabled 2024-01-25 05:48:38 +09:00
a4f958d8c4
feat: auto load MkCode syntax highlight 2024-01-25 04:22:03 +09:00
d8d936250e
chore: upgrade dependencies
holding @swc/cli and megalodon
2024-01-25 03:50:41 +09:00
1fca25a8b2
refactor: rename meta columns 2024-01-23 04:21:17 +09:00
c035c368c7
refactor: stop importing stuff from firefish-js/built 2024-01-23 02:19:35 +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
38e9e21d60
refactor: remove native-utils/migration 2024-01-22 08:54:24 +09:00
100918e0b3
chore: remove chokidar from dependencies
overlooked in 261b8e6218
2024-01-22 02:37:36 +09:00
18312574ea
chore: upgrade dependencies 2024-01-22 02:19:22 +09:00
5dc3e5f347
chore: remove nsfwjs from dependencies
overlooked in 261b8e6218
2024-01-22 02:15:31 +09:00
971da24c49
chore: update Cargo.lock 2024-01-22 01:19:36 +09:00
261b8e6218
refactor: remove NSFW media detection 2024-01-22 00:40:07 +09:00
65609b27c2
fix (native-utils): add js_name to the entities 2024-01-21 02:13:13 +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
93b7396990
refactor: make database models accesible to napi
Co-authored-by: sup39 <dev@sup39.dev>
2024-01-20 05:57:00 +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
ea020e9f7c
refactor (client): organize CSS properties & improve RTL layout support
Co-authored-by: sup39 <dev@sup39.dev>
2024-01-20 03:04:08 +09:00
b28591abff
fix: shutdown gracefully 2024-01-19 19:31:06 +09:00