Commit Graph

6589 Commits

Author SHA1 Message Date
syuilo
d6a62c0ce6 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2019-07-05 22:32:19 +09:00
syuilo
25bfcfa4c4 Fix #4760 2019-07-05 22:32:15 +09:00
MeiMei
e8c526b4ce Fix: SingleLineなMFMが折り返されてしまう (#5109) 2019-07-05 21:47:18 +09:00
syuilo
859f10bf8e Add PB 2019-07-05 21:18:49 +09:00
syuilo
fcf7279373 チャートで数字が表示される問題を修正 2019-07-05 21:13:52 +09:00
MeiMei
bc0e3aa4d3 Fix: カスタム絵文字リアクションがたまに文字になってしまう (#5105) 2019-07-05 17:58:54 +09:00
MeiMei
ab79ca0794 APNGでもMIME typeはimage/pngにするように (#5100)
* APNGでもMIME typeはimage/pngにするように

* Revert "APNGでもMIME typeはimage/pngにするように"

This reverts commit e579eb2bf44f526cabfa9bd4adc6b4fa84727e3b.

* APNGはファイル送信時のみimage/pngにするように
2019-07-05 17:44:23 +09:00
Satsuki Yanagi
280911e3cc ハッシュタグのトレンドの計算を5分単位で丸める (#5107) 2019-07-05 08:43:56 +09:00
Satsuki Yanagi
cef75dcd32 Fix WebAuthn login (#5103) 2019-07-05 07:48:12 +09:00
Satsuki Yanagi
151f107f30 Update Emojis immediately (#5106) 2019-07-05 07:45:00 +09:00
syuilo
4db54a35f7 Fix errors 2019-07-05 02:00:54 +09:00
Acid Chicken (硫酸鶏)
f9f19710e4 Create partial type definition for 'jsrsasign' (#5092)
* Create partial type definition for 'jsrsasign'

* Update comments

* Add jsrsasign dependency

* Make some params of Signature class optional

* Make init argument of Signature.init optional
2019-07-05 01:54:16 +09:00
syuilo
3ef94413d1 Resolve #1867 2019-07-04 22:59:52 +09:00
syuilo
c36ed67405 テストメールは管理者アドレスに送信するように 2019-07-04 21:08:47 +09:00
syuilo
bc7ec39fae Resolve #3431 2019-07-04 21:07:02 +09:00
syuilo
182fc774c7 Fix bug 2019-07-04 20:52:21 +09:00
syuilo
2cf6bf4731 Resolve #4321 2019-07-04 20:39:33 +09:00
syuilo
e6ce4b6179 テストページ廃止 2019-07-04 20:26:12 +09:00
syuilo
5c9f2a3737 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2019-07-04 14:45:33 +09:00
syuilo
cb9c97516e APNG support 2019-07-04 14:45:28 +09:00
MeiMei
cc8fe022f2 アバターファイル選択でimage以外は表示しないように (#5098) 2019-07-04 14:31:30 +09:00
syuilo
c28639437f Fix MIME 2019-07-03 23:43:09 +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
a6e42b5180 MFMで連続したスペースがひとつに纏まるのを修正 2019-07-02 20:52:37 +09:00
syuilo
f4445c11ec Fix MFM parsing: Ignore parent [] of URL 2019-07-02 20:05:52 +09:00
syuilo
de82bb9b15 Update dependencies 🚀 2019-07-02 19:20:34 +09:00
syuilo
620380c8d0 Fix #5073 2019-07-02 19:17:14 +09:00
syuilo
7595680261 Resolve #5085 2019-07-02 18:32:24 +09:00
syuilo
7b0651d05d リモートファイルの削除が重い問題を修正 2019-07-01 21:12:14 +09:00
syuilo
66c25b545a Set job concurrency to reduce performance issue 2019-07-01 20:37:26 +09:00
syuilo
56fbfdcdb7 Simplify log domain 2019-07-01 03:25:31 +09:00
syuilo
ffa9b7f8df Create accept-migration.ts 2019-06-30 04:49:30 +09:00
syuilo
2a7d4b07b6 Fix #4926 2019-06-29 23:12:00 +09:00
syuilo
6d9660929c Revert "Update ormconfig.ts"
This reverts commit 5a349eb3766d84b9a9af46930e60dcf6c4ab0688.
2019-06-29 15:58:04 +09:00
syuilo
ec99c823a4 Update ormconfig.ts 2019-06-29 15:31:54 +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
1943c9c7f2 English nyaize 2019-06-24 22:20:13 +09:00
syuilo
9bc369c785 🎨 2019-06-23 16:12:11 +09:00
syuilo
9c0225157b Resolve #5010 2019-06-23 00:06:39 +09:00
syuilo
9cd8b234aa Fix #4519 2019-06-22 04:17:02 +09:00
syuilo
d467abb214 Improve usability 2019-06-22 04:09:53 +09:00
MeiMei
90ce12f99b Block all activities from suspended users (#5076) 2019-06-21 15:42:07 +09:00
MeiMei
739397862f Improve url-preview (#5077)
* url-previewリクエスト時にハッシュは除く

* ハッシュだけ違うプレビューカードは表示しない

*  url-previewをユーザーロケールで出し分けるように

* Fix code style
2019-06-21 15:41:02 +09:00
syuilo
d0e77e0827 Fix bug 2019-06-21 15:11:56 +09:00
syuilo
57d4d2cb20 Improve sync 2019-06-21 15:08:17 +09:00
syuilo
a75b307646 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2019-06-21 13:06:55 +09:00