summaryrefslogtreecommitdiff
path: root/src/misc/fetch-meta.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Custom reaction (#4517)MeiMei2019-03-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Custom reaction * increase limit of reactions/delete * リアクションの場合は OS標準の絵文字を使用 を迂回する * カスタムリアクションを無効にする設定 * fix * disableCustomReaction --> enableEmojiReaction * Avoid MFM rendering * :art: * :art: * Auto accept * custom emoji reaction * Improve usability * Extract emojiRegex * Fix * Clean up * :art: * :art: * toDbReaction で reaction は必須に あとフォールバックは like に * Clean up * Make required * https://github.com/syuilo/misskey/pull/4517/commits/3eb08748feeaab9ee5c5b505c870f97d7edbeb0d#r266241728 * Refactor * Allow null
* Renamesyuilo2019-01-041-1/+1
|
* Make instance logo customisable (#3829)ibrokemypie2019-01-041-0/+1
|
* Resolve #3687syuilo2018-12-201-1/+2
|
* Resolve #3676 (#3677)Acid Chicken (硫酸鶏)2018-12-191-1/+1
|
* Fix bugsyuilo2018-12-111-1/+2
|
* Feature / user recommendation config in admin ui (#3357)Hakaba Hitoyo2018-11-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* WIP: Add Discord auth (#3239)Acid Chicken (硫酸鶏)2018-11-151-0/+1
| | | | | | * Add Discord auth * Apply review 175263424
* Fix bugsyuilo2018-11-071-0/+1
|
* GitHub / Twitter連携の設定をDBに保存するようにsyuilo2018-11-071-1/+3
|
* インスタンスの対象言語の設定を実装syuilo2018-11-071-0/+1
|
* リモートのファイルをキャッシュするかどうかの設定をD ↵syuilo2018-11-061-0/+1
| | | | Bに保存するように
* ドライブ容量の設定をDBに保存するようにしたりリファ ↵syuilo2018-11-061-0/+19
タリングしたり