naskya
|
c64119108e
|
fix (backend): use the exact same time for id and createdAt
|
2024-06-02 07:11:39 +09:00 |
|
naskya
|
431a5d47cd
|
fix (backend): use correct Redis prefix (close #10940)
|
2024-05-23 21:39:50 +09:00 |
|
Lhcfl
|
fc8357302d
|
fix: Scheduled post cannot send post with attachments
|
2024-05-22 14:49:22 +08:00 |
|
naskya
|
9955a62e6b
|
fix (backend): overlooked change
|
2024-05-20 20:21:44 +09:00 |
|
naskya
|
cf0c7b4687
|
chore (backend): rename the job
|
2024-05-20 20:01:25 +09:00 |
|
naskya
|
9fd98cc5f7
|
fix (backend): fix imports
|
2024-05-19 20:11:21 +09:00 |
|
naskya
|
a9e927cef1
|
Merge branch 'develop' into feat/schedule-create
|
2024-05-16 17:21:34 +09:00 |
|
naskya
|
8f8d62aa58
|
chore (backend): organize imports
|
2024-05-11 04:52:59 +09:00 |
|
Lhcfl
|
3061147bd3
|
feat: scheduled note creation
|
2024-05-03 21:42:40 +08:00 |
|
Laura Hausmann
|
e790d6be90
|
fix (backend): hard code the @context value to avoid possible security risks
Co-authored-by: naskya <m@naskya.net>
|
2024-04-30 05:34:39 +09:00 |
|
naskya
|
b12d7e4c63
|
refactor (backend): port emoji-meta to backend-rs
|
2024-04-25 19:06:16 +09:00 |
|
naskya
|
d82ad33730
|
Merge branch 'fix/import-custom-emojis' into 'develop'
fix: #10451 Emoji pack imports randomly stop processing files
Co-authored-by: Linca <lhcfllinca@gmail.com>
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
Closes #10451
See merge request firefish/firefish!10757
|
2024-04-25 03:56:09 +00:00 |
|
naskya
|
d086b7b993
|
chore (backend): failed deliver logs should be info
|
2024-04-25 10:58:31 +09:00 |
|
naskya
|
40a4109c76
|
chore (backend): add FIXME comment to questionable if statements
|
2024-04-25 09:36:22 +09:00 |
|
naskya
|
24e6e31b2b
|
fix (backend): update note_file table by post imports
|
2024-04-25 08:22:30 +09:00 |
|
naskya
|
322b2392de
|
chore (backend): revise queue logs (#10907)
|
2024-04-25 08:03:53 +09:00 |
|
naskya
|
eac0c1c47c
|
refactor (backend): revise log levels
* Add logging in backend-rs
* Change log levels to 'error', 'warning', 'info', 'debug', 'trace'
* Add `maxLogLevel` config and deprecate `logLevels`
* Move SQL queries to 'trace' level
|
2024-04-25 02:22:49 +09:00 |
|
Linca
|
a52340fa53
|
fix: disable extensions that cannot be used as emojis
|
2024-04-22 00:31:38 +00:00 |
|
naskya
|
0c1e7cdd72
|
refactor (backend): port should-block-instance to backend-rs
|
2024-04-22 08:31:28 +09:00 |
|
naskya
|
2fa0ca355d
|
Merge branch 'develop' into redis
|
2024-04-21 22:25:50 +09:00 |
|
Lhcfl
|
1dfc7c443b
|
fix: Extensions should be converted to lowercase
|
2024-04-21 11:14:19 +08:00 |
|
Lhcfl
|
3917818c76
|
fix: #10451 Emoji pack imports randomly stop processing files
|
2024-04-21 11:05:19 +08:00 |
|
naskya
|
2760e7feee
|
chore (minor): use ** in lieu of Math.pow
|
2024-04-21 06:40:53 +09:00 |
|
naskya
|
3b89a8bfa6
|
refactor (backend): port config loader to backend-rs completely
|
2024-04-20 02:46:37 +09:00 |
|
naskya
|
71c158fbd3
|
refactor (backend): port env.ts to backend-rs
|
2024-04-15 17:28:20 +09:00 |
|
sup39
|
b71da18b03
|
refactor (backend): port fetch-meta to backend-rs
Co-authored-by: naskya <m@naskya.net>
|
2024-04-14 20:16:22 +09:00 |
|
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
|
452e0b921c
|
refactor (backend): port acct to backend-rs
|
2024-04-12 11:10:52 +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 |
|
Nyan Helsing
|
a98a26e901
|
chore: format
Co-authored-by: deathg.rip <josh@deathg.rip>
|
2024-03-28 05:25:33 +00:00 |
|
naskya
|
48e5d9de71
|
refactor: use PGroonga for full-text search and remove support of other engines
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-03-01 21:39:13 +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
|
78f3def837
|
chore: format
|
2024-02-22 03:26:37 +09:00 |
|
naskya
|
f2faba970f
|
Merge branch 'feat/add_import_renote_mastodon' into 'develop'
feat: add import renote from Mastodon to firefish
Co-authored-by: Buluo Laozhou <laozhoubuluo@gmail.com>
Closes #10833
See merge request firefish/firefish!10652
|
2024-02-21 18:25:47 +00:00 |
|
laozhoubuluo
|
19558eb775
|
feat: add import renote from Mastodon to firefish
|
2024-02-21 18:25:47 +00:00 |
|
naskya
|
c79248d07c
|
refactor (backend): make error logs more verbose
|
2024-02-22 03:18:05 +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 |
|
ThatOneCalculator
|
623cadf981
|
Revert "chore: lint import order"
This reverts commit 8d3c35c0c6 .
|
2023-12-04 23:12:10 -08:00 |
|
ThatOneCalculator
|
8d3c35c0c6
|
chore: lint import order
|
2023-11-26 12:33:46 -08:00 |
|
ThatOneCalculator
|
2f7b3070ee
|
chore: format
|
2023-11-26 12:06:21 -08:00 |
|
Laura Hausmann
|
3272b908c6
|
fix: 🔒 Fix HTTP signature validation
Co-authored-by: perillamint <perillamint@silicon.moe>
Co-authored-by: yunochi <yuno@yunochi.com>
|
2023-11-26 12:04:17 -08: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 |
|
Erin Shepherd
|
c4ec2d0942
|
fix: Refetch user keys when HTTP Signature validation fails
Co-authored-by: Erin Shepherd <erin.shepherd@e43.eu>
|
2023-10-17 01:27:26 +00:00 |
|
naskya
|
3ffee23a3e
|
delete 10 posts at once on account deletion
|
2023-08-07 22:08:51 +00:00 |
|
CGsama
|
109ed0aa80
|
import all misskey self note thread and allow import multiple times to restore missing parts
|
2023-07-31 15:42:31 -04:00 |
|
ThatOneCalculator
|
8d02cfe999
|
fix: ✏️ log typo
|
2023-07-28 22:39:42 -07:00 |
|
ThatOneCalculator
|
5e3bc675ef
|
add
|
2023-07-19 09:58:14 -07:00 |
|
ThatOneCalculator
|
ebf7fb1a04
|
fix: 🐛 gitignore causing wrong file to be pushed
|
2023-07-19 09:56:16 -07:00 |
|