summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update deps (#11820)syuilo2023-09-151-205/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip
* feat: passkey support (#11804)syuilo2023-09-081-3/+0
| | | https://github.com/MisskeyIO/misskey/pull/149
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-161-198/+198
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update RepositoryModule.ts * wip * wip * wip * Revert "wip" This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix auto-fixable issues (#11314)woxtu2023-07-191-1/+1
|
* feat: 公開リスト (#10842)Chocolate Pie2023-05-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | * feat: まず公開できるように (misskey-dev/misskey#10447) * feat: 公開したリストのページを作成 (misskey-dev/misskey#10447) * feat: いいねできるように * feat: インポートに対応 * wip * wip * CHANGELOGを編集 * add note * refactor --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: 自分用メモ機能 (#10516)Ebise Lutica2023-04-131-0/+3
| | | | | | | | | | | | | | | * 自分用メモを作成する機能 * 不要なCSSを削除 * メモ: デザイン調整 * デザイン崩れを修正 * fix: メモ機能のe2eテストで見つかった不具合を修正 * デザイン調整 * fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-041-3/+0
| | | | Resolve #10168
* perf(backend): store notes of an antenna to redis instead of postgresqlsyuilo2023-04-031-3/+0
| | | | Resolve #10169
* feat: チャンネルにノートをピン留めできるようにsyuilo2023-03-311-3/+0
| | | | Resolve #7740
* feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-311-0/+3
| | | | Resolve #10097
* feat: clip favoritesyuilo2023-03-161-0/+3
| | | | Resolve #10337
* feat: Per-user renote mute (#10249)syuilo2023-03-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: per-user renote muting From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey * Update ja-JP.yml * Delete renote-muting.ts * rename * fix ids * lint * fix * Update CHANGELOG.md * リノートをミュートしたユーザー一覧を見れるように * :art: * add test * fix test --------- Co-authored-by: Hélène <pleroma-dev@helene.moe>
* drop group (#9942)syuilo2023-02-151-9/+0
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-151-3/+0
| | | | | * drop messaging (from backend) * wip
* Role (#9437)syuilo2023-01-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * Update create.ts * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update delete.ts * Update delete.ts * wip * wip * wip * Update account-info.vue * wip * wip * Update settings.vue * Update user-info.vue * wip * Update show-file.ts * Update show-user.ts * wip * wip * Update delete.ts * wip * wip * Update overview.moderators.vue * Create 1673500412259-Role.js * wip * wip * Update roles.vue * 色 * Update roles.vue * integrate silence * wip * wip
* MisskeyPlay (#9467)syuilo2023-01-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update ui.ts * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * :art: * wip * :v:
* feat: introduce retention-rate aggregationsyuilo2022-12-251-0/+3
|
* chore: fix reporisotry namesyuilo2022-12-251-1/+1
|
* chore: fix reporisotry namesyuilo2022-12-251-2/+2
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-131/+192
|
* feat: Log user ips (#8872)syuilo2022-07-021-0/+2
| | | | | | | | | | | | | | | | | | | * wip * store ip and headers * Update admin-file.vue * require admin for view ip/headers * IP (recent) 消した * admin必須 * opt in * clean ips periodically * respect logging setting in drive/files/create
* feat: Webhook (#8457)syuilo2022-04-021-0/+2
| | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-63/+65
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* refactor: Use ESM (#8358)syuilo2022-02-271-63/+63
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactor: add InstanceRepositorysyuilo2022-02-181-1/+2
|
* bye reversisyuilo2022-01-121-4/+0
|
* refactoringsyuilo2021-11-121-0/+130
Resolve #7779