summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: synchronize visibility checks (#8687)Johann1502022-06-112-6/+9
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-1052-3/+244
|\
| * enhance(federation): use ActivityPub defined property in favour of proprietar...Johann1502022-06-103-3/+20
| * enhance: improve documentation for `/users/` endpoints (#8790)Johann1502022-06-1049-0/+224
* | chore: tweak logosyuilo2022-06-101-3/+1
|/
* refactor: use awaitAll to reduce duplication (#8791)Johann1502022-06-081-61/+25
* fix(test): make chart tests workingsyuilo2022-06-052-1/+21
* use node 16syuilo2022-06-043-5/+11
* fix bugsyuilo2022-06-041-3/+3
* fix: add id for activitypub follows (#8689)Johann1502022-06-045-15/+63
* fix: ensure resolver does not fetch local resources via HTTP(S) (#8733)Johann1502022-06-042-50/+115
* fix: correctly render empty note text (#8746)Johann1502022-06-032-7/+5
* User moderation details (#8762)PikaDude2022-06-031-5/+37
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-036-10/+21
|\
| * fix(mfm): remove duplicate br tag/newline (#8616)Johann1502022-05-311-0/+3
| * fix: always remove completed tasks (#8771)Johann1502022-05-312-1/+4
| * Fix IP address rate limit (#8758)MeiMei2022-05-313-9/+14
* | fix(test): reset redis in e2e testsyuilo2022-06-031-0/+2
|/
* fix: add missing importJohann1502022-05-291-1/+1
* refactor: improve code quality (#8751)Johann1502022-05-294-69/+70
* fix(client): Vite related boot mechanism revision (#8753)tamaina2022-05-293-17/+14
* preload app css (#8752)tamaina2022-05-293-15/+23
* chore: remove unused importsJohann1502022-05-281-3/+3
* fix: validate text is not emptyJohann1502022-05-281-1/+1
* enhance: replace signin CAPTCHA with rate limit (#8740)Johann1502022-05-284-53/+64
* fix(docs): correct information for drive upload (#8736)Johann1502022-05-271-2/+14
* use http-signature module that supports hs2019 (#8635)Johann1502022-05-265-5/+5
* fix: assume remote users are following each other (#8734)Johann1502022-05-251-9/+15
* refactor: temporary files (#8713)Johann1502022-05-2512-331/+297
* fix: wrong type for isVisibleForMeJohann1502022-05-242-2/+2
* refactorsyuilo2022-05-211-4/+3
* fix(activitypub): add authorization checks (#8534)Johann1502022-05-194-11/+20
* enhance: uniform theme color (#8702)Johann1502022-05-192-10/+6
* fix: Unable to generate video thumbnails (#8696)MeiMei2022-05-191-1/+1
* chore(client): tweak loading spinner designsyuilo2022-05-192-17/+23
* enhance: Perform port diagnosis at startup only when Listen fails (#8698)MeiMei2022-05-192-32/+26
* fix: postgres type errorJohann1502022-05-151-1/+1
* CAPTCHA求めるのは2fa認証が無効になっているときだけにしたsyuilo2022-05-151-12/+12
* feat: make captcha required when signin to improve securitysyuilo2022-05-151-4/+21
* fix: ユーザー検索で、クエリがusernameの条件を満たす場合...tamaina2022-05-141-1/+8
* test: e2eテストがCIで失敗していた問題をいくつか修正 (#8642)iwata2022-05-141-3/+10
* fix: keep file order (#8659)Johann1502022-05-141-4/+8
* enhance: Display TOTP Register URLsyuilo2022-05-141-3/+5
* perf: fix caching (#8660)Johann1502022-05-141-0/+1
* chore: synchronize code and database schema (#8577)Johann1502022-05-0511-27/+19
* refactor: use Vite to build instead of webpack (#8575)tamaina2022-05-015-9/+16
* fix _misskey_content of quote renotes (#8533)Johann1502022-05-011-0/+2
* fix: Add rel attribute to host-meta (#8583)MeiMei2022-05-011-0/+1
* feat: Improve Push Notification (#7667)tamaina2022-04-308-45/+91
* enhance: ドライブに画像ファイルをアップロードするとき...tamaina2022-04-287-46/+32