aboutsummaryrefslogtreecommitdiff
path: root/src/api/core/mod.rs
AgeCommit message (Expand)Author
2024-11-12fix hibp username encoding and pw hint check (#5180)Mathijs van Veluw
2024-11-10Limit HIBP to authed users1.32.4Daniel García
2024-11-10Update crates and fix several issuesBlackDex
2024-09-20Fix keyword collision in Rust 2024 and add new api/config value (#4975)Daniel García
2024-08-22Remove `version` from server config info (#4885)philomathic_life
2024-08-07Update crates, web-vault and fixes (#4823)Mathijs van Veluw
2024-07-12Improved HTTP client (#4740)Daniel García
2024-06-23Change API and structs to camelCase (#4386)Daniel García
2024-04-06Update Key Rotation web-vault v2024.3.x (#4446)Mathijs van Veluw
2024-01-01Allow customizing the featureStates (#4168)Philipp Kolberg
2024-01-01Update Rust and Crates (#4211)Mathijs van Veluw
2023-11-09Disable autofill-v2 (#4056)Mathijs van Veluw
2023-11-04feat: Working passkeys storage (#4025)GeekCorner
2023-10-23Implement cipher key encryption (#3990)Daniel García
2023-08-13Implement login-with-deviceBernd Schoolmann
2023-06-13Merge and modify PR from @KurnihilBlackDex
2023-06-11feat: Push NotificationsGeekCornerGH
2023-04-30Change `String` to `&str` for all Rocket functionsBlackDex
2023-02-27Fix the web-vault v2023.2.0 API callsBlackDex
2023-01-09Resolve uninlined_format_args clippy warningsBlackDex
2023-01-09Fix failing large note importsBlackDex
2022-12-31Update WebSocket NotificationsBlackDex
2022-11-27Add Organizational event logging featureBlackDex
2022-10-23Update to diesel2Daniel García
2022-09-25Remove unused value in config endpointDaniel García
2022-09-25add api_not_found catcher for 404 errors in /apiStefan Melmuk
2022-09-08Use optional env as this variable isn't defined during CIDaniel García
2022-09-08Implement config endpointDaniel García
2022-06-21Fix for issue #2566BlackDex
2022-05-06Improve sync speed and updated dep. versionsBlackDex
2022-04-23Add `/api/{alive,now,version}` endpointsJeremy Lin
2022-03-20Several updates and fixesBlackDex
2022-02-27Async/Awaited all db methodsBlackDex
2022-02-27Update to rocket 0.5 and made code async, missing updating all db calls, that...Daniel García
2022-01-23Remove references to "bwrs" #2195Daniel García
2021-10-28Add email notifications for incomplete 2FA loginsJeremy Lin
2021-09-17Add Emergency contact featurethelittlefireman
2021-07-04Added web-vault v2.21.x support + some misc fixesBlackDex
2021-06-26Remove unused lifetime and double referencingDaniel García
2021-06-25Load RSA keys as pem format directly, and using openssl crate, backported fro...Daniel García
2021-04-15Merge branch 'master' into fmtDaniel García
2021-04-06Merge remote-tracking branch 'origin/master' into fmtJake Howard
2021-04-06Modify rustfmt fileJake Howard
2021-04-06Extract client creation to a single placeJake Howard
2021-04-05Add support for auto-deleting trashed itemsJeremy Lin
2021-04-05Add a generic job schedulerJeremy Lin
2021-03-31Run `cargo fmt` on codebaseJake Howard
2021-03-27Remove unnecessary result return typesJake Howard
2021-03-22Send deletion thread and updated users revisionDaniel García
2021-03-14Send APIDaniel García