syuilo
859f10bf8e
Add PB
2019-07-05 21:18:49 +09:00
syuilo
fcf7279373
チャートで数字が表示される問題を修正
2019-07-05 21:13:52 +09:00
syuilo
852359e6e9
Merge branch 'develop'
2019-07-05 18:02:42 +09:00
syuilo
0d647363cd
11.24.1
2019-07-05 18:02:29 +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
Satsuki Yanagi
6689edd356
Update node version ( #5101 )
2019-07-05 02:48:32 +09:00
syuilo
1bd1ac959f
Merge branch 'develop'
2019-07-05 02:13:02 +09:00
syuilo
497c127690
11.24.0
2019-07-05 02:12:45 +09:00
syuilo
3545cc7b9e
Update node version
2019-07-05 02:12:23 +09:00
syuilo
2aef94885c
New Crowdin translations ( #5082 )
...
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Danish)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Korean)
2019-07-05 02:09:59 +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
45e1232813
Update CHANGELOG.md
2019-07-04 20:40:02 +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
8271931969
Update CHANGELOG.md
2019-07-04 15:14:13 +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
syuilo
88d2b6528d
Add note
2019-07-03 20:31:52 +09:00
syuilo
76139deac6
Update package.json
2019-07-03 20:31:38 +09:00
Satsuki Yanagi
9819f1ce18
Update ESLint 🚀 ( #5097 )
2019-07-03 20:20: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
a6e42b5180
MFMで連続したスペースがひとつに纏まるのを修正
2019-07-02 20:52:37 +09:00
syuilo
eb564f4987
Fix test
2019-07-02 20:08:30 +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
Acid Chicken (硫酸鶏)
1dfe8f392a
Update README.md [AUTOGEN] ( #5094 )
2019-07-02 15:37: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
30c0210a23
Create 1561873850023-ChartIndexes.ts
2019-06-30 14:51:57 +09:00
syuilo
ffa9b7f8df
Create accept-migration.ts
2019-06-30 04:49:30 +09:00
syuilo
f5bbcfccaf
Add initial migration
2019-06-29 23:19:21 +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