Commit graph

26556 commits

Author SHA1 Message Date
884caa8c1e Merge branch 'main' into replace-notes-user-id-index-with-user-id-id 2025-01-19 07:56:10 +00:00
9dbb4124da Merge pull request 'Add friendly capcha' (#36) from feature/friendly-captcha into main
Reviewed-on: woem.men/forkey#36
2025-01-19 07:47:56 +00:00
bf1dac8e8b Fixed possible undefined error 2025-01-18 23:06:39 -08:00
7ed25ef7f5 Fixed lint errors 2025-01-18 23:06:27 -08:00
e35977afd8 Merge branch 'main' into feature/friendly-captcha 2025-01-19 06:36:16 +00:00
9f4a76a1d9 Merge branch 'main' into replace-notes-user-id-index-with-user-id-id 2025-01-19 06:06:19 +00:00
3c9b0effae Fixed lint issues 2025-01-18 20:48:09 -08:00
44edae531a Merge branch 'main' into replace-notes-user-id-index-with-user-id-id 2025-01-18 20:38:54 -08:00
32061eaefb Merge branch 'main' into feature/friendly-captcha 2025-01-18 20:28:52 -08:00
341f92412f Merge pull request 'Add garlic to emoji falling' (#41) from feature/garlic-drop-easter-egg into main
Reviewed-on: woem.men/forkey#41
2025-01-19 00:00:19 +00:00
aba7493b72 Merge remote-tracking branch 'origin/main' into feature/garlic-drop-easter-egg 2025-01-18 15:58:53 -08:00
6ec2a9c382 Merge pull request 'Rebrand to Forkey' (#35) from forkey-rebrand into main
Reviewed-on: woem.men/forkey#35
2025-01-18 23:57:02 +00:00
b94aadf72f Merge branch 'main' into forkey-rebrand 2025-01-18 23:56:50 +00:00
7da0d1e28d change tutorial achivement to forkey 2025-01-19 00:47:43 +01:00
cb6056186a remove skeb and change git repo to forgejo 2025-01-19 00:39:51 +01:00
25f1a8abc0 change default locale 2025-01-19 00:15:26 +01:00
ed9b8fa023 edit tutorial person 2025-01-19 00:08:21 +01:00
51c6f6e50e add garlic to emoji falling 2025-01-18 23:53:34 +01:00
93dba136ab Replace notes(userId) index with (userId, id)
This improves performance of queries searching posts by a given user,
optionally with a provided range of dates, and then using ORDER BY to
sort posts by date.

Examples of such queries include: viewing posts by a given user, as
well as checking when the last post by a given user was written for
Mastodon API.
2025-01-17 15:29:08 +00: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
ce517da1aa Add friendly capcha 2025-01-14 22:55:17 +01:00
66d3623e22 base.pug update 2025-01-14 21:31:57 +01:00
bf03d78b81 fixed forkey typo in contributing.md 2025-01-14 21:28:50 +01:00
58ee358187 rebrand to forkey 2025-01-14 21:23:45 +01:00
b2fd3d1916 rebrand to forkey 2025-01-14 21:22:57 +01: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