iceshrimp-legacy/packages/backend/src
Johann150 484e023c0c
enhance(doc): required input fields (#8456)
* 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: syuilo <Syuilotan@yahoo.co.jp>
2022-04-02 15:04:36 +09:00
..
@types refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
boot refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
config remove HTTPS handling (#8380) 2022-03-08 23:23:18 +09:00
daemons refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
db refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
mfm refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
misc fix query 2022-03-27 16:16:13 +09:00
models enhance(doc): required input fields (#8456) 2022-04-02 15:04:36 +09:00
prelude refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
queue refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
remote perf(server): use cached user info in getUserFromApId 2022-03-26 19:09:57 +09:00
server enhance(doc): required input fields (#8456) 2022-04-02 15:04:36 +09:00
services limit federation of reactions on direct notes (#8448) 2022-03-27 13:57:04 +09:00
const.ts remove max note text length setting 2022-02-20 16:07:43 +09:00
env.ts refactoring 2021-11-12 02:02:25 +09:00
global.d.ts refactoring 2021-11-12 02:02:25 +09:00
index.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
types.ts feat: アンケート終了通知 2022-03-06 16:06:27 +09:00