tamaina
|
7333fe80bf
|
Merge branch 'develop' into swn
|
2021-11-07 23:01:06 +09:00 |
syuilo
|
a28c515ef6
|
feat: make possible to configure following/followers visibility (#7959)
* feat: make possible to configure following/followers visibility
* add test
* ap
* add ap test
* set Cache-Control
* hide following/followers count
|
2021-11-07 18:04:32 +09:00 |
tamaina
|
1d6d02aaf6
|
Merge branch 'develop' into swn
|
2021-11-04 19:14:10 +09:00 |
シアノン
|
9236a8fd6c
|
ユーザー情報のhasUnreadChannelが常にfalseになってしまっているのを修正 (#7938)
|
2021-10-31 16:55:25 +09:00 |
syuilo
|
fc65190ef7
|
feat: thread mute (#7930)
* feat: thread mute
* chore: fix comment
* fix test
* fix
* refactor
|
2021-10-31 15:30:22 +09:00 |
tamaina
|
8f94517f33
|
Merge branch 'develop' into swn
|
2021-10-24 21:43:13 +09:00 |
syuilo
|
09f4885f89
|
feat(client): メンションにユーザーのアバターを表示するように
Resolve #350
|
2021-10-24 21:02:50 +09:00 |
tamaina
|
2a747127de
|
Merge branch 'develop' into swn
|
2021-10-23 10:52:48 +09:00 |
syuilo
|
632af91878
|
データベースにログを保存するのを廃止
Close #7878
|
2021-10-22 20:41:15 +09:00 |
tamaina
|
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
|
20649f5ae1
|
Merge branch 'develop' into swn
|
2021-10-19 15:48:10 +09:00 |
syuilo
|
7413634734
|
リアクション一覧の公開をオプトインに
|
2021-10-18 01:16:59 +09:00 |
syuilo
|
835aad44bb
|
feat: ユーザーのリアクション一覧を見れるように
|
2021-10-17 01:33:15 +09:00 |
tamaina
|
33676eba51
|
refactor: use path alias
|
2021-10-09 15:47:01 +09:00 |
tamaina
|
92c3162506
|
Merge branch 'develop' into swn
|
2021-10-09 15:45:41 +09:00 |
syuilo
|
abc45ded9b
|
refactor: use path alias
|
2021-10-09 12:47:40 +09:00 |
syuilo
|
b875cc9949
|
feat: アカウント作成にメールアドレス必須にするオプション (#7856)
* feat: アカウント作成にメールアドレス必須にするオプション
* ui
* fix bug
* fix bug
* fix bug
* 🎨
|
2021-10-08 13:37:02 +09:00 |
tamaina
|
abdd627006
|
Merge branch 'develop' into swn
|
2021-10-07 14:33:10 +09:00 |
syuilo
|
0d3a36e519
|
add todo
|
2021-09-28 01:50:02 +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
|
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
|
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
|
04aa4a5e2c
|
add Packed type
|
2021-09-12 15:35:59 +09:00 |