summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create type definition for 'promise-any' (#4055)Acid Chicken (硫酸鶏)2019-01-312-1/+8
|
* Create type definition for 'webfinger.js' (#4054)Acid Chicken (硫酸鶏)2019-01-312-2/+67
|
* Revert b515cc90e9070465d9ba1f2e40d7af184fff5491syuilo2019-01-311-3/+3
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-01-313-135/+0
|\
| * Close #3380 (#4061)Acid Chicken (硫酸鶏)2019-01-313-135/+0
| | | | | | | | | | | | | | | | * Delete index.ts * Delete emoji.ts * Update index.ts
* | [Server] Resolve #4062syuilo2019-01-311-0/+10
|/
* Make type definition for 'is-root' betterAcid Chicken (硫酸鶏)2019-01-311-3/+5
|
* :art:syuilo2019-01-311-1/+5
|
* [Client] MFMの制限を緩和syuilo2019-01-311-2/+2
|
* [MFM] Better syntax parsingsyuilo2019-01-311-3/+3
| | | | Allow nesting by same tag
* [MFM] Make some syntax blocksyuilo2019-01-311-5/+5
| | | | Resolve #3508
* Simplify MFM (#4046)Aya Morisawa2019-01-311-362/+131
|
* Do not import as pack from AP renderer (#4048)MeiMei2019-01-3121-55/+55
| | | | | | * Do not import as pack from AP renderer * rename
* Re-fix pathAcid Chicken (硫酸鶏)2019-01-311-1/+1
| | | refs: 4bb4903ee513bacf79d475e100019bd3058d9b34, 7e3a8d56e614a1771015b6b2557fea8127c46aeb
* Fix pathAcid Chicken (硫酸鶏)2019-01-311-1/+1
| | | refs: 7e3a8d56e614a1771015b6b2557fea8127c46aeb
* Create type definition for 'is-root' (#4001)Acid Chicken (硫酸鶏)2019-01-312-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update @types/sharp requirement from 0.21.0 to 0.21.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> * Add multiline math syntax Co-authored-by: syuilo <syuilotan@yahoo.co.jp> * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (French) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (English) * Create type definition for 'is-root' * [MFM] Add spin syntax Resolve #4003 * [MFM] Add flip syntax Resolve #4002 * Fix test * Update CHANGELOG.md * 10.79.0 * Update @fortawesome/free-regular-svg-icons requirement (#3963) 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> * Update @types/webpack requirement from 4.4.21 to 4.4.24 (#3976) 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 @types/js-yaml requirement from 3.11.4 to 3.12.0 (#3977) 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 debug requirement from 4.1.0 to 4.1.1 (#3964) 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> * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (French) * [MFM] spinの中でflipを使えるように * Add jump syntax (#4007) * Add jump syntax * Fix typo: spin -> jump * Fix typo * [MFM] Resolve #4009 * Module 'nprogress' as import syntax (#4012) * :art: * [Client] Fix #4008 * Use yarn instead of npm on CircleCI * touch yarn.lock * [Client] Resolve #3638 * 10.79.1 * New translations ja-JP.yml (Korean) * Add missing semicolon * Remove file-loader from dependencies (#4025) * Update README.md [AUTOGEN] (#4028) * Update README.md [AUTOGEN] (#4030) * Add visibility test (#4029) * Update ws requirement from 6.1.2 to 6.1.3 (#4027) Updates the requirements on [ws](https://github.com/websockets/ws) to permit the latest version. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits/6.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com> * Module 'web-push' as import syntax (#4017) * Fix visibility test (#4031) * Upgrade gulp version to 4.0.0 * Prevent typescript errors from crashing * Remove duplicated dependencies * Use parallel and task to specify dependencies * Sort tasks by topological ordering * リプライ/メンションされていれば非フォロワーへのフォロワー限定でも参照可能に (#4033) * 非メンション/リプライ投稿がmentionsにあるかどうかはvisibilityと関係ないので削除 * リプライ/メンションされていれば非フォロワーでも参照可能に * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * Fix #4034 (#4037) * Fix #4034 * improve * Module 'crypto' as import syntax (#4011) * Extract MFM normalize function * Extract MFM types * Rename html to toHtml * Rename html-to-mfm to fromHtml * Merge plainParser into mfm * Extract parsePlain function * Rename analyze to parse in MFM tests * Update @types/mongodb requirement from 3.1.18 to 3.1.19 (#4041) Updates the requirements on [@types/mongodb](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 vue-svg-inline-loader requirement from 1.2.7 to 1.2.10 (#4040) Updates the requirements on [vue-svg-inline-loader](https://github.com/oliverfindl/vue-svg-inline-loader) to permit the latest version. - [Release notes](https://github.com/oliverfindl/vue-svg-inline-loader/releases) - [Commits](https://github.com/oliverfindl/vue-svg-inline-loader/commits/v1.2.10) Signed-off-by: dependabot[bot] <support@dependabot.com> * Avoid export default * Rename parser to language * Fix import * Introduce silence (#4043) * Introduce silence * Fix icon * Update is-root.d.ts * Update index.ts * Create type definition for 'is-root' * Update is-root.d.ts * Update index.ts
* Update index.tsAcid Chicken (硫酸鶏)2019-01-311-1/+2
|
* Create type definition for '*/package.json' (#4014)Acid Chicken (硫酸鶏)2019-01-315-5/+7
| | | | | | * Create type definition for '*/package.json' * Update tsconfig.json
* [ActivityPub] Use microformats on mentionssyuilo2019-01-301-0/+1
| | | | | To avoid pointless link previews. see: https://misskey.xyz/notes/5c51ab5c2d85f2003248eddc
* delete unnecessary key (#4045)MeiMei2019-01-301-0/+1
| | | | | | * delete unnecessary key * Add note
* Introduce silence (#4043)syuilo2019-01-306-3/+152
| | | | | | * Introduce silence * Fix icon
* Rename parser to languageAya Morisawa2019-01-302-1/+1
|
* Avoid export defaultAya Morisawa2019-01-3016-25/+23
|
* Extract parsePlain functionAya Morisawa2019-01-303-7/+14
|
* Merge plainParser into mfmAya Morisawa2019-01-302-25/+7
|
* Rename html-to-mfm to fromHtmlAya Morisawa2019-01-303-6/+6
|
* Rename html to toHtmlAya Morisawa2019-01-303-2/+2
|
* Extract MFM typesAya Morisawa2019-01-309-44/+46
|
* Extract MFM normalize functionAya Morisawa2019-01-302-28/+34
|
* Module 'crypto' as import syntax (#4011)Acid Chicken (硫酸鶏)2019-01-303-3/+3
|
* Fix #4034 (#4037)MeiMei2019-01-291-1/+1
| | | | | | * Fix #4034 * improve
* リプライ/メンションされていれば非フォロワーへのフォ ↵MeiMei2019-01-293-4/+28
| | | | | | | | ロワー限定でも参照可能に (#4033) * 非メンション/リプライ投稿がmentionsにあるかどうかはvisibilityと関係ないので削除 * リプライ/メンションされていれば非フォロワーでも参照可能に
* Module 'web-push' as import syntax (#4017)Acid Chicken (硫酸鶏)2019-01-291-1/+1
|
* Add missing semicolonAya Morisawa2019-01-281-1/+1
|
* [Client] Resolve #3638syuilo2019-01-271-5/+5
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-01-271-1/+1
|\
| * Module 'nprogress' as import syntax (#4012)Acid Chicken (硫酸鶏)2019-01-271-1/+1
| |
* | [Client] Fix #4008syuilo2019-01-271-1/+1
| |
* | :art:syuilo2019-01-272-1/+4
|/
* [MFM] Resolve #4009syuilo2019-01-272-3/+19
|
* Add jump syntax (#4007)Aya Morisawa2019-01-274-0/+41
| | | | | | | | * Add jump syntax * Fix typo: spin -> jump * Fix typo
* [MFM] spinの中でflipを使えるようにsyuilo2019-01-271-0/+1
|
* Merge branch 'develop' into math-blockAya Morisawa2019-01-2730-817/+566
|\
| * [MFM] Add flip syntaxsyuilo2019-01-273-0/+38
| | | | | | | | Resolve #4002
| * [MFM] Add spin syntaxsyuilo2019-01-274-0/+37
| | | | | | | | Resolve #4003
| * [Server] Introduce admin stream channelsyuilo2019-01-274-1/+44
| |
| * Celan upsyuilo2019-01-271-41/+0
| |
| * [Client] Improve syntax highlightingsyuilo2019-01-275-371/+72
| | | | | | | | | | Resolve #3926 Resolve #3390
| * Clean upsyuilo2019-01-271-9/+0
| |
| * Update parser.ts (#3999)Acid Chicken (硫酸鶏)2019-01-271-3/+2
| | | | | | | | | | | | | | | | * Update parser.ts * Update parser.ts * Update parser.ts