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.
4 weeks ago
..
api
fix(attachments): enforce quota at v2 metadata reservation
3 weeks ago
auth
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
3 weeks ago
db
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
3 weeks ago
static
Fix custom role dialog selectors (#7442)
4 weeks ago
auth.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
3 weeks ago
config.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
3 weeks ago
crypto.rs
Several SSO Fixes (#7163)
4 months ago
error.rs
2026.6.0 send support (#7346)
1 month ago
http_client.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
3 weeks ago
mail.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
3 months ago
main.rs
Update API response, crates and GHA (#7470)
3 weeks ago
ratelimit.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
3 weeks ago
sso.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
3 months ago
sso_client.rs
Trusted proxy support, unauthenticated rate limit & other fixes (#7472)
3 weeks ago
storage.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
3 months ago
util.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
3 months ago