summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(client): show warning in control panel when there is an unresolved ↵syuilo2022-06-212-1/+12
| | | | abuse report
* tweak clientsyuilo2022-06-217-167/+173
|
* refactor(client): use composition apisyuilo2022-06-211-54/+43
|
* fix(server): faviconUrl of federated instance is missingsyuilo2022-06-212-0/+6
|
* 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-206-612/+536
| | | | | | | | | | | | | | | | | | | | | * 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-2023-21/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-186-9/+108
| | | | | | | | | | | | | | | | | | | | | | | * 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-182-5/+5
| | | | | * enhance: Improve player detection in URL preview * CHANGELOG
* enhance(client): improve file moderation uisyuilo2022-06-173-29/+29
|
* chore(client): tweak range control designsyuilo2022-06-171-1/+3
|
* 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-164-94/+102
|
* fix: GenerateVideoThumbnail (#8825)MeiMei2022-06-141-7/+5
| | | | | | | | | | | * 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
|
* fix: missing file name parameter (#8820)Johann1502022-06-131-1/+1
|
* Fix(client): fix wrong gallery page component (#8815)futchitwo2022-06-121-1/+1
|
* lintsyuilo2022-06-122-13/+13
|
* fix(client): ↵syuilo2022-06-121-1/+1
| | | | | | デッキでウィジェットの情報が保存されない問題を修正 Fix #8818
* fix: some fixes of multiple notification read (#8819)tamaina2022-06-123-2/+18
| | | | | | | * fix: limit multiple notification read * fix * fix
* Update cropper-dialog.vuesyuilo2022-06-111-1/+1
|
* Update cropper-dialog.vuesyuilo2022-06-111-2/+6
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-112-6/+9
|\
| * chore: synchronize visibility checks (#8687)Johann1502022-06-112-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * reuse single meId parameter * unify code style Use template string to avoid having to use escaped quote marks. * fix: follower only notes are visible to mentioned users This synchronizes the visibility rules with the Notes.isVisibleForMe method from packages/backend/src/models/repositories/note.ts * add comment
* | fix(client): ↵syuilo2022-06-111-1/+1
|/ | | | オブジェクトストレージを使用していると画像のクロップができない
* feat: image cropping (#8808)syuilo2022-06-117-94/+417
| | | | | | | * wip * wip * wip
* update depssyuilo2022-06-104-445/+349
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-10111-111/+350
|\
| * chore: fix some lints automatically (#8788)Johann1502022-06-1058-88/+92
| | | | | | | | | | | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
| * enhance(federation): use ActivityPub defined property in favour of ↵Johann1502022-06-103-3/+20
| | | | | | | | | | | | | | proprietary property. (#8787) * add activitypub `source` property * parse MFM from new `source` attribute
| * refactor: follow button (#8789)Johann1502022-06-101-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: display cancelling follow request * remove unnecessary branch The executed code is the same as in the else branch so this special condition is unnecessary. * remove code duplication Use the same callback as later for updating these variables. * use $ref sugar * remove unused import Co-authored-by: blackskye-sx <saul.newman@gmail.com>
| * enhance: improve documentation for `/users/` endpoints (#8790)Johann1502022-06-1049-0/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs: category & description for reset password * docs: category & description for testing * docs: descriptions for groups endpoints * docs: descriptions for drive file endpoints * docs: descriptions for sw endpoints * docs: descriptions for user list endpoints * docs: descriptions & result type for gallery posts * docs: descriptions & result type for user endpoints * docs: add return type for stats
* | chore: tweak logosyuilo2022-06-101-3/+1
|/
* fix(client): render quote renote CWs as MFM (#8792)Andreas Nedbal2022-06-091-1/+1
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: use autocomplete=new-password (#8797)Johann1502022-06-091-6/+6
|
* properly display alt text for videos (#8802)Johann1502022-06-091-1/+2
| | | | The alt text is already properly federated and given by the API, it is just not displayed properly by the client.