ThatOneCalculator
1da7464ee7
clean up w/ rome
2023-01-16 11:19:20 -08:00
ThatOneCalculator
2aab2de38d
refactor: 🎨 rome
2023-01-12 20:40:33 -08:00
Francis Dinh
8ff259f573
Block subdomains of blocked hosts
2022-12-24 14:46:09 -05:00
cutestnekoaqua
ea3e13f190
Create move type
2022-11-23 21:49:52 +01:00
Johann150
85c584f582
server: avoid adding suspended instances to deliver queue
...
This should reduce the performance hit when adding large numbers of
instances to the deliver queue by making the check for suspended and
dead instances a bulk operation.
Changelog: Changed
Reviewed-on: https://akkoma.dev/FoundKeyGang/FoundKey/pulls/215
2022-11-09 17:19:29 -08:00
ThatOneCalculator
0172d3afb0
feat: ✨ Allow importing follows from Pixelfed
2022-10-27 14:17:40 -07:00
ThatOneCalculator
49b4635866
More Calckey branding
2022-08-05 14:07:40 -07:00
Johann150
49686050cc
backend: fix lint "no-throw-literal"
2022-08-04 13:36:37 -07:00
nullobsi
8f6605eb63
Add Secure Mode and Private Mode
...
- Add instance actor
- Add private mode, which uses an allowlist
- Add Secure Mode, restricts access to blocked instances
2022-07-17 15:25:39 -07:00
yzhe819
2d69600539
chore: fix lint errors ( #8981 )
2022-07-10 19:47:29 +09:00
syuilo
e23e7de453
feat: Log user ips ( #8872 )
...
* wip
* store ip and headers
* Update admin-file.vue
* require admin for view ip/headers
* IP (recent) 消した
* admin必須
* opt in
* clean ips periodically
* respect logging setting in drive/files/create
2022-07-02 15:12:11 +09:00
MeiMei
aef9cb41f3
enhance: Redisをioredisに統一してIPv6サポート ( #8869 )
...
* Use ioredis, Supports IPv6 host
https://github.com/misskey-dev/misskey/issues/8862
* Fix import
* order
* a
* i
* fix
* flushdb
* family
* CHANGELOG
* redis_version
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-06-24 19:22:19 +09:00
Johann150
8e296b2398
fix: always remove completed tasks ( #8771 )
2022-05-31 17:54:02 +09:00
Johann150
3b970aae8a
fix: add missing import
...
fix #8756
2022-05-29 14:33:42 +02:00
Johann150
8d49573447
use http-signature module that supports hs2019 ( #8635 )
2022-05-26 09:12:17 +09:00
Johann150
c2ddc5286c
refactor: temporary files ( #8713 )
...
* simplify temporary files for thumbnails
Because only a single file will be written to the directory, creating a
separate directory seems unnecessary. If only a temporary file is created,
the code from `createTemp` can be reused here as well.
* refactor: deduplicate code for temporary files/directories
To follow the DRY principle, the same code should not be duplicated
across different files. Instead an already existing function is used.
Because temporary directories are also create in multiple locations,
a function for this is also newly added to reduce duplication.
* fix: clean up identicon temp files
The temporary files for identicons are not reused and can be deleted
after they are fully read. This condition is met when the stream is closed
and so the file can be cleaned up using the events API of the stream.
* fix: ensure cleanup is called when download fails
* fix: ensure cleanup is called in error conditions
This covers import/export queue jobs and is mostly just wrapping all
code in a try...finally statement where the finally runs the cleanup.
* fix: use correct type instead of `any`
2022-05-25 16:50:22 +09:00
syuilo
6754ebd170
enhance(webhook): add userId to payload
2022-04-03 22:42:01 +09:00
syuilo
7b21b72c62
improve webhook
2022-04-03 22:36:30 +09:00
syuilo
8b2a0a5773
feat: Webhook ( #8457 )
...
* feat: introduce webhook
* wip
* wip
* wip
* Update CHANGELOG.md
2022-04-02 15:28:49 +09:00
syuilo
523ee14a73
refactor: migrate to typeorm 3.0 ( #8443 )
...
* wip
* wip
* wip
* Update following.ts
* wip
* wip
* wip
* Update resolve-user.ts
* maxQueryExecutionTime
* wip
* wip
2022-03-26 15:34:00 +09:00
syuilo
921299b02f
perf(server): refactor and performance improvements
2022-03-25 16:27:41 +09:00
syuilo
20d5def957
perf(server): reduce memory usage of redis
2022-03-19 19:34:04 +09:00
syuilo
69b044c3ab
feat: introduce bull dashboard
2022-03-19 19:08:55 +09:00
syuilo
3b86bdf18c
feat: アンケート終了通知
...
Resolve #4664
2022-03-06 16:06:27 +09:00
syuilo
17f7b41240
feat: 時限ミュート
...
#7677
2022-03-04 20:23:53 +09:00
syuilo
cf2733b1f0
fix esm
2022-03-01 01:36:50 +09:00
syuilo
897108b507
fix esm
2022-03-01 01:34:53 +09:00
syuilo
94228778c9
refactor: Use ESM ( #8358 )
...
* wip
* wip
* fix
* clean up
* Update tsconfig.json
* Update activitypub.ts
* wip
2022-02-27 11:07:39 +09:00
syuilo
036c9571e2
refacator: fix typw
2022-02-19 14:53:33 +09:00
syuilo
48fe5b1499
enhance: improve federation chart
2022-02-10 17:45:12 +09:00
syuilo
bd4c0a5da0
fix typo
2022-02-09 03:48:14 +09:00
syuilo
61f855429f
feat: improve federation chart
2022-02-08 23:43:51 +09:00
syuilo
f49e98f30c
fix typo
2022-02-08 22:18:39 +09:00
syuilo
70440c7153
fix(server): system queueが動いていないのを修正
...
Fix #8272
2022-02-08 22:18:24 +09:00
syuilo
eaad6e188c
Improve chart engine ( #8253 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update core.ts
* wip
* wip
* #7361
* delete network chart
* federationChart強化 apRequestChart追加
* tweak
2022-02-06 00:13:52 +09:00
syuilo
71f817d9aa
refactor
2022-02-04 11:10:53 +09:00
syuilo
114b39be42
refactor: use date-fns
2022-02-04 01:56:33 +09:00
syuilo
47ac7da77c
ESMは使えない
2022-02-03 22:19:54 +09:00
syuilo
1925dc208d
refactor
2022-02-03 21:48:23 +09:00
syuilo
5e31350552
update deps
2022-02-03 21:09:15 +09:00
MeiMei
3150708d7a
refactor, enhance: ドライブ引数のオブジェクト化, 追加時のcomment指定 ( #8180 )
...
* refactor: ドライブの引数をオブジェクト化する Resolve #8177
* Resolve #8181
* fix
* archivePath
2022-01-23 22:52:35 +09:00
syuilo
e1b9c22874
enhance: convert svg to png of custom emojis
2022-01-21 18:47:02 +09:00
syuilo
2e8c622c53
feat(server): add more metadata for emoji export
2022-01-21 02:56:08 +09:00
syuilo
93f79c1d8c
refactor(server): use named export
2022-01-20 02:43:13 +09:00
syuilo
fcb1232280
git add忘れ
2022-01-13 00:48:58 +09:00
syuilo
fafc01e663
feat: emojis import
2022-01-13 00:47:40 +09:00
syuilo
21a7cb9546
refactor(server): use insert instead of save
2022-01-03 02:20:30 +09:00
syuilo
b0ecae7ec9
fix(server): エクスポートした絵文字の拡張子がfalseになることがあるのを修正
2021-12-29 17:04:13 +09:00
syuilo
29545614d6
Update export-custom-emojis.ts
2021-12-12 06:24:13 +09:00
syuilo
1c5e99c9e8
refactor
2021-12-12 06:21:48 +09:00
syuilo
5f6b4d4f41
feat: カスタム絵文字エクスポート
2021-12-10 18:24:26 +09:00
syuilo
faacf3ae68
feat: improve follow export
2021-12-10 01:22:35 +09:00
syuilo
9b8d526ed0
fix lint
2021-12-09 23:58:30 +09:00
syuilo
a39c964847
viaMobileフラグ廃止
...
Close #7965
2021-11-12 15:11:20 +09:00
syuilo
09c705fe18
refactor
2021-11-12 15:08:36 +09:00
syuilo
713ff43e9b
fix lint errors
2021-11-12 10:52:10 +09:00
syuilo
14148f6c4a
refactoring
...
Resolve #7779
2021-11-12 02:02:25 +09:00