summaryrefslogtreecommitdiff
path: root/src/services/create-system-user.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-67/+0
| | | | Resolve #7779
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-191-7/+7
|
* refactor: refactoring importssyuilo2021-08-191-7/+7
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* refactor: Use path aliassyuilo2021-03-231-2/+2
|
* Fix: Duplicate system users are created (#7141)MeiMei2021-02-061-8/+15
|
* Resolve #6806 (#6935)syuilo2020-12-111-0/+1
| | | | | | | * :v: * :v: * Update privacy.vue
* pub-relay (#6341)MeiMei2020-05-101-0/+59
* pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど