Skip to content
Snippets Groups Projects
  1. Oct 25, 2023
  2. Oct 24, 2023
  3. Oct 23, 2023
  4. Oct 19, 2023
  5. Oct 18, 2023
  6. Oct 16, 2023
  7. Oct 11, 2023
  8. Oct 09, 2023
  9. Oct 08, 2023
  10. Oct 07, 2023
  11. Oct 05, 2023
  12. Oct 04, 2023
  13. Oct 03, 2023
    • syuilo's avatar
      feat: improve tl performance (#11946) · 6277a554
      syuilo authored
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update NoteCreateService.ts
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update NoteCreateService.ts
      
      * wip
      
      * Update NoteCreateService.ts
      
      * wip
      
      * Update user-notes.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update NoteCreateService.ts
      
      * wip
      
      * Update timeline.ts
      
      * Update timeline.ts
      
      * Update timeline.ts
      
      * Update timeline.ts
      
      * Update timeline.ts
      
      * wip
      
      * Update timelines.ts
      
      * Update timelines.ts
      
      * Update timelines.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update timelines.ts
      
      * Update misskey-js.api.md
      
      * Update timelines.ts
      
      * Update timelines.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update timelines.ts
      
      * wip
      
      * Update timelines.ts
      
      * wip
      
      * test
      
      * Update activitypub.ts
      
      * refactor: UserListJoining -> UserListMembership
      
      * Update NoteCreateService.ts
      
      * wip
  14. Sep 28, 2023
  15. Sep 15, 2023
    • syuilo's avatar
      update deps (#11820) · 6cf466e5
      syuilo authored
      * 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
  16. Aug 17, 2023
  17. Aug 05, 2023
  18. Jul 27, 2023
  19. Jul 08, 2023
  20. May 16, 2023
  21. Apr 06, 2023
  22. Mar 19, 2023
  23. Mar 07, 2023
  24. Jan 15, 2023
  25. 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
  26. Jan 01, 2023
  27. Sep 20, 2022
  28. Sep 17, 2022
  29. 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
  30. Jun 14, 2022
  31. Apr 03, 2022
  32. Apr 02, 2022
    • syuilo's avatar
      revert 484e023c · c03b70c9
      syuilo authored
      c03b70c9
    • Johann150's avatar
      enhance(doc): required input fields (#8456) · 484e023c
      Johann150 authored
      * remove empty file
      
      If the endpoint is to be implemented later, the file can be added back,
      but for now it is confusing to have an empty file.
      
      * enhance(doc): document defaults
      
      Default for `isPublic` is based on the database schema default value.
      Defaults for `local` and `withFiles` are based on the behaviour of the endpoint.
      
      * enhance(doc): explain nullable emoji category
      
      * fix: make nullable if default is null
      
      * enhance(doc): explain mute attribute expiresAt
      
      * fix: define required fields
      
      - `notes/create`: the default for `text` has been removed because ajv can not handle
        `default` inside of `anyOf`, see
        https://ajv.js.org/guide/modifying-data.html#assigning-defaults
      
      
        and the default value cannot be `null` if text is `nullable: false` in the `anyOf`
        first alternative.
      - `notes/create`: The `mediaIds` property has been marked as deprecated because it
        has the same behaviour as using `fileIds`, but the implementation tries to handlè
        `fileIds` first.
      - The result schema for `admin/emoji/list` has been altered because the `host`
        property will always be `null` as it is filtered this way in the database query.
        See packages/backend/src/server/api/endpoints/admin/emoji/list.ts line 67.
      
      * enhance(doc): explain nullable hostname
      
      * update changelog
      
      Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
  33. Mar 25, 2022
  34. Feb 27, 2022
Loading