1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00
Commit Graph

11941 Commits

Author SHA1 Message Date
Matt Gibson
fdb02c376f Merge pull request #818 from bitwarden/update-jslib
Update jslib
2021-03-30 19:08:51 -05:00
Matt Gibson
dcbad9c0a6 Update jslib (#270) 2021-03-30 19:01:44 -05:00
Matt Gibson
a9e6a05f23 Update jslib (#1748) 2021-03-30 19:01:31 -05:00
Matt Gibson
0aee3b7370 Update jslib (#901) 2021-03-30 19:01:16 -05:00
Matt Gibson
bab4ef82c7 Update jslib 2021-03-30 19:52:24 -04:00
Matt Gibson
5c734747a9 Fix post attachment file path (#316) 2021-03-30 18:43:10 -05:00
Chad Scharf
cdd4c9555e Creating issue template (#269) 2021-03-30 18:17:26 -04:00
Daniel James Smith
faef4ccfd8 Replaced build badge with one from Github Workflow (#264) 2021-03-30 16:38:02 -04:00
Kyle Spearrin
594d5a77f9 Update package.json
resolves #256
2021-03-30 10:04:01 -04:00
Thomas Rittson
6bb6a674ec Hide email address in Sends (#895)
* Let organizations disable anonymous sends only

* Add hide email option to send

* Display warning for anonymous Sends

* Enforce new Send policy, fix naming conventions

* Minor UI improvements

* Fix linting

* Fully disable editing anonymous Sends per policy

* Revert "Let organizations disable anonymous sends only"

This reverts commit 7877cb7751e6e765d45cf6ffbe5a684e60923b56.

* Revert disableSendPolicy, add sendOptionsPolicy

* Rework UI for enforcing DisableHideEmail

* Fix typo

* Minor UI tweaks

* Minor UI tweaks

* Tweaks to UI copy

* Apply suggestions from code review

Minor changes to UI text

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>

* style fixes

* update jslib

* Move SendOptionsExemptions warning banner

* updated service params

* Remove whitespace

* updated jslib

* Revert "updated jslib"

This reverts commit 8fd141c5b77acabac81ee2995dd09870eb98593a.

* updated jslib

* 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

* updated service params

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
Co-authored-by: addison <addisonbeck1@gmail.com>
Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
2021-03-30 07:47:45 +10:00
Laurent Tréguier
ceee03bf50 Update macOS icon to follow Big Sur design 2021-03-29 20:33:41 +02:00
Matt Gibson
b69bbd3501 Use azure direct upload for send and attachments (#1744)
* Use azure direct upload for send and attachments

* Add required attachment changes

* update jslib
2021-03-29 10:16:31 -05:00
Matt Gibson
1419b81ddc Add new fileUploadService dependency (#267)
* Add new fileUploadService dependency

* Update jslib
2021-03-29 09:47:39 -05:00
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