Skip to content
Snippets Groups Projects
  1. Feb 09, 2023
  2. Sep 20, 2022
  3. Sep 17, 2022
  4. Jul 24, 2022
  5. Jun 25, 2022
    • Johann150's avatar
      fix: always respect instance mutes (#8854) · 57283502
      Johann150 authored
      * fix: muted user query also checks instances
      
      This way it can be ensured that the instance mute is used everywhere it
      is required without checking the whole codebase again. Muted users and
      muted instances should be used together anyways.
      
      * fix lint
  6. Jun 14, 2022
  7. Mar 26, 2022
  8. Feb 27, 2022
  9. Feb 20, 2022
  10. Feb 19, 2022
    • tamaina's avatar
      ✌️ · 78ad95d3
      tamaina authored
      78ad95d3
    • syuilo's avatar
      refactor: use ajv instead of cafy (#8324) · 510de876
      syuilo authored
      
      * wip
      
      * wip
      
      * Update abuse-user-reports.ts
      
      * Update files.ts
      
      * Update list-remote.ts
      
      * Update list.ts
      
      * Update show-users.ts
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update update.ts
      
      * Update search.ts
      
      * Update reactions.ts
      
      * Update search.ts
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update update.ts
      
      * Update relation.ts
      
      * Update available.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update packages/backend/src/server/api/define.ts
      
      Co-authored-by: default avatarJohann150 <johann.galle@protonmail.com>
      
      * Update define.ts
      
      * Update define.ts
      
      * typo
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update update.ts
      
      * wip
      
      * Update signup.ts
      
      * Update call.ts
      
      * minimum for limit
      
      * type
      
      * remove needless annotation
      
      * wip
      
      * Update signup.ts
      
      * wip
      
      * wip
      
      * fix
      
      * Update create.ts
      
      Co-authored-by: default avatarJohann150 <johann.galle@protonmail.com>
  11. Jan 18, 2022
    • tamaina's avatar
      refactor: APIエンドポイントファイルの定義を良い感じにする (#8154) · efb0ffc4
      tamaina authored
      * Fix API Schema Error
      
      * Delete SimpleSchema/SimpleObj
      and Move schemas to dedicated files
      
      * Userのスキーマを分割してみる
      
      * define packMany type
      
      * add ,
      
      * Ensure enum schema and Make "as const" put once
      
      * test?
      
      * Revert "test?"
      
      This reverts commit 97dc9bfa70851bfb7d1cf38e883f8df20fb78b79.
      
      * Revert "Fix API Schema Error"
      
      This reverts commit 21b6176d974ed8e3eb73723ad21a105c5d297323.
      
      * ✌️
      
      * clean up
      
      * test?
      
      * wip
      
      * wip
      
      * better schema def
      
      * ✌️
      
      
      
      * fix
      
      * add minLength property
      
      * wip
      
      * wip
      
      * wip
      
      * anyOf/oneOf/allOfに対応? ~ relation.ts
      
      * refactor!
      
      * Define MinimumSchema
      
      * wip
      
      * wip
      
      * anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正
      
      * anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正
      
      * Update packages/backend/src/misc/schema.ts
      
      Co-authored-by: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
      
      * fix
      
      * array oneOfをより正確な型に
      
      * array oneOfをより正確な型に
      
      * wip
      
      * ✌️
      
      * なんかもういろいろ
      
      * remove
      
      * very good schema
      
      * api schema
      
      * wip
      
      * refactor: awaitAllの型定義を変えてみる
      
      * fix
      
      * specify types in awaitAll
      
      * specify types in awaitAll
      
      * ✌️
      
      * wip
      
      * ...
      
      * ✌️
      
      * AllowDateはやめておく
      
      * 不必要なoptional: false, nullable: falseを廃止
      
      * Packedが展開されないように
      
      * 続packed
      
      * wip
      
      * define note type
      
      * wip
      
      * UserDetailedをMeDetailedかUserDetailedNotMeかを区別できるように
      
      * wip
      
      * wip
      
      * wip specify user type of other schemas
      
      * ok
      
      * convertSchemaToOpenApiSchemaを改修
      
      * convertSchemaToOpenApiSchemaを改修
      
      * Fix
      
      * fix
      
      * ✌️
      
      
      
      * wip
      
      * 分割代入ではなくallOfで定義するように
      
      Co-authored-by: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
  12. Jan 02, 2022
    • syuilo's avatar
      lint · 4a64280a
      syuilo authored
      4a64280a
  13. Dec 09, 2021
    • syuilo's avatar
      fix lint · c69b72e1
      syuilo authored
      c69b72e1
    • romaboo's avatar
      feat: user-level instance mute (#7712) · 05441735
      romaboo authored
      
      * Update ja-JP.yml
      
      * Added settable config for muted instances
      
      * added psql query for removal of muted notes
      
      * Added filtering and trimming for instance mutes
      
      * cleaned up filtering of bad instance mutes and added a refresh at the end for the list on the client
      
      * Added notification & streaming timeline muting
      
      * Updated changelog
      
      * Added missing semicolon
      
      * Apply japanese string suggestions from robflop
      
      Co-authored-by: default avatarRobin B. <robflop98@outlook.com>
      
      * Changed Ja-JP instance mute title string to one suggested by sousuke
      
      Co-authored-by: default avatarsousuke0422 <sousuke20xx@gmail.com>
      
      * Update ja-JP instanceMuteDescription based on sousuke's suggestion
      
      Co-authored-by: default avatarsousuke0422 <sousuke20xx@gmail.com>
      
      * added notification mute
      
      * added notification and note children muting
      
      * Fixed a bug where local notifications were getting filtered on cold start
      
      * Fixed instance mute imports
      
      * Fixed not saving/loading instance mutes
      
      * removed en-US translations for instance mute
      
      * moved instance mute migration to js
      
      * changed settings index back to spaces
      
      * removed destructuring assignment from notification stream in instance mute check call
      
      Co-authored-by: default avatartamaina <tamaina@hotmail.co.jp>
      
      * added .note accessor for checking note data instead of notification data
      
      * changed note to use Packed<'Note'> instead of any and removed usage of snake case
      
      Co-authored-by: default avatartamaina <tamaina@hotmail.co.jp>
      
      * changed notification mute check to check specifically for notification host
      
      * changed to using single quotes
      
      * moved @click to the end for the linter
      
      * revert unnecessary changes
      
      * restored newlines
      
      * whitespace removal
      
      Co-authored-by: default avatarsyuilo <syuilotan@yahoo.co.jp>
      Co-authored-by: default avatarRobin B. <robflop98@outlook.com>
      Co-authored-by: default avatarsousuke0422 <sousuke20xx@gmail.com>
      Co-authored-by: default avatarpuffaboo <emilis@jigglypuff.club>
      Co-authored-by: default avatartamaina <tamaina@hotmail.co.jp>
  14. Nov 11, 2021
  15. Oct 19, 2021
  16. Oct 09, 2021
  17. Aug 19, 2021
  18. Jun 08, 2021
  19. May 28, 2021
  20. Mar 23, 2021
  21. Mar 21, 2021
  22. Mar 20, 2021
  23. Mar 19, 2021
  24. Jan 11, 2021
  25. Aug 22, 2020
    • Xeltica's avatar
      表示する通知を種別ごとに設定できるように (#6647) · cd0f8a4e
      Xeltica authored
      * ストリーミング以外は一通り実装
      
      * ストリーミング分も適用
      
      * 通知のグローバル設定をサーバーサイドに保存
      
      * グローバル通知を使うようにしたら更新されなくなるのを修正
      
      * サーバーサイド処理
      
      * i/notifications のパラメーター includeTypes に空配列を渡すと全部の通知が来る問題を修正
      
      * 全て有効/無効ボタンを実装
      
      * Squashed commit of the following:
      
      commit c3c11152
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Wed Aug 19 22:29:04 2020 +0900
      
          12.47.0
      
      commit 2dbab66c
      Author: syuilo <Syuilotan@yahoo.co.jp>
      Date:   Wed Aug 19 22:24:39 2020 +0900
      
          New Crowdin updates (#6617)
      
          * New translations ja-JP.yml (French)
      
          * New translations ja-JP.yml (Arabic)
      
          * New translations ja-JP.yml (French)
      
          * New translations ja-JP.yml (Spanish)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (Spanish)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (Spanish)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (Spanish)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (Korean)
      
          * New translations ja-JP.yml (Korean)
      
          * New translations ja-JP.yml (Korean)
      
          * New translations ja-JP.yml (Spanish)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (Korean)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (Spanish)
      
          * New translations ja-JP.yml (Arabic)
      
          * New translations ja-JP.yml (French)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (Japanese, Kansai)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (Korean)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (Spanish)
      
          * New translations ja-JP.yml (Arabic)
      
          * New translations ja-JP.yml (French)
      
          * New translations ja-JP.yml (Chinese Traditional)
      
          * New translations ja-JP.yml (German)
      
          * New translations ja-JP.yml (English)
      
          * New translations ja-JP.yml (Chinese Simplified)
      
      commit 01238d6b
      Author: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
      Date:   Wed Aug 19 22:24:02 2020 +0900
      
          Update README.md [AUTOGEN] (#6593)
      
      commit c34f302b
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Wed Aug 19 21:47:18 2020 +0900
      
          enhance(client): サーバーから切断されたときにダイアログで警告を表示できるように
      
      commit 6870262f
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Wed Aug 19 17:52:11 2020 +0900
      
          enhance(client): Better element visible detection
      
      commit c54d5e70
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Wed Aug 19 17:51:31 2020 +0900
      
          fix(clinet): 誤字によりスクロールイベントリスナが解除されていなかったのを修正
      
      commit 0ace009a
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Tue Aug 18 22:52:54 2020 +0900
      
          fix(server): Prevent error when recieve non-json data from websocket
      
          Fix #6658
      
      commit 48e8ee44
      Author: MeiMei <30769358+mei23@users.noreply.github.com>
      Date:   Tue Aug 18 22:48:52 2020 +0900
      
          WebPのアニメーションが失われるのを修正 Fix #6625 (#6649)
      
      commit 9855405b
      Author: syuilo <Syuilotan@yahoo.co.jp>
      Date:   Tue Aug 18 22:44:21 2020 +0900
      
          Channel (#6621)
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wop
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * add notes
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * sound
      
          * wip
      
          * add kick_gaba2
      
          * wip
      
      commit 122076e8
      Author: MeiMei <30769358+mei23@users.noreply.github.com>
      Date:   Sat Aug 15 04:27:19 2020 +0900
      
          Sign (request-target) Fix #6652 (#6656)
      
      commit 7c5ac2cb
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Fri Aug 14 15:24:55 2020 +0900
      
          perf(server): Add isSensitive index to improve query performance
      
      commit ccda2181
      Author: MeiMei <30769358+mei23@users.noreply.github.com>
      Date:   Fri Aug 14 00:54:33 2020 +0900
      
          GCSに大きいファイルがアップロードできないのを修正 Fix #6254 (#6648)
      
      commit b5fe4ba9
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Thu Aug 13 23:02:43 2020 +0900
      
          WIP: Improve admin dashboard
      
      commit fd9c7d52
      Merge: 080574e1 ee0a4455
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Thu Aug 13 21:27:10 2020 +0900
      
          Merge branch 'develop' of https://github.com/syuilo/misskey into develop
      
      commit 080574e1
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Thu Aug 13 21:27:06 2020 +0900
      
          WIP: Improve admin dashboard
      
      commit ee0a4455
      Author: MeiMei <30769358+mei23@users.noreply.github.com>
      Date:   Thu Aug 13 20:05:01 2020 +0900
      
          Option objectStorageSetPublicRead (#6645)
      
      commit bb342c76
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Thu Aug 13 19:56:46 2020 +0900
      
          WIP: Improve admin dashboard
      
      commit ed17636f
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Thu Aug 13 17:58:16 2020 +0900
      
          WIP: Improve admin dashboard
      
      commit c59d7d94
      Author: syuilo <Syuilotan@yahoo.co.jp>
      Date:   Wed Aug 12 17:42:12 2020 +0900
      
          Update README.md
      
          Close #6644
      
      commit 37737759
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 20:23:51 2020 +0900
      
          enhance(client): Improve admin page
      
      commit d63aef99
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 13:55:00 2020 +0900
      
          chore(client): Fix style
      
      commit e9b28fa3
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 13:00:10 2020 +0900
      
          chore(client): Design tweaks
      
      commit be255dc5
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 12:42:51 2020 +0900
      
          chore(client): Design tweak
      
      commit 18eb7c60
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 12:31:22 2020 +0900
      
          chore(client): Design tweaks
      
      commit cf29e698
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 12:28:35 2020 +0900
      
          chore(client): Fix bug
      
      commit 132da7e3
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 12:20:58 2020 +0900
      
          Update ja-JP.yml
      
      commit 26df23bb
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 12:18:02 2020 +0900
      
          chore(client): fix style
      
      commit 76389ad6
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 12:15:58 2020 +0900
      
          chore(client): Design tweaks
      
      commit 7cde8cfb
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 11:51:43 2020 +0900
      
          chore(client): Design tweaks
      
      commit 4eb2ddac
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 11:24:30 2020 +0900
      
          chore(client): Design tweaks
      
      commit dc51eef2
      Merge: bff8a23c 9c5efb9d
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 10:38:00 2020 +0900
      
          Merge branch 'develop' of https://github.com/syuilo/misskey into develop
      
      commit bff8a23c
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Mon Aug 10 10:37:57 2020 +0900
      
          chore(client): Design tweaks
      
      commit 9c5efb9d
      Author: rinsuki <428rinsuki+git@gmail.com>
      Date:   Mon Aug 10 01:33:01 2020 +0900
      
          Dockerのビルド時にgitを入れるように (#6639)
      
          https://github.com/syuilo/misskey/commit/917d3d0bd3e7746b722f154860c604c4d6c92c69 でgitの依存関係が追加されたのにgitが入っていないのでコケていた
      
      commit 48b8320e
      Author: rinsuki <428rinsuki+git@gmail.com>
      Date:   Mon Aug 10 01:32:27 2020 +0900
      
          Fix #6637 (#6638)
      
          * Fix #6637
      
          * fix lint
      
      commit 9b2ed96c
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Sun Aug 9 15:59:38 2020 +0900
      
          chore: Clean up
      
      commit 69d9aa71
      Author: syuilo <Syuilotan@yahoo.co.jp>
      Date:   Sun Aug 9 15:51:02 2020 +0900
      
          Full view mode (#6636)
      
          * wuip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * wip
      
          * Update folder.vue
      
          * wip
      
          * Update size.ts
      
          * wip
      
          * wip
      
          * Update index.vue
      
          * wip
      
      commit 13683780
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Sun Aug 9 13:49:44 2020 +0900
      
          ✌️
      
      commit d780e5b2
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Sun Aug 9 13:46:19 2020 +0900
      
          enhance(client): ミュートされたノート数を表示するようにしたり
      
      commit 917d3d0b
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Sat Aug 8 10:30:38 2020 +0900
      
          chore: Update dependencies 🚀
      
      commit 4b19c536
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Sat Aug 8 10:27:37 2020 +0900
      
          client: テーマコードをコピーできるようにしたり
      
      commit 2d40a15d
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Fri Aug 7 11:27:37 2020 +0900
      
          refactor: Extract well-known services
      
      commit 2bdcd22a
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Tue Aug 4 23:09:48 2020 +0900
      
          enhance(api): アクセストークンを作成する際、createdAtをlastUsedAtを揃えるようにして、未使用かどうかを判定できるように
      
      commit f73a4e13
      Author: MeiMei <30769358+mei23@users.noreply.github.com>
      Date:   Tue Aug 4 21:12:55 2020 +0900
      
          Update .dockerignore (#6620)
      
      commit b265cdbd
      Author: Xeltica <7106976+Xeltica@users.noreply.github.com>
      Date:   Mon Aug 3 13:40:32 2020 +0900
      
          Update CHANGELOG.md
      
      commit a04d8b95
      Author: Xeltica <7106976+Xeltica@users.noreply.github.com>
      Date:   Mon Aug 3 13:40:13 2020 +0900
      
          Update CHANGELOG.md
      
      commit 0e9a8c0c
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Sun Aug 2 13:59:05 2020 +0900
      
          fix(client): Message read state is not reactive
      
      commit 5ae8a3c7
      Author: syuilo <syuilotan@yahoo.co.jp>
      Date:   Sun Aug 2 13:49:28 2020 +0900
      
          refactor
      
      * fix: includeTypes 未指定時に通知が返ってこなくなるバグを修正
      
      * 最適化とバグ修正
      
      * 挙動を修正
      
      * Update ja-JP.yml
      
      * 不要なimportを削除
      
      * ✌️
      
      * 不要なコードの削除
      
      * Update notification-setting-window.vue
      
      * Update notification-setting-window.vue
      
      * 🎨
      
      
      
      Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
  26. May 26, 2020
  27. Feb 15, 2020
  28. Jan 29, 2020
  29. Jan 01, 2020
  30. Jun 27, 2019
  31. Apr 23, 2019
    • syuilo's avatar
      Refactor API (#4770) · 0463c6bb
      syuilo authored
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update description.ts
      
      * wip
Loading