summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better logssyuilo2019-02-061-2/+2
|
* Improve queue optionsyuilo2019-02-063-18/+32
|
* Update queue settingsyuilo2019-02-061-2/+2
|
* Merge branches 'develop' and 'develop' of https://github.com/syuilo/misskey ↵syuilo2019-02-063-3/+30
|\ | | | | | | into develop
| * Simplify comment (#4164)Aya Morisawa2019-02-061-1/+1
| |
| * Introduce option type (#4150)Aya Morisawa2019-02-061-0/+20
| | | | | | | | | | | | * Introduce option type * Improve test naming
| * Add URL validation (#4148)Acid Chicken (硫酸鶏)2019-02-061-2/+9
| |
* | Improve queue configurationsyuilo2019-02-063-30/+71
|/ | | | | Resolve #4157 Resolve #4158
* proxyで400番台はそのステータスを返す (#4154)MeiMei2019-02-061-1/+6
|
* [MFM] Better hashtag parsing: Ignore slashsyuilo2019-02-061-1/+1
|
* Add logssyuilo2019-02-061-8/+15
|
* :art:syuilo2019-02-051-1/+1
|
* Bye 'is-url' (#4113)Aya Morisawa2019-02-051-5/+9
|\
| * Revert "Update load.ts"Acid Chicken (硫酸鶏)2019-02-041-10/+2
| | | | | | | | This reverts commit cf9e8ed39ec2acd098ba3587f0957a6afa641a74, commit 67792fcb5e866cfad6fc6788b8555526658099fc, and commit c7e8c27ce6652b64a55d7d5ea85c66b4a1cbc06c.
| * Fix bugAcid Chicken (硫酸鶏)2019-02-041-1/+1
| | | | | | C#っぽく使ってしまっていた。
| * Update load.tsAcid Chicken (硫酸鶏)2019-02-041-0/+1
| |
| * Merge branch 'develop' into acid-chicken-patch-10Acid Chicken (硫酸鶏)2019-02-042-3/+6
| |\
| * | Update load.tsAcid Chicken (硫酸鶏)2019-02-041-2/+9
| | |
| * | Bye 'is-url'Acid Chicken (硫酸鶏)2019-02-042-12/+9
| | |
* | | 自分の投稿情報をエクスポートできるように (#4144)syuilo2019-02-057-9/+185
| | | | | | | | | | | | | | | | | | | | | | | | * wip * 正しいJSONを生成するように * データを整形
* | | /.well-known 周りをいい感じに (#4141)Acid Chicken (硫酸鶏)2019-02-058-89/+198
| | | | | | | | | | | | | | | | | | * Enhance /.well-known and their friends * Fix bug
* | | Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-02-051-1/+1
|\ \ \
| * | | Fix typoAcid Chicken (硫酸鶏)2019-02-051-1/+1
| | | |
* | | | Improve readabilitysyuilo2019-02-051-1/+2
|/ / /
* | | Fix bugsyuilo2019-02-051-3/+2
| | |
* | | [Client] Use localStorage instead of windowsyuilo2019-02-052-2/+2
| | |
* | | Enable service workersyuilo2019-02-052-4/+5
| | |
* | | Remove unused declaresyuilo2019-02-051-1/+0
| | |
* | | Refactoringsyuilo2019-02-0551-68/+68
| | |
* | | Fix logsyuilo2019-02-051-1/+1
| | |
* | | [Client] Clip note contentsyuilo2019-02-054-0/+4
| | |
* | | Fix commentAcid Chicken (硫酸鶏)2019-02-051-2/+2
| | |
* | | Fix styleAcid Chicken (硫酸鶏)2019-02-0575-75/+150
| | |
* | | Refactoring: Extract showMachineInfo functionsyuilo2019-02-052-14/+17
| | |
* | | Make some error logs importantsyuilo2019-02-051-4/+4
| | |
* | | Refactoring: Extract checkMongoDB functionsyuilo2019-02-052-35/+39
| | |
* | | アニメーション停止箇所の追加 (#4138)MeiMei2019-02-055-12/+48
| | |
* | | [Client] Fix bugsyuilo2019-02-051-6/+9
| | |
* | | Better key namesyuilo2019-02-056-12/+12
| | |
* | | [Client] Increase font size a little in the Deck viewsyuilo2019-02-051-1/+1
| | | | | | | | | | | | Resolve #1821
* | | アニメーション画像を無効にする際、サーバーサイドで ↵syuilo2019-02-0513-55/+39
| | | | | | | | | | | | なくクライアントサイドでURLを変更するように
* | | アニメーションを自動再生しないオプション (#4131)MeiMei2019-02-0513-167/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor * settings * Media Proxy * Replace API response
* | | Refactor: Better type definitionsyuilo2019-02-051-1/+1
| | |
* | | Refactoringsyuilo2019-02-051-44/+12
| | |
* | | 個別に投稿のウォッチ/ウォッチ解除をできるようにsyuilo2019-02-052-9/+54
| | | | | | | | | | | | Resolve #161
* | | [API] お気に入り状態は投稿情報に含めないように統一syuilo2019-02-053-71/+99
| | |
* | | Add dummy option for some librariessyuilo2019-02-041-0/+1
| | |
* | | Resolve #4121 (#4122)Acid Chicken (硫酸鶏)2019-02-049-19/+19
| | | | | | | | | | | | | | | | | | * Resolve #4121 * Update tslint.json
* | | Fix fusionAcid Chicken (硫酸鶏)2019-02-041-1/+1
| | |
* | | Initialize queue only if queue is enabled (#4125)Aya Morisawa2019-02-041-12/+20
| | |