Skip to content
Snippets Groups Projects
  1. Feb 03, 2023
  2. Jan 21, 2023
    • syuilo's avatar
      Achievements (#9665) · 65cd605b
      syuilo authored
      * wip
      
      * Update ja-JP.yml
      
      * wip
      
      * wip
      
      * Update MkAchievements.vue
      
      * wip
      
      * 🎨
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      65cd605b
  3. Jan 19, 2023
  4. Jan 15, 2023
  5. Jan 13, 2023
  6. Jan 12, 2023
    • syuilo's avatar
      Role (#9437) · 2470afaa
      syuilo authored
      * 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
      2470afaa
  7. Jan 10, 2023
  8. Jan 05, 2023
    • syuilo's avatar
      MisskeyPlay (#9467) · ebe340d5
      syuilo authored
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update ui.ts
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update CHANGELOG.md
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * 🎨
      
      * wip
      
      * ✌️
      ebe340d5
  9. Jan 03, 2023
  10. Jan 02, 2023
  11. Jan 01, 2023
  12. Dec 25, 2022
  13. Dec 17, 2022
    • tamaina's avatar
      enhance: Implement the toggle to (or not to) close push notifications when... · 4ecc4274
      tamaina authored
      enhance: Implement the  toggle to (or not to) close push notifications when notifications or messages are read (#9219)
      
      * create file
      
      * wip
      
      * fix
      
      * wip
      
      * tabun dekita
      
      * ✌️
      
      * implement subscribe push notification button to tutorial
      
      * check-exists→show-registration
      
      * add column sendReadMessage
      
      * fix migration file
      
      * sw api
      
      * change PushNotificationService
      
      * wip
      
      * ✌️
      
      * fix tutorial footer flex
      4ecc4274
  14. Oct 13, 2022
  15. Jul 16, 2022
  16. Jul 09, 2022
  17. Jul 07, 2022
    • syuilo's avatar
      feat: auto nsfw detection (#8840) · e5606018
      syuilo authored
      * feat: auto nsfw detection
      
      * ✌️
      
      
      
      * 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: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
      e5606018
  18. Jul 04, 2022
  19. Jul 02, 2022
    • syuilo's avatar
      feat: moderation note · dd426735
      syuilo authored
      dd426735
    • syuilo's avatar
      feat: Log user ips (#8872) · eccc90c8
      syuilo authored
      * 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
      eccc90c8
  20. May 19, 2022
    • Johann150's avatar
      hotfix: uniform color migration fix · 68f9341e
      Johann150 authored
      68f9341e
    • Johann150's avatar
      enhance: uniform theme color (#8702) · aaf5bb62
      Johann150 authored
      
      * 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: default avatarsyuilo <Syuilotan@yahoo.co.jp>
      aaf5bb62
  21. May 05, 2022
    • Johann150's avatar
      chore: synchronize code and database schema (#8577) · 31c73fdf
      Johann150 authored
      * chore: remove default null
      
      null is always the default value if a table column is nullable, and typeorm's
      @Column only accepts strings for default.
      
      * chore: synchronize code with database schema
      
      * chore: sync generated migrations with code
      31c73fdf
  22. Apr 02, 2022
  23. Mar 08, 2022
  24. Mar 07, 2022
  25. Mar 06, 2022
  26. Mar 04, 2022
  27. Mar 01, 2022
  28. Feb 28, 2022
  29. Feb 27, 2022
  30. Feb 23, 2022
  31. Feb 20, 2022
  32. Feb 11, 2022
Loading