<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/endpoints/i/webhooks, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2025-08-27T06:59:39Z</updated>
<entry>
<title>refactor</title>
<updated>2025-08-27T06:59:39Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-08-27T06:59:39Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=87d09f255dd702627bbc6fa58692eebba3830889'/>
<id>urn:sha1:87d09f255dd702627bbc6fa58692eebba3830889</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: UserWebhook/SystemWebhookのテスト送信機能を追加 (#14489)</title>
<updated>2024-09-19T08:20:50Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2024-09-19T08:20:50Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=4ac8aad50a1a1ef2ac2a13a04baca445294397ed'/>
<id>urn:sha1:4ac8aad50a1a1ef2ac2a13a04baca445294397ed</id>
<content type='text'>
* feat: UserWebhook/SystemWebhookのテスト送信機能を追加

* fix CHANGELOG.md

* 一部設定をパラメータから上書き出来るように修正

* remove async

* regenerate autogen</content>
</entry>
<entry>
<title>refactor: api/*/update系の必須キーを最低限に (#13824)</title>
<updated>2024-06-22T05:52:27Z</updated>
<author>
<name>yupix</name>
<email>yupi0982@outlook.jp</email>
</author>
<published>2024-06-22T05:52:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b50eb511b0cf6fb05d37c3370726f940c1438a99'/>
<id>urn:sha1:b50eb511b0cf6fb05d37c3370726f940c1438a99</id>
<content type='text'>
* refactor: clips/updateの必須キーをclipIdのみに

* refactor: admin/roles/update の必須キーをroleIdのみに

* feat: pages/update の必須キーをpageIdのみに

* refactor: gallery/posts/update の必須キーをpostidのみに

* feat: misskey-jsの型を更新

* feat: i/webhooks/updateの必須キーをwebhookIdのみに

* feat: admin/ad/updateの必須キーをidのみに

* feat: misskey-jsの型を更新

* chore: update CHANGELOG.md

* docs: update CHANGELOG.md

* fix: secretが更新できなくなる場合がある

Co-authored-by: zyoshoka &lt;107108195+zyoshoka@users.noreply.github.com&gt;

* Update packages/backend/src/server/api/endpoints/gallery/posts/update.ts

---------

Co-authored-by: zyoshoka &lt;107108195+zyoshoka@users.noreply.github.com&gt;
Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix(backend): Limit antenna/webhook/list to exact amount (#14036)</title>
<updated>2024-06-18T03:18:04Z</updated>
<author>
<name>Ryu jongheon</name>
<email>lapy@lapy.link</email>
</author>
<published>2024-06-18T03:18:04Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d0ee0203e12d41515b05d7d99ae09f70eeae5874'/>
<id>urn:sha1:d0ee0203e12d41515b05d7d99ae09f70eeae5874</id>
<content type='text'>
... not +1
* Update antennas/clips e2e test</content>
</entry>
<entry>
<title>fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908)</title>
<updated>2024-06-01T02:16:44Z</updated>
<author>
<name>Acid Chicken</name>
<email>root@acid-chicken.com</email>
</author>
<published>2024-06-01T02:16:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=2b8056a8525e1b38536aa0406ba9446a88b365b9'/>
<id>urn:sha1:2b8056a8525e1b38536aa0406ba9446a88b365b9</id>
<content type='text'>
* fix(backend): use insertOne insteadof insert/findOneOrFail combination

* fix: typo

* fix(backend): inherit mainAlias?

* refactor(backend): use extend

* fix(backend): invalid entityTarget

* fix(backend): fake where

* chore: debug

* chore: debug

* test: log

* fix(backend): column names

* fix(backend): remove dummy from

* revert: log

* fix(backend): position

* fix(backend): automatic aliasing

* chore(backend): alias

* chore(backend): remove from

* fix(backend): type

* fix(backend): avoid pure name

* test(backend): fix type

* chore(backend): use cte

* fix(backend): avoid useless alias

* fix(backend): fix typo

* fix(backend): __disambiguation__

* fix(backend): quote

* chore(backend): t

* chore(backend): accessible

* chore(backend): concrete returning

* fix(backend): quote

* chore: log more

* chore: log metadata

* chore(backend): use raw

* fix(backend): returning column name

* fix(backend): transform

* build(backend): wanna logging

* build(backend): transform empty

* build(backend): build alias

* build(backend): restore name

* chore: return entity

* fix: test case

* test(backend): 204

* chore(backend): log sql

* chore(backend): assert user joined

* fix(backend): typo

* chore(backend): log long sql

* chore(backend): log join

* chore(backend): log join depth null

* chore(backend): joinAttributes

* chore(backend): override createJoinExpression

* chore: join log

* fix(backend): escape

* test(backend): log log

* chore(backend): join gonna success?

* chore(backend): relations

* chore(backend): undefined

* chore(backend): target

* chore(backend): remove log

* chore(backend): log chart update

* chore(backend): log columns

* chore(backend): check hasMetadata

* chore(backend): unshift id when not included

* chore(backend): missing select

* chore(backend): remove debug code</content>
</entry>
<entry>
<title>fix(backend): add missing schemas and fix incorrect schemas (#13295)</title>
<updated>2024-02-16T05:27:33Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-02-16T05:27:33Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=40bbae3d6c200afb8ed9a70ca20ef03ebaed4e57'/>
<id>urn:sha1:40bbae3d6c200afb8ed9a70ca20ef03ebaed4e57</id>
<content type='text'>
* fix(backend): add missing schemas and fix incorrect schemas

* fix: ci

* fix: ci (本命)

* fix: run `pnpm build-misskey-js-with-types`

* fix: typos

* fix: role-condition-formula-value contains `id`

* fix: incorrect schema</content>
</entry>
<entry>
<title>(re)  update SPDX-FileCopyrightText</title>
<updated>2024-02-13T15:59:27Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:59:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c1514ce91dc08481a092a789ee37da546cdb4583'/>
<id>urn:sha1:c1514ce91dc08481a092a789ee37da546cdb4583</id>
<content type='text'>
Fix  #13290
</content>
</entry>
<entry>
<title>Revert "update SPDX-FileCopyrightText"</title>
<updated>2024-02-13T15:50:11Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:50:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=311c2172d7bc861d915a28650684a1587ecb4695'/>
<id>urn:sha1:311c2172d7bc861d915a28650684a1587ecb4695</id>
<content type='text'>
This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
</content>
</entry>
<entry>
<title>update SPDX-FileCopyrightText</title>
<updated>2024-02-12T02:37:45Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2024-02-12T02:37:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=9b5aeb76d8c9372d67058c512597152b6bf222f2'/>
<id>urn:sha1:9b5aeb76d8c9372d67058c512597152b6bf222f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enhance: api.jsonのレスポンスの内容を実際の内容に合わせる (#12723)</title>
<updated>2023-12-21T07:57:05Z</updated>
<author>
<name>GrapeApple0</name>
<email>84321396+GrapeApple0@users.noreply.github.com</email>
</author>
<published>2023-12-21T07:57:05Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=79ca93cefb8c892556b49fe4055d397e2a56adcf'/>
<id>urn:sha1:79ca93cefb8c892556b49fe4055d397e2a56adcf</id>
<content type='text'>
* Create packedAdSchema

* admin/emoji/add

* admin/get-user-ips

* admin/roles/users

* admin/get-index-stats

* admin/accounts/find-by-email

* fix type of admin/ad/list

* federation/stats

* endpoints

* get-online-users-count

* i/2fa/register-key

* i/2fa/key-done

* i/2fa/register

* i/apps

* i/authorized-apps

* i/registry/get-all

* i/registry/get

* i/registry/get-detail

* i/registry/key-with-type

* i/registry/scopes-with-domain

* i/update-email

* i/move

* i/webhooks/create

* fix miss type

* i/webhooks/show

* i/webhooks/list

* flash/create

* roles/users

* server-info

* test

* users/lists/get-memberships

* users/achievements

* fetch-rss

* fetch-external-resources</content>
</entry>
</feed>
