かっこかり
897db84f4d
Update CHANGELOG.md (書き方を揃える)
2025-01-30 22:11:30 +08:00
かっこかり
83f90f59c5
fix(frontend): 画面サイズが変わった際にnavbarが自動で折りたたまれない問題を修正 ( #15042 )
...
* fix(frontend): 画面サイズが変わった際にnavbarが自動で折りたたまれない問題を修正
* Update Changelog
* fix
2025-01-30 22:11:30 +08:00
syuilo
f0a5090135
fix(backend): use atomic command to improve security
2025-01-30 22:11:29 +08:00
かっこかり
c0e84cec42
Update CHANGELOG.md (typo)
2025-01-30 22:11:29 +08:00
github-actions[bot]
1baf52f01a
[skip ci] Update CHANGELOG.md (prepend template)
2025-01-30 22:11:29 +08:00
github-actions[bot]
4461a75529
Release: 2024.11.0
2025-01-30 22:11:29 +08:00
syuilo
597aa1df90
New Crowdin updates ( #15027 )
...
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Simplified)
2025-01-30 22:11:29 +08:00
かっこかり
b5b911326f
fix(backend): Inboxのエラーをthrowせずreturnしている問題を修正 ( #15022 )
...
* fix exception handling for Like activities
(cherry picked from commit 8f42e8434eaebe3aba5d1980c57f49dd8ad0de91)
* fix exception handling for Announce activities
(cherry picked from commit cfc3ab4b045af0674122fa49176431860176358b)
* fix exception handling for Undo activities
* Update Changelog
---------
Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
2025-01-30 22:11:29 +08:00
anatawa12
fee3070ed5
ci: reset prerelease number on release ( #15024 )
2025-01-30 22:11:29 +08:00
github-actions[bot]
51fd469fe2
Bump version to 2024.11.0-beta.4
2025-01-30 22:11:29 +08:00
かっこかり
f96084e446
Update CHANGELOG.md
2025-01-30 22:11:29 +08:00
syuilo
a5f59cdea9
Update CHANGELOG.md
2025-01-30 22:11:29 +08:00
github-actions[bot]
18b234729d
Bump version to 2024.11.0-alpha.3
2025-01-30 22:11:29 +08:00
かっこかり
b0216c271c
fix(backend): fix apResolver ( #15010 )
...
* fix(backend): fix apResolver
* fix
* add comments
* tweak comment
2025-01-30 22:11:29 +08:00
かっこかり
8ebc4ea9fa
fix(backend): fix type error(s) in security fixes ( #15009 )
...
* Fix type error in security fixes
(cherry picked from commit fa3cf6c2996741e642955c5e2fca8ad785e83205)
* Fix error in test function calls
(cherry picked from commit 1758f29364eca3cbd13dbb5c84909c93712b3b3b)
* Fix style error
(cherry picked from commit 23c4aa25714af145098baa7edd74c1d217e51c1a)
* Fix another style error
(cherry picked from commit 36af07abe28bec670aaebf9f5af5694bb582c29a)
* Fix `.punyHost` misuse
(cherry picked from commit 6027b516e1c82324d55d6e54d0e17cbd816feb42)
* attempt to fix test: make yaml valid
---------
Co-authored-by: Julia Johannesen <julia@insertdomain.name>
2025-01-30 22:11:29 +08:00
かっこかり
5ab6a7a5a3
fix(backend): fix security patches ( #15008 )
2025-01-30 22:11:29 +08:00
syuilo
b42ee0f5f6
fix ap/show
2025-01-30 22:11:29 +08:00
syuilo
c3738eeb2d
fix(backend): use atomic command to improve security
...
Co-Authored-By: Acid Chicken <root@acid-chicken.com>
2025-01-30 22:11:29 +08:00
rectcoordsystem
cb57414362
Merge commit from fork
...
* fix(backend): check target IP before sending HTTP request
* fix(backend): allow accessing private IP when testing
* Apply suggestions from code review
Co-authored-by: anatawa12 <anatawa12@icloud.com>
* fix(backend): lint and typecheck
* fix(backend): add isLocalAddressAllowed option to getAgentByUrl and send (HttpRequestService)
* fix(backend): allow fetchSummaryFromProxy, trueMail to access local addresses
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-01-30 22:11:29 +08:00
Julia
b0f3462f6c
Merge commit from fork
...
* Fix poll update spoofing
* fix: Disallow negative poll counts
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-01-30 22:11:29 +08:00
Julia
44918572b4
Merge commit from fork
...
* enhance: Add a few validation fixes from Sharkey
See the original MR on the GitLab instance:
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/484
Co-Authored-By: Dakkar <dakkar@thenautilus.net>
* fix: primitive 2: acceptance of cross-origin alternate
Co-Authored-By: Laura Hausmann <laura@hausmann.dev>
* fix: primitive 3: validation of non-final url
* fix: primitive 4: missing same-origin identifier validation of collection-wrapped activities
* fix: primitives 5 & 8: reject activities with non
string identifiers
Co-Authored-By: Laura Hausmann <laura@hausmann.dev>
* fix: primitive 6: reject anonymous objects that were fetched by their id
* fix: primitives 9, 10 & 11: http signature validation
doesn't enforce required headers or specify auth header name
Co-Authored-By: Laura Hausmann <laura@hausmann.dev>
* fix: primitive 14: improper validation of outbox, followers, following & shared inbox collections
* fix: code style for primitive 14
* fix: primitive 15: improper same-origin validation for
note uri and url
Co-Authored-By: Laura Hausmann <laura@hausmann.dev>
* fix: primitive 16: improper same-origin validation for user uri and url
* fix: primitive 17: note same-origin identifier validation can be bypassed by wrapping the id in an array
* fix: code style for primitive 17
* fix: check attribution against actor in notes
While this isn't strictly required to fix the exploits at hand, this
mirrors the fix in `ApQuestionService` for GHSA-5h8r-gq97-xv69, as a
preemptive countermeasure.
* fix: primitive 18: `ap/get` bypasses access checks
One might argue that we could make this one actually preform access
checks against the returned activity object, but I feel like that's a
lot more work than just restricting it to administrators, since, to me
at least, it seems more like a debugging tool than anything else.
* fix: primitive 19 & 20: respect blocks and hide more
Ideally, the user property should also be hidden (as leaving it in leaks
information slightly), but given the schema of the note endpoint, I
don't think that would be possible without introducing some kind of
"ghost" user, who is attributed for posts by users who have you blocked.
* fix: primitives 21, 22, and 23: reuse resolver
This also increases the default `recursionLimit` for `Resolver`, as it
theoretically will go higher that it previously would and could possibly
fail on non-malicious collection activities.
* fix: primitives 25-33: proper local instance checks
* revert: fix: primitive 19 & 20
This reverts commit 465a9fe6591de90f78bd3d084e3c01e65dc3cf3c.
---------
Co-authored-by: Dakkar <dakkar@thenautilus.net>
Co-authored-by: Laura Hausmann <laura@hausmann.dev>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-01-30 22:11:29 +08:00
syuilo
22a3fedfb5
New Crowdin updates ( #15000 )
...
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (German)
2025-01-30 22:11:29 +08:00
Sayamame-beans
97fb854a7b
Fix: リノートミュートが新規投稿通知に対して作用していなかった問題を修正 ( #15006 )
...
* fix(backend): renoteMute doesn't work for note notification
* docs(changelog): update changelog
2025-01-30 22:11:29 +08:00
syuilo
4df12efd4f
perf(frontend): reduce api requests for non-logged-in enviroment ( #15001 )
...
* wip
* Update CHANGELOG.md
* wip
2025-01-30 22:11:29 +08:00
鴇峰 朔華
8b58d0d6ae
feat: 絵文字のポップアップメニューに編集を追加 ( #15004 )
...
* Mod: 絵文字のポップアップメニューに編集を追加
* fix: code styleの修正
* fix: code styleの修正
* fix
2025-01-30 22:11:29 +08:00
zawa-ch.
18c1d01011
Fix(backend): アカウント削除のモデレーションログが動作していないのを修正 ( #14996 ) ( #14997 )
...
* アカウント削除のモデレーションログが動作していないのを修正
* update CHANGELOG
2025-01-30 22:11:29 +08:00
github-actions[bot]
721a6ab8de
Bump version to 2024.11.0-alpha.2
2025-01-30 22:11:29 +08:00
syuilo
381049799c
New Crowdin updates ( #14965 )
...
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Swedish)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Swedish)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Romanian)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Arabic)
* New translations ja-jp.yml (Czech)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Dutch)
* New translations ja-jp.yml (Norwegian)
* New translations ja-jp.yml (Polish)
* New translations ja-jp.yml (Portuguese)
* New translations ja-jp.yml (Russian)
* New translations ja-jp.yml (Slovak)
* New translations ja-jp.yml (Turkish)
* New translations ja-jp.yml (Ukrainian)
* New translations ja-jp.yml (Vietnamese)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Bengali)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Uzbek)
* New translations ja-jp.yml (Lao)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Korean (Gyeongsang))
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Polish)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Swedish)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Swedish)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Simplified)
2025-01-30 22:11:29 +08:00
おさむのひと
99a8c488a1
refactor(backend): SystemWebhookで送信されるペイロードの型を追加 ( #14980 )
2025-01-30 22:11:29 +08:00
FineArchs
cfa95b6612
リノートメニューに「リノートの詳細」を追加 ( #14985 )
...
* add renote-detail menu
* changelog
* Apply suggestions from code review
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update CHANGELOG.md
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-01-30 22:11:29 +08:00
饺子w (Yumechi)
f510b364da
fix(backend): お知らせ作成時に画像URL入力欄を空欄に変更できないのを修正 ( #14990 )
...
* fix(backend): アナウンスメントを作成ときに画像URLを後悔できないのを修正
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* Update CHANGELOG.md
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
---------
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
2025-01-30 22:11:29 +08:00
かっこかり
66a3fc6902
fix(frontend): TypeScriptの型チェック対象ファイルを限定して高速化するように ( #14994 )
...
* fix frontend tsconfig includes
* fix frontend-embed tsconfig includes
* fix eslint in frontend / frontend-embed
* Update Changelog
---------
Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
2025-01-30 22:11:29 +08:00
おさむのひと
067ec73cc5
enhance(frontend): デッキ表示時にサイドバーを展開・折りたたみできるように ( #14983 )
...
* enhance(frontend): デッキ表示時にサイドバーを展開・折りたたみできるように
* wip
* wip
* Update navbar.vue
* ✌️
* Update CHANGELOG.md
* 🎨
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-01-30 22:11:28 +08:00
syuilo
c1531fd713
Update SECURITY.md
2025-01-30 22:11:28 +08:00
syuilo
ac246fab51
Update CONTRIBUTING.md
2025-01-30 22:11:28 +08:00
syuilo
8b2cbd2c7d
Update CONTRIBUTING.md
2025-01-30 22:11:28 +08:00
syuilo
b53e45650b
Update CONTRIBUTING.md
2025-01-30 22:11:28 +08:00
syuilo
43c81cf701
Update CHANGELOG.md
2025-01-30 22:11:28 +08:00
syuilo
5733b247b1
Update CHANGELOG.md
2025-01-30 22:11:28 +08:00
syuilo
241e9ed396
🎨
2025-01-30 22:11:28 +08:00
CDN
2f4612e96b
fix(backend): fallback sharedInbox to null in ApPersonService ( #14970 )
2025-01-30 22:11:28 +08:00
syuilo
4a543c9723
add warning for open registration ( #14963 )
...
* wip
* wip
* Update ja-JP.yml
* Update index.d.ts
* ✌️
2025-01-30 22:11:28 +08:00
syuilo
50cabff215
Update .gitignore
2025-01-30 22:11:28 +08:00
syuilo
c9e1996b49
🎨
2025-01-30 22:11:28 +08:00
syuilo
d032cbdc94
use execa 8.0.1
...
#14966
2025-01-30 22:11:28 +08:00
syuilo
739ff455ac
Revert "use nodemon 3.0.2"
...
This reverts commit ce1f84e5a3
.
2025-01-30 22:11:28 +08:00
syuilo
cf67305cc2
use nodemon 3.0.2
...
#14966
2025-01-30 22:11:28 +08:00
github-actions[bot]
798fdd44a4
Bump version to 2024.11.0-alpha.1
2025-01-30 22:11:28 +08:00
dependabot[bot]
828c2055ff
chore(deps): bump codecov/codecov-action from 4 to 5 ( #14961 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 22:11:28 +08:00
syuilo
290c1c35bd
New Crowdin updates ( #14859 )
...
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Vietnamese)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Swedish)
* New translations ja-jp.yml (Swedish)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Simplified)
2025-01-30 22:11:28 +08:00