-
今のようにgroupでの管理者・対象の設定を許すならいずれ必要になる。
また、これがないと存在する管理者が存在するユーザーである保証が出来ず、いつまでも管理者をハードコーディングせねばならない。
-
部内の各種サービスでよりリッチな表示をするため
関連issue: traPtitech/traQ_S-UI#4191
-
`webp: invalid format`と言われる
https://github.com/traPtitech/traQ/blob/6a4232a075df4db69cb74593e3de0f8af23bad05/service/imaging/processor_default.go#L62
-
@traQ-server @traQ-client @.traQがあって@.traQからは@traQ-server @traQ-clientを参照できるようにしたい
```json
{
"id": "user-uuid",
"role": "string"
}
```
↓
```json
{
"id": "user-uuid|group-uuid",
"r…
ras0q updated
6 months ago
-
- アンケートの説明
- テキスト回答 (短文・長文)
[traPtitech/traq-markdown-it: Markdown parser for traQ](https://github.com/traPtitech/traq-markdown-it) を使うのが良さそう
yto60 updated
3 years ago
-
## Goal
- 本家のクローンリポジトリが作成されている
- OAuthプロバイダの追加実装が完了している
- (適宜追加)
-
https://github.com/traPtitech/traQ/issues/1216 と同じ問題が発生しそう
ras0q updated
4 months ago
-
https://github.com/traPtitech/traQ/blob/4f6c04807c8ac6500ab1ad60fbec4c122d07ab14/router/middlewares/user_authenticate.go#L50
middlewareでtokenからuserIDを取っているが、client credential flowだとuuid.Nilとなる。
ht…
-
# 内容
`get_user` などで `UserDetail` を取得した際、Twitterのアカウントを設定していないと ```traq.exceptions.ApiValueError: Invalid value for `twitter_id`, must match regular expression `^[a-zA-Z0-9_]{1,15}$``` になる
# 再現する…
-
traQ側の制限のため