| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add jump syntax (#4007) | Aya Morisawa | 2019-01-27 | 5 | -0/+50 |
| | | | | | | | | | * Add jump syntax * Fix typo: spin -> jump * Fix typo | ||||
| * | [MFM] spinの中でflipを使えるように | syuilo | 2019-01-27 | 1 | -0/+1 |
| | | |||||
| * | Update debug requirement from 4.1.0 to 4.1.1 (#3964) | dependabot[bot] | 2019-01-27 | 1 | -1/+1 |
| | | | | | | | | Updates the requirements on [debug](https://github.com/visionmedia/debug) to permit the latest version. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/commits/4.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| * | Update @types/sharp requirement from 0.21.0 to 0.21.1 (#3982) | Aya Morisawa | 2019-01-27 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Updates the requirements on [@types/sharp](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| | * | Update @types/sharp requirement from 0.21.0 to 0.21.1 | dependabot[bot] | 2019-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Updates the requirements on [@types/sharp](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| * | | Update @types/js-yaml requirement from 3.11.4 to 3.12.0 (#3977) | dependabot[bot] | 2019-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Updates the requirements on [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| * | | Update @types/webpack requirement from 4.4.21 to 4.4.24 (#3976) | dependabot[bot] | 2019-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Updates the requirements on [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| * | | Update @fortawesome/free-regular-svg-icons requirement (#3963) | dependabot[bot] | 2019-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Updates the requirements on [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) to permit the latest version. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/commits/5.6.3) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| * | | 10.79.0 | syuilo | 2019-01-27 | 2 | -3/+3 |
| | | | |||||
| * | | Update CHANGELOG.md | syuilo | 2019-01-27 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #3987 from syuilo/math-block | Aya Morisawa | 2019-01-27 | 6 | -17/+62 |
| |\ \ | | | | | | | 複数行用の数式構文を追加 | ||||
| | * \ | Merge branch 'develop' into math-block | Aya Morisawa | 2019-01-27 | 48 | -852/+791 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Fix test | syuilo | 2019-01-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | [MFM] Add flip syntax | syuilo | 2019-01-27 | 5 | -0/+48 |
| | | | | | | | | | | | | | Resolve #4002 | ||||
| * | | | [MFM] Add spin syntax | syuilo | 2019-01-27 | 6 | -0/+47 |
| | | | | | | | | | | | | | Resolve #4003 | ||||
| * | | | [Server] Introduce admin stream channel | syuilo | 2019-01-27 | 4 | -1/+44 |
| | | | | |||||
| * | | | Celan up | syuilo | 2019-01-27 | 1 | -41/+0 |
| | | | | |||||
| * | | | [Client] Improve syntax highlighting | syuilo | 2019-01-27 | 7 | -372/+76 |
| | | | | | | | | | | | | | | | | Resolve #3926 Resolve #3390 | ||||
| * | | | Clean up | syuilo | 2019-01-27 | 1 | -9/+0 |
| | | | | |||||
| * | | | Improve readability and some cleanups | syuilo | 2019-01-27 | 1 | -20/+67 |
| | | | | |||||
| * | | | Update parser.ts (#3999) | Acid Chicken (硫酸鶏) | 2019-01-27 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update parser.ts * Update parser.ts * Update parser.ts | ||||
| * | | | [Test] Add a MFM test | syuilo | 2019-01-27 | 1 | -0/+7 |
| | | | | |||||
| * | | | [MFM] Improve title syntax detection | syuilo | 2019-01-27 | 3 | -0/+9 |
| | | | | |||||
| * | | | Refactoring | syuilo | 2019-01-27 | 6 | -98/+17 |
| | | | | |||||
| * | | | Merge pull request #3997 from syuilo/l10n_develop | syuilo | 2019-01-27 | 1 | -7/+7 |
| |\ \ \ | | | | | | | | | New Crowdin translations | ||||
| | * | | | New translations ja-JP.yml (French) | syuilo | 2019-01-27 | 1 | -7/+7 |
| | | | | | |||||
| * | | | | Update qrcode requirement from 1.3.2 to 1.3.3 (#3988) | dependabot[bot] | 2019-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [qrcode](https://github.com/soldair/node-qrcode) to permit the latest version. - [Release notes](https://github.com/soldair/node-qrcode/releases) - [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md) - [Commits](https://github.com/soldair/node-qrcode/commits/v1.3.3) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
| * | | | | Merge pull request #3983 from syuilo/l10n_develop | syuilo | 2019-01-27 | 14 | -3/+101 |
| |\| | | | | | | | | | | | New Crowdin translations | ||||
| | * | | | New translations ja-JP.yml (English) | syuilo | 2019-01-26 | 1 | -7/+7 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Norwegian) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Dutch) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Japanese, Kansai) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Spanish) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Russian) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Portuguese) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Polish) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Korean) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Italian) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (German) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (French) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (English) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Chinese Simplified) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Catalan) | syuilo | 2019-01-26 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Norwegian) | syuilo | 2019-01-26 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Dutch) | syuilo | 2019-01-26 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Japanese, Kansai) | syuilo | 2019-01-26 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Spanish) | syuilo | 2019-01-26 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Russian) | syuilo | 2019-01-26 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Portuguese) | syuilo | 2019-01-26 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | New translations ja-JP.yml (Polish) | syuilo | 2019-01-26 | 1 | -0/+5 |
| | | | | | |||||