1
0
Fork 1
mirror of https://example.com synced 2024-11-22 16:06:38 +09:00
firefish/packages/backend/src
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
..
@types
boot refactor: rename backend/native-utils to backend-rs 2024-01-23 01:29:15 +09:00
config refactor: bring all internal functions into misc/native-utils.ts 2024-01-20 08:27:08 +09:00
daemons refactor: move misc/fetch-meta.ts to backend-rs 2024-01-25 05:48:38 +09:00
db chore: disable reset-db API 2024-01-10 14:19:03 +09:00
mfm Firefish v1.0.5-rc (2) 2023-12-06 05:02:20 +09:00
misc refactor (backend): change !== null to != null 2024-02-07 18:59:42 +09:00
models feat: search posts by cw and alt texts 2024-02-26 02:48:45 +09:00
prelude chore: add utility for unsafe type casting 2024-01-25 05:48:39 +09:00
queue refactor: move misc/fetch-meta.ts to backend-rs 2024-01-25 05:48:38 +09:00
remote fix (backend): validate ActivityPub Content-Type 2024-02-17 18:52:02 +09:00
server fix(backend): only check for 2fa if it was enabled 2024-02-28 03:06:32 +09:00
services fix (backend): apply word mutes in notifications 2024-02-26 03:08:22 +09:00
const.ts Firefish v1.0.5-rc (3) 2023-12-23 05:21:37 +09:00
global.d.ts chore: lint 2023-11-06 21:11:39 +09:00
index.ts Firefish v1.0.5-dev20 2023-10-29 20:09:26 +09:00
types.ts