This repository was archived by the owner on Oct 19, 2024. It is now read-only.
Tags: LibrePass/LibrePass-Server
Tags
Release v1.6.2 - Added custom error handler for not allowed method.# Lines starting with '#' will be ignored. - Used HSAuth library - Bumped libraries - Deleted `computeSharedKey` function from `Cryptography` utils object - Changed `getAll` endpoint to `sync` in `UserClient` when re-encoding ciphers - Added support for disabling sending emails when user logged from a new device
Release v1.6.0 - Removed dev.medzik:otp dependency from `core` module# Wiersze zaczynające się od „#” zostaną zignorowane. - Added email field to the login cipher data - Added support for importing and exporting ciphers - Change created and last modified date to fixed date in Cipher - Deleted version field from Cipher - Refactored server errors - Disabled hibernate logs - Fixed crashing when someone provided invalid user id (not UUID) in verify email endpoint - Deleted ktlint formatter - Changed scheduled tasks from fixed rate to cron - Added new sync endpoint to the cipher controller - Refactored docs
Release v1.5.0 * Bump dependencies * Add support for checking if the API URL is valid * Send API Client version to the server * New error handler * Use `dev.medzik:otp` for two-factor authentication * Use java 21 for server and add virtual threads * Deleted SSL configuration for server - Use reverse proxy, e.g. Caddy, Nginx, etc.
Release v1.4.0 - Updated request body validations - Fixed 2FA TOTP - Added cipher limits and set by default to 500 - Added support for changing email address - Removed column `lastModified` from `UserTable` - Added rate limit for CipherController - Renamed `secretKey` to `aesKey` - Changed expMonth and expYear to String in Card data - Unified API `insert` and `update` requests into the same `save` request
PreviousNext