summaryrefslogtreecommitdiff
path: root/src/api/core/accounts.rs
AgeCommit message (Expand)Author
13 daysSome refactoring and optimizations (#5291)Mathijs van Veluw
2024-11-15Support SSH keys on desktop 2024.12 (#5187)Daniel García
2024-11-15Some more authrequest changes (#5188)Daniel García
2024-11-12fix password hint check (#5189)Stefan Melmuk
2024-11-12fix hibp username encoding and pw hint check (#5180)Mathijs van Veluw
2024-11-11More authrequest fixes (#5176)Daniel García
2024-11-11Fix if logic error (#5171)Mathijs van Veluw
2024-11-10Update crates and fix several issuesBlackDex
2024-09-23Add extra linting (#4977)1.32.1Mathijs van Veluw
2024-09-18fix 2fa policy check on registration (#4956)Stefan Melmuk
2024-09-09Fix sync with new native clients (#4932)Mathijs van Veluw
2024-08-21Fix Login with device (#4878)Mathijs van Veluw
2024-07-08Some fixes for emergency access (#4715)1.31.0Mathijs van Veluw
2024-06-23Change API and structs to camelCase (#4386)Daniel García
2024-05-25Remove compatibility route (#4578)Timshel
2024-04-27fix emergency access invites (#4337)Stefan Melmuk
2024-04-27Pass in collection ids to notifier when sharing cipher. (#4517)Kristof Mattei
2024-04-06Update Key Rotation web-vault v2024.3.x (#4446)Mathijs van Veluw
2024-03-19Update chrono and sqlite (#4436)Mathijs van Veluw
2024-03-17automatically use email address as 2fa provider (#4317)Stefan Melmuk
2024-03-17Small improvements around email change (#4415)Jacques B
2024-01-30register missing push devices at login (#3792)Stefan Melmuk
2024-01-27Improve file limit handling (#4242)Daniel García
2024-01-26Return 404 when user public_key is empty (#4271)Jacques B
2023-11-15Update crates (#4074)1.30.1Mathijs van Veluw
2023-11-12Add Protected Actions Check (#4067)Mathijs van Veluw
2023-10-21New config option disable email changeAdrià Martín
2023-10-05Fix typostuhana
2023-09-01Fix Login With Device without MasterPasswordBlackDex
2023-08-13Implement login-with-deviceBernd Schoolmann
2023-06-16Fix mobile push blocking requests and spamming push serverBernd Schoolmann
2023-06-11feat: Push NotificationsGeekCornerGH
2023-04-30Change `String` to `&str` for all Rocket functionsBlackDex
2023-03-31clear kdf memory and parallelism with pbkdf2Stefan Melmuk
2023-03-31always return KdfMemory and KdfParallelismStefan Melmuk
2023-03-27Decode knowndevice `X-Request-Email` as base64url with no paddingJeremy Lin
2023-03-15Merge pull request #3332 from BlackDex/merge-clientip-with-headersDaniel García
2023-03-11Add support for `/api/devices/knowndevice` with HTTP header paramsJeremy Lin
2023-03-11Merge ClientIp with Headers.BlackDex
2023-02-27Fix the web-vault v2023.2.0 API callsBlackDex
2023-02-07add argon2 kdf fieldsHelmut K. C. Tessarek
2023-01-24Validate note sizes on key-rotation.BlackDex
2023-01-24include key into user.set_passwordsirux88
2023-01-24Update KDF Configuration and processingBlackDex
2023-01-11Add avatar color supportBlackDex
2023-01-09Change `text/plain` API responses to `application/json`Jeremy Lin
2023-01-09Resolve uninlined_format_args clippy warningsBlackDex
2022-12-31Update WebSocket NotificationsBlackDex
2022-11-27Add Organizational event logging featureBlackDex
2022-11-14Added missing `register` endpoint to `identity`BlackDex