summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/NodeinfoServerService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upd: add FriendlyCaptcha as a captcha solutionMarie2024-11-021-0/+1
| | | | FriendlyCaptcha is a german captcha solution which is GDPR compliant and has a non-commerical free license
* expose CW limit to frontendHazelnoot2024-10-261-0/+2
|
* separate character limits for local and remote notesHazel K2024-10-261-0/+3
|
* Fix timeout commentsHazel K2024-08-061-1/+1
| | | Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* tune cache lifetimesHazel K2024-08-031-1/+1
|
* Merge remote-tracking branch 'misskey/release/2024.5.0' into futuredakkar2024-05-311-6/+7
|\
| * enhance: サーバーのお問い合わせ先URLを設定できるようにsyuilo2024-05-311-6/+7
| |
* | merge: upstreamMarie2024-02-191-1/+3
|\|
| * fix: nodeinfoにenableMcaptchaとenableTurnstileが無い (#13387)anatawa122024-02-191-0/+2
| |
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-7/+7
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-7/+7
| |
* | Revert auto-formatted change in NodeinfoServerServiceNila The Dragon2024-01-091-6/+6
| |
* | feat: Implement Donation URLNila The Dragon2024-01-091-6/+7
| |
* | upd: Note Length customizationMarie2023-12-311-2/+1
| | | | | | | | | | | | | | | | note length is now configurable through the config file Closes #281 falls back to 3000 (misskey default) if not used/included in config
* | merge: upstreamMarie2023-12-231-0/+5
|\|
| * fix(backend): enhance nodeinfo by export instance admin via nodeAdmins key ↵65432023-12-031-0/+5
| | | | | | | | | | (#12503) https://codeberg.org/thefederationinfo/nodeinfo_extension
* | add: Bubble timelineMar0xy2023-12-041-0/+1
| | | | | | | | Closes transfem-org/Sharkey#154
* | merge: all upstream changesMar0xy2023-10-131-2/+12
|\|
| * Set http header for CORS in nodeinfo page (#11988)Srgr02023-10-081-2/+10
| | | | | | | | | | | | | | | | | | | | | | * add Access-Control-Allow-Origin header * WellKnownServerService.tsに合わせる * update changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * プライバシーポリシー・運営者情報のリンクを追加 (#11925)かっこかり2023-10-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 運営者情報・プライバシーポリシーリンクを追加 * Update Changelog * Run api extractor * プライバシーポリシー・利用規約の同意をまとめる * Update Changelog * fix lint * fix * api extractor * improve design * nodeinfoにプライバシーポリシー・運営者情報を追加
* | chore: return proper software name in nodeinfoMarie2023-09-251-1/+1
|/
* enhance nodeinfo by prpoagate the standart keys for homepage and repository ↵65432023-09-141-0/+3
| | | | (#11830)
* feat: nodeinfo 2.1 (#11805)xtex2023-09-101-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: enable nodeinfo 2.1 Since 9dd06a7621d1745b30ed1c2b1d94d34143dd638e, nodeinfo 2.1 has been released. Signed-off-by: xtex <xtexchooser@duck.com> * feat: only add software.repository to nodeinfo 2.1 https://github.com/jhass/nodeinfo/commit/e54c48e171b6f6bed6fbe2b6c0bdd8d3c16f7909 Signed-off-by: xtex <xtexchooser@duck.com> * feat: add software.homepage url to nodeinfo 2.1 https://github.com/jhass/nodeinfo/commit/507822cb3c16d84dac884d878e32825ade54028d Signed-off-by: xtex <xtexchooser@duck.com> * fix: set proper Content-Type for nodeinfo Signed-off-by: xtex <xtexchooser@duck.com> * style: fix lint warnings Signed-off-by: xtex <xtexchooser@duck.com> --------- Signed-off-by: xtex <xtexchooser@duck.com>
* refactor(backend): Remove unused injections (#11462)woxtu2023-08-051-7/+0
| | | | | * Remove unused injections * Remove unused imports
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): cache local custom emojissyuilo2023-04-061-2/+2
|
* enhance(backend): improve cachesyuilo2023-04-041-4/+4
|
* refactor(backend): rename Cache -> MemoryCachesyuilo2023-04-041-2/+2
|
* refactor(backend): rename cache classsyuilo2023-03-241-2/+2
|
* tweak postgresql entitiessyuilo2023-03-101-1/+1
| | | | Fix #10266
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+0
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* drop twitter/github/discord integrationssyuilo2023-02-031-3/+0
| | | | Close #9775
* refactor: rename role.options -> role.policiessyuilo2023-01-151-4/+4
|
* Role (#9437)syuilo2023-01-121-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * Update create.ts * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update delete.ts * Update delete.ts * wip * wip * wip * Update account-info.vue * wip * wip * Update settings.vue * Update user-info.vue * wip * Update show-file.ts * Update show-user.ts * wip * wip * Update delete.ts * wip * wip * Update overview.moderators.vue * Create 1673500412259-Role.js * wip * wip * Update roles.vue * 色 * Update roles.vue * integrate silence * wip * wip
* perf(server): improve nodeinfo performancesyuilo2023-01-101-8/+19
| | | | Resolve #9505
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-141-1/+1
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-1/+4
|
* Fastify (#9106)syuilo2022-12-031-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* fixessyuilo2022-09-241-1/+1
|
* fix import typesyuilo2022-09-211-2/+2
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+129