summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ws requirement from 6.1.0 to 6.1.2 (#3385)dependabot[bot]2018-11-231-1/+1
| | | | | | | 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.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* AP quote (#3384)MeiMei2018-11-233-1/+22
|
* Fix #3343 (#3383)nico2018-11-231-2/+2
| | | Setting "X-Forwarded-Proto: https" in the SSL proxy is the correct way to do this
* No cache /notes/:note (#3382)MeiMei2018-11-222-2/+2
|
* Update systeminformation requirement from 3.47.0 to 3.49.3 (#3374)dependabot[bot]2018-11-221-1/+1
| | | | | | | | Updates the requirements on [systeminformation](https://github.com/sebhildebrandt/systeminformation) to permit the latest version. - [Release notes](https://github.com/sebhildebrandt/systeminformation/releases) - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Update emojilib requirement from 2.3.0 to 2.4.0 (#3375)dependabot[bot]2018-11-221-1/+1
| | | | | | | Updates the requirements on [emojilib](https://github.com/muan/emojilib) to permit the latest version. - [Release notes](https://github.com/muan/emojilib/releases) - [Commits](https://github.com/muan/emojilib/commits/v2.4.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Update apexcharts requirement from 2.2.2 to 2.2.3 (#3373)dependabot[bot]2018-11-221-1/+1
| | | | | | | | Updates the requirements on [apexcharts](https://github.com/apexcharts/apexcharts.js) to permit the latest version. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Changelog](https://github.com/apexcharts/apexcharts.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/apexcharts/apexcharts.js/commits/v2.2.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Update webpack requirement from 4.25.1 to 4.26.0 (#3371)dependabot[bot]2018-11-221-1/+1
| | | | | | | Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/commits/v4.26.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Update vue-i18n requirement from 8.3.1 to 8.3.2 (#3372)dependabot[bot]2018-11-221-1/+1
| | | | | | | | Updates the requirements on [vue-i18n](https://github.com/kazupon/vue-i18n) to permit the latest version. - [Release notes](https://github.com/kazupon/vue-i18n/releases) - [Changelog](https://github.com/kazupon/vue-i18n/blob/dev/CHANGELOG.md) - [Commits](https://github.com/kazupon/vue-i18n/commits/v8.3.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Remove unneccesary cast (#3355)Aya Morisawa2018-11-221-1/+1
|
* Fix #3361 (#3362)Acid Chicken (硫酸鶏)2018-11-222-1/+3
| | | | | | * Update create.ts * Update api.ts
* Add some testssyuilo2018-11-221-0/+20
|
* [MFM] Improve URL parsingsyuilo2018-11-222-10/+46
| | | | Fix #3368
* Refactoringsyuilo2018-11-221-6/+6
|
* Feature / user recommendation config in admin ui (#3357)Hakaba Hitoyo2018-11-218-14/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Improve usabilitysyuilo2018-11-212-31/+16
|
* [MFM] Better inline code parsesyuilo2018-11-212-6/+22
|
* Fix: stop in DB check (#3356)MeiMei2018-11-211-14/+10
|
* 10.56.2syuilo2018-11-211-2/+2
|
* Improve MFMsyuilo2018-11-211-0/+3
|
* [MFM] Fix hashtag parsingsyuilo2018-11-212-20/+41
|
* 10.56.1syuilo2018-11-211-2/+2
|
* Improve test pagesyuilo2018-11-212-4/+21
|
* [Client] Fix #3114syuilo2018-11-211-0/+2
|
* 10.56.0syuilo2018-11-211-2/+2
|
* Update index.vuesyuilo2018-11-211-0/+34
|
* Fix bugsyuilo2018-11-211-1/+1
|
* Fix bugsyuilo2018-11-211-1/+1
|
* Improve MFM parser (#3337)syuilo2018-11-2144-906/+1087
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Refactor * Refactor * wip * wip * wip * wip * Refactor * Refactor * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Clean up * Update misskey-flavored-markdown.ts * wip * wip * wip * wip * Update parser.ts * wip * Add new test * wip * Add new test * Add new test * wip * Refactor * Update parse.ts * Refactor * Update parser.ts * wip
* Refactor checkMongoDb (#3339)Aya Morisawa2018-11-201-15/+20
|
* Create backup.fr.md (#3342)ButterflyOfFire2018-11-202-1/+23
| | | | | | | | | | * Create backup.fr.md Create backup.fr.md * Fix typo Fix typo
* Fix: ap/show (#3350)MeiMei2018-11-201-2/+2
|
* Refactor spawnWorkers (#3338)Aya Morisawa2018-11-201-23/+13
|
* Refactor port checking (#3336)Aya Morisawa2018-11-201-3/+11
|
* Merge pull request #3324 from syuilo/l10n_developsyuilo2018-11-202-8/+8
|\ | | | | New Crowdin translations
| * New translations ja-JP.yml (German)syuilo2018-11-201-1/+1
| |
| * New translations ja-JP.yml (German)syuilo2018-11-201-6/+6
| |
| * New translations ja-JP.yml (Chinese Simplified)syuilo2018-11-191-1/+1
| |
* | Update typescript-eslint-parser requirement from 21.0.0 to 21.0.1 (#3333)dependabot[bot]2018-11-201-1/+1
| | | | | | | | | | | | | | | | Updates the requirements on [typescript-eslint-parser](https://github.com/eslint/typescript-eslint-parser) to permit the latest version. - [Release notes](https://github.com/eslint/typescript-eslint-parser/releases) - [Changelog](https://github.com/eslint/typescript-eslint-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/typescript-eslint-parser/commits/v21.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Update apexcharts requirement from 2.2.0 to 2.2.2 (#3334)dependabot[bot]2018-11-201-1/+1
| | | | | | | | | | | | | | | | Updates the requirements on [apexcharts](https://github.com/apexcharts/apexcharts.js) to permit the latest version. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Changelog](https://github.com/apexcharts/apexcharts.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/apexcharts/apexcharts.js/commits/v2.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Cores => Logical cores (#3332)MeiMei2018-11-201-1/+1
| |
* | Explicitly set max-age (#3330)MeiMei2018-11-203-0/+10
| |
* | Merge environmentInfo and machineInfo into index.ts (#3319)Aya Morisawa2018-11-193-38/+28
| |
* | Use descriptive variables to improve readability (#3318)Aya Morisawa2018-11-191-3/+8
| |
* | Call main at the end (#3317)Aya Morisawa2018-11-191-2/+2
| |
* | Merge pull request #3311 from syuilo/l10n_developsyuilo2018-11-1914-70/+28
|\| | | | | New Crowdin translations
| * New translations ja-JP.yml (English)syuilo2018-11-191-1/+1
| |
| * New translations ja-JP.yml (French)syuilo2018-11-191-3/+3
| |
| * New translations ja-JP.yml (Norwegian)syuilo2018-11-191-4/+1
| |
| * New translations ja-JP.yml (Dutch)syuilo2018-11-191-4/+1
| |