summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove unneccesary cast (#3355)Aya Morisawa2018-11-221-1/+1
|
* Fix #3361 (#3362)Acid Chicken (硫酸鶏)2018-11-221-1/+1
| | | | | | * Update create.ts * Update api.ts
* [MFM] Improve URL parsingsyuilo2018-11-221-3/+17
| | | | Fix #3368
* Refactoringsyuilo2018-11-221-6/+6
|
* Feature / user recommendation config in admin ui (#3357)Hakaba Hitoyo2018-11-216-8/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-211-29/+16
|
* [MFM] Better inline code parsesyuilo2018-11-211-1/+1
|
* Fix: stop in DB check (#3356)MeiMei2018-11-211-14/+10
|
* Improve MFMsyuilo2018-11-211-0/+3
|
* [MFM] Fix hashtag parsingsyuilo2018-11-211-1/+1
|
* Improve test pagesyuilo2018-11-212-4/+21
|
* [Client] Fix #3114syuilo2018-11-211-0/+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-2141-713/+707
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* 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
|
* 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
|
* Fix some image processing (#3313)MeiMei2018-11-192-6/+29
| | | | | | * Improve thunmbnail generation * Respect orientation in Firefox
* [Client] Improve UIsyuilo2018-11-191-2/+4
|
* Refactoringsyuilo2018-11-196-208/+120
|
* Show visibility in note-detail (#3308)MeiMei2018-11-182-84/+119
| | | | | | * Show visibility in note-detail * fix
* Add faUserClock icon for follow requests (#3303)Zero King2018-11-181-0/+2
|
* Improve relative time detection (#3302)MeiMei2018-11-171-2/+2
|
* Update visibility text (#3299)MeiMei2018-11-171-0/+1
|
* To able to store local only visibilities (#3298)MeiMei2018-11-174-27/+36
|
* Renote visibility (#3290)MeiMei2018-11-174-16/+51
|
* Hide unused login method (#3285)MeiMei2018-11-172-7/+14
|
* Add missing Robot icon (used on user profiles) (#3284)nico2018-11-171-0/+2
|
* Add missing Map Marker icon (used on user profiles) (#3283)nico2018-11-171-0/+2
|
* Change math syntax (#3280)Aya Morisawa2018-11-171-1/+1
|
* Add an optional setting to remain deleted note (#3271)Aya Morisawa2018-11-164-5/+24
| | | | Co-authored-by: Aya Morisawa <AyaMorisawa4869@gmail.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Update github-bot.tssyuilo2018-11-161-1/+1
|
* Resolve #3274syuilo2018-11-161-0/+11
|
* Update github-bot.tssyuilo2018-11-161-2/+2
|
* Clean upsyuilo2018-11-161-4/+0
|
* Update github-bot.tssyuilo2018-11-161-1/+1
| | | | follow dvelop instead master
* Do not use camelCase in htmlsyuilo2018-11-161-1/+1
|
* Refactoringsyuilo2018-11-161-7/+5
|
* [MFM] Improve various parsingsyuilo2018-11-166-11/+15
| | | | | Resolve #2779 Resolve #3053