<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/endpoints/flash, 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-26T08:31:36Z</updated>
<entry>
<title>refactor</title>
<updated>2025-08-26T08:31:36Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-08-26T08:31:36Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=69bbac013a5875b1ffb686e63c8896b86eacdebf'/>
<id>urn:sha1:69bbac013a5875b1ffb686e63c8896b86eacdebf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Playを検索できるように</title>
<updated>2025-07-04T01:20:00Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-07-04T01:20:00Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=dd87d26bdc14d9639b626e3967ca0e3107cdceba'/>
<id>urn:sha1:dd87d26bdc14d9639b626e3967ca0e3107cdceba</id>
<content type='text'>
#13115
</content>
</entry>
<entry>
<title>enhance: ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に</title>
<updated>2025-06-28T11:21:21Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-06-28T11:21:21Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b8e8f3ad25fafbe0567e710eddfcced04deb03ad'/>
<id>urn:sha1:b8e8f3ad25fafbe0567e710eddfcced04deb03ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enhance: 人気のPlayを10件以上表示できるように (#14443)</title>
<updated>2024-10-05T05:37:52Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2024-10-05T05:37:52Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=0d7d1091c8970d9979e8efb02f0accd6dcd39422'/>
<id>urn:sha1:0d7d1091c8970d9979e8efb02f0accd6dcd39422</id>
<content type='text'>
Co-authored-by: osamu &lt;46447427+sam-osamu@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>enhance(backend): ページ、ギャラリー、Playのモデレーション強化 (#13523)</title>
<updated>2024-08-17T06:01:08Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-08-17T06:01:08Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=fd744f44c1ee7aff71d9dba6096cc9ffcb934271'/>
<id>urn:sha1:fd744f44c1ee7aff71d9dba6096cc9ffcb934271</id>
<content type='text'>
* enhance(backend): Page、ギャラリー、Playのモデレーション強化

* Update CHANGELOG.md

* fix: update misskey-js

* refactor(frontend): use `MkA`

* Update CHANGELOG.md

* fix(i18n): Page -&gt; ページ</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(general): `flash/create`でPlayの公開範囲を指定できない問題の修正と編集画面の調整 (#13574)</title>
<updated>2024-03-15T13:02:57Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-03-15T13:02:57Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=4b1ca9ef619903e9ff1de10101c18569efbe099c'/>
<id>urn:sha1:4b1ca9ef619903e9ff1de10101c18569efbe099c</id>
<content type='text'>
* fix(backend): param `visibility` wasn't included in `flash/create`

* fix(frontend): tweak flash editor ui

* Update CHANGELOG.md</content>
</entry>
<entry>
<title>flash/update で部分的に変更できるようにする (#13396)</title>
<updated>2024-02-22T12:31:57Z</updated>
<author>
<name>FineArchs</name>
<email>133759614+FineArchs@users.noreply.github.com</email>
</author>
<published>2024-02-22T12:31:57Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=bf5952fd63e93894af621828d49ae023ad08ab6a'/>
<id>urn:sha1:bf5952fd63e93894af621828d49ae023ad08ab6a</id>
<content type='text'>
* make flash/update params optional

* Update autogen files

pnpm run build-misskey-js-with-types

* Update update.ts

* Update CHANGELOG.md

* hasOwnProperty -&gt; hasOwn

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</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>
</feed>
