summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update changelogJohann1502022-06-211-0/+2
|
* enhance(client): show warning in control panel when there is an unresolved ↵syuilo2022-06-214-1/+17
| | | | abuse report
* tweak clientsyuilo2022-06-218-167/+175
|
* refactor(client): use composition apisyuilo2022-06-211-54/+43
|
* fix(server): faviconUrl of federated instance is missingsyuilo2022-06-213-0/+7
|
* chore: add commentssyuilo2022-06-212-2/+6
|
* tweak clientsyuilo2022-06-216-181/+194
| | | | Fix #8856
* fix: block button in federation panel (#8855)Johann1502022-06-201-6/+11
|
* tweak clientsyuilo2022-06-202-15/+8
|
* fix clientsyuilo2022-06-202-182/+184
|
* refactor(client): Refine routing (#8846)syuilo2022-06-20149-6506/+6148
|
* refactor: チャットルームをComposition API化 (#8850)tamaina2022-06-207-613/+537
| | | | | | | | | | | | | | | | | | | | | * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * test.1
* feat: Add Badge Image to Push Notification (#8012)tamaina2022-06-2024-21/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * backend/src/web/index.ts * notification-badges * add scripts * change create-notification.ts * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * refactor * キャッシュ対策 * Truncate push notification message * fix * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * pollEnded * URLをsw.jsに戻す * clean up * fix lint * changelog * alpha-test * also with twemoji * add isMimeImage function * catch * Colour => Color * char2file => char2filePath * Update autocomplete.vue * remove clone? Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Refactor page-editor elements to use Composition API (#8721)Andreas Nedbal2022-06-1815-427/+213
| | | | | | | | | * refactor(client): refactor page-editor elements to use Composition API * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* fix typosyuilo2022-06-183-8/+8
|
* Improve: unclip (#8823)futchitwo2022-06-187-9/+110
| | | | | | | | | | | | | | | | | | | | | | | * Refactor clip page to use Composition API * Refactor clip page * Refactor clip page * Refactor clip page * Improve: unclip * Fix unclip * Fix unclip * chore: better type and name * Fix * Fix clipPage vue provider Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Refactor clip page to Composition API (#8822)futchitwo2022-06-181-104/+73
| | | | | | | | | * Refactor clip page to use Composition API * Refactor clip page * Refactor clip page * Refactor clip page
* enhance: Improve player detection in URL preview (#8849)MeiMei2022-06-183-5/+6
| | | | | * enhance: Improve player detection in URL preview * CHANGELOG
* enhance(client): improve file moderation uisyuilo2022-06-174-29/+30
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-171-0/+1
|\
| * Update ROADMAP.mdsyuilo2022-06-171-0/+1
| |
* | chore(client): tweak range control designsyuilo2022-06-171-1/+3
|/
* Update CONTRIBUTING.mdsyuilo2022-06-171-2/+0
|
* fix: render empty note content correctlyJohann1502022-06-161-3/+2
| | | | Instead of coercing to `null`, coercing to an empty string should simplify handling.
* fix: correctly render note textJohann1502022-06-161-1/+1
| | | | Fix a regression from #8787 that was previously fixed in #8440.
* enhance(client): improve files page of control panelsyuilo2022-06-165-94/+103
|
* Update CHANGELOG.mdsyuilo2022-06-141-1/+3
|
* fix: GenerateVideoThumbnail (#8825)MeiMei2022-06-142-7/+12
| | | | | | | | | | | * fix: GenerateVideoThumbnail * CHANGELOG * fix cleanup * Revert "fix cleanup" This reverts commit d54cf8262ac01a3deb6b8dd7689ec144d4d09ea8.
* fix: tmpdir cleanup removes contained files (#8826)Johann1502022-06-141-4/+9
|
* enhance(server): ↵syuilo2022-06-141-1/+1
| | | | モデレーターであってもレートリミットを有効に
* fix: add limit to i/notifications (#8836)tamaina2022-06-141-0/+5
| | | | | | | * fix: add limit to i/notifications * ms * remove ms
* fix(docs): use correct description propertyJohann1502022-06-141-5/+2
|
* fix: remove unused parameterJohann1502022-06-141-1/+1
|
* lint fixessyuilo2022-06-1490-201/+201
|
* Merge branch 'master' into developsyuilo2022-06-130-0/+0
|\
| * Merge pull request #8783 from misskey-dev/developsyuilo2022-06-11544-12469/+14859
| |\ | | | | | | Release: 12.111.0
* | | 12.111.1syuilo2022-06-132-6/+5
| | |
* | | fix: missing file name parameter (#8820)Johann1502022-06-131-1/+1
| | |
* | | Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-122-1/+4
|\ \ \
| * | | New translations ja-JP.yml (Korean) (#8812)syuilo2022-06-121-0/+3
| | | |
| * | | Fix(client): fix wrong gallery page component (#8815)futchitwo2022-06-121-1/+1
| | | |
* | | | Update CHANGELOG.mdsyuilo2022-06-121-0/+3
|/ / /
* | | lintsyuilo2022-06-122-13/+13
| | |
* | | fix(client): ↵syuilo2022-06-122-1/+8
| | | | | | | | | | | | | | | | | | デッキでウィジェットの情報が保存されない問題を修正 Fix #8818
* | | fix: some fixes of multiple notification read (#8819)tamaina2022-06-123-2/+18
| |/ |/| | | | | | | | | | | * fix: limit multiple notification read * fix * fix
* | 12.111.0syuilo2022-06-112-2/+2
| |
* | Update CHANGELOG.mdsyuilo2022-06-111-1/+1
| |
* | New Crowdin updates (#8809)syuilo2022-06-114-0/+8
| | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Indonesian)
* | Update cropper-dialog.vuesyuilo2022-06-111-1/+1
| |
* | Update cropper-dialog.vuesyuilo2022-06-111-2/+6
| |