Commit graph

160 commits

Author SHA1 Message Date
MeiMei
763ae8f1a6 Change Twemoji CDN (#4527) 2019-03-18 22:02:45 +09:00
MeiMei
c65256d02b Fix custom emoji validation (#4528) 2019-03-18 20:02:25 +09:00
MeiMei
c2eec272e6 Content-Disposition in ObjectStrage (#4524)
* Content-Disposition in ObjectStrage

* encode filename
2019-03-18 15:23:45 +09:00
syuilo
08c176e549
不明なリアクションのフォールバックに star を使うようにするオプション 2019-03-18 01:03:35 +09:00
MeiMei
2684541693 Custom reaction (#4517)
* Custom reaction

* increase limit of reactions/delete

* リアクションの場合は OS標準の絵文字を使用 を迂回する

* カスタムリアクションを無効にする設定

* fix

* disableCustomReaction --> enableEmojiReaction

* Avoid MFM rendering

* 🎨

* 🎨

* Auto accept

* custom emoji reaction

* Improve usability

* Extract emojiRegex

* Fix

* Clean up

* 🎨

* 🎨

* toDbReaction で reaction は必須に

あとフォールバックは like に

* Clean up

* Make required

* 3eb08748fe (r266241728)

* Refactor

* Allow null
2019-03-18 00:03:57 +09:00
Acid Chicken (硫酸鶏)
38656103c0
Add angle bracket covered url syntax to mfm (#4483)
* Add angle bracket covered url syntax to mfm

* Fix path

* Fix match

* Fix index
2019-03-14 21:23:15 +09:00
MeiMei
69a0d9034f Fix #4486 (#4487) 2019-03-13 11:21:16 +09:00
syuilo
00a3fe39e8
Update dependencies 🚀 2019-03-13 09:19:48 +09:00
MeiMei
0a0aa0e2db Fix #4484 (#4485)
* Fix #4484

* import order
2019-03-12 23:38:11 +09:00
syuilo
a7e60f80bd
Refactor: Extract downloadTextFile function 2019-03-11 20:23:29 +09:00
MeiMei
d4ff19f013 Fix SVG detection (#4401)
* Fix SVG detection

* remove unnecessary import
2019-03-03 08:48:02 +09:00
syuilo
977af0a24d
ログをデータベースに保存して管理画面で見れるように 2019-03-02 18:51:59 +09:00
syuilo
563d604812
Refactor 2019-02-24 17:28:51 +09:00
syuilo
9b79a411e0
Use camelCase 2019-02-24 12:53:22 +09:00
syuilo
52774bbe64
Introduce OpenAPI specs (#4351)
* wip

* wip

* wip

* Update index.ts

* Update gen-openapi-spec.ts

* Update api.ja-JP.md

* Fix

* Improve doc

* Update gen-openapi-spec.ts

* Update redoc.html

* Improve doc

* Update gen-openapi-spec.ts

* Improve doc

* Update CHANGELOG.md
2019-02-23 11:20:58 +09:00
syuilo
2756f553c6
Improve error handling of API (#4345)
* wip

* wip

* wip

* Update attached_notes.ts

* wip

* Refactor

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update call.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* ✌️

* Fix
2019-02-22 11:46:58 +09:00
syuilo
893795a31d
Update some logs 2019-02-20 22:05:34 +09:00
Acid Chicken (硫酸鶏)
2776934728 Update is-objectid.ts (#4277)
* Update is-objectid.ts

* Update is-objectid.ts
2019-02-15 23:42:44 +09:00
syuilo
5aa58da918
Migrate cafy to 14.0 (#4240) 2019-02-13 16:33:07 +09:00
syuilo
f35688bab8
Supress logs during test 2019-02-08 16:56:23 +09:00
syuilo
61dcd51888
Revert "Fix bug"
This reverts commit 2ef795aba8.
2019-02-07 21:02:57 +09:00
syuilo
2ef795aba8
Fix bug 2019-02-07 10:51:55 +09:00
syuilo
1d2c50fc26
デフォルトでログのタイムスタンプ非表示 2019-02-07 10:51:50 +09:00
Aya Morisawa
b299988bb5 Simplify comment (#4164) 2019-02-06 13:52:32 +09:00
Acid Chicken (硫酸鶏)
9dd06a7621
/.well-known 周りをいい感じに (#4141)
* Enhance /.well-known and their friends

* Fix bug
2019-02-05 17:42:55 +09:00
syuilo
7d730f676d
Refactoring: Extract showMachineInfo function 2019-02-05 06:49:00 +09:00
syuilo
d3c7129e1f
Refactoring: Extract checkMongoDB function 2019-02-05 06:43:36 +09:00
syuilo
861302f0fd
アニメーション画像を無効にする際、サーバーサイドではなくクライアントサイドでURLを変更するように 2019-02-05 03:51:54 +09:00
MeiMei
f014b7ae0e アニメーションを自動再生しないオプション (#4131)
* Refactor

* settings

* Media Proxy

* Replace API response
2019-02-05 03:01:36 +09:00
syuilo
4982ea8f14
Add --verbose option 2019-02-04 12:14:07 +09:00
syuilo
3be89e9702
Better logging 2019-02-04 12:09:59 +09:00
syuilo
4275af2324
Make Logger#log method private 2019-02-04 11:51:23 +09:00
syuilo
b4859be098
Improve log readability 2019-02-03 21:42:52 +09:00
syuilo
edd1baa9f4
🎨 2019-02-03 20:23:53 +09:00
syuilo
4a23ebe534
Refactoring 2019-02-03 20:10:20 +09:00
syuilo
0868c3517f
Use internal logger instead of debug/console for logging
Resolve #4104
Resolve #1966
Resolve #1937
2019-02-03 18:16:57 +09:00
syuilo
75558add17
Better logging 2019-02-03 16:45:13 +09:00
syuilo
0bd0fb9fbf
Include worker information for each logs 2019-02-03 13:51:24 +09:00
Acid Chicken (硫酸鶏)
2f215ea34c Use is syntax (#4079) 2019-02-03 04:31:03 +09:00
syuilo
f53a93ea13
Better logger 2019-02-03 01:39:42 +09:00
syuilo
a3e37294e5
Better logs 2019-02-03 01:33:34 +09:00
syuilo
05baa89508
Refactoring of logger 2019-02-03 01:24:59 +09:00
syuilo
80aa45372a
Better logger 2019-02-03 01:20:21 +09:00
syuilo
a91f95451a
Fix logger 2019-02-03 01:07:14 +09:00
syuilo
52d6ec2138
Refatoring of logger 2019-02-03 01:01:40 +09:00
MeiMei
3040700005 Generate video thumbnails (#4084)
* Generate video thumbnails

* import order
2019-02-02 13:22:09 +09:00
MeiMei
9c106022ae Fix #3871 (#4082) 2019-02-01 21:37:34 +09:00
Aya Morisawa
4c9b66b0f0
Extract MFM types 2019-01-30 14:51:30 +09:00
syuilo
e9ebc5151d
[Server] Fix bug: リモートユーザーのアイコンが消えることがある問題を修正 2019-01-21 11:23:32 +09:00
syuilo
b4b6e9548d
Rename 2019-01-04 03:52:50 +09:00
ibrokemypie
ebf9cd18c8 Make instance logo customisable (#3829) 2019-01-04 03:02:40 +09:00
Acid Chicken (硫酸鶏)
89ac15b4de
Fix typo
split は不規則動詞
2018-12-25 16:49:35 +09:00
Aya Morisawa
e9f8897fe2
Refactor MFM
Co-authored-by: syuilo syuilotan@yahoo.co.jp
2018-12-20 19:42:10 +09:00
syuilo
454632d785
Resolve #3687 2018-12-20 04:08:13 +09:00
syuilo
710ba526fa
Better cw detection 2018-12-20 03:22:27 +09:00
Acid Chicken (硫酸鶏)
c81a94ff75 Resolve #3676 (#3677) 2018-12-19 21:20:25 +09:00
syuilo
00f979f0e6
Fix bug 2018-12-19 11:16:29 +09:00
syuilo
65d943e42a
Fix #3646 2018-12-17 20:17:21 +09:00
syuilo
69f246ce7f
Fix bug 2018-12-11 21:17:57 +09:00
MeiMei
59a1b9adbe Trim notifications text (#3438)
* Trim notifications

* Remove needless colons

* Use single quote

* 🎨
2018-11-30 09:34:37 +09:00
MeiMei
bcb04924ff Image for web publish (#3402)
* Image for Web

* Add comment

* Make main to original
2018-11-26 04:25:48 +09:00
syuilo
246cead2b1
Improve user operations
Resolve #2197
Resolve #3367
2018-11-23 08:01:14 +09:00
Hakaba Hitoyo
ac14adfd3e Feature / user recommendation config in admin ui (#3357)
* add config for external user recommendation into admin ui

* debug

* correct admin ui

* switch external user recommendation to admin ui config

* debug

* debug

* debug

* Revert "debug"

This reverts commit f4a0460e5bde21cd1f39a735f496a2d74233ef3f.

* explicit parseInt radix

* add Japanese message

* change default engine to https

* remove unused settings

* debug

* nullable externalUserRecommendationTimeout
2018-11-21 23:44:59 +09:00
Aya Morisawa
ca0cb6fd42
Merge environmentInfo and machineInfo into index.ts (#3319) 2018-11-19 13:39:10 +09:00
Acid Chicken (硫酸鶏)
9d8f7b081d WIP: Add Discord auth (#3239)
* Add Discord auth

* Apply review 175263424
2018-11-15 19:15:04 +09:00
syuilo
25a69ec1b6
Refactoring of i18n (#3165)
Refactoring of i18n
2018-11-09 03:44:35 +09:00
syuilo
d5408c429b
Fix bug 2018-11-07 20:59:40 +09:00
syuilo
cb6f390fb6
GitHub / Twitter連携の設定をDBに保存するように 2018-11-07 13:14:52 +09:00
syuilo
001bb7bbcd
インスタンスの対象言語の設定を実装 2018-11-07 12:28:53 +09:00
syuilo
92dfcdad57
Fix #3141 2018-11-06 20:47:07 +09:00
syuilo
2a5c19cd01
リモートのファイルをキャッシュするかどうかの設定をDBに保存するように 2018-11-06 07:52:13 +09:00
syuilo
8f714b5b12
ドライブ容量の設定をDBに保存するようにしたりリファクタリングしたり 2018-11-06 07:14:43 +09:00
syuilo
e9a3495225
Resolve #3132 2018-11-06 03:48:23 +09:00
Aya Morisawa
6c5a78aeb2 Fix #3133 (#3134) 2018-11-06 03:31:16 +09:00
syuilo
9f5dc2c0df
[WIP] Use FontAwesome Component for Vue (#3127)
* wip

* Rename

* Clean up

* Clean up

* wip

* wip

* Enable tree shaking

* ✌️

* ✌️

* wip

* wip

* Clean up
2018-11-06 01:40:11 +09:00
syuilo
931bdc6aac
Refactoring, Clean up and bug fixes 2018-11-02 03:32:24 +09:00
syuilo
1a51b98700
Refactor 2018-10-31 22:35:02 +09:00
syuilo
e0d6f7c7c4
RP --> RN 2018-10-20 07:01:09 +09:00
syuilo
9427a756c9
Update mongodb 2018-10-16 11:38:09 +09:00
syuilo
7f5a69f4d8
Fix bug 2018-10-09 05:31:26 +09:00
syuilo
cd7f8b080e
Fix #2738 2018-09-20 04:56:24 +09:00
syuilo
44f6fe6f1f
Refactor: Extract shouldMuteThisNote function 2018-09-17 23:07:15 +09:00
xps2
43b47c4494 fontawesomeを5.3.1にアップデート (#2718) 2018-09-17 03:02:58 +09:00
syuilo
a1b82e9723 #2620 2018-09-05 19:32:46 +09:00
Aya Morisawa
a4678e45de Not check dependencies 2018-09-02 08:02:10 +09:00
Aya Morisawa
291beb45fc
Use string interpolation 2018-09-01 23:12:51 +09:00
Aya Morisawa
08a59591ae
Use startsWith and endsWith for readability 2018-08-25 22:42:26 +09:00
syuilo
d129151fdf Fix #2410
なぜか .ts という拡張子で来るのかは不明
2018-08-23 02:28:58 +09:00
syuilo
1b9c69f793 Fix bug 2018-08-23 01:55:39 +09:00
Aya Morisawa
bde20a1a65 Use deque instead of linked list 2018-08-14 08:21:25 +09:00
Aya Morisawa
f443d36dbb Resolve #2176 2018-08-14 07:49:59 +09:00
syuilo
4a5e145048 Add new reaction: rip 😇 2018-08-11 21:08:34 +09:00
syuilo
5c497d7563 ✌️ 2018-08-02 09:52:47 +09:00
Aya Morisawa
01703e5584 Fix #1975 2018-07-25 13:30:59 +09:00
syuilo
f1bbbcfedf Fix #1960 2018-07-25 00:51:30 +09:00
syuilo
c3b3b9b9a6 #1955 2018-07-25 00:29:18 +09:00
Aya Morisawa
e5c20ca9a7 Update dependencyInfo.ts 2018-07-23 20:45:21 +09:00
syuilo
2df02a9d70 wip 2018-07-21 05:35:43 +09:00
Aya Morisawa
87cc5f790c Update log messages 2018-07-14 22:53:30 +09:00
Aya Morisawa
d12d201ef4 Update logger 2018-07-14 22:14:56 +09:00