summaryrefslogtreecommitdiff
path: root/packages/backend/migration (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: 使われてないアンテナは自動停止されるようにsyuilo2023-03-201-0/+17
| | | | Resolve #9373
* Fix: foreignkey on reports (#9753)atsuchan2023-03-191-0/+15
|
* feat: clip favoritesyuilo2023-03-161-0/+23
| | | | Resolve #10337
* enhance: ↵syuilo2023-03-161-0/+11
| | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091
* fix: tweak retention rate aggregationsyuilo2023-03-151-0/+14
|
* feat: sensitive wordsyuilo2023-03-131-0/+11
|
* enhance: ロールの並び順を設定可能にsyuilo2023-03-121-0/+11
|
* tweak postgresql entitiessyuilo2023-03-102-0/+81
| | | | Fix #10266
* feat: Reaction acceptance (#10256)syuilo2023-03-081-0/+11
| | | | | | | * wip * wip * デフォルト設定
* feat: Per-user renote mute (#10249)syuilo2023-03-081-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* feat: 時限ロール (#10145)syuilo2023-03-011-0/+13
| | | | | | | | | | | | | | | * feat: 時限ロール * クライアントから期限を確認できるように * リファクタとか * fix test * fix test * fix test * clean up
* fix(server): 全ての通知が削除されてしまうのを修正tamaina2023-02-231-1/+0
|
* Merge branch 'master' into developsyuilo2023-02-231-0/+1
|\
| * Release: 13.7.2 (#10035)syuilo2023-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ci: swcにしたためtypecheckは別途実施 * :art: * Update package.json * マイグレーションが失敗することがあるのを修正 * refactor ci * use tsc for build Windowsだとエラーが出るため * feat: swc build in windows (#10032) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * use swc * chore(client): tweak custom emoji size * enhance: make pwa icon maskable (#10033) * :art: * feat(server): add @swc/core-android-arm64 to optional (#10034) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * feat(server): add @swc/core-android-arm64 to optional * fix: conflict * Update package.json * chore(backend): fix indent * Update CHANGELOG.md * compress png --------- Co-authored-by: CaffeinePower <86540016+cffnpwr@users.noreply.github.com> Co-authored-by: Shogo Sensui <shogosensui@gmail.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* | enumの変更はしないsyuilo2023-02-231-9/+0
| |
* | chore(backend): fix indenttamaina2023-02-231-1/+1
| |
* | マイグレーションが失敗することがあるのを修正syuilo2023-02-231-0/+1
|/
* マイグレーションファイルの変更ミス (#10029)nenohi2023-02-231-1/+1
|
* fix(server): ↵tamaina2023-02-161-1/+1
| | | | | | | | マイグレーションad1676438468213が通らないのを修正 (#9963) * fix(server): マイグレーションad1676438468213が通らないのを修正 Fix #9962 * fix
* fix(server): dropGroupマイグレーションが通るように (#9961)tamaina2023-02-161-12/+0
|
* startAt -> startsAtsyuilo2023-02-151-2/+2
|
* 広告開始時期の設定 (#9944)nenohi2023-02-151-0/+9
| | | | | * 広告開始時期の設定 * 過去のものも表示するように
* drop group (#9942)syuilo2023-02-151-0/+47
| | | | | * drop group * Update operations.ts
* feat: ↵syuilo2023-02-051-0/+13
| | | | | | ロールにアイコンを設定してユーザー名の横に表示できるように Resolve #9761
* Create 1675404035646-cleanup.jssyuilo2023-02-031-0/+29
|
* Achievements (#9665)syuilo2023-01-212-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* enhance: playのscriptの文字数制限を緩和syuilo2023-01-191-0/+11
|
* refactor: rename instance.caughtAt to instance.firstRetrievedAtsyuilo2023-01-161-0/+11
|
* refactor: rename role.options -> role.policiessyuilo2023-01-151-0/+13
|
* remoteDriveCapacityMbをロールに統合syuilo2023-01-131-0/+11
|
* feat: conditional rolesyuilo2023-01-131-0/+15
| | | | Resolve #9539
* Role (#9437)syuilo2023-01-124-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* enhance(server): アンケート選択肢の文字数制限を緩和syuilo2023-01-101-0/+11
| | | | Resolve #9511
* MisskeyPlay (#9467)syuilo2023-01-051-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* drop latestStatus of instancesyuilo2023-01-031-0/+11
|
* drop lastCommunicatedAt of instancesyuilo2023-01-031-0/+11
|
* drop latestRequestSentAt of instancesyuilo2023-01-031-0/+11
|
* feat: add per user pv chartsyuilo2023-01-011-0/+17
|
* feat: introduce retention-rate aggregationsyuilo2022-12-252-0/+28
|
* enhance: Implement the toggle to (or not to) close push notifications when ↵tamaina2022-12-181-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notifications or messages are read (#9219) * create file * wip * fix * wip * tabun dekita * :v: * implement subscribe push notification button to tutorial * check-exists→show-registration * add column sendReadMessage * fix migration file * sw api * change PushNotificationService * wip * :v: * fix tutorial footer flex
* Add Cloudflare Turnstile CAPTCHA support (#9111)CyberRex2022-10-131-0/+15
| | | | | | | | | * Add Cloudflare Turnstile CAPTCHA support * Update packages/client/src/components/MkCaptcha.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update 1651224615271-foreign-key.jssyuilo2022-07-171-3/+3
| | | | #8852
* Update 1651224615271-foreign-key.jssyuilo2022-07-161-1/+1
| | | | #8852
* enhance: make active email validation configurablesyuilo2022-07-091-0/+11
|
* feat: auto nsfw detection (#8840)syuilo2022-07-076-0/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: auto nsfw detection * :v: * Update ja-JP.yml * Update ja-JP.yml * ポルノ判定のしきい値を高めに * エラーハンドリングちゃんとした * Update ja-JP.yml * 感度設定を強化 * refactor * feat: add video support for auto nsfw detection * rename: image -> media * .js * fix: add missing error handling * fix: use valid pathname instead of using filename due to invalid usage * perf(nsfw-detection): decode frames * disable detection of video for some reasons * perf(nsfw-detection): streamify detection process for video * disable disallowUploadWhenPredictedAsPorn option * fix(nsfw-detection): improve reliability * fix(nsfw-detection): use Math.ceil instead of Math.round * perf(nsfw-detection): delete tmp frames after used * fix(nsfw-detection): FSWatcher does not emit ready event * perf(nsfw-detection): skip black frames * refactor: strip exists check * Update package.json * めっちゃ変えた * lint * Update COPYING * オプションで動画解析できるように * Update yarn.lock * Update CHANGELOG.md Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add additional drive capacity change support (#8867)CyberRex2022-07-051-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | * Add additional drive capacity change support * Update packages/backend/src/server/api/endpoints/admin/drive-capacity-override.ts Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * :art: * show instance default capacity in placeholder * fix * update api/drive * fix * remove : * fix lint Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat: moderation notesyuilo2022-07-031-0/+11
|
* feat: Log user ips (#8872)syuilo2022-07-023-0/+43
| | | | | | | | | | | | | | | | | | | * 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
* hotfix: uniform color migration fixJohann1502022-05-191-8/+6
|
* enhance: uniform theme color (#8702)Johann1502022-05-191-0/+38
| | | | | | | | | | | | | | | | | | * enhance: make theme color format uniform All newly fetched instance theme colors will be uniformely formatted as hashtag followed by 6 hexadecimal digits. Colors are checked for validity and invalid colors are not handled. * better input validation for own theme color * migration to unify theme color formats Fixes theme colors of other instances as well as the local instance. * add changelog entry Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>