| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-03-19 | 1 | -2/+2 |
| |\ | |||||
| | * | fix API console (#8416) | Johann150 | 2022-03-19 | 1 | -2/+2 |
| | | | | | | | | | Adjusted the server to send the API description based on the new API type declarations introduced previously. | ||||
| * | | feat: introduce bull dashboard | syuilo | 2022-03-19 | 1 | -0/+35 |
| |/ | |||||
| * | fix(server): dummy image is not served correctly | syuilo | 2022-03-12 | 1 | -1/+1 |
| | | | | | Fix #8393 | ||||
| * | fix(server): ulidを使用していると動作しない問題を修正 | syuilo | 2022-03-11 | 1 | -1/+1 |
| | | |||||
| * | feat: use instance icon for splash screen | syuilo | 2022-03-09 | 1 | -1/+1 |
| | | |||||
| * | use high resolution asset for splash screen (#7875) | Johann150 | 2022-03-09 | 1 | -1/+1 |
| | | |||||
| * | remove HTTPS handling (#8380) | Johann150 | 2022-03-08 | 2 | -20/+1 |
| | | |||||
| * | delete needless instance drive columns | syuilo | 2022-03-07 | 1 | -4/+0 |
| | | |||||
| * | feat: 時限ミュート | syuilo | 2022-03-04 | 1 | -0/+6 |
| | | | | | #7677 | ||||
| * | fix esm | syuilo | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | feat: instance default theme | syuilo | 2022-03-01 | 2 | -0/+20 |
| | | |||||
| * | fix esm | syuilo | 2022-03-01 | 1 | -1/+1 |
| | | |||||
| * | fix esm | syuilo | 2022-03-01 | 1 | -1/+1 |
| | | |||||
| * | fix esm | syuilo | 2022-03-01 | 3 | -7/+7 |
| | | |||||
| * | fix: use import assertion | syuilo | 2022-03-01 | 1 | -1/+1 |
| | | |||||
| * | fix esm | syuilo | 2022-02-27 | 1 | -1/+1 |
| | | |||||
| * | fix | syuilo | 2022-02-27 | 1 | -0/+2 |
| | | |||||
| * | Fix avatar/banner proxy (#8346) | tamaina | 2022-02-27 | 23 | -34/+123 |
| | | | | | | | | | | | | | | | | | | | | | * Fix avatar/banner proxy Co-authored-by: mei23 <m@m544.net> * use getAvatarUrl * fix * join avatar and banner to improve performance * join * Update hybrid-timeline.ts * fix Co-authored-by: mei23 <m@m544.net> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | refactor: Use ESM (#8358) | syuilo | 2022-02-27 | 371 | -1741/+2315 |
| | | | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip | ||||
| * | fix: better language settings | syuilo | 2022-02-26 | 1 | -2/+2 |
| | | | | | | Fix #8359 Fix #7968 | ||||
| * | プライベートタブでログインし直すと文字数がNaNになる ↵ | syuilo | 2022-02-20 | 1 | -0/+6 |
| | | | | | 題を修正 | ||||
| * | プロフィールの追加情報を最大16まで保存できるように | syuilo | 2022-02-20 | 1 | -1/+1 |
| | | | | | | Close #8225 Close #8234 | ||||
| * | remove max note text length setting | syuilo | 2022-02-20 | 4 | -24/+4 |
| | | | | | Resolve #8323 | ||||
| * | Fix ajv (#8333) | tamaina | 2022-02-20 | 304 | -306/+307 |
| | | | | | | | | | | | | * wip * :v: * use ajv/dist/core * revert try * clean up | ||||
| * | SchemaTypeの型計算量を削減 (#8332) | tamaina | 2022-02-19 | 6 | -70/+39 |
| | | | | | | | | | | | | | | * schema typeの型計算量を削減 * reduce some type error * wip * fix * clean up * more shrink | ||||
| * | refacator: fix typw | syuilo | 2022-02-19 | 1 | -1/+0 |
| | | |||||
| * | refactor: fix type | syuilo | 2022-02-19 | 1 | -1/+2 |
| | | |||||
| * | refactor: use ajv instead of cafy (#8324) | syuilo | 2022-02-19 | 310 | -4942/+3378 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update abuse-user-reports.ts * Update files.ts * Update list-remote.ts * Update list.ts * Update show-users.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * Update search.ts * Update reactions.ts * Update search.ts * wip * wip * wip * wip * Update update.ts * Update relation.ts * Update available.ts * wip * wip * wip * Update packages/backend/src/server/api/define.ts Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update define.ts * Update define.ts * typo * wip * wip * wip * wip * wip * wip * wip * wip * Update update.ts * wip * Update signup.ts * Update call.ts * minimum for limit * type * remove needless annotation * wip * Update signup.ts * wip * wip * fix * Update create.ts Co-authored-by: Johann150 <johann.galle@protonmail.com> | ||||
| * | Delete jobs.ts | syuilo | 2022-02-18 | 1 | -82/+0 |
| | | |||||
| * | refactor: fix types | syuilo | 2022-02-15 | 2 | -1/+2 |
| | | |||||
| * | fix(server): stats APIで内部エラーが発生する問題を修正 | syuilo | 2022-02-12 | 1 | -3/+3 |
| | | | | | Fix #8308 | ||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-02-10 | 1 | -1/+20 |
| |\ | |||||
| | * | fix: regular expressions in word mutes (#8254) | Johann150 | 2022-02-10 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: handle regex exceptions for word mutes * add i18n strings Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * stricter input validation in backend * add migration for hard mutes * fix * use correct regex library in migration * use query builder to avoid SQL injection Co-authored-by: Robin B <robflop98@outlook.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com> | ||||
| * | | enhance: improve federation chart | syuilo | 2022-02-10 | 1 | -22/+0 |
| |/ | |||||
| * | feat: インスタンスのテーマカラーを設定できるように | syuilo | 2022-02-09 | 5 | -2/+19 |
| | | |||||
| * | fix: add instance favicon where it's missing (#8270) | Sol Fisher Romanoff | 2022-02-09 | 1 | -0/+3 |
| | | |||||
| * | feat(client): update fontawesome v6 and self-hosting | syuilo | 2022-02-09 | 1 | -2/+2 |
| | | | | | Resolve #7475 | ||||
| * | feat: introduce intersection calculation of charts | syuilo | 2022-02-09 | 6 | -6/+6 |
| | | |||||
| * | feat: Option to show replies in timeline (rebase #7685) (#8202) | nullobsi | 2022-02-06 | 6 | -6/+11 |
| | | | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request | ||||
| * | Fix cast (#8257) | MeiMei | 2022-02-06 | 1 | -3/+13 |
| | | |||||
| * | imprpve active users chart | syuilo | 2022-02-06 | 1 | -0/+1 |
| | | |||||
| * | fix: NodeInfo のユーザー数と投稿数の内容を見直す (#8255) | xianon | 2022-02-06 | 1 | -7/+5 |
| | | | | | | * NodeInfoのアクティブユーザーの取得方法を変更する * NodeInfoの投稿数の出力内容を見直す | ||||
| * | improve chart | syuilo | 2022-02-06 | 1 | -6/+2 |
| | | |||||
| * | Improve chart engine (#8253) | syuilo | 2022-02-06 | 14 | -42/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * Update core.ts * wip * wip * #7361 * delete network chart * federationChart強化 apRequestChart追加 * tweak | ||||
| * | refactor | syuilo | 2022-02-04 | 3 | -4/+12 |
| | | |||||
| * | refactor | syuilo | 2022-02-03 | 1 | -1/+1 |
| | | |||||
| * | refactor | syuilo | 2022-02-03 | 2 | -9/+26 |
| | | |||||
| * | refactor | syuilo | 2022-02-03 | 1 | -1/+1 |
| | | |||||
| * | refactor | syuilo | 2022-02-03 | 3 | -141/+7 |
| | | |||||