Commit Graph
100 Commits
Author SHA1 Message Date
tamaina 48f46333f8 サインアップ・ログアウト周りの怪しい挙動を修正 (#7750)
* fix #7749

* fix

* fix logout behavior when there is no push subscription

* fix logout behavior when there is no push subscription 2

* clean up service worker registration

* fix lint

* remove submodules
2021-09-04 18:09:53 +09:00
tamainaandsyuilo d2007add75 feat: Implement api sw/unregister (#7611)
* Implement api sw/unregister

* remove all mode

* add changelog

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-08-21 14:47:18 +09:00
tamaina 0e69091455 doc: add features/word-mute (#7672) 2021-08-20 21:40:45 +09:00
tamaina 75b9f31acf fix: import syslog-pro 2021-08-20 20:18:24 +09:00
tamaina fc56b12690 refactor: localStorageのaccountsはindexedDBで保持するように (#7609)
* accountsストアはindexedDBで保持するように

* fix lint

* fix indexeddb available detection

* remove debugging code

* fix lint

* resolve https://github.com/misskey-dev/misskey/pull/7609/files/ba756204b77ce6e1189b8443e9641f2d02119621#diff-f565878e8202f0037b830c780b7c0932dc1bb5fd3d05ede14d72d10efbc3740c
Firefoxでの動作を改善

* fix lint

* fix lint

* add changelog
2021-08-20 19:38:16 +09:00
tamaina 3cd537ecf2 Remove url loadrr (#7396) 2021-03-24 11:32:23 +09:00
tamaina bc4315da1e Improve flush (#7328) 2021-03-13 10:55:29 +09:00
tamaina 2154354a4f Revert "perf: use overflow: clip instead of hidden" (#7273)
This reverts commit 06e817af59.
2021-03-02 22:57:16 +09:00
tamaina 433230413e Fix lint 2021-02-28 19:09:08 +09:00
tamainaandsyuilo 126826eb5a Implement in-unison reload (#7196)
* Resolve #6804
Implement unison reload

* ✌️

* fix

* Update share.vue

fix

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-02-17 21:36:56 +09:00
tamaina 6ce2231e70 ServiceWorker: onfetchで何もしないように (#7195)
* Resolve #7192

* skip waiting

* fix

* refactor
2021-02-13 19:53:40 +09:00
tamainaandsyuilo 40bfa3ef04 Resurrect Service Worker (#7108)
* Resolve #7106

* fix lint

* fix lint

* save lang in idb

* fix lint

* fix

* cache locale file

* fix lint

* ✌️

* wip

* fix [wip]

* fix [wip]

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-02-06 18:55:53 +09:00
tamaina 5864b52a81 Update create-notification.ts 2020-08-29 03:26:44 +09:00
tamaina 493d32b3dc Fix #6676 2020-08-29 03:14:27 +09:00
tamaina 9fe6f9417e Update CHANGELOG.md 2020-07-29 23:57:08 +09:00
tamainaandsyuilo 056fef70da ✌️ (#6567)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-07-26 13:30:36 +09:00
tamaina b8350d5093 Fix #6566 (#6577) 2020-07-23 13:07:27 +09:00
tamaina 9415618992 fix lint (#6568) 2020-07-20 01:07:02 +09:00
tamaina ce8fa8e423 Update CHANGELOG.md 2020-07-19 20:00:40 +09:00
tamaina e54fd6c2cb Update CHANGELOG.md 2020-07-13 15:06:51 +09:00
tamaina 3caea9d33e Update CHANGELOG.md 2020-07-13 15:05:47 +09:00
tamaina 66d6e71f06 Fix style of input(type="search") on macOS Safari (#6484) 2020-07-12 00:43:17 +09:00
tamaina bbb0130522 Update CHANGELOG.md 2020-07-07 22:23:16 +09:00
tamaina 30cf154542 Update CHANGELOG.md 2020-06-05 13:52:17 +09:00
tamaina f2c33b06cf Update CHANGELOG.md 2020-06-05 13:18:32 +09:00
tamaina fecb12bae1 missing ; 2020-06-04 19:13:24 +09:00
tamainaandsyuilo 2480fcdc53 Update src/client/components/notification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-03 13:42:32 +09:00
tamainaandsyuilo 7e093aee5e Update src/client/components/notification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-03 13:42:26 +09:00
tamainaandsyuilo 111eb43fd9 feat(client): 投稿フォームのボタンの説明を表示するように (#6408)
* Add title attr with buttons on the post form

* fix

* tooltip

* missing ;

* remove title attr

* fix bug

* Update reactions-viewer.details.vue

* help wip

* ok!

* i18n

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-03 13:30:17 +09:00
tamaina fb91ab4080 Merge branch 'develop' into notification-visibility-read-2 2020-05-31 21:53:56 +09:00
tamaina ffc7f42efc fix(client): 全既読系ボタンのAPIの指定が間違っているのを修正 (#6424) 2020-05-31 15:48:37 +09:00
tamaina 7c38cda8ee Refactor 2020-05-31 14:57:22 +09:00
tamaina d3f5001679 fix 2020-05-31 14:54:04 +09:00
tamaina 83d9a4b6d9 chore(client):🎨 Make font-size of note-preview em (#6414) 2020-05-31 14:46:50 +09:00
tamainaandsyuilo 8d48e4c76e feat(client): Convert text mfm node to text (v)dom node instead of span tag (#6399)
* Convert text mfm node to text (v)dom node
instead of span tag

* Update mfm.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-31 12:57:21 +09:00
tamainaandsyuilo a1e0c866aa feat(client): 自動でもっと見るオプション (#6403)
* wip

* ugokanai

* wip

* implement setting subscribing

* fix lint

* ✌️

* Update notifications.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-05-31 12:53:06 +09:00
tamaina ddf92c3e2c chore(src/docs): Fix miauth check url
Fix #6418
2020-05-29 22:36:01 +09:00
tamaina 886766cca5 fix 2020-05-26 15:04:44 +09:00
tamaina 974abbe826 capture readAllNotifications 2020-05-26 15:00:15 +09:00
tamaina 61bdf51e90 Observe notification read 2020-05-26 14:34:49 +09:00
tamaina 9bee9d20f7 Improve typing 2020-05-26 14:33:55 +09:00
tamaina 05c7cacdd1 Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670 2020-05-24 18:41:40 +09:00
tamaina 81f1df7472 Resolve #6405 (#6406) 2020-05-24 13:53:31 +09:00
tamaina abc296cdcc refactor: use Object.fromEntries() instead of in-house implementation (#6401)
* refactor: use Object.fromEntries()
instead of in-house implementation

* Remove extra type assertions
2020-05-23 23:21:09 +09:00
3963ed8ff7 feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396)
* wip

* tabun ok

* better msg

* oops

* fix lint

* Update gulpfile.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* Update src/client/scripts/set-i18n-contexts.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* refactor

Co-authored-by: acid-chicken <root@acid-chicken.com>

* ✨

* wip

* fix lint

* たぶんおk

* fix flush

* Translate Notification

* remove console.log

* fix

* add notifications

* remove san

* wip

* ok

* ✌️

* Update src/prelude/array.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* wip

* i18n refactor

* Update init.ts

* ✌️

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-05-23 13:19:31 +09:00
tamaina 11141c878c fix(i18n): Fix missing translation 2020-05-20 11:16:10 +09:00
tamaina b1a2046a7f Update CHANGELOG.md 2020-05-18 14:26:55 +09:00
tamaina e44322c9bf Update CHANGELOG.md 2020-05-18 14:25:36 +09:00
tamaina 2e6462bf1b Update CHANGELOG.md 2020-05-18 14:21:07 +09:00
tamaina 0eded8f5a9 Update mfm.ts
Fix typo
2020-04-26 14:58:36 +09:00
tamaina f62eb0fee9 Update mfm.ts
Fix missed file name change
2020-04-26 14:55:04 +09:00
tamaina 077bf11e45 Update CHANGELOG.md 2020-04-26 14:51:12 +09:00
tamaina d02e14cb94 Fix Media List in CW Content (#6099) 2020-04-16 01:04:21 +09:00
tamaina 96eab7e12b 投稿のURLプレビューポップアップを改良 (#6226)
* URLプレビューポップアップを改良

- タッチデバイスでは表示しないように
- 幅をレスポンシブに

* Use maxTouchPoints to detect touch device

* fix
2020-04-14 00:00:52 +09:00
tamaina cd3c2484ee Update CHANGELOG.md 2020-04-03 23:57:57 +09:00
tamaina 33bcf2d1ea Fix lint 2020-04-03 17:17:46 +09:00
tamaina 795fb0eb60 Pre-render ReDoc
redoc-cliはexpandResponsesは200のみとすると数値と認識されてしまい設定できないため202,204という指定にしています
2020-04-03 17:13:41 +09:00
tamaina d1e5def30e Update CHANGELOG.md 2020-03-29 00:41:28 +09:00
tamaina 02fbda2154 Update CHANGELOG.md 2020-03-29 00:40:08 +09:00
tamaina c21694a24a Update CHANGELOG.md 2020-03-29 00:38:56 +09:00
tamaina cb98336b0a Update CHANGELOG.md 2020-03-29 00:22:43 +09:00
tamaina b12bf78c6d Update CHANGELOG.md 2020-03-23 13:17:29 +09:00
tamaina 498bc7cebe Add files via upload (#6178) 2020-03-22 19:43:48 +09:00
tamaina eba96282d6 Update CHANGELOG.md 2020-03-22 15:12:17 +09:00
tamaina 402d6de02d Update CHANGELOG.md
Fix date
2020-03-22 15:07:05 +09:00
tamaina 1ad8603cc2 fix gif badge (#6153) 2020-03-14 11:31:03 +09:00
tamaina d3fd0f810a ボリュームを0にしてもサウンドが鳴っていることになっていたのを修正 (#6098)
* Update init.ts

* parseFloat
2020-02-27 16:32:10 +09:00
tamaina ccc27bcc14 Fix #6057 (#6061) 2020-02-22 01:03:50 +09:00
tamaina cb3900921f remove unused event listener 2020-02-19 07:49:53 +09:00
tamaina dbb9199d6f Fix widget bg (#5952) 2020-02-15 21:42:45 +09:00
tamaina f799375635 fix 2020-02-15 21:31:56 +09:00
tamaina 65704bbf01 ✌️ 2020-02-15 21:20:01 +09:00
tamaina 9cb3882efa ✌️ 2020-02-15 20:18:37 +09:00
tamaina a0833ca691 missing colon 2020-02-15 19:34:30 +09:00
tamaina a4f197f608 fix files grid height 2020-02-15 19:33:12 +09:00
tamainaandsyuilo c2d5a96bb6 翻訳の抜けを修正その2 (#5893)
* Missing translation

* use npx

* ✌️

* Update ja-JP.yml

* Update signup.vue

* Update ja-JP.yml

* Update messaging-room.vue

* Update ja-JP.yml

* Update signup.vue

* Update ja-JP.yml

* Update signin.vue

* Update ja-JP.yml

* Update index.vue

* Update ja-JP.yml

* Update signup.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-02-12 06:27:11 +09:00
tamaina 4ab38b7894 タイムラインを放置すると先頭の投稿が見えなくなるのを修正 Fix #5903 (#5913)
* seqent fix

* comment

* ✌️
2020-02-12 00:38:29 +09:00
tamaina 10a7369fec サーバーから切断されましたのダイアログは時間をおいて表示するように (#5916)
* timeout disconnect dialog

* 70ms

* 150ms
2020-02-11 22:57:09 +09:00
tamaina e78e5274d3 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-02-09 20:53:08 +09:00
tamaina 982520bcef fix typo #5890 2020-02-09 20:53:00 +09:00
tamaina cc72f91465 Fix cannot update (#5890) 2020-02-09 12:47:50 +09:00
tamaina b2859bcd2a Fix defalut note visibility setting (#5881)
* Fix default note visibility setting

* refactor

* missing translation

* fix
2020-02-08 20:02:15 +09:00
tamaina 44d2c0195a 翻訳の抜けを修正 (#5875)
* missing translation

* fix

* fix

* ✌️
2020-02-08 13:06:09 +09:00
tamaina bb4c35d481 fix #5854 2020-02-07 20:25:49 +09:00
tamaina 1597415340 PWAとしてインストールできなかったのを修正 (#5863)
* pwa

* ✌️
2020-02-06 22:11:27 +09:00
tamainaandSatsuki Yanagi aade954dd7 Fix #5798 (#5816)
* Fix #5798

* clean

* Update src/client/components/post-form-attaches.vue

Co-Authored-By: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>

* nest

Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
2020-02-04 09:20:10 +09:00
tamaina db24dddeff Make notifications widget flexible (#5791)
* Make notifications widget flexible

* fix
2020-01-31 04:53:16 +09:00
tamaina 1f8334dcb7 fix 2020-01-30 20:27:14 +09:00
tamaina 0252e9b4b7 Fix duplicated disconnected dialog (Fix #5782) (#5790)
* Fix #5782
fix duplicated disconnected dialog

* fix
2020-01-30 19:57:22 +09:00
tamaina f6987c72ac Make timeline widget flexible (#5788) 2020-01-30 18:32:09 +09:00
tamaina e37840d870 ドライブ関連の修正 (#5673)
* ✌️

* Update add-file.ts

* fix
2020-01-04 07:20:41 +09:00
tamaina c5c074f201 Update ja-JP.yml
誤字修正 少数→小数  
数→数値のほうがよさそうなので変更
2019-12-24 19:54:53 +09:00
tamaina c8ab0e9d62 Update example.yml (#5572)
Redisの設定にprefix, dbを追加
2019-11-04 20:48:07 +09:00
tamaina d2edd67cff Update README.md
joinmisskey.github.io -> join.misskey.page
2019-10-21 14:56:54 +09:00
tamaina 1832b2e53c Update ja-JP.yml (#5393) 2019-09-27 05:14:10 +09:00
tamaina b040ac6373 PWA Fix (#5432)
* PWA Fix

* SWが/api/へのリクエストに関与しないように

* fix semicolon

* Update base.pug

* Update base.pug
2019-09-27 05:12:56 +09:00
tamaina ef17838c64 Better broadcast widget mk2 (#5455)
* better broadcast widget

* 🎨

* 🎨

* 🎨

* mk2 (left nav with chevron icons)

* fix

* button title
2019-09-26 04:23:48 +09:00
tamaina 53fba9b137 fix typo 2019-09-21 21:45:20 +09:00
tamaina 5343b005df Improve paste uploading Resolve #3023 (#4542)
* resolve #3023

* fix

* fix

* better description

* widget

* fix text

* Update post-form.vue

* Fix enter-file-name dialog title text

* Fix type

* On messaging room

* Replace moment.js to original one

* Fix formatDateTimeString
2019-07-08 13:46:31 +09:00
tamaina 22c4842154 https://github.com/syuilo/misskey/pull/4549#discussion_r287750004 2019-07-07 02:22:33 +09:00