summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/json-schema/note.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf(backend): ↵syuilo2023-10-191-0/+8
| | | | ノートのリアクション情報をキャッシュすることでDBへのクエリを削減
* revert: note editingsyuilo2023-10-041-5/+0
|
* enhance: 編集されたノートかどうか分かるようにsyuilo2023-09-281-1/+6
|
* feat: sensitive channel (#11438)anatawa122023-08-051-0/+4
| | | | | | | | | | | | | | | * feat(backend): add isSensitive to Channel * feat(backend): support isSensitive in channel endpoints * feat(frontend/channel-editor): support isSensitive in create/edit channel page * feat(frontend/channel): show sensitive indicator for sensitive channels * docs(changelog): add チャンネルをセンシティブ指定できるようになりました * chore: license header for each file * chore: add isSensitive of channel to Note object
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: rename schema to json-schemasyuilo2023-03-101-0/+174