syuilo
9cab659392
🎨
2021-10-03 02:46:58 +09:00
syuilo
dcd216daff
🎨
2021-10-03 00:33:29 +09:00
syuilo
8f673d80d4
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2021-10-02 23:11:23 +09:00
syuilo
3e81ebf8e9
🎨
2021-10-02 23:11:21 +09:00
tamaina
19d531922d
enhance: ページロードエラーページにリロードボタンを追加 ( #7835 )
...
* wip
* modify page load error page
* add changelog
* サーバーが死んでるエラーを追加
* add MkLoading
2021-10-02 16:36:25 +09:00
syuilo
9109ae02a7
chore: fix bug
2021-10-02 01:08:04 +09:00
syuilo
8d3fe0c5c2
🎨
2021-10-02 00:51:37 +09:00
syuilo
f9185f201a
fix bug
2021-10-01 19:34:24 +09:00
syuilo
027380c013
fix bug
2021-10-01 19:32:16 +09:00
MeiMei
a73a787753
Fix prelude/url ( #7855 )
2021-10-01 02:25:57 +09:00
syuilo
bd9df789d1
refactor: prelude/urlでquerystringを使用しないように
...
Resolve #7854
2021-10-01 00:31:43 +09:00
Johann150
7974dbf477
insert space for unknown MFM functions ( #7851 )
2021-09-30 22:47:07 +09:00
syuilo
834fb3bebd
fix(client): ユーザーページのタブが機能していない問題を修正
...
Fix #7853
2021-09-30 22:45:20 +09:00
syuilo
18fa317ee7
fix bug
2021-09-30 03:07:47 +09:00
Johann150
414f1d1158
fix: truncate image descriptions ( #7699 )
...
* move truncate function to separate file to reuse it
* truncate image descriptions
* show image description limit in UI
* correctly treat null
Co-authored-by: nullobsi <me@nullob.si>
* make truncate Unicode-aware
The strings that truncate returns should now be valid Unicode.
PostgreSQL also counts Unicode Code Points instead of bytes so this
should be correct.
* move truncate to internal, validate in API
Truncating could also be done in src/services/drive/add-file.ts or
src/services/drive/upload-from-url.ts but those would also affect
local images. But local images should result in a hard error if the
image comment is too long.
* avoid overwriting
Co-authored-by: nullobsi <me@nullob.si>
2021-09-30 01:44:22 +09:00
syuilo
c5e5a9b8ef
🎨
2021-09-30 01:13:54 +09:00
syuilo
1ac1a968b9
refactor components
2021-09-30 00:50:45 +09:00
syuilo
0d3a36e519
add todo
2021-09-28 01:50:02 +09:00
syuilo
ebce02c253
chore: clean up
2021-09-26 03:25:52 +09:00
syuilo
78b400e8b0
fix(client): MFM関数構文のサジェストで括弧を無視するように
2021-09-26 03:25:00 +09:00
syuilo
8d93f148be
重いというか邪魔
2021-09-26 03:17:16 +09:00
syuilo
4b8a2d2a6b
fix(client): 絵文字一覧ページのタグ一覧をとりあえず無効に
...
重いため
2021-09-26 03:16:30 +09:00
syuilo
5fd549656b
chore: clean up
2021-09-26 02:56:02 +09:00
syuilo
a70dbb7e74
feat(client): MFM関数構文のサジェストを実装
2021-09-26 02:55:11 +09:00
syuilo
a75f3fb87c
refactor: fix types
2021-09-26 02:10:07 +09:00
MeiMei
ece3ac967d
Tune mfmToHtml ( #7841 )
...
* Tune mfmToHtml
* typo
* add
2021-09-26 01:57:38 +09:00
syuilo
da71d8f4af
fix(client): fix tabs of page header behaviour
2021-09-26 01:53:56 +09:00
syuilo
ce4ea5071f
enhance(client): アニメーションを減らす設定をメニューのアニメーションにも適用するように
...
Resolve #7826
2021-09-23 23:01:32 +09:00
tamaina
d5af62836b
Merge branch 'develop' into swn
2021-09-23 22:48:27 +09:00
MeiMei
8a558eed36
Update index.ts ( #7830 )
2021-09-23 22:41:02 +09:00
tamaina
536ea6ea36
Merge branch 'develop' into swn
2021-09-23 22:33:36 +09:00
Johann150
ce32cd576b
fix inboxQueue import ( #7829 )
2021-09-23 22:32:16 +09:00
syuilo
be23ccf23b
New Crowdin updates ( #7823 )
...
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Esperanto)
* New translations create-plugin.md (Esperanto)
2021-09-22 22:53:01 +09:00
syuilo
5bf4f569e4
enhance(client): アップデートが利用可能な場合エラー表示およびダイアログ表示しないように
2021-09-22 22:45:10 +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
syuilo
bea42f5804
New Crowdin updates ( #7764 )
...
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations apps.md (Chinese Simplified)
* New translations links.md (Chinese Simplified)
* New translations changelog.md (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations report-issue.md (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations mfm.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations glossary.md (Esperanto)
* New translations timeline.md (Chinese Simplified)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations mfm.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations mfm.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations glossary.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations aiscript.md (English)
* New translations ja-JP.yml (Esperanto)
* New translations aiscript.md (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations links.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations note.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations note.md (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (English)
* New translations faq.md (Korean)
* New translations faq.md (Korean)
* New translations misskey.md (Korean)
* New translations faq.md (Korean)
* New translations disable-timelines.md (Korean)
* New translations disable-timelines.md (Korean)
* New translations disable-timelines.md (Korean)
* New translations aiscript.md (Korean)
* New translations misskey.md (Korean)
* New translations aiscript.md (Korean)
* New translations changelog.md (Korean)
* New translations misskey.md (Korean)
* New translations misskey.md (Korean)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations glossary.md (Esperanto)
* New translations glossary.md (Esperanto)
* New translations glossary.md (Esperanto)
* New translations glossary.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations misskey.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations faq.md (Korean)
* New translations misskey.md (Korean)
* New translations apps.md (Korean)
* New translations faq.md (Korean)
* New translations misskey.md (Korean)
* New translations faq.md (Korean)
* New translations glossary.md (Korean)
* New translations faq.md (Korean)
* New translations glossary.md (Korean)
* New translations glossary.md (Korean)
* New translations glossary.md (Korean)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations create-plugin.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations keyboard-shortcut.md (Esperanto)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Chinese Simplified)
* New translations create-plugin.md (Chinese Simplified)
* New translations develop-bot.md (Chinese Simplified)
* New translations reversi-bot.md (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations reversi-bot.md (Chinese Simplified)
* New translations stream.md (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations glossary.md (Esperanto)
* New translations glossary.md (Esperanto)
* New translations glossary.md (Esperanto)
* New translations reversi-bot.md (Chinese Simplified)
* New translations develop-bot.md (Chinese Simplified)
* New translations reversi-bot.md (Chinese Simplified)
* New translations reversi-bot.md (Chinese Simplified)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations troubleshooting.md (Esperanto)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations timeline.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations timeline.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations glossary.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations glossary.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations note.md (Esperanto)
* New translations glossary.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations glossary.md (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations reversi-bot.md (Chinese Simplified)
* New translations reversi-bot.md (Chinese Simplified)
* New translations reversi-bot.md (Chinese Simplified)
* New translations stream.md (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Esperanto)
* New translations ja-JP.yml (Esperanto)
* New translations glossary.md (Korean)
* New translations glossary.md (Korean)
* New translations glossary.md (Korean)
* New translations glossary.md (Korean)
* New translations links.md (Korean)
* New translations links.md (Korean)
* New translations ja-JP.yml (Korean)
2021-09-22 22:31:22 +09:00
syuilo
fbbce302bc
enhance(client): 非ログイン自は更新ダイアログを出さないように
...
Resolve #7756
2021-09-22 22:18:08 +09:00
Skehmatics
a499ad6879
feat: MFM Sparkle animation ( #7813 )
...
* Add sparkle mfm animation ✨
* Cleanup sparkle effect
+ spaces -> tabs and other codestyle
+ use proper image
+ listen for resizes
+ use font-size to determine particle size (for fun with x2/3/4 stacking)
2021-09-22 22:09:23 +09:00
tamaina
0563fa6f56
Merge branch 'develop' into swn
2021-09-22 22:00:50 +09:00
syuilo
76c5dc8999
fix(client): fix #7774
2021-09-22 21:58:08 +09:00
syuilo
61de9cdbd4
🎨
2021-09-22 21:42:07 +09:00
syuilo
9208825975
feat(server): 管理者用アカウント削除API実装
...
動作確認済み
Resolve #7735
2021-09-22 17:34:48 +09:00
tamaina
da88b6f23e
Merge branch 'develop' into swn
2021-09-21 21:58:50 +09:00
syuilo
72a49f334a
enhance(client): リスト、アンテナタイムラインを個別ページとして分割
2021-09-21 21:04:59 +09:00
syuilo
b35ca3b739
🎨
2021-09-21 04:13:54 +09:00
syuilo
85950f17fa
🎨
2021-09-21 04:09:28 +09:00
tamaina
fb5fb8b2d8
fix
2021-09-21 03:51:45 +09:00
tamaina
0564aeff6d
bypass fetch?
2021-09-21 03:37:32 +09:00
tamaina
5696781a8c
apiFetch => cli
2021-09-21 03:35:44 +09:00
tamaina
06207e56cd
renoteの条件追加
2021-09-21 03:32:48 +09:00
tamaina
e7de16db4a
remove fetch specification
2021-09-21 03:24:36 +09:00
tamaina
2c847db097
Revert "clean up"
...
This reverts commit f94919cb9c
.
2021-09-21 03:24:02 +09:00
tamaina
9f174bb380
Revert "remove follow action"
...
This reverts commit defbb41648
.
2021-09-21 03:22:52 +09:00
tamaina
f94919cb9c
clean up
2021-09-21 03:12:23 +09:00
tamaina
defbb41648
remove follow action
2021-09-21 03:05:23 +09:00
tamaina
e8db277589
refactor
2021-09-21 02:59:07 +09:00
tamaina
dbafb501a9
refactor
2021-09-21 02:39:49 +09:00
tamaina
25f92c60d4
fix
2021-09-21 02:38:34 +09:00
tamaina
bfbc3811ed
fix loginId
2021-09-21 02:28:12 +09:00
tamaina
e78a95e176
fix lint
2021-09-21 02:09:13 +09:00
tamaina
1c49074ea2
wip
2021-09-21 02:08:02 +09:00
syuilo
78f95b5910
🎨
2021-09-21 02:01:25 +09:00
tamaina
74dc874110
wip
2021-09-21 01:58:05 +09:00
tamaina
de472fdc79
nanka iroiro
2021-09-21 01:55:36 +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
MeiMei
388de9dc96
chore, perf: Reduce redis memory ( #7816 )
...
* Reduce redis memory
* CHANGELOG
* a
2021-09-20 21:55:19 +09:00
tamaina
e0dc391cf6
Merge branch 'develop' into swn
2021-09-19 15:12:57 +09:00
syuilo
54e0a7f8a8
feat: 凍結された場合のダイアログを実装 ( #7811 )
...
* feat: 凍結された場合のダイアログを実装
* Update CHANGELOG.md
* Update basic.js
* improve error handling
* cypressなんもわからん
* Update basic.js
2021-09-19 02:23:12 +09:00
tamaina
9400dc5580
fix
2021-09-18 22:56:21 +09:00
tamaina
4c9acc29bb
add app
2021-09-18 22:14:04 +09:00
tamaina
17da1921df
Merge branch 'develop' into swn
2021-09-18 21:56:22 +09:00
syuilo
6d4e96dea2
fix style
2021-09-18 21:26:31 +09:00
tamaina
18d6a663f8
Merge branch 'develop' into swn
2021-09-18 21:19:23 +09:00
syuilo
a6958da091
enhance(server): アカウントが凍結されたときのエラーを判定しやすく
2021-09-18 17:58:37 +09:00
nullobsi
d5702f9d51
add resolver check for blocked instance ( #7777 )
...
* add resolver check for blocked instance
* lint
* Update note.ts
2021-09-18 15:45:02 +09:00
syuilo
5141afe476
fix(client): タイムラインでリストとかなかったの修正
2021-09-18 15:39:01 +09:00
tamaina
4422219be7
fix: アンテナが既読にならないのを修正 ( #7809 )
2021-09-18 15:31:32 +09:00
sousuke0422
07bb8067ae
fix: アンテナの既読 ( #7803 )
...
from: a89742319c
2021-09-18 13:30:28 +09:00
syuilo
4ea7b2dd63
fix(server): fix #7786
2021-09-18 03:26:36 +09:00
tamaina
1e7a4eebfe
Merge branch 'stream-types' into swn
2021-09-17 22:50:41 +09:00
tamaina
ab237868ff
Merge branch 'develop' into swn
2021-09-17 22:42:40 +09:00
tamaina
9275dec442
Merge branch 'develop' into stream-types
2021-09-17 22:42:22 +09:00
syuilo
361069314f
Refine UI ( #7806 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update default.vue
* wip
2021-09-17 22:39:15 +09:00
NoriDev
d252514a39
popupで設定ページを表示すると、アカウントの削除ページにアクセスすることができない問題を修正 ( #7797 )
2021-09-17 20:00:31 +09:00
tamaina
2a591861e7
clean up?
2021-09-12 23:49:21 +09:00
tamaina
9f4ad3c873
fix lint
2021-09-12 23:38:12 +09:00
tamaina
7fd5152f73
https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339
2021-09-12 23:21:19 +09:00
tamaina
b2f27e9b4e
update stream.ts
2021-09-12 23:14:50 +09:00
tamaina
3945175ac7
Merge branch 'packed-type' into stream-types
2021-09-12 23:14:40 +09:00
tamaina
f8df218bbb
reversi-matching
2021-09-12 23:09:17 +09:00
tamaina
6b72d888f8
Packed
2021-09-12 23:08:42 +09:00
tamaina
77ed1d7dc4
emoji
2021-09-12 23:08:10 +09:00
tamaina
c71844c292
gallery-post
2021-09-12 23:07:45 +09:00
tamaina
3a4e3d78b2
clip
2021-09-12 23:06:27 +09:00
tamaina
3bf7e4bf02
antenna
2021-09-12 23:06:04 +09:00
tamaina
df10aa40f4
channel
2021-09-12 23:05:28 +09:00
tamaina
5ed72999a9
import user?
2021-09-12 23:04:48 +09:00
tamaina
8e9cfb8a90
app (with modifying schema)
2021-09-12 23:03:58 +09:00
tamaina
2c7daf8f0e
page
2021-09-12 22:57:23 +09:00
tamaina
4dfebbd0fe
hashtag
2021-09-12 22:56:55 +09:00
tamaina
3d54fb24d5
blocking
2021-09-12 22:56:32 +09:00
tamaina
b98687244d
muting
2021-09-12 22:56:03 +09:00
tamaina
fad785bebf
following
2021-09-12 22:55:21 +09:00
tamaina
8f67adb817
drive-folder
2021-09-12 22:54:51 +09:00
tamaina
59ac258272
drive-file
2021-09-12 22:54:15 +09:00
tamaina
295ad35210
notification
2021-09-12 22:53:06 +09:00
tamaina
02f6142d01
app, messaging-message
2021-09-12 22:52:16 +09:00
tamaina
677a6aae2a
note
2021-09-12 22:47:03 +09:00
tamaina
c9926414a0
user-list
2021-09-12 22:41:38 +09:00
tamaina
3eb79b23bc
user-group
2021-09-12 22:40:51 +09:00
tamaina
d7488715df
user
2021-09-12 22:40:18 +09:00
tamaina
1f82a98384
note-reaction
2021-09-12 22:34:27 +09:00
tamaina
a97fb08af0
add Packed type
2021-09-12 22:20:21 +09:00
tamaina
dee40b33d2
wip PackedHoge => Packed<'Hoge'>
2021-09-12 22:18:26 +09:00
tamaina
e749b756a0
add schemas refs, fix Packed type
2021-09-12 22:12:48 +09:00
tamaina
96c79545db
Merge branch 'infer-pack-type' into stream-types
2021-09-12 21:49:51 +09:00
tamaina
ee3457cb09
remove signin schema (use Signin entity)
2021-09-12 21:46:26 +09:00
tamaina
ef98e4ab4f
add reversiMatching
2021-09-12 21:44:32 +09:00
tamaina
ce0f3741b9
add reversiGame
2021-09-12 21:39:02 +09:00
tamaina
3afdfe848b
add emoji schema
2021-09-12 21:11:06 +09:00
tamaina
e777feae9a
fix lint
2021-09-12 15:53:04 +09:00
tamaina
e2550e8ddd
add PackedRef
2021-09-12 15:48:08 +09:00
tamaina
04aa4a5e2c
add Packed type
2021-09-12 15:35:59 +09:00
tamaina
943f9881e7
zMerge branch 'infer-pack-type' into stream-types
2021-09-12 15:01:23 +09:00
tamaina
c05e99b8f7
fix
2021-09-12 15:00:48 +09:00
tamaina
0714c56c41
channel
2021-09-12 01:37:55 +09:00
tamaina
217bf12aab
antenna
2021-09-12 01:36:47 +09:00
tamaina
4bd42cf071
add type
2021-09-12 01:31:48 +09:00
tamaina
4ba33f24a5
clean up
2021-09-12 01:28:48 +09:00
tamaina
380d357a74
refactor
2021-09-12 01:27:20 +09:00
tamaina
8cafc4ee55
ev => data
2021-09-12 01:22:59 +09:00
tamaina
1cc72fdd73
clean up
2021-09-12 01:18:17 +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
ace6784b9d
matching
2021-09-12 01:04:55 +09:00
tamaina
9ea9814957
game
2021-09-12 01:04:30 +09:00
tamaina
6df0c45cba
signin
2021-09-12 01:04:07 +09:00
tamaina
866de46f65
emoji
2021-09-12 01:03:40 +09:00
tamaina
beac5d2fb7
add prelude/types.ts
2021-09-12 01:02:56 +09:00
tamaina
a7f5ad78b4
user packとnote packの型不整合を修正
2021-09-12 00:48:42 +09:00
tamaina
59580e9093
user packとnote packの型不整合を修正
2021-09-12 00:46:38 +09:00
tamaina
1662119933
Merge branch 'develop' into swn
2021-09-12 00:02:59 +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
8195be9371
Merge branch 'stream-types' of https://github.com/tamaina/misskey into stream-types
2021-09-07 09:33:49 +09:00
tamaina
6a808ac5e3
https://github.com/misskey-dev/misskey/pull/7769#discussion_r703058458
2021-09-07 09:33:45 +09:00
tamaina
afb7d5d56b
Update src/prelude/types.ts
...
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2021-09-07 09:32:33 +09:00
tamaina
2c494f1052
edit comment
2021-09-07 04:41:07 +09:00
tamaina
cd36102b90
edit comment
2021-09-07 04:01:06 +09:00
tamaina
1590cf000f
edit comment
2021-09-07 03:58:58 +09:00
tamaina
9fc59a7b2f
Merge branch 'expand-schema' into stream-types
2021-09-07 03:48:08 +09:00
tamaina
714f9f2032
define items in full Schema
2021-09-07 03:47:50 +09:00