summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#11827)dependabot[bot]2023-09-132-2/+2
| | | | | | | | | | | | | | | Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump docker/login-action from 2 to 3 (#11829)dependabot[bot]2023-09-132-2/+2
| | | | | | | | | | | | | | | Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump docker/build-push-action from 4 to 5 (#11826)dependabot[bot]2023-09-132-2/+2
| | | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* enhance(docker): Dockerイメージにjemallocを含むようにsyuilo2023-09-132-1/+3
| | | | #10984
* feat(frontend): "Moderation Note" ,"Add moderation note" ↵mappi2023-09-125-3/+8
| | | | | | | | | | | をローカライズ可能に (#11819) * feat 11818 * update CHANGELOG --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* 新しい実績を追加 (#11817)かっこかり2023-09-128-39/+51
| | | | | | | | | | | | | * (add) new achievement * (update) changelog * Update test-notification.ts * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(backend): configure ratelimit for notification creation apissyuilo2023-09-122-0/+10
|
* build(deps): bump tibdex/github-app-token from 1 to 2 (#11815)dependabot[bot]2023-09-111-1/+1
| | | | | | | | | | | | | | | Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1 to 2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* enhance(frontend): improve some cachessyuilo2023-09-118-68/+23
|
* feat: テスト通知を送信できるようにする (#11810)かっこかり2023-09-1116-4/+112
| | | | | | | | | | | * (add) Notification test * Update Changelog * (add) backend, frontend impl * globalEventの名前を明確にする * Run API Extractor
* fixsyuilo2023-09-111-1/+4
|
* fixsyuilo2023-09-111-1/+1
|
* (refactor) do generateDTS in build-assets (#11812)かっこかり2023-09-103-6/+9
|
* enhance(frontend): ↵かっこかり2023-09-107-43/+87
| | | | | | | | | | | | | | | | | | | | | データセーバーモードで隠れる画像を増やす等 (#11806) * enhance datasaver mode * サムネイルがないとき変な角丸にならんようにする * Avoid using wildcard selector * Avoid wildcard * Update MkMediaImage.vue * (fix) ノートの画像プレビューがでない * (fix) recent pages design --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): cache user lists / antennassyuilo2023-09-103-2/+26
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-09-103-12/+30
|\
| * Update CHANGELOG.mdsyuilo2023-09-101-1/+2
| |
| * feat: nodeinfo 2.1 (#11805)xtex2023-09-101-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: enable nodeinfo 2.1 Since 9dd06a7621d1745b30ed1c2b1d94d34143dd638e, nodeinfo 2.1 has been released. Signed-off-by: xtex <xtexchooser@duck.com> * feat: only add software.repository to nodeinfo 2.1 https://github.com/jhass/nodeinfo/commit/e54c48e171b6f6bed6fbe2b6c0bdd8d3c16f7909 Signed-off-by: xtex <xtexchooser@duck.com> * feat: add software.homepage url to nodeinfo 2.1 https://github.com/jhass/nodeinfo/commit/507822cb3c16d84dac884d878e32825ade54028d Signed-off-by: xtex <xtexchooser@duck.com> * fix: set proper Content-Type for nodeinfo Signed-off-by: xtex <xtexchooser@duck.com> * style: fix lint warnings Signed-off-by: xtex <xtexchooser@duck.com> --------- Signed-off-by: xtex <xtexchooser@duck.com>
| * enhance: ↵Ebise Lutica2023-09-102-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | センシティブチャンネルはユーザーのノート一覧から除外 (#11797) * enhance: センシティブチャンネルはユーザーのノート一覧から除外 * READMEに明記 * Update notes.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | enhance(frontend): ↵syuilo2023-09-106-17/+36
|/ | | | リアクションの表示サイズをより大きくできるように
* enhance(frontend): add Ui:C:postForm to playsyuilo2023-09-094-1/+49
|
* 2023.9.0-beta.5syuilo2023-09-081-1/+1
|
* Revert "enhance(frontend): ↵syuilo2023-09-087-75/+42
| | | | | | データセーバーモードで隠れる画像を増やす等 (#11779)" This reverts commit 22d966e92dabffba23178a4afb5853882ba7249e.
* feat: passkey support (#11804)syuilo2023-09-0830-1022/+794
| | | https://github.com/MisskeyIO/misskey/pull/149
* Update CHANGELOG.mdsyuilo2023-09-081-0/+1
|
* fix(backend): timeout when querying mentions (#11799)Ezekiel Lee2023-09-081-0/+2
|
* 2023.9.0-beta.4syuilo2023-09-071-1/+1
|
* Update CHANGELOG.mdsyuilo2023-09-071-1/+1
|
* New Crowdin updates (#11790)syuilo2023-09-076-3/+55
| | | | | | | | | | | | | | | * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Portuguese)
* chore: Goodbye gulp (#11447)woxtu2023-09-076-2331/+496
| | | | | | | | | | | | | | * Add a script for building assets * Replace with script executions * Remove gulp dependencies * Fix dependencies --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore(frontend): renote of note in sensitive channel is now home renote by ↵anatawa122023-09-072-1/+8
| | | | | | | | | | | default. (#11476) * chore(frontend): renote of note in sensitive channel is now home renote by default. * docs: センシティブチャンネルのNoteのReNoteはデフォルトでHome TLに流れるようになりました --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(dev): use 20.5.1 instead of 20.xsyuilo2023-09-074-5/+5
| | | | Fix #11793
* Revert "Revert "pnpm@8.7.4""syuilo2023-09-071-1/+1
| | | | This reverts commit b1efc298f74c87aae3019bf558b53cac5d0cac8f.
* enhance(backend): ↵syuilo2023-09-073-6/+16
| | | | | | 古いアンテナを自動停止するか切り替え可能に Resolve #11785
* Revert "pnpm@8.7.4"syuilo2023-09-071-1/+1
| | | | This reverts commit 54c6fb762a1568faa6d3fbc536d2388598078c28.
* Update pnpm-lock.yamlsyuilo2023-09-061-1/+1
|
* feat: introduce aidx and make it defaultsyuilo2023-09-0612-14/+83
| | | | Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
* pnpm@8.7.4syuilo2023-09-061-1/+1
|
* enhance(frontend): ↵かっこかり2023-09-067-42/+75
| | | | | | | | | | | | | | | | | データセーバーモードで隠れる画像を増やす等 (#11779) * enhance datasaver mode * サムネイルがないとき変な角丸にならんようにする * Avoid using wildcard selector * Avoid wildcard * Update MkMediaImage.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(backend): Webhook設定でsecretを空に出来るように (#11784)Sayamame-beans2023-09-063-4/+5
| | | | | * feat(backend): allow webhook secret to be empty * Update CHANGELOG.md
* feat(frontend): remove renote with by admin privilege (#11789)anatawa122023-09-052-11/+17
|
* 2023.9.0-beta.3syuilo2023-09-051-1/+1
|
* update depssyuilo2023-09-056-163/+127
|
* feat(frontend): Report renote abuse (#11466)anatawa122023-09-055-38/+66
| | | | | | | | | | | | | | | | | | | * chore: add way to show renote in window / tab * feat: report abuse for renote * docs: Renote自体を通報できるように * revert: make renote time link * chore: add copy renote menu * chore: remove copy/report renote from note menu * fix: abuse menu without actual selection shown --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* build(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#11786)dependabot[bot]2023-09-0511-14/+14
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-09-0522-54/+222
|\
| * New Crowdin updates (#11756)syuilo2023-09-0522-54/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Lojban) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Vietnamese) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Uzbek) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Traditional)
* | fixessyuilo2023-09-056-51/+51
|/
* clean upsyuilo2023-09-051-4/+0
|
* clean upsyuilo2023-09-051-4/+0
|