summaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix testsyuilo2021-11-1234-4777/+0
|
* feat: make possible to configure following/followers visibility (#7959)syuilo2021-11-071-0/+167
| | | | | | | | | | | | | * feat: make possible to configure following/followers visibility * add test * ap * add ap test * set Cache-Control * hide following/followers count
* feat: thread mute (#7930)syuilo2021-10-312-1/+105
| | | | | | | | | | | * feat: thread mute * chore: fix comment * fix test * fix * refactor
* Update test.ymlsyuilo2021-10-281-3/+3
|
* remove circleci configurationsyuilo2021-10-281-3/+3
|
* enhance: Provide Twemoji SVGs from Misskey server (#2) (#7897)tamaina2021-10-241-0/+12
| | | | | | | | | | | | | * Selfhosting Twemoji * ちっ * うざっ * あ * add test Co-authored-by: mei23 <m@m544.net>
* Refactor request (#7814)MeiMei2021-10-161-0/+55
| | | | | | | | | * status code * Test ap-request.ts https://github.com/mei23/crytest/blob/4397fc5e70536e4175fe56e974ca83b8047bef3a/test/ap-request.ts * tune
* テスト用コンテナの調整 (#7838)MeiMei2021-10-162-0/+27
| | | | | | | | | | | * Tune test container * docs * fix cp config * doc * a
* Fix prelude/url (#7855)MeiMei2021-10-011-0/+13
|
* Tune mfmToHtml (#7841)MeiMei2021-09-261-0/+24
| | | | | | | * Tune mfmToHtml * typo * add
* refactor: refactoring importssyuilo2021-08-191-0/+1
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* refactorsyuilo2021-08-1914-138/+0
|
* enhance(server): Improve user block (#7640)syuilo2021-08-171-0/+95
| | | | | | | | | | | | | | | | | | | | | * enhance(server): Improve user block * Update CHANGELOG.md * ユーザーリスト対応 * 相手から見れなくなるように * Update 1629004542760-chart-reindex.ts https://github.com/misskey-dev/misskey/commit/2365761ba5445f26c8b66b3b20ef4be44e70d549#commitcomment-54919821 * update test * add test * add todos * Update 1629004542760-chart-reindex.ts
* Fix truncate (#7642)MeiMei2021-08-171-0/+30
|
* AP Actorの修正 (#7573)MeiMei2021-07-102-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * AP Actorの修正 * Add ActivityPub test * Fix person * Test * ap test * Revert "Test" This reverts commit 3c493eff4e89f94fd33f25189ba3bc96ef4366b3. * Test comment * fix * fix * Update inbox * indent * nl * indent * TODO * Fix inbox * Update test
* テストがうごかないのを修正 (#7566)MeiMei2021-06-128-69/+85
| | | | | | | | | * startServer * typeorm 0.2.32 * Fix: chartのテストがテストの並び順によっては正しく初期化されない * initTestDb
* ランダムにテストがコケるのを修正 (#7553)MeiMei2021-06-056-15/+32
| | | | | | | | | | | | | | | | | | | * Test shutdown * Revert "Test shutdown" This reverts commit 85182e7dd196cdd9ecb46cfb50adaabd04c5ba60. * Skip beforeShutdown in test * Wait shutdown in test * Revert "Skip beforeShutdown in test" This reverts commit 79c33ab53615e8fa4820d2abfc2494cba55c441c. * Revert "Revert "Skip beforeShutdown in test"" This reverts commit 3423133a137c79b64f3ff6ef9dbe433a441a47b0.
* APIドキュメントが見れなくなっているのを修正など (#7500)MeiMei2021-05-052-2/+17
| | | | | | | * Test api.json * Fix typo * Fix api-doc
* refactor mfm extract (#7434)marihachi2021-04-101-1/+1
| | | | | | | | | | | | | * refactor extractCustomEmojisFromMfm() * refactor extract-hashtags * refactor extract-mentions * refactor extract-hashtags * refactor extract-url-from-mfm * refactor extract-mentions
* Use mfm-js for MFM parsing (#7415)syuilo2021-04-022-1147/+11
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update mfm.ts * wip * update mfmjs * refactor * nanka * Update mfm.ts * Update to-html.ts * Update to-html.ts * wip * fix test * fix test
* syuilo/misskey --> misskey-dev/misskeysyuilo2021-03-241-1/+1
|
* fix testsyuilo2021-03-231-0/+4
|
* Improve chart performance (#7360)syuilo2021-03-181-2/+52
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update chart.ts * wip * Improve server performance * wip * wip
* Fix assets test and favicon type (#7344)MeiMei2021-03-132-7/+14
| | | | | | | | | * fix * koa-faviconはimage/x-iconがデフォルトらしい * シンプルに * faviconなど
* test: Add apple-touch-icon.png testsyuilo2021-03-131-0/+5
|
* fix commentsyuilo2021-03-132-4/+4
|
* add testsyuilo2021-03-131-0/+5
|
* eslintrcとtsconfigを整理syuilo2021-03-132-0/+43
|
* リソースが取得できるかどうかのテストなど (#7316)MeiMei2021-03-122-20/+211
| | | | | | | * Tests for Fetch resource * Remove unnecessary copy * Update koa-views, pug
* Fix HTML to MFM (#7150)MeiMei2021-02-061-0/+12
| | | | | * Fix type * Fix HTML to MFM
* Remove outdated testsyuilo2020-11-081-43/+0
|
* In HTML to MFM, use angle bracket if needed (#6817)MeiMei2020-11-081-0/+35
|
* Improve MFMsyuilo2020-11-071-167/+0
| | | | | MFMの構文を調整 + 新しいアニメーション追加 Resolve #6816
* Fix test (#6733)MeiMei2020-10-181-16/+16
|
* Fix blurhash in test (#6573)MeiMei2020-07-211-8/+8
|
* feat: Blurhash integrationsyuilo2020-07-191-8/+8
| | | | Resolve #6559
* nyaizeが適用されるとMFMのオプションが失われるのを修正 ↵MeiMei2020-05-161-0/+70
| | | | Fix #6370 (#6371)
* Update mfm.tstamaina2020-04-261-1/+1
| | | Fix typo
* Update mfm.tstamaina2020-04-261-1/+1
| | | Fix missed file name change
* Update dependencies 🚀 (#6297)Satsuki Yanagi2020-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * chore: Update dependencies 🚀 Make everything is up-to-date * chore: Update dependencies 🚀 Good Bye, core-js@2 ! * packaging * Fix test * fix build * fix test * use default reporter * fix mocha is keep running after test * Revert back is-promise https://github.com/then/is-promise/issues/12 * Refresh
* Use node-fetch instead of request (#6228)MeiMei2020-04-091-14/+22
| | | | | | | | | | | * requestをnode-fetchになど * format * fix error * t * Fix test
* Improve log handlingsyuilo2020-03-281-1/+1
|
* Update testsyuilo2020-03-071-2/+2
|
* wip #6140syuilo2020-03-071-32/+32
|
* Add testsyuilo2020-03-071-0/+29
|
* Resolve #6137syuilo2020-03-071-26/+53
|
* Refactorsyuilo2020-03-071-3/+3
|
* Update commandssyuilo2020-03-0710-56/+20
|
* Migrate deprecated mocha configurationsyuilo2020-03-071-2/+0
|
* chore: Update commandssyuilo2020-03-0610-20/+20
|