Commit graph

708 commits

Author SHA1 Message Date
syuilo
bc7ec39fae Resolve #3431 2019-07-04 21:07:02 +09:00
Mary
9c76e03c3a 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
ab1dab42b5 Resolve #5072 2019-07-03 03:58:45 +09:00
syuilo
7b0651d05d リモートファイルの削除が重い問題を修正 2019-07-01 21:12:14 +09:00
MeiMei
2bcbe47cd6 Fix: AP object / actor type (#5086)
* attributedToがArrayの場合などに対応

* attachment以外で来るDocument系のObjectに対応

* Renote, Reply 対応

* 表示をいい感じに

* fix type

* revert as const

* Fix Note / Question type

* attributedToのtypeで複合配列を想定する
2019-06-28 18:54:09 +09:00
syuilo
43b7dc46b0 Use as const
#5089
2019-06-28 16:38:48 +09:00
syuilo
583411681f Use as const
#5089
2019-06-27 18:04:09 +09:00
syuilo
75df64a31d Fix bug 2019-06-25 01:24:01 +09:00
syuilo
5642935d91 Provide Redis version 2019-06-20 22:55:57 +09:00
syuilo
8fc916ec50 Resolve #5063 2019-06-18 16:49:58 +09:00
syuilo
76ccd4910f Provide version of postgresql 2019-06-18 15:56:03 +09:00
syuilo
16ae0e036d Better error handling 2019-06-18 13:58:59 +09:00
syuilo
9c2bad300a Resolve #365 2019-06-15 00:07:41 +09:00
Acid Chicken (硫酸鶏)
96084c007f Deny 'private' in note visibility (#5031)
Fixes #5028
2019-06-06 19:45:25 +09:00
syuilo
de7cd18f13 Fix bug 2019-05-29 12:22:47 +09:00
syuilo
2e5be7a7f0 Improve job queue view 2019-05-27 17:44:51 +09:00
syuilo
6f00143bd6 Improve drive management 2019-05-27 16:54:47 +09:00
Satsuki Yanagi
66677fe5ae Enable query result cache for meta / stats / hashtags trend (#4978) 2019-05-25 08:35:16 +09:00
syuilo
65c5267db3 Refactor 2019-05-23 23:46:10 +09:00
syuilo
09cc82bf39 Resolve #4967 2019-05-23 14:11:42 +09:00
syuilo
7ffd9d6df9 Better deninition 2019-05-22 13:00:36 +09:00
syuilo
e333502d79 align format 2019-05-22 12:58:53 +09:00
Satsuki Yanagi
7394adb16f Add group update / transfer API 2019-05-22 05:06:58 +09:00
syuilo
595135636d Improve API doc 2019-05-20 22:01:32 +09:00
syuilo
02511b837f Fix bugs
Use Not(IsNull())
2019-05-20 21:44:16 +09:00
syuilo
0614916383 Fix bug 2019-05-19 23:42:18 +09:00
syuilo
32b10b0f14 Fix bug 2019-05-19 23:29:28 +09:00
syuilo
cd7802626d Fix #4945 2019-05-19 20:43:33 +09:00
syuilo
494cbf3aa7 Resolve #4941 2019-05-19 20:41:23 +09:00
syuilo
cd740602c2 Fix bug 2019-05-18 22:54:02 +09:00
syuilo
20c34ead23 ユーザーグループ
Resolve #3218
2019-05-18 20:36:33 +09:00
syuilo
ddeb98ece4 ページにいいねできるように 2019-05-17 19:56:47 +09:00
syuilo
d671901d8d Update API docs 2019-05-17 00:19:23 +09:00
syuilo
4452f8378b Resolve #4928 2019-05-16 01:07:32 +09:00
syuilo
6730e63747 Resolve #4833 2019-05-15 20:41:01 +09:00
syuilo
bdb8301383 Fix bug 2019-05-15 17:05:41 +09:00
syuilo
6c95706ddd 特定のインスタンスのファイルをすべて削除できるように 2019-05-14 21:08:35 +09:00
syuilo
f0fdf656e9 インスタンスブロックを設定できるように 2019-05-14 20:49:09 +09:00
tamaina
8291f277e3 Add ToSUrl, repositoryUrl, feedbackUrl (#4921)
* Add ToSUrl, repositoryUrl, feedbackUrl

* modify nodeinfo
2019-05-14 02:57:04 +09:00
syuilo
94cd2fdcd5 インスタンス運営者がピン留めユーザーを設定できるように
Related #4892
2019-05-10 17:30:28 +09:00
syuilo
ee43b4fb31 Add notes/unrenote API 2019-05-10 15:53:53 +09:00
syuilo
c7b253ea47 Resolve #4870 2019-05-09 23:27:34 +09:00
Satsuki Yanagi
a21296dff7 Resolve #4864 (#4865) 2019-05-06 17:28:55 +09:00
Satsuki Yanagi
582a21912d 様々な修正 (#4859)
Typo, Redundant code, Syntax error の修正
2019-05-05 09:27:55 +09:00
syuilo
94d23dfa19 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
a675d557aa Improve performance 2019-04-27 11:17:03 +09:00
syuilo
bde2f84767 Fix bug 2019-04-26 00:54:11 +09:00
rinsuki
16a4788387 おすすめユーザーに自分自身を含まないように (#4803)
Fix #4790
2019-04-26 00:52:58 +09:00
syuilo
5ec6f3c15d Improve API console 2019-04-25 14:40:42 +09:00
syuilo
a1efbf0a46 Improve hashtag API 2019-04-25 13:25:10 +09:00