You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luca Becker
b8ce80c2e0
fix(attachments): enforce quota at v2 metadata reservation
POST /ciphers/<id>/attachment/v2 persisted client-declared fileSize without
checking USER_ATTACHMENT_LIMIT or ORG_ATTACHMENT_LIMIT, allowing a writer to
exhaust org/user quota via metadata-only reservations before uploading bytes.
Extract shared quota arithmetic into attachment_quota_remaining and use it
from post_attachment_v2 (size_adjust=0) and save_attachment so both paths
stay consistent. Add unit tests covering limit, size_adjust, and the v2
over-quota rejection case.
2 months ago
..
api
fix(attachments): enforce quota at v2 metadata reservation
1 month ago
auth
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
1 month ago
db
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
1 month ago
static
Fix custom role dialog selectors (#7442)
2 months ago
auth.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
1 month ago
config.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
1 month ago
crypto.rs
Several SSO Fixes (#7163)
4 months ago
error.rs
2026.6.0 send support (#7346)
2 months ago
http_client.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
1 month ago
mail.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
4 months ago
main.rs
Update API response, crates and GHA (#7470)
1 month ago
ratelimit.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
1 month ago
sso.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
4 months ago
sso_client.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
1 month ago
storage.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
4 months ago
util.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
4 months ago