Skip to content
Snippets Groups Projects
  1. 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>
  2. Jan 16, 2022
  3. Jan 12, 2022
  4. Jan 07, 2022
  5. Jan 04, 2022
  6. Jan 02, 2022
  7. Jan 01, 2022
  8. Dec 29, 2021
  9. Dec 28, 2021
  10. Dec 26, 2021
  11. Dec 25, 2021
  12. Dec 24, 2021
  13. Dec 23, 2021
  14. Dec 14, 2021
  15. Dec 11, 2021
  16. Dec 10, 2021
  17. Dec 09, 2021
    • syuilo's avatar
      feat: improve follow export · 20134a53
      syuilo authored
      20134a53
    • 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>
  18. Dec 03, 2021
  19. Nov 28, 2021
  20. Nov 26, 2021
  21. Nov 21, 2021
  22. Nov 14, 2021
  23. Nov 13, 2021
Loading