Commit graph

26533 commits

Author SHA1 Message Date
d5983dc12e implement rate limit support for mastodon endpoints 2025-01-18 11:22:26 +01:00
6b4f96a94b Merge pull request 'Merge upstream 2025-01-12' (#29) from sugar/forkey:merge-upstream-2025-01-12 into main
Reviewed-on: woem.men/forkey#29
Reviewed-by: leah <leah@noreply.woem.men>
2025-01-17 15:28:37 +00:00
7c3eb990a6 Merge pull request 'use uniform sampling in secure-rndstr' (#33) from sugar/forkey:use-uniform-sampling-in-secure-rndstr into main
Reviewed-on: woem.men/forkey#33
Reviewed-by: leah <leah@noreply.woem.men>
2025-01-17 14:22:10 +00:00
0de5cbc887 Revert "fix(frontend/mobile): モバイルでkawaiiモードが適用されない問題を修正 (MisskeyIO#878)"
This change was about kawaii mode, which doesn't exist in Forkey.

This reverts commit 8bd7884873.
2025-01-17 11:42:58 +00:00
あわわわとーにゅ
fedc06d7d0 Sync charts one-at-a-time to reduce database contention and timeouts (MisskeyIO#880)
(cherry picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/830)

Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
2025-01-17 11:42:58 +00:00
あわわわとーにゅ
1683945e78 spec(notes/create): 投稿されたnoteを返さないオプションを追加 (MisskeyIO#879) 2025-01-17 11:42:58 +00:00
あわわわとーにゅ
2de6c63dcb fix(frontend/mobile): モバイルでkawaiiモードが適用されない問題を修正 (MisskeyIO#878) 2025-01-17 11:42:58 +00:00
あわわわとーにゅ
36bfe2fb85 fix(MisskeyIO#866): ユーザーメニューからロールの割り当て時メモを入力しないとキャンセル扱いされる問題を修正 (MisskeyIO#877) 2025-01-17 11:42:58 +00:00
e6872e4f3b use uniform sampling in secure-rndstr
the current implementation is biased towards making some characters
25% more common, with the default alphabet the more common characters
being '0', '8', 'h', 'q', 'z', 'I', 'R', and 'Z'

this changes the probability of all letters to be equal
2025-01-17 11:42:49 +00:00
b279f6e3d2 Merge pull request 'Properly fix actions to work with Forgejo Actions' (#38) from sugar/forkey:use-pnpm-action-4.0.0 into main
Reviewed-on: woem.men/forkey#38
2025-01-17 11:42:38 +00:00
1c8a2cfa46 update tests to handle signup requests 2025-01-16 23:19:00 +01:00
2951162865 use different test configuration file for forgejo
forgejo currently doesn't support port redirection, so it's necessary
for services to use their normal ports

the old file is kept for local usage
2025-01-16 23:19:00 +01:00
453bece184 fix frontend linting errors 2025-01-16 23:19:00 +01:00
56dcf2c956 fix backend linting errors 2025-01-16 20:34:25 +01:00
f531171c59 Get setup-ffmpeg action from github.com
It's not mirrored by code.forgejo.org.
2025-01-16 20:33:07 +01:00
5ede011bf0 Use pnpm/action-setup@v4.0.0 in Actions
It's not possible to use v4, as action-setup doesn't have v4 tag,
and unlike GitHub Actions, Forgejo Actions doesn't try to automatically
convert refs like v4 into full tags like v4.0.0.
2025-01-16 20:32:16 +01:00
e39a120cee Merge pull request 'Update action workflows to work for this fork' (#32) from sugar/forkey:update-action-workflows into main
Reviewed-on: woem.men/forkey#32
2025-01-16 16:43:52 +00:00
Caramel
33077ed48e Rename .github directory to .forgejo
Fixes #34.
2025-01-13 18:35:03 +01:00
37615772e0 Update action workflows to work for this fork
Fixes #31.
2025-01-12 04:36:35 +01:00
53f0cefd04 Merge pull request 'Account approval' (#17) from feature/approval into main
Reviewed-on: woem.men/forkey#17
Reviewed-by: sugar <sugar@noreply.woem.men>
2025-01-11 20:54:21 +00:00
efe20a4fe8 Merge remote-tracking branch 'origin/feature/approval' into feature/approval 2025-01-11 21:28:11 +01:00
741eb0ac32 fix migration from key without approvals makes all users become unapproved 2025-01-11 21:26:56 +01:00
leah
47d211a5c2 Merge branch 'main' into feature/approval 2025-01-11 19:31:15 +00:00
sugar
47a77510dd Merge pull request 'Remove kawaii mode' (#19) from sugar/forkey:remove-kawaii-mode into main
Reviewed-on: woem.men/forkey#19
Reviewed-by: leah <leah@noreply.localhost>
2025-01-11 19:19:47 +00:00
22a16e0d5a fix missing type 2025-01-11 20:08:56 +01:00
0c8e7b8fc7 Remove kawaii mode
Fixes #18.
2025-01-11 19:54:20 +01:00
7f649ff9aa Add decline logs 2025-01-11 19:26:58 +01:00
leah
83ede3849e Merge pull request 'implement /api/v1/accounts/lookup' (#16) from sugar/forkey:api-v1-accounts-lookup into main
Reviewed-on: woem.men/forkey#16
2025-01-10 20:46:38 +00:00
28fad4fd5d implement /api/v1/accounts/lookup 2025-01-10 21:22:17 +01:00
6e25bd9c5e decline users 2025-01-10 19:17:30 +01:00
2d3589e4aa Fixes + tested with email 2025-01-10 00:45:35 +01:00
920a1cd8ee fixed bug 2025-01-09 23:01:45 +01:00
1224033142 Seemed to fix old stuff but breaks initilizing an instance? Idk whats going on 2025-01-09 22:04:41 +01:00
613bf64b25 Merge pull request 'Add search drive by alt text' (#4) from feature/search-drive-by-alt-text into main
Reviewed-on: woem.men/forkey#4
Reviewed-by: ashten <ashten@woem.men>
2025-01-09 20:28:21 +00:00
c2a9d3252a Merge branch 'main' into feature/search-drive-by-alt-text 2025-01-09 20:27:49 +00:00
d3352f6a98 Merge pull request 'Add alt missing alt text warning' (#3) from feature/warn-when-missing-alt-text into main
Reviewed-on: woem.men/forkey#3
Reviewed-by: ashten <ashten@woem.men>
2025-01-09 20:26:33 +00:00
d2b03ad7f2 Merge branch 'main' into feature/warn-when-missing-alt-text 2025-01-09 20:26:25 +00:00
9258e5c465 Merge pull request 'Add firefish mfm' (#1) from feature/firefish-crop-and-fade into main
Reviewed-on: woem.men/forkey#1
Reviewed-by: ashten <ashten@woem.men>
2025-01-09 20:23:30 +00:00
49650a1382 It mostly works. Issues: Error on signup, and missing icons in signup page and admin page 2025-01-09 00:53:20 +01:00
1ac9e213f1 Add search drive by alt text 2025-01-08 22:27:34 +01:00
ee5efd01b4 Add alt missing alt text warning 2025-01-08 22:06:18 +01:00
0ca893a466 add firefish mfm 2025-01-08 21:48:21 +01:00
あわわわとーにゅ
f2eafaab73
fix(MisskeyIO#872): 消し忘れ (MisskeyIO#875) 2025-01-08 06:07:04 +09:00
あわわわとーにゅ
7f3b3cf65f
Bump up version to 2024.5.0-io.5e (MisskeyIO#871) 2025-01-08 03:50:45 +09:00
あわわわとーにゅ
4f9aee899f
spec(pages): URLとして使用できる文字を制限 (MisskeyIO#873) 2025-01-08 03:50:25 +09:00
あわわわとーにゅ
e1ae455e4a
fix(backend/ClientServerService): 凍結されたユーザーをユーザーIDで照会できない問題を修正 (MisskeyIO#872) 2025-01-08 03:38:12 +09:00
あわわわとーにゅ
3307f86586
fix(backend/AccountMoveService): アカウント引っ越しの際にモデレーションノートに空の改行が足される問題を修正 (MisskeyIO#870) 2025-01-06 01:38:43 +09:00
あわわわとーにゅ
88a361e622
fix(backend/ActivityPubServerService): apOrHtml Constraintが正しく評価されない問題を修正 (MisskeyIO#869) 2025-01-05 02:39:50 +09:00
あわわわとーにゅ
6dcda9db5c
fix(backend/ClientServerService): リモートユーザーをユーザーIDで照会できない問題を修正 (MisskeyIO#868) 2025-01-03 06:57:10 +09:00
あわわわとーにゅ
b5a796ffd1
fix(backend/UtilityService): 非標準ポート番号環境でURIのローカル判定が常にfalseになる問題を修正 (MisskeyIO#867) 2024-12-31 10:29:44 +09:00