Matt Gibson
08a856645b
Add collections to ciphers in export model. ( #320 )
...
* Add collections to ciphers in export model.
This enables immediately setting collections from the CLI on create.
The other location this code is used is on import of Bitwarden json data.
However, collectionId is explicitly nulled out here to be resolved
later at the server level.
* Linter fix
2021-04-05 15:21:07 -05:00
Matt Gibson
fab65e60dd
Update jslib ( #276 )
2021-04-05 15:19:59 -05:00
Matt Gibson
cd20b1c102
Update jslib ( #913 )
2021-04-05 15:19:46 -05:00
Matt Gibson
9ff6b4242c
Merge pull request #828 from bitwarden/update-jslib
...
Update jslib
2021-04-05 15:19:34 -05:00
Matt Gibson
0a2f738634
Update jslib ( #1769 )
2021-04-05 15:19:19 -05:00
Chad Scharf
9eaee3c44d
Merge pull request #1757 from djsmith85/cleanup_and_build_badge
...
Replaced appveyor build badge with one from Github Workflow
2021-04-05 15:57:02 -04:00
Chad Scharf
7a4eb35a09
Merge pull request #816 from LaurentTreguier/macos-icon
...
Update macOS icon to follow Big Sur design
2021-04-05 15:54:56 -04:00
Daniel James Smith
b774c3e785
Replaced appveyor build badge with one from Github Workflow ( #319 )
...
* Deleted appveyor.yml
* Removed Appveyor check in karma.conf.js
* Modified build badge to use Github workflow
* Fixed missing parenthesis in README.md
2021-04-05 15:25:45 -04:00
Matt Gibson
dff1fce8ae
Update jslib
2021-04-05 11:18:41 -05:00
Matt Gibson
c395293e64
Deep parse models ( #321 )
2021-04-05 11:13:34 -05:00
Erik Sennema
d6f80378eb
Update README.md ( #912 )
2021-04-05 11:07:54 -04:00
Vincent Salucci
32e9124b9c
[Reset Password] Enrollment actions ( #900 )
...
* [Reset Password] Enrollment actions
* Update jslib (0951424 -> f4f00b1 )
* Added status icon
2021-04-05 09:48:46 -05:00
Matt Gibson
bc7bd5bd3f
Pass ciphers to index and indexed ciphers to search service ( #318 )
2021-04-02 16:32:30 -05:00
Joseph Flinn
779464ea9b
Fix snap test ( #274 )
...
* testing new fix
* adding this branch to the snap portion of the test
* adding in the build artifact for the linux executable
* removing the path since GitHub is being dumb...
* adding the path back in
* adding the full path
* overriding the config directory for the snap version test. It doesn't really make sense...
2021-04-02 10:25:15 -07:00
Thomas Rittson
b63074f00d
Apply fix to all themes
2021-04-02 15:05:57 +10:00
Thomas Rittson
809e2b68d1
apply fix to nord theme also
2021-04-02 15:00:49 +10:00
Thomas Rittson
7c0423a1c0
Fix bgcolor of option els when in FF sidebar
2021-04-02 14:55:23 +10:00
Thomas Rittson
7001d73686
Add hideEmail to sendResponse model and template ( #273 )
2021-04-02 06:42:14 +10:00
Daniel James Smith
84be42595b
Modified build badge to use Github workflow
2021-04-01 22:37:38 +02:00
Daniel James Smith
bb6780c318
Deleted azure-pipelines.yml
2021-04-01 22:36:07 +02:00
Daniel James Smith
792fc54fa7
Removed Appveyor from BuildNumberGenerator
2021-04-01 22:35:42 +02:00
Daniel James Smith
3712cbf701
Deleted appveyor.yml
2021-04-01 22:34:14 +02:00
Laurent Tréguier
2aa9162b03
Adjust smaller macOS icons padding
2021-04-01 00:49:01 +02:00
Thomas Rittson
bb0d449a09
Merge pull request #819 from bitwarden/fix-sso-premium-error
...
Fix Premium Required message after sso auth
2021-04-01 06:46:00 +10:00
Vincent Salucci
f4f00b1eb2
[Reset Password] Enrollment API, event type, and models update ( #315 )
2021-03-31 11:05:09 -05:00
Thomas Rittson
43f511a711
Fix Premium Required message after sso auth
2021-03-31 14:14:52 +10:00
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