- Jun 29, 2021
-
-
Daniel García authored
Fix armv7 alpine build.
-
BlackDex authored
The `messense/rust-musl-cross` has removed OpenSSL in favor of the vendored option. Enabled vendored openssl to resolve this. Resolves #1807
-
- Jun 27, 2021
-
-
Daniel García authored
Fixes issue with multiple security keys.
-
BlackDex authored
- Updated webauthn-rs commit hash to resolve #1796
-
- Jun 26, 2021
-
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
BlackDex authored
-
- Jun 25, 2021
-
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
- Jun 20, 2021
-
-
Mathijs van Veluw authored
Avoid `Error parsing LastKnownRevisionDate` warning for mobile clients
-
Jeremy Lin authored
When creating a new cipher, the mobile clients seem to set this field to an invalid value, which causes a warning to be logged: Error parsing LastKnownRevisionDate '0001-01-01T00:00:00': premature end of input Avoid this by dropping the `LastKnownRevisionDate` field on cipher creation.
-
- Jun 19, 2021
-
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
BlackDex authored
Misc: - Fixed hadolint workflow, new git cli needs some extra arguments. - Add ignore paths to all specific on triggers. - Updated hadolint version. - Made SMTP_DEBUG read-only, since it can't be changed at runtime. Admin: - Migrated from Bootstrap v4 to v5 - Updated jquery to v3.6.0 - Updated Datatables - Made Javascript strict - Added a way to show which ENV Vars are overridden. - Changed the way to provide data for handlebars. - Fixed date/time check. - Made support string use details and summary feature of markdown/github.
-
- Jun 16, 2021
-
-
Daniel García authored
-
Daniel García authored
-
- Jun 10, 2021
-
-
Daniel García authored
Update dependencies
-
- Jun 09, 2021
-
-
Jeremy Lin authored
Notably, update `diesel` to 1.4.7 and `libsqlite3-sys` to 0.22.2 to pick up the fix for CVE-2021-20227 added in SQLite 3.34.1.
-
- Jun 04, 2021
-
-
Daniel García authored
Clarify Rocket env var defaults
-
- May 31, 2021
-
-
Jeremy Lin authored
Mention `ROCKET_WORKERS`, but remove `ROCKET_ENV` since most users probably wouldn't use it.
-
- May 30, 2021
-
-
Daniel García authored
Add support for v2 attachment upload APIs
-
- May 26, 2021
-
-
Jeremy Lin authored
-
Jeremy Lin authored
-
Jeremy Lin authored
-
- May 25, 2021
-
-
Jeremy Lin authored
Upstream PR: https://github.com/bitwarden/server/pull/1229
-
- May 17, 2021
-
-
Daniel García authored
Add `TRASH_AUTO_DELETE_DAYS` to .env.template
-
Daniel García authored
Sync global_domains.json
-
Jeremy Lin authored
-
- May 16, 2021
-
-
Jeremy Lin authored
-
Daniel García authored
Updated icon fetching and crates.
-
BlackDex authored
- Updated some crates - Updated icon fetching code: + Use a cookie jar and set Max-Age to 2 minutes for all cookies + Locate the base href tag to fix some locations + Changed User-Agent (Helps on some sites to get HTML instead of JS) + Reduced HTML code limit from 512KB to 384KB + Allow some large icons higer-up in the sort + Allow GIF images + Ignore cookie_store and hyper::client debug messages
-
Daniel García authored
Fix attachment downloads
-
Jeremy Lin authored
Upstream switched to new upload/download APIs. Uploads fall back to the legacy APIs for now, but not downloads apparently.
-
Jeremy Lin authored
The PR build seems to fail without this...
-