summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/channels (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refine fanout timeline (#12507)anatawa122023-12-021-59/+51
* fix(backend): rename FunoutTimelineService to FanoutTimelineService (#12453)zyoshoka2023-11-261-3/+3
* fix: 特定の条件下でチャンネルやユーザーのノート一覧に...yukineko2023-11-241-1/+5
* feat: チャンネル内→チャンネル外へのリノート制限機能...おさむのひと2023-11-032-0/+4
* Fix: チャンネルのフォロー・アンフォローの反映速度を改...おさむのひと2023-10-272-20/+8
* refactor(backend): rename servicesyuilo2023-10-181-3/+3
* perf(backend): createdAtをidから取得するように & 無駄なDateイ...syuilo2023-10-164-8/+5
* fix(backend): channels/timelineでミュートが効かない問題を修正syuilo2023-10-101-1/+1
* fix of 0bb0c32908syuilo2023-10-091-2/+2
* enhance(backend): RedisへのTLの構築をListで行うようにsyuilo2023-10-091-48/+55
* lint fixessyuilo2023-10-091-3/+4
* fix(backend): sinceIdやsinceDateを利用してTLを取得することがで...syuilo2023-10-051-3/+3
* feat: improve tl performance (#11946)syuilo2023-10-031-5/+3
* refactor(backend): update directory structure for modelssyuilo2023-09-201-1/+1
* update deps (#11820)syuilo2023-09-1513-13/+13
* chore(backend): Resolve `import/no-default-export` rule violations (#11732)woxtu2023-08-1713-26/+13
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-162-4/+4
* feat: sensitive channel (#11438)anatawa122023-08-052-0/+4
* refactor(backend): Remove unused injections (#11462)woxtu2023-08-053-4/+0
* chore: 著作権とライセンスについての情報を各ファイルに...Shun Sakai2023-07-2713-0/+65
* perf(backend): use limit() instead of take()syuilo2023-07-085-5/+5
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
* fix(backend): fix channels/ownedsyuilo2023-05-081-1/+1
* feat: チャンネルの削除syuilo2023-05-064-1/+6
* fix #10666 チャンネル検索ですべてのチャンネルの取得/表...たーびん2023-05-051-7/+9
* feat: チャンネルに色を設定できるようにsyuilo2023-05-022-0/+4
* enhance: account migration (#10592)Namekuji2023-04-305-0/+10
* fix typessyuilo2023-04-141-1/+1
* fix #10554 チャンネルの検索用ページとAPIの追加 (#10555)たーびん2023-04-111-0/+67
* fix: redis から取得できないチャンネル投稿はDBから取得 (#1...futchitwo2023-04-091-6/+12
* enhance(backend): Redisにチャンネル投稿がない場合はDBから持...syuilo2023-04-081-24/+43
* perf(backend): cache avatar and banner url to dbsyuilo2023-04-061-6/+0
* enhance(backend): improve cachesyuilo2023-04-052-7/+0
* perf(backend): cache timeline of a channel to redissyuilo2023-04-031-3/+26
* feat: チャンネルにノートをピン留めできるようにsyuilo2023-03-312-3/+10
* feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-313-0/+171
* fix: チャンネルの編集権限をチャンネル所有者とモデレー...mmorita2023-03-091-2/+6
* fix(server): チャンネルでミュートが正しく機能していない...kabo24682023-03-031-0/+6
* enhance(server): add rate limits for some endpointssyuilo2023-01-141-0/+6
* fixessyuilo2022-09-241-1/+1
* fix import typesyuilo2022-09-219-9/+9
* なんかもうめっちゃ変えたsyuilo2022-09-189-165/+301
* fix: validation (better #8456) (#8461)Johann1502022-04-031-0/+0
* revert 484e023c0syuilo2022-04-021-0/+0
* enhance(doc): required input fields (#8456)Johann1502022-04-021-0/+0
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-266-8/+8
* Fix avatar/banner proxy (#8346)tamaina2022-02-271-0/+6
* refactor: Use ESM (#8358)syuilo2022-02-279-33/+33
* Fix ajv (#8333)tamaina2022-02-209-9/+9
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-199-135/+96