1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00
Commit Graph

11778 Commits

Author SHA1 Message Date
Matt Gibson
7e7f66416d Merge pull request #815 from bitwarden/azure-upload-blobs
Use file upload service for file uploads
2021-03-29 09:47:29 -05:00
Matt Gibson
29d7a5e37e Attachment azure upload blobs (#898)
* Upload and download attachments using direct urls

* Include FileUploadService dependency

* Update max file size message to current max

* Update jslib

* Update jslib
2021-03-29 09:44:08 -05:00
Matt Gibson
5701275c22 Update jslib 2021-03-29 08:24:18 -05:00
Matt Gibson
99f8fdb4e9 Use file upload service for file uploads 2021-03-29 08:24:00 -05:00
Matt Gibson
5c961ce847 Await file upload service (#314)
* Await file upload service

* Await file deletion on exception for file upload
2021-03-29 08:18:07 -05:00
Matt Gibson
d71bd092ef Check file size client side (#313) 2021-03-29 08:17:42 -05:00
Thomas Rittson
0fabda65e7 Merge pull request #812 from bitwarden/send-hide-email
Hide email address in Sends
2021-03-29 07:58:25 +10:00
Thomas Rittson
e60d7924a2 Merge pull request #1740 from bitwarden/send-hide-email
Hide email address in Sends
2021-03-29 07:57:17 +10:00
Matt Gibson
afac694e9a Attachment azure upload blobs (#312)
* Add direct attachment download and upload API endpoints

* Use direct download method

Enable download of emergency access attachments through EmergencyAccessId

* Match new Server model items

* New Server model for creating attachments.

Provides a url to upload data to, the type of upload, and the Cipher Response expected by the previous call

* Use direct upload url and scheme

* Report Failed single shot azure uploads

* Add cipher attachment upload to file upload service

* Deprecate legacy api methods

* Handle old servers missing new upload api methods

* Improve Send error handling

* Fallback attachment downloads on new endpoint not found

Limit upload size to the new 500MB

* Improve error handling

* lint fixes
2021-03-26 16:57:07 -05:00
Matt Gibson
6067c1610c Azure upload blobs (#875)
* Include AzureStorageService in SendService

* Provide DI for abstrace AzureStorageService

* Use file upload service

* Update jslib
2021-03-26 16:54:13 -05:00
addison
500f6264a6 updated service params 2021-03-26 15:06:48 -04:00
Thomas Rittson
7cd50a13bd Merge pull request #1743 from bitwarden/fix-appboxrow-error
Fix appBoxRow error
2021-03-26 09:02:29 +10:00
Thomas Rittson
eb993e0a9e update jslib 2021-03-26 08:31:32 +10:00
Thomas Rittson
1ed113b5e2 update jslib 2021-03-26 08:29:00 +10:00
Thomas Rittson
0735569479 Hide email address in Sends (#310)
* Let organizations disable anonymous Sends only

* Add HideEmail to send models and service

* Delete unnecessary model

* Enforce new Send policy, fix naming conventions

* Fix linting

* Fully disable editing anonymous Sends per policy

* Revert disableSendPolicy, add sendOptionsPolicy

* Rework UI for enforcing disableHideEmail

* Fix linting and cleanup after refactor
2021-03-26 08:27:43 +10:00
Thomas Rittson
1b4fd820ce Fix incorrect location of appBoxRow directive 2021-03-26 08:15:39 +10:00
Oscar Hinton
b5492e9546 Simplify logic for resolving path to exe for native messaging (#814) 2021-03-25 23:11:31 +01:00
Chad Scharf
fa8b368b99 Merge pull request #813 from djsmith85/build_badges
Removed appveyor.yml and travis.yml and updated badge in README.md
2021-03-25 15:03:37 -04:00
Daniel James Smith
858995c20e Removed travis.yml including the badge in README.md 2021-03-25 19:40:51 +01:00
Daniel James Smith
8da44ef995 Removed appveyor.yml and replaced badge in README.md 2021-03-25 19:39:33 +01:00
Matt Gibson
cfc7687815 Upload to Azure strorage blobs (#296)
* Implemen AzureStorageService

handes uploading files to azure blob

* Correct one-shot size

* Add azureStorage.service abstraction

* Rename azure upload method

* Prefer abstractions in DI

* Abstract file upload to a single service handling uploads

* Fallback to legacy upload method

* Linter fix

* Limit legacy upload to 404 error
2021-03-25 10:20:38 -05:00
Thomas Rittson
f3ae6ed1e2 Add "hide email" option for Send 2021-03-25 15:29:49 +10:00
Thomas Rittson
fce6cf0ceb Fix typo 2021-03-25 14:55:33 +10:00
Thomas Rittson
7bc9d1ece7 Move "hide email" control 2021-03-25 14:34:21 +10:00
Thomas Rittson
894d3a7c14 Add "hide email" option for Sends 2021-03-25 14:14:28 +10:00
Matt Gibson
fd92ec8924 Update jslib (#1737) 2021-03-24 11:26:18 -05:00
Matt Gibson
b5f89ee1a5 Merge pull request #811 from bitwarden/premium-component-honor-org-premium
Update jslib
2021-03-24 11:25:51 -05:00
Matt Gibson
2a0ab87be0 Update jslib 2021-03-24 11:17:20 -05:00
Oscar Hinton
9154b483c0 Temporary fix for building masdev (#809) 2021-03-24 17:17:03 +01:00
Matt Gibson
7f3bbd6e51 Use UserService to determine if user has premium access (#311) 2021-03-24 11:15:51 -05:00
Daniel James Smith
1b74d22b46 Removed appveyor.yml and replaced badge in README.md (#896)
* Deleted appveyor.yml

* Replaced appveyor badge with GitHub workflow badge
2021-03-24 10:07:34 -04:00
Oscar Hinton
64da326be3 Attempt to create NativeMessagingHosts directory if not already exist (#808) 2021-03-23 23:35:25 +01:00
cwille97
85a973afd4 Add locale info for hint equals password (#701)
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2021-03-23 17:11:24 -04:00
Oscar Hinton
85f29e1222 Write native messaging manifests for Chrome/edge beta/dev/canary (#804) 2021-03-22 22:16:02 +01:00
Oscar Hinton
316de9109d Patch electron-builder for node 10. (#807) 2021-03-22 21:21:57 +01:00
Oscar Hinton
29c10073fe Patch electron-builder to support universal binaries on Mac (#803) 2021-03-22 16:52:12 +01:00
Chad Scharf
ed2837e826 Merge pull request #1617 from lionel-rowe/close-popup-on-esc
Close browser popup on Escape key press
2021-03-22 11:02:25 -04:00
lionel-rowe
aee1968436 Close browser popup on Escape key press 2021-03-21 23:02:39 +00:00
Thomas Rittson
a0f2f5b000 Merge pull request #1722 from bitwarden/fix-view-autofill-buttons
Hide autofill buttons for certain cipher types
2021-03-22 07:55:07 +10:00
Oscar Hinton
619cf4067a Add script for downloading legacy safari extension (#796) 2021-03-19 17:18:48 +01:00
Oscar Hinton
fc7a968b0c Merge pull request #798 from bitwarden/hotfix/native-messaging-mac
Resolve browser biometrics not working for some
2021-03-19 17:18:32 +01:00
Thomas Rittson
ced6d57f93 Hide autofill buttons for certain cipher types 2021-03-19 11:07:22 +10:00
Thomas Rittson
3df4657faf Merge pull request #1714 from bitwarden/revert-popup-height-fix
Revert "Merge pull request #1627 from emindeniz99/master"
2021-03-19 08:06:21 +10:00
Hinton
c2e8e07002 Fix edge case where tmp directory doesn't exist in home dir on mac. 2021-03-18 21:33:14 +01:00
Chad Scharf
7b9156c041 Merge pull request #793 from nitrocode/mac-m1-arm
Add --universal to mac builds
2021-03-18 14:17:37 -04:00
nitro
5be6475c83 Consistency using colons instead of underscore
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2021-03-18 14:14:20 -04:00
Joseph Flinn
f0166a60ff Merge pull request #1719 from joseph-flinn/master
fixing the source issue
2021-03-18 09:15:40 -07:00
Joseph Flinn
cd936ce75d fixing the weird source 2021-03-18 08:23:52 -07:00
Thomas Rittson
626145e492 Revert "Merge pull request #1627 from emindeniz99/master"
This reverts commit 9063a98949, reversing
changes made to 540ca5d204.
2021-03-18 09:38:27 +10:00
nitro
2d3c9809bc Separate pack:mac_arm64 target 2021-03-17 18:06:23 -04:00