naskya
|
148c3736ce
|
refactor (backend): port convert-host to backend-rs
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-04-12 17:13:57 +09:00 |
|
naskya
|
83c15b1026
|
refactor (backend): port checkWordMute to backend-rs
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-04-12 15:43:17 +09:00 |
|
naskya
|
ad30d16f23
|
chore (backend): remove unused file
|
2024-04-12 11:10:52 +09:00 |
|
naskya
|
452e0b921c
|
refactor (backend): port acct to backend-rs
|
2024-04-12 11:10:52 +09:00 |
|
naskya
|
beb16ab9cf
|
refactor (backend): port nyaify to backend-rs
|
2024-04-12 11:10:42 +09:00 |
|
naskya
|
f60ff2eaf4
|
refactor (backend-rs): rewrite id generator
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-04-12 05:20:45 +09:00 |
|
naskya
|
c707221dfb
|
chore (minor): use type import
|
2024-04-08 21:15:18 +09:00 |
|
naskya
|
30619301d3
|
chore: replace new Date().getTime() with Date.now()
959cc8ff37
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
|
2024-04-08 17:00:41 +09:00 |
|
naskya
|
54c5192a06
|
chore (backend): add some more comments on the translate function
|
2024-04-06 07:42:32 +09:00 |
|
Lhcfl
|
e8f178458f
|
Merge branch 'develop' of https://firefish.dev/firefish/firefish into feat/note-edit-history
|
2024-04-01 11:32:14 +08:00 |
|
Lhcfl
|
0b226f7013
|
store emojis for note_edit
|
2024-04-01 11:01:59 +08:00 |
|
naskya
|
b3668f67a0
|
fix (backend): check redirect url
|
2024-03-30 19:01:28 +09:00 |
|
Laura Hausmann
|
850c52ef63
|
feat (backend): permit redirects for AP object lookups
8d7d95fd23
Co-authored-by: naskya <m@naskya.net>
|
2024-03-30 19:01:28 +09:00 |
|
mei23
|
ce69001243
|
fix (backend): improve URL check
13ea67bee4
da12d5b079
Co-authored-by: naskya <m@naskya.net>
|
2024-03-30 18:10:52 +09:00 |
|
Nyan Helsing
|
a98a26e901
|
chore: format
Co-authored-by: deathg.rip <josh@deathg.rip>
|
2024-03-28 05:25:33 +00:00 |
|
naskya
|
2220d5c56e
|
refactor (backend): add note_file table to store (noteId, fileId) pairs
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-03-17 22:40:35 +09:00 |
|
naskya
|
27be8e06cb
|
fix (backend): conditions for checking local uri's being inaccurate
ref: https://github.com/misskey-dev/misskey/issues/13540
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: atsu1125 <atsuchan@atsuchan.page>
|
2024-03-17 01:51:24 +09:00 |
|
sup39
|
b6e55173e2
|
refactor (backend): rename meta columns
|
2024-03-02 13:13:03 +09:00 |
|
naskya
|
2414cf3ec7
|
refactor (backend): separate translate function into another file, use post language info for translations, use deepl-node package
|
2024-03-02 00:28:30 +09:00 |
|
naskya
|
412cdad209
|
feat: show unlisted posts from following users in antennas
|
2024-03-01 23:42:02 +09:00 |
|
naskya
|
d70d0f4232
|
refactor (backend): separate muted words and muted patterns
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-03-01 22:52:21 +09:00 |
|
naskya
|
391328f128
|
chore: remove nyaification of 'nA'
|
2024-03-01 07:56:05 +09:00 |
|
naskya
|
1bf513dedd
|
feat: per-user reply mutes (close #9150)
|
2024-03-01 07:24:43 +09:00 |
|
naskya
|
a4603525aa
|
perf: remove charts (close #10611)
note:
- ActiveUsersChart is kept
- backend can be further refactored
|
2024-02-28 02:02:59 +09:00 |
|
naskya
|
ea5312148f
|
fix (backend): imports
|
2024-02-22 03:18:17 +09:00 |
|
naskya
|
c79248d07c
|
refactor (backend): make error logs more verbose
|
2024-02-22 03:18:05 +09:00 |
|
naskya
|
ff35195611
|
refactor: remove auto NSFW media detection
|
2024-02-16 01:08:05 +09:00 |
|
naskya
|
09396e33a4
|
refactor: firefish-js & backend-rs imports
|
2024-02-13 00:40:46 +09:00 |
|
naskya
|
fe0bfe31b3
|
meta: backend/native-utils -> backend-rs
|
2024-02-12 23:14:23 +09:00 |
|
naskya
|
49fa0975ca
|
chore: format
|
2024-02-12 02:50:57 +09:00 |
|
naskya
|
ff75e292d9
|
chore: format
|
2024-02-11 02:30:10 +09:00 |
|
naskya
|
99c592f4dd
|
chore: format
|
2024-02-09 04:14:28 +09:00 |
|
sup39
|
78c9911788
|
refactor (backend): change !== null to != null
This actually fixes some errors 🥴
Co-authored-by: naskya <m@naskya.net>
|
2024-02-09 04:12:47 +09:00 |
|
naskya
|
f8b45339fd
|
chore: copy langmap to backend
|
2023-12-27 05:53:25 +09:00 |
|
naskya
|
486c4a13bc
|
Revert "chore: symlinc langmap to backend"
This reverts commit 206d3c27f1 .
|
2023-12-27 05:52:55 +09:00 |
|
naskya
|
73802dfc9f
|
Merge branch 'develop' into language
|
2023-12-27 05:50:55 +09:00 |
|
naskya
|
206d3c27f1
|
chore: symlinc langmap to backend
|
2023-12-27 05:44:50 +09:00 |
|
ThatOneCalculator
|
623cadf981
|
Revert "chore: lint import order"
This reverts commit 8d3c35c0c6 .
|
2023-12-04 23:12:10 -08:00 |
|
Kainoa Kanter
|
1d870fa78d
|
fix: ⬆️ switch from twemoji-parser to @twemoji/parser
|
2023-12-04 04:45:42 +00:00 |
|
naskya
|
7d5bbfa180
|
Merge branch 'develop' into language
|
2023-12-01 07:16:58 +09:00 |
|
ThatOneCalculator
|
a6aa7d2b74
|
chore: 🔥 remove unused ID methods
|
2023-11-26 12:37:35 -08:00 |
|
ThatOneCalculator
|
8d3c35c0c6
|
chore: lint import order
|
2023-11-26 12:33:46 -08:00 |
|
naskya
|
2dcc46a9e3
|
chore: remove language detection from backend
|
2023-11-17 17:50:20 +09:00 |
|
naskya
|
558867dac5
|
Merge branch 'develop' into firefish-language
|
2023-11-17 16:54:48 +09:00 |
|
naskya
|
adee17b85a
|
chore: organize backend imports
* remove unused/duplicate imports
* replace paths like "../../../define.js" to be more readable
* add missing @types packages
|
2023-10-30 18:06:08 +09:00 |
|
naskya
|
f8db9119c6
|
Merge branch 'develop' into firefish-language
|
2023-10-17 12:44:55 +09:00 |
|
naskya
|
bdf3311402
|
fix: cache muted words
|
2023-10-17 07:55:07 +09:00 |
|
naskya
|
ae637ec85b
|
fix: consider hard mutes in antennas
|
2023-10-17 07:34:19 +09:00 |
|
naskya
|
93769b79b1
|
chore: minor refactor of check-word-mute
|
2023-10-17 07:28:58 +09:00 |
|
naskya
|
3b9f161251
|
chore: minor refactor of check-hit-antenna
|
2023-10-17 07:14:01 +09:00 |
|