- Apr 30, 2021
-
-
Daniel García authored
-
- Apr 29, 2021
-
-
Daniel García authored
Remove warning when compiling only with mysql and add compatibility mode with the old docker script names
-
Daniel García authored
Update openssl crate to support LibreSSL 3.3.2
-
rkowalewski authored
-
Roger Kowalewski authored
-
- Apr 28, 2021
-
-
Daniel García authored
-
- Apr 27, 2021
-
-
Daniel García authored
-
Daniel García authored
-
- Apr 15, 2021
-
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
-
Daniel García authored
Allow outbound requests to go via a proxy
-
Daniel García authored
Warn that the SQLite backup feature doesn't produce a complete backup
-
- Apr 10, 2021
-
-
Jeremy Lin authored
Also add a link to the wiki page on backups.
-
- Apr 07, 2021
-
-
Jake Howard authored
This allowed HTTP_PROXY be set with a socks5 proxy
-
- Apr 06, 2021
-
-
Jake Howard authored
-
Jake Howard authored
-
Jake Howard authored
-
Daniel García authored
-
Daniel García authored
Add support for auto-deleting trashed items
-
Daniel García authored
Sync global_domains.json
-
Daniel García authored
Updated icon fetching.
-
Daniel García authored
Some admin interface updates.
-
Jeremy Lin authored
This is intended to avoid contention with database backups that many users probably schedule to start at exactly the top of an hour.
-
Jeremy Lin authored
Upstream will soon auto-delete trashed items after 30 days, but some people use the trash as an archive folder, so to avoid unexpected data loss, this implementation requires the user to explicitly enable auto-deletion.
-
Jeremy Lin authored
Also rewrite deletion of old sends using the job scheduler.
-
- Apr 05, 2021
-
-
BlackDex authored
- Fixed bug when web-vault is disabled. - Updated sql-server version check to be simpler thx to @weiznich ( https://github.com/dani-garcia/bitwarden_rs/pull/1548#discussion_r604767196 ) - Use `VACUUM INTO` to create a SQLite backup instead of using the external sqlite3 application. - This also removes the dependancy of having the sqlite3 packages installed on the final image unnecessary, and thus removed it. - Updated backup filename to also have the current time. - Add specific bitwarden_rs web-vault version check (to match letter patched versions) Will work when https://github.com/dani-garcia/bw_web_builds/pull/33 is build (But still works without it also).
-
- Apr 03, 2021
-
-
BlackDex authored
- Added image type checking, and prevent downloading non images. We didn't checked this before, which could in turn could allow someone to download an arbitrary file. - This also prevents SVG images from being used, while they work on the web-vault and desktop client, they didn't on the mobile versions. - Because of this image type checking we can return a valid file type instead of only 'x-icon' (which is still used as a fallback). - Prevent rel values with `icon-mask`, these are not valid favicons.
-
- Apr 02, 2021
-
-
Jeremy Lin authored
-
- Apr 01, 2021
-
-
Mathijs van Veluw authored
Just ignore scripts
-
Jake Howard authored
Nothing else in `src/static` is vendored external scripts, so just ignore these. This also fixes the glob, which previously wasn't matching anything
-
- Mar 31, 2021
-
-
Jake Howard authored
-
Jake Howard authored
-
Jake Howard authored
-
- Mar 30, 2021
-
-
Daniel García authored
Misc changes.
-
Daniel García authored
-
BlackDex authored
Some small changes in general: - Moved the SQL Version check struct into the function. - Updated hadolint to 2.0.0 - Fixed hadolint 2.0.0 warnings - Updated github workflows - Added .editorconfig for some general shared editor settings.
-