summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/notes/create.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor/perf(backend): provide metadata statically (#14601)syuilo2024-09-221-2/+0
* fix(backend): incorrect logic for determining whether Quote or not (#13700)zyoshoka2024-04-141-3/+3
* メンションの最大数をロールごとに設定可能にする (#13343)Yuriha2024-02-291-2/+11
* fix(backend): ダイレクトなノートに対してはダイレクトでし...zyoshoka2024-02-291-0/+8
* fix: 禁止キーワードを含むノートがDelayed Queueに追加され...anatawa122024-02-221-2/+3
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
* fix: 特定文字列を含むノートを投稿できないようにする管...おさむのひと2024-02-091-24/+41
* refactor(backend): exist -> exists (#13203)かっこかり2024-02-081-2/+2
* fix(backend): 虚無ノートを投稿できる問題の修正と `api.json` ...zyoshoka2024-01-131-7/+27
* Replace deprecated `Repository.findOneById()` (#12426)woxtu2023-11-241-1/+1
* fix(backend): 非公開の投稿に対して返信できないように (#12333)zyoshoka2023-11-151-0/+8
* feat: チャンネル内→チャンネル外へのリノート制限機能...おさむのひと2023-11-031-0/+19
* CWを使用する場合、注釈を空にすることを許可しないsyuilo2023-11-031-2/+2
* fix(backend): We can renote pure renote (#12171)anatawa122023-10-301-2/+3
* Disallow renote of direct note (#11970)anatawa122023-10-051-0/+14
* fix(backend): fix notes/create validationsyuilo2023-09-291-1/+1
* refactor(backend): update directory structure for modelssyuilo2023-09-201-4/+4
* update deps (#11820)syuilo2023-09-151-1/+1
* chore(backend): Resolve `import/no-default-export` rule violations (#11732)woxtu2023-08-171-2/+1
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-161-9/+9
* update deps (#11409)syuilo2023-07-311-1/+1
* chore: 著作権とライセンスについての情報を各ファイルに...Shun Sakai2023-07-271-0/+5
* refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え (#11224)okayurisotto2023-07-111-8/+12
* feat: センシティブなカスタム絵文字のリアクションを受...syuilo2023-05-191-1/+1
* feat: チャンネルの削除syuilo2023-05-061-1/+1
* enhance: account migration (#10592)Namekuji2023-04-301-0/+2
* feat: Reaction acceptance (#10256)syuilo2023-03-081-1/+3
* fix(server): 単純にrenoteできないのを修正tamaina2023-02-261-0/+1
* test(server): add validation test of api:notes/create (#10090)tamaina2023-02-261-59/+40
* fix(server): notes/createで、fileIdsと見つかったファイルの数が...tamaina2023-02-241-0/+10
* style(backend): fix all eslint errors (#9967)Kagami Sascha Rosylight2023-02-171-1/+1
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+0
* enhance(backend): enhance SchemaType handling of anyOf (#9762)tamaina2023-02-011-36/+40
* fix import typesyuilo2022-09-211-1/+1
* なんかもうめっちゃ変えたsyuilo2022-09-181-104/+130
* fix: validate text is not emptyJohann1502022-05-281-1/+1
* fix: postgres type errorJohann1502022-05-151-1/+1
* fix: keep file order (#8659)Johann1502022-05-141-4/+8
* refactorsyuilo2022-04-171-11/+11
* refactorsyuilo2022-04-081-8/+8
* fix: validation (better #8456) (#8461)Johann1502022-04-031-29/+54
* revert 484e023c0syuilo2022-04-021-48/+24
* enhance(doc): required input fields (#8456)Johann1502022-04-021-24/+48
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-9/+9
* refactor: Use ESM (#8358)syuilo2022-02-271-10/+10
* remove max note text length settingsyuilo2022-02-201-12/+2
* Fix ajv (#8333)tamaina2022-02-201-1/+1
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-191-81/+42