Oscar Hinton
56477eb39c
Apply Prettier ( #1347 )
2021-12-17 15:57:11 +01:00
Thomas Rittson
6c581b3ebc
Fixes for dynamic modal a11y ( #1237 )
...
* Remove tabindex from modal component templates
* Remove tabindex from modal component templates
* Update jslib
2021-10-22 07:30:25 +10:00
Addison Beck
ba6d61a510
Resolved Safari Date/Time Issues In Send ( #1084 )
...
* cleaned up date and time logic for Send
* updated jslib
* updated jslib
2021-07-16 14:31:35 -04:00
Matt Gibson
945e968e06
Export all events matching dates ( #990 )
...
* Export eagerly pulls down all events
Export does not add to rendered elements since that may cause slow down.
Export is tied to the currently rendered list of events though `dirtyDates` bool
* Use manual btn-submit class
* Remove unnecessary method
* Fix ExpressionChangedAfterItHasBeenCheckedError
2021-06-02 07:21:57 -05:00
Oscar Hinton
a27be135da
Change all remaining modals to be scrollable ( #976 )
...
* Change all remaining modals to be scrollable
* Fix password-generator-history and two-factor-options not using modal-body
* Remove modal-dialog-scrollable on two-factor-setup components
2021-05-14 21:03:45 +02: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
Addison Beck
d8aae1358b
Send Date Fallback QA Fixes ( #879 )
...
* added expiration date time autopopulation and new messages
* updated jslib
2021-03-09 11:00:45 -05:00
Addison Beck
bdf6dcd8cd
Safari date time fix ( #877 )
...
* date/time fixes for safari
* cleanup
* updated jslib
* whitespace
2021-03-08 16:10:16 -05:00
Addison Beck
a16abb94cd
Date time fallback fixes ( #863 )
...
* changed required state of expiration date for edit vs create modes
* updated jslib
2021-03-02 17:04:04 -05:00
Addison Beck
c2515ed3ae
added date/time fallbacks for safari/ff ( #861 )
...
* added date/time fallbacks for safari/ff
* updated jslib
2021-03-02 14:02:15 -05:00
Vincent Salucci
de84468ad8
[Send] Updated current access input type to text ( #857 )
2021-03-01 09:41:46 -06:00
Vincent Salucci
721a9f5f69
[Send] Web cleanup ( #850 )
2021-02-25 11:23:52 -06:00
Addison Beck
6ad930c609
Web send updates ( #848 )
...
* updated send link copy toast message
* added a show/hide toggle for Send options
2021-02-24 13:27:07 -05:00
Kyle Spearrin
13a04976fd
send UX improvements ( #822 )
...
* send UX improvements
* typo
2021-02-08 16:07:40 -05:00
Matt Gibson
84d03158b5
Add show hide password to send ( #821 )
...
* Add password toggle to add-edit
* Fix remove password accessible from disabled send
* Update jslib
2021-02-05 13:23:40 -06:00
Matt Gibson
af7e2edbf0
Implement disable send policy ( #819 )
...
* Implement disable send policy
* Update jslib reference
* PR review
* Lower case enterprise policy
2021-02-04 13:08:16 -06:00
Kyle Spearrin
862874c2ae
ui updates for send add/edit component ( #768 )
...
* ui updates for send add/edit component
* move messaging.service import
2021-01-07 17:13:25 -05:00
Kyle Spearrin
6d458646fa
add predefined time frames for delete and expire ( #765 )
2021-01-05 14:45:23 -05:00
Kyle Spearrin
c43012a5f2
send improvements and bug fixes ( #757 )
...
* send improvements and bug fixes
* update jslib
* update jslib
* update jslib
* update jslib ref
* Hide match uri overflow (#758 )
match descriptions are overflowing in german and causing the uri delete
button to overflow off of the cipher view modal
* update jslib
* jslib ref
* update jslib
Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
2021-01-04 10:57:53 -05:00
Kyle Spearrin
0f4f541b11
some filtering logic for sends ( #689 )
2020-11-05 14:41:54 -05:00
Kyle Spearrin
e9273ff79a
Send initial implementation ( #687 )
...
* send work
* Bump version to 2.16.2 (#668 )
* [SSO] New User Provision flow jslib update (f30d6f8
-> d84d6da
) (#672 )
* Update jslib (f30d6f8
-> d84d6da
)
* Updated imports/constructor to super
* OnlyOrg Policy (#669 )
* added localization strings needed for the OnlyOrg policy
* added deprecation warning to policies page
* allowed OnlyOrg policy configuration
* blocked creating new orgs if already in an org with OnlyOrg enabled
* code review cleanup for onlyOrg
* removed a blank line
* code review cleanup for onlyOrg
* send listing actions
* updates
* access id
* update jslib
* re-work key and password derivation
* update jslib
* makeSendKey
* update access path
* store max access count
* update jslib
* l10n work
* l10n for access page
* l10n and cleanup
* fix l10n
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Addison Beck <abeck@bitwarden.com>
2020-11-04 14:49:08 -05:00