Commit graph

902 commits

Author SHA1 Message Date
syuilo ebb687cde4 Update CHANGELOG.md 2022-04-03 13:56:44 +09:00
syuilo 408d54f2eb fix(api): admin/update-meta was not working 2022-04-03 13:54:22 +09:00
syuilo 61dfa6d598
Update CHANGELOG.md 2022-04-02 21:40:49 +09:00
syuilo 7722fc4d3f 12.109.1 2022-04-02 16:56:24 +09:00
syuilo 6a379b463f Update CHANGELOG.md 2022-04-02 16:49:54 +09:00
syuilo 68d462b301 12.109.0 2022-04-02 15:33:51 +09:00
syuilo 8e5f2690f2
feat: Webhook (#8457)
* feat: introduce webhook

* wip

* wip

* wip

* Update CHANGELOG.md
2022-04-02 15:28:49 +09:00
syuilo 99e6ef5996 Update CHANGELOG.md 2022-04-02 15:26:48 +09:00
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
syuilo 7c781179a1
Update CHANGELOG.md 2022-04-02 12:12:10 +09:00
syuilo 39302bf0ea fix(server): admin/meta is not working
Fix #8455
2022-04-01 19:17:19 +09:00
syuilo 31f0d1d874 Update CHANGELOG.md 2022-03-26 18:28:30 +09:00
Kainoa Kanter f68b646878
Fix: warn about outdated NodeJS fixed (#8388)
* Fix #8387

* update changelog

Co-authored-by: Johann150 <johann.galle@protonmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-03-20 01:34:45 +09:00
syuilo 75191a942f Update CHANGELOG.md 2022-03-19 19:10:12 +09:00
syuilo caadc0978a feat: introduce bull dashboard 2022-03-19 19:08:55 +09:00
syuilo b81b66912d 12.108.1 2022-03-12 19:35:08 +09:00
syuilo a2094054a3 Update CHANGELOG.md 2022-03-12 19:27:14 +09:00
syuilo 6cf346b3ea Update CHANGELOG.md 2022-03-12 15:22:05 +09:00
syuilo c76d14b881 Update CHANGELOG.md 2022-03-12 13:22:50 +09:00
syuilo 6cd3ff5848 12.108.0 2022-03-09 23:03:52 +09:00
syuilo 4f8495c7ad feat: use instance icon for splash screen 2022-03-09 23:00:28 +09:00
syuilo 60d87e3a68 Update CHANGELOG.md 2022-03-09 22:33:51 +09:00
syuilo 9b8dc4c417
Update CHANGELOG.md 2022-03-08 23:26:32 +09:00
Johann150 26d90cd030
remove HTTPS handling (#8380) 2022-03-08 23:23:18 +09:00
syuilo ec64b5ea0b feat: add active to federation chart 2022-03-07 15:10:16 +09:00
syuilo 2442592ef1 feat: アンケート終了通知
Resolve #4664
2022-03-06 16:06:27 +09:00
syuilo 8bb586c1fd
Update CHANGELOG.md 2022-03-05 02:01:38 +09:00
syuilo 476dfb0f35 fix(client): register_note_view_interruptor()が動かないのを修正
Fix #8318
2022-03-05 01:22:57 +09:00
syuilo e68278f93e feat: 時限ミュート
#7677
2022-03-04 20:23:53 +09:00
syuilo 2939b760d3 set timeout for db query
Resolve #8150
2022-03-04 18:04:39 +09:00
syuilo 072799f674 fix(client): ユーザー名オートコンプリートが正しく動作しない問題を修正 2022-03-02 18:52:49 +09:00
syuilo ba4ef23d6b feat: instance default theme 2022-03-01 23:58:01 +09:00
syuilo 8dcdbddbfb fix: use import assertion 2022-03-01 00:40:53 +09:00
syuilo a28daf7f44 feat: add pub & sub item for federation chart 2022-02-23 16:17:16 +09:00
syuilo 92f5027c3c プロフィールの追加情報を最大16まで保存できるように
Close #8225
Close #8234
2022-02-20 16:53:06 +09:00
syuilo 6994136fb3 Update CHANGELOG.md 2022-02-20 16:08:09 +09:00
syuilo a1c7c1fb49 remove max note text length setting
Resolve #8323
2022-02-20 16:07:43 +09:00
syuilo 9d7352a9e4 fix(client): リアクションピッカーの高さが低くなったまま戻らないことがあるのを修正
Fix #8071
2022-02-13 16:35:53 +09:00
syuilo 8d568d533b 12.107.0 2022-02-12 17:36:34 +09:00
syuilo 2de4978a31 fix(server): stats APIで内部エラーが発生する問題を修正
Fix #8308
2022-02-12 17:33:29 +09:00
syuilo 1c6ab5447d fix(client): 一部環境でサイドバーの投稿ボタンが表示されない問題を修正 2022-02-12 17:28:33 +09:00
syuilo f6e40a9092 Update CHANGELOG.md 2022-02-12 16:53:25 +09:00
syuilo 3cf9c30974 12.106.3 2022-02-11 22:17:06 +09:00
syuilo c1f0fa5bd6 enhance(client): tweak padding 2022-02-11 22:16:20 +09:00
syuilo b01a0325ba fix(client): ノート詳細が開けないのを直したり
Fix #8305
2022-02-11 22:14:14 +09:00
syuilo de6e3d64b4 12.106.2 2022-02-11 21:40:04 +09:00
syuilo 64874417e0 Update CHANGELOG.md 2022-02-11 21:37:19 +09:00
syuilo b3decdc4e5 fix(client): ノートの参照を断ち切るように
Fix #8201
Close #8237
2022-02-11 21:35:28 +09:00
syuilo fd5a304821 12.106.1 2022-02-11 19:47:30 +09:00
syuilo 0ab59a10b3 fix(client): word mute cannot save 2022-02-11 19:44:56 +09:00