- May 05, 2022
-
-
syuilo authored
-
Andreas Nedbal authored
-
- May 04, 2022
-
-
Andreas Nedbal authored
* refactor(client): refactor settings/notifications to use Composition API * fix(client): use async/await for API methods
-
Andreas Nedbal authored
* refactor(client): refactor account-info to use Composition API * fix(client): use mounted hook for initial data * fix(client): switch to non-null assertion for account check
-
Andreas Nedbal authored
-
Andreas Nedbal authored
-
Andreas Nedbal authored
* refactor(client): refactor delete-account to use Composition API * Apply review suggestion from @Johann150 Co-authored-by:
Johann150 <johann@qwertqwefsday.eu> Co-authored-by:
Johann150 <johann@qwertqwefsday.eu>
-
Andreas Nedbal authored
-
Andreas Nedbal authored
* refactor(client): refactor settings/email to use Composition API * fix(client): switch to non-null assertion for settings values
-
Andreas Nedbal authored
* refactor(client): refactor settings/general to use Composition API * fix(client): turn watcher callback asynchronous
-
Andreas Nedbal authored
* refactor(client): refactor settings/menu to use Composition API * Apply review suggestion from @Johann150 Co-authored-by:
Johann150 <johann@qwertqwefsday.eu> * Apply review suggestion from @Johann150 Co-authored-by:
Johann150 <johann@qwertqwefsday.eu> Co-authored-by:
Johann150 <johann@qwertqwefsday.eu>
-
Andreas Nedbal authored
* refactor(client): refactor settings/other to use Composition API * fix(client): fix 'show featured notes' checkbox
-
Andreas Nedbal authored
-
Andreas Nedbal authored
-
Andreas Nedbal authored
-
- May 03, 2022
-
-
Andreas Nedbal authored
-
Andreas Nedbal authored
-
- May 02, 2022
-
-
tamaina authored
Fix missing import of defineAsyncComponent in os.ts
-
- May 01, 2022
-
-
Andreas Nedbal authored
-
dependabot[bot] authored
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.4.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.8...8.4.13 ) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
tamaina authored
* update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add app * 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 *
✌️ * 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 *✌️ * clean up config * typesを戻した * 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 * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update *
✌️ * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up * wip * wip * wip * wip * wip * wip *✌️ * use import * fix * install rollup * use defineAsyncComponent. * fix emojilist * wip use defineAsyncComponent * popup(import -> popup(defineAsyncComponent(() => import * draggable? * fix init import * clean up * fix router * add comment *✌️ *✌️ *✌️ * remove webpack * update vite * fix boot sequence * Revert "fix boot sequence" This reverts commit e893dbf37aed83bf9f12e427d98c78a7065b4a39. * revert boot import * never make two app div * ; * remove console.log * change clientEntry sequence * fix * Revert "fix" This reverts commit 12741b3d89950a31dbb1bb81477ddb27b0e9951a. * fix * add comment https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210 * add log * add comment Co-authored-by:Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
Johann150 authored
-
MeiMei authored
* Add rel attribute to host-meta * CHANGELOG
-
-
tamaina authored
-
Andreas Nedbal authored
* refactor(client): refactor custom-css to use Composition API * Apply review suggestion from @Johann150 Co-authored-by:
Johann150 <johann@qwertqwefsday.eu> Co-authored-by:
Johann150 <johann@qwertqwefsday.eu>
-
Andreas Nedbal authored
-
Andreas Nedbal authored
* refactor(client): refactor instance-mute to use Composition API * Apply review suggestion from @Johann150 Co-authored-by:
Johann150 <johann@qwertqwefsday.eu> * Apply review suggestion from @Johann150 Co-authored-by:
Johann150 <johann@qwertqwefsday.eu> Co-authored-by:
Johann150 <johann@qwertqwefsday.eu>
-
Andreas Nedbal authored
* refactor(client): refactor integration to use Composition API * fix(client): drop superfluous enable* constants * refactor(client): deduplicate window opening for services
-
- Apr 30, 2022
-
-
tamaina authored
* clean up * ev => data * refactor * clean up * add type * antenna * channel * fix * add Packed type * add PackedRef * fix lint * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add schemas refs, fix Packed type * wip PackedHoge => Packed<'Hoge'> * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add app * 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 *
✌️ * 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 *✌️ * clean up config * typesを戻した * 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 * キャッシュ対策 * Truncate push notification message * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * i18n.ts * update *
✌️ * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up Co-authored-by:Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
- Apr 29, 2022
-
-
dependabot[bot] authored
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7 ) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Andreas Nedbal authored
-
Andreas Nedbal authored
-
Balazs Nadasdi authored
-
- Apr 28, 2022
-
-
Johann150 authored
add user facing changes to changelog
-
Kainoa Kanter authored
Patrons are now mentioned in Misskey itself, and the list hasn't been updated for 2 years.
-
tamaina authored
* wip * Update packages/client/src/os.ts Co-authored-by:
tamaina <tamaina@hotmail.co.jp> * メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value *
✌️ * fix * fix *✌️ * WEBP * aaa *✌️ * webp * lazy load browser-image-resizer * rename * rename 2 * Fix * clean up * add comment * clean up * jpeg, pngにもどす * fix * fix name * webpでなくする ただしサムネやプレビューはwebpのまま (テスト) * 動画サムネイルはjpegに * エラーハンドリング *✌️ * v2.2.1-misskey-beta.2 * browser-image-resizer#v2.2.1-misskey.1 *✌️ * fix alert * update browser-image-resizer to v2.2.1-misskey.2 * lockfile Co-authored-by:mei23 <m@m544.net> Co-authored-by:
MeiMei <30769358+mei23@users.noreply.github.com>
-
Andreas Nedbal authored
-
- Apr 27, 2022
-
-
Johann150 authored
-
tamaina authored
* Fix #8535 Excessive stack ... 'SchemaTypeDef<?>' Co-authored-by:
acid-chicken <root@acid-chicken.com> * add comment * clean up Co-authored-by:
acid-chicken <root@acid-chicken.com>
-