index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
server
/
api
/
SignupApiService.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
split url into webUrl and localUrl (like mastodon)
stable
Freya Murphy
21 hours
1
-1
/
+1
*
more use of identifiable errors, improvements to inner error rendering, and m...
Hazelnoot
2025-06-06
1
-8
/
+8
*
lint and type fixes
Hazelnoot
2025-04-01
1
-2
/
+0
*
fix import order in SignupApiService.ts
Hazelnoot
2025-02-04
1
-2
/
+1
*
Merge tag '2024.10.1' into feature/2024.10
dakkar
2024-11-08
1
-0
/
+7
|
\
|
*
wip (#14745)
syuilo
2024-10-11
1
-0
/
+7
*
|
upd: add FriendlyCaptcha as a captcha solution
Marie
2024-11-02
1
-0
/
+7
*
|
always use `this.meta` in SignupApiService
dakkar
2024-10-09
1
-5
/
+3
*
|
Merge remote-tracking branch 'misskey/master' into feature/2024.9.0
dakkar
2024-10-09
1
-18
/
+17
|
\
|
|
*
refactor/perf(backend): provide metadata statically (#14601)
syuilo
2024-09-22
1
-18
/
+17
*
|
Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07
dakkar
2024-08-02
1
-2
/
+2
|
\
|
|
*
fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908)
Acid Chicken
2024-06-01
1
-2
/
+2
*
|
merge: upstream
Marie
2024-02-19
1
-1
/
+1
|
\
|
|
*
(re) update SPDX-FileCopyrightText
tamaina
2024-02-13
1
-1
/
+1
|
*
Revert "update SPDX-FileCopyrightText"
tamaina
2024-02-13
1
-1
/
+1
|
*
update SPDX-FileCopyrightText
syuilo
2024-02-12
1
-1
/
+1
*
|
merge: latest changes
Marie
2024-02-09
1
-2
/
+2
|
\
|
|
*
refactor(backend): exist -> exists (#13203)
かっこかり
2024-02-08
1
-2
/
+2
*
|
merge: upstream
Marie
2024-02-03
1
-1
/
+1
|
\
|
|
*
refactor(backend): User関連のスキーマ/型の指定を強くする (#12...
zyoshoka
2024-01-31
1
-1
/
+1
*
|
merge: upstream
Marie
2024-01-09
1
-0
/
+7
|
\
|
|
*
feat: Add support for mCaptcha (#12905)
Chocolate Pie
2024-01-06
1
-0
/
+7
*
|
merge: upstream
Marie
2023-12-23
1
-1
/
+1
|
\
|
|
*
fix(backend): 招待コードが使い回せる問題を修正 (#12423)
かっこかり
2023-11-23
1
-1
/
+1
*
|
merge: upstream
Mar0xy
2023-11-03
1
-1
/
+18
|
\
|
|
*
enhance: アカウント登録時のメールアドレス認証に30分の有...
yukineko
2023-11-03
1
-1
/
+18
*
|
upd: send email on new pending approval
Mar0xy
2023-10-21
1
-0
/
+27
*
|
fix: invite code not being marked as used
Mar0xy
2023-10-19
1
-1
/
+9
*
|
upd: handle email signups properly with approval enabled
Mar0xy
2023-10-18
1
-3
/
+7
*
|
add: Require Approval for Signup
Mar0xy
2023-10-18
1
-0
/
+32
*
|
merge: upstream performance changes & instance silencing
Mar0xy
2023-10-16
1
-2
/
+1
|
\
|
|
*
perf(backend): createdAtをidから取得するように & 無駄なDateイ...
syuilo
2023-10-16
1
-2
/
+1
*
|
upd: swap bcrypt to argon2, add misskey-js to dev, auto load replies
Mar0xy
2023-09-22
1
-3
/
+4
|
/
*
refactor(backend): update directory structure for models
syuilo
2023-09-20
1
-1
/
+1
*
update deps (#11820)
syuilo
2023-09-15
1
-1
/
+1
*
refactor: prefix Mi for all entities (#11719)
syuilo
2023-08-16
1
-4
/
+4
*
chore: 著作権とライセンスについての情報を各ファイルに...
Shun Sakai
2023-07-27
1
-0
/
+5
*
Fix auto-fixable issues (#11314)
woxtu
2023-07-19
1
-1
/
+1
*
enhance: 招待機能の改善 (#11195)
yukineko
2023-07-15
1
-5
/
+39
*
refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え (#11224)
okayurisotto
2023-07-11
1
-2
/
+2
*
refactor(backend): replace rndstr with secureRndstr (#11044)
Kagami Sascha Rosylight
2023-06-25
1
-14
/
+14
*
refactor
tamaina
2023-05-02
1
-1
/
+0
*
初期ユーザー登録時にはpreservedUsernamesを無視する
tamaina
2023-05-02
1
-1
/
+2
*
feat: preserved usernames
syuilo
2023-04-29
1
-1
/
+6
*
fix: 登録メール送信時に重複確認を行う (#10231)
RyotaK
2023-03-09
1
-6
/
+19
*
refactor
syuilo
2023-02-13
1
-2
/
+2
*
refactor: fix types
syuilo
2023-02-09
1
-0
/
+1
*
refactor: fix types
syuilo
2023-02-09
1
-2
/
+2
*
fix(server): signup-complete Broken
syuilo
2023-01-13
1
-2
/
+2
*
chore: fix reporisotry name
syuilo
2022-12-25
1
-2
/
+2
[next]