syuilo
|
d780e5b251
|
enhance(client): ミュートされたノート数を表示するようにしたり
|
2020-08-09 13:46:19 +09:00 |
|
syuilo
|
cf43dd6ec5
|
ワードミュート (#6594)
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
|
2020-07-27 13:34:20 +09:00 |
|
syuilo
|
3f71b14637
|
feat: Blurhash integration
Resolve #6559
|
2020-07-19 00:24:07 +09:00 |
|
fuyu
|
37c16e5b45
|
「すべて既読にする」でグループメッセージが既読にならない問題を修正 (#6476)
|
2020-07-04 10:45:36 +09:00 |
|
tamaina
|
9bee9d20f7
|
Improve typing
|
2020-05-26 14:33:55 +09:00 |
|
syuilo
|
d4a630902d
|
refactor: Use ===
|
2020-04-04 08:46:54 +09:00 |
|
MeiMei
|
a448172952
|
Fix #6199 (#6201)
|
2020-03-29 23:18:03 +09:00 |
|
syuilo
|
09e3ddbd57
|
アプリの権限を確認できるように
|
2020-03-29 17:06:36 +09:00 |
|
syuilo
|
7ee4385deb
|
Fix bug
|
2020-03-28 22:04:23 +09:00 |
|
syuilo
|
dcd43a17ba
|
インストールしたアプリ見れるようにしたり削除できるようにしたり
|
2020-03-28 19:33:11 +09:00 |
|
syuilo
|
614a1d74dd
|
Resolve #6192
|
2020-03-28 18:07:41 +09:00 |
|
syuilo
|
9ea1ed8559
|
Add i/apps private API
|
2020-03-28 16:52:52 +09:00 |
|
syuilo
|
6be127e18b
|
Implement MiAuth
|
2020-03-28 11:24:37 +09:00 |
|
syuilo
|
d9986b7a2f
|
Implement featured note injection
|
2020-02-18 19:05:11 +09:00 |
|
syuilo
|
1441fd93b9
|
Clean up
|
2020-02-18 08:05:27 +09:00 |
|
syuilo
|
43734f027b
|
Refactoring
|
2020-02-15 21:33:32 +09:00 |
|
syuilo
|
2feef81516
|
グループ招待の通知とか
Resolve #5880
Resolve #5927
|
2020-02-13 02:17:54 +09:00 |
|
syuilo
|
7ed3448e13
|
Resolve #1669
|
2020-02-01 07:16:52 +09:00 |
|
syuilo
|
f6154dc0af
|
v12 (#5712)
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
|
2020-01-30 04:37:25 +09:00 |
|
MeiMei
|
541f5f1314
|
Hide suspended user profile (#5452)
|
2020-01-02 02:47:20 +09:00 |
|
syuilo
|
4dc4ac2f0c
|
Decrease tag limit
|
2019-09-27 05:18:09 +09:00 |
|
Acid Chicken (硫酸鶏)
|
bf9da8458c
|
Limit the tag counts to 100 (#5263)
* Limit the tag counts to 256
* Update create.ts
* Update create.ts
* Update create.ts
* Limit the user tag
|
2019-09-27 05:16:59 +09:00 |
|
Satsuki Yanagi
|
a85f4c4fc4
|
Resolve #2716 (#5340)
* Resolve #2716
* Update ja-JP.yml
|
2019-08-25 16:11:20 +09:00 |
|
MeiMei
|
7ecfc007a9
|
updateHashtagを並列で行わないように (#5284)
|
2019-08-18 12:47:45 +09:00 |
|
MeiMei
|
9c4e64b7b5
|
Send Delete activity on suspend (#5165)
* Send Delete Person activity
* Delete activityの後にフォロー解除する
* アカウント削除でもDelete activity
|
2019-07-18 02:03:28 +09:00 |
|
MeiMei
|
ef44eda69e
|
Mastodonのリンクの所有者認証に対応 (#5161)
* Profile metadata を設定できるように
* API desc
|
2019-07-18 00:11:39 +09:00 |
|
syuilo
|
bd8d7c3d0f
|
Improve Page
* ページをピン留めできるように
* デッキでカラム内でページを見れるように
|
2019-07-07 06:56:13 +09:00 |
|
Satsuki Yanagi
|
047a46d966
|
Support password-less login with WebAuthn (#5112)
* Support password-less login with WebAuthn
* Fix initial value of usePasswordLessLogin
|
2019-07-07 01:38:36 +09:00 |
|
Satsuki Yanagi
|
114523e69e
|
Fix WebAuthn login (#5103)
|
2019-07-05 07:48:12 +09:00 |
|
syuilo
|
d3edf03125
|
Fix errors
|
2019-07-05 02:00:54 +09:00 |
|
Mary
|
fd94b817ab
|
Implement Webauthn 🎉 (#5088)
* Implement Webauthn 🎉
* Share hexifyAB
* Move hr inside template and add AttestationChallenges janitor daemon
* Apply suggestions from code review
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add newline at the end of file
* Fix stray newline in promise chain
* Ignore var in try{}catch(){} block
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add missing comma
* Add missing semicolon
* Support more attestation formats
* add support for more key types and linter pass
* Refactor
* Refactor
* credentialId --> id
* Fix
* Improve readability
* Add indexes
* fixes for credentialId->id
* Avoid changing store state
* Fix syntax error and code style
* Remove unused import
* Refactor of getkey API
* Create 1561706992953-webauthn.ts
* Update ja-JP.yml
* Add type annotations
* Fix code style
* Specify depedency version
* Fix code style
* Fix janitor daemon and login requesting 2FA regardless of status
|
2019-07-03 20:18:07 +09:00 |
|
syuilo
|
952789cc1e
|
Use as const
#5089
|
2019-06-27 18:04:09 +09:00 |
|
syuilo
|
f74bc309b1
|
Fix bug
|
2019-06-25 01:24:01 +09:00 |
|
syuilo
|
1a984de8e8
|
Better error handling
|
2019-06-18 13:58:59 +09:00 |
|
syuilo
|
2615368b1e
|
Resolve #365
|
2019-06-15 00:07:41 +09:00 |
|
syuilo
|
dda7b0c80e
|
Refactor
|
2019-05-23 23:46:10 +09:00 |
|
syuilo
|
a78b048720
|
Improve API doc
|
2019-05-20 22:01:32 +09:00 |
|
syuilo
|
e103904a04
|
Resolve #4941
|
2019-05-19 20:41:23 +09:00 |
|
syuilo
|
380749051d
|
ページにいいねできるように
|
2019-05-17 19:56:47 +09:00 |
|
syuilo
|
05b8111c19
|
Pages (#4811)
* wip
* wip
* wip
* Update page-editor.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update page-editor.variable.core.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update aiscript.ts
* wip
* Update package.json
* wip
* wip
* wip
* wip
* wip
* Update page.vue
* wip
* wip
* wip
* wip
* more info
* wip fn
* wip
* wip
* wip
|
2019-04-29 09:11:57 +09:00 |
|
syuilo
|
5aa5896b22
|
Cache meta
|
2019-04-24 08:11:19 +09:00 |
|
syuilo
|
0463c6bb0f
|
Refactor API (#4770)
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update description.ts
* wip
|
2019-04-23 22:35:26 +09:00 |
|
syuilo
|
0ede390fef
|
Refactor
|
2019-04-17 14:32:59 +09:00 |
|
syuilo
|
85959a3b9b
|
Fix #4721 Fix #4722
|
2019-04-17 14:30:31 +09:00 |
|
tamaina
|
94f8a145ec
|
Better permisson Fix #2341 (#4611)
* Better permisson Fix #2341
* add kinds.ts
* test
* fix
* v11
* fix
|
2019-04-15 12:10:40 +09:00 |
|
syuilo
|
a51fbd7316
|
Suppress errors
|
2019-04-13 04:00:02 +09:00 |
|
syuilo
|
987168b863
|
strictNullChecks (#4666)
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
|
2019-04-13 01:43:22 +09:00 |
|
syuilo
|
2e3dd2a30a
|
Fix bug
|
2019-04-10 18:13:33 +09:00 |
|
syuilo
|
4152e59638
|
Fix bug
|
2019-04-10 18:05:39 +09:00 |
|
syuilo
|
626cfb61ac
|
テーブル分割
|
2019-04-10 15:04:27 +09:00 |
|