tamaina
ffef12ce1d
Truncate push notification message
2021-12-25 01:37:15 +09:00
tamaina
1122f7281e
ノートページでRenoteである場合にnoindexを付加 ( #8074 )
2021-12-24 01:16:58 +09:00
tamaina
dc0e55bf16
wip ( #8077 )
2021-12-21 00:20:30 +09:00
tamaina
f3e29c4f6a
fix: LTLやGTLが無効になっている場合でもUI上にタブが表示される問題を修正 ( #8026 )
...
* wip
* add changelog
* 変換ミス修正
2021-11-30 23:03:03 +09:00
tamaina and Acid Chicken
8e0108a0b8
fix: notification.vueのIntersectionObserverまわりを修正 ( #8010 )
...
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
* disconnect
* oops
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
2021-11-26 13:43:11 +09:00
tamaina
e2862ed097
enhane: 完全ログアウト時にすべてのタブがウェルカムページへ移動するように ( #7928 )
...
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* null
* add comments
2021-11-05 00:09:13 +09:00
tamaina
303c5abfb4
feat: クライアントでログインするアカウントidを指定するクエリ(loginId=:userId) ( #7929 )
...
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* await?
* rename
2021-10-31 16:01:50 +09:00
tamaina and mei23
5cf07fc50f
enhance: Provide Twemoji SVGs from Misskey server ( #2 ) ( #7897 )
...
* Selfhosting Twemoji
* ちっ
* うざっ
* あ
* add test
Co-authored-by: mei23 <m@m544.net >
2021-10-24 21:10:45 +09:00
tamaina
b7a5602003
chore: delete unnecessary twemoji submodule dir
2021-10-21 20:39:18 +09:00
tamaina
23de94785d
doc: recursive ( #7893 )
2021-10-21 19:56:30 +09:00
tamaina and Acid Chicken
69b56f6658
refactor: publishHogeStreamとStreamのEventEmitterに型定義する ( #7769 )
...
* wip
* wip
* wip
* ✌️
* add main stream
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* ok
* add header, choice, invitation
* add header, choice, invitation
* test
* fix
* fix
* yatta
* remove no longer needed "as PackedUser/PackedNote"
* clean up
* add simple-schema
* fix lint
* fix lint
* wip
* wip!
* wip
* fix
* wip
* wip
* ✌️
* 送信側に型エラーがないことを3回確認した
* ✌️
* wip
* update typescript
* define items in full Schema
* edit comment
* edit comment
* edit comment
* Update src/prelude/types.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
* https://github.com/misskey-dev/misskey/pull/7769#discussion_r703058458
* user packとnote packの型不整合を修正
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* user packとnote packの型不整合を修正
* add prelude/types.ts
* emoji
* signin
* game
* matching
* 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 changelog
* add changelog
* add changelog
* fix: アンテナが既読にならないのを修正
* revert fix
* https://github.com/misskey-dev/misskey/pull/7769#discussion_r711474875
* spec => payload
* edit commetn
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
2021-10-21 01:04:10 +09:00
tamaina
ea8e6d88ab
enhance: shareページでより多くの情報を渡せるように ( #7606 )
...
* shareでより多くの情報を渡せるように
* from chat ui post-form, remove instant and add share
* fix await eating array, make document
* add changelog
* https://github.com/misskey-dev/misskey/pull/7606/files/3581bf9a060742dc59bf7fb8ea7316809cc60522#r692265037
* reply, renoteにも型定義
* 🎨
* 閉じなければ100ms後タイムラインに
2021-10-20 03:10:36 +09:00
tamaina
597c9761cb
Revert "Revert "Fix idb"" ( #7860 )
...
This reverts commit 67875e2afa .
2021-10-08 13:37:55 +09:00
tamaina
67875e2afa
Revert "Fix idb"
...
This reverts commit dd17065129 .
2021-10-07 14:28:22 +09:00
tamaina
dd17065129
Fix idb
2021-10-07 14:26:16 +09:00
tamaina
19d531922d
enhance: ページロードエラーページにリロードボタンを追加 ( #7835 )
...
* wip
* modify page load error page
* add changelog
* サーバーが死んでるエラーを追加
* add MkLoading
2021-10-02 16:36:25 +09:00
tamaina
14795b68f2
refactor: PackedHoge型をPacked<'Hoge'>型に書き換える ( #7792 )
...
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation
* test
* fix
* yatta
* remove no longer needed "as PackedUser/PackedNote"
* clean up
* add simple-schema
* fix lint
* define items in full Schema
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* user packとnote packの型不整合を修正
* add prelude/types.ts
* emoji
* signin
* game
* matching
* fix
* add emoji schema
* add reversiGame
* add reversiMatching
* remove signin schema (use Signin entity)
* 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
* add changelog
* add changelog
* revert fix
2021-09-22 22:35:55 +09:00
tamaina
90bf976fe2
enhance: ノートヘッダーにflex-shrinkを設定し、Acctを優先的に縮小して見栄えをよくするように ( #7752 )
...
* MAKE NOTE HEADER FLEX AGAIN
* span => div
* remove submodules
2021-09-20 22:14:49 +09:00
tamaina
4422219be7
fix: アンテナが既読にならないのを修正 ( #7809 )
2021-09-18 15:31:32 +09:00
tamaina
e8189f7c69
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2021-09-17 22:58:29 +09:00
tamaina
23c054caec
fix: add vanilla-tilt
2021-09-17 22:58:26 +09:00
tamaina
53f3b779bf
refactor: Expand schema ( #7772 )
...
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation
* test
* fix
* yatta
* remove no longer needed "as PackedUser/PackedNote"
* clean up
* add simple-schema
* fix lint
* define items in full Schema
* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736
* user packとnote packの型不整合を修正
2021-09-12 01:12:23 +09:00
tamaina
f59f424795
Revert "fix: use master branch when build docker image"
...
This reverts commit c63ba5470a .
2021-09-11 11:37:35 +09:00
tamaina
c63ba5470a
fix: use master branch when build docker image
2021-09-11 11:32:47 +09:00
tamaina
935d6473ed
chore: APIドキュメントの修正 ( #7771 )
...
* packedNotificationSchemaを更新
* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加
* fix
* add header, choice, invitation
2021-09-09 20:23:31 +09:00
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
tamaina and syuilo
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
tamaina and syuilo
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
tamaina and syuilo
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
tamaina and syuilo
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
tamaina and syuilo
2480fcdc53
Update src/client/components/notification.vue
...
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2020-06-03 13:42:32 +09:00
tamaina and syuilo
7e093aee5e
Update src/client/components/notification.vue
...
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2020-06-03 13:42:26 +09:00
tamaina and syuilo
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
tamaina and syuilo
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
tamaina and syuilo
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