Chad Scharf
8662033979
re-enable send ( #709 )
2020-11-18 12:44:21 -05:00
Kyle Spearrin
933a66b24c
disable send
2020-11-12 22:05:50 -05:00
Kyle Spearrin
e2c6a5f8cd
New Crowdin updates ( #704 )
...
* New translations messages.json (French)
* New translations messages.json (Slovak)
* New translations messages.json (Malayalam)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Indonesian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
* New translations messages.json (Serbian (Cyrillic))
* New translations messages.json (Russian)
* New translations messages.json (Spanish)
* New translations messages.json (Polish)
* New translations messages.json (Dutch)
* New translations messages.json (Hungarian)
* New translations messages.json (Finnish)
* New translations messages.json (German)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Catalan)
* New translations messages.json (Bulgarian)
2020-11-12 21:44:42 -05:00
Kyle Spearrin
a818e7dd40
New Crowdin updates ( #697 )
...
* New translations messages.json (Romanian)
* New translations messages.json (Indonesian)
* New translations messages.json (Swedish)
* New translations messages.json (Turkish)
* New translations messages.json (Ukrainian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Vietnamese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Croatian)
* New translations messages.json (Slovak)
* New translations messages.json (Estonian)
* New translations messages.json (Latvian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Esperanto)
* New translations messages.json (Malayalam)
* New translations messages.json (Sinhala)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Serbian (Latin))
* New translations messages.json (Serbian (Cyrillic))
* New translations messages.json (Russian)
* New translations messages.json (French)
* New translations messages.json (German)
* New translations messages.json (Spanish)
* New translations messages.json (Afrikaans)
* New translations messages.json (Belarusian)
* New translations messages.json (Bulgarian)
* New translations messages.json (Catalan)
* New translations messages.json (Czech)
* New translations messages.json (Danish)
* New translations messages.json (Greek)
* New translations messages.json (Portuguese)
* New translations messages.json (Finnish)
* New translations messages.json (Hebrew)
* New translations messages.json (Hungarian)
* New translations messages.json (Italian)
* New translations messages.json (Japanese)
* New translations messages.json (Korean)
* New translations messages.json (Dutch)
* New translations messages.json (Polish)
* New translations messages.json (English, India)
2020-11-10 17:19:12 -05:00
Addison Beck
759dc647e5
Implement User-based API Keys ( #688 )
...
* refactored api key modal for multiple key types
* Added support for viewing and rotating user API keys
* Fixed the API key component references in app.module
* Implemented User ApiKey viewing/rotating
* Changed ApiKey grant_type display to client_credentials
* Hopefully put jslib back
* Added new localization strings for user API keys
* Toggled button text based on if viewing or rotating an api key
* updated jslib
* Reverted jslib
* Trying to fix jslib
* Reverted jslib from commit hash
* Reupdated jslib
2020-11-10 16:13:42 -05:00
Matthew
37cf46d581
Add 'Copy Username' button ( #691 )
...
This adds a 'Copy Username' button above the 'Copy Password' button in
the dropdown for individual entries in the safe. This matches the
capabilities of the desktop app, where you can right-click on any entry
and get options for both 'copy password' and 'copy username'.
2020-11-10 14:26:38 -05:00
Vincent Salucci
407032114e
[Exemption] Updated policy messages ( #692 )
...
* Updated mesages // added callout for require sso
* removed unused string
* updated strings - futureproofing
2020-11-10 09:53:57 -06:00
Kyle Spearrin
0f4f541b11
some filtering logic for sends ( #689 )
2020-11-05 14:41:54 -05:00
Kyle Spearrin
07a3d38bef
fix compile errors
2020-11-04 16:30:19 -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
Vincent Salucci
1aa708aed4
[GDPR] Adjusted TOS/Privacy acceptance ( #684 )
...
* initial commit for GDPR terms/privacy acceptance
* updated styling/formatting
* Fixed line break in blockquote
* removed unused submit message
* Removed variables/logic now found in superclass
* update jslib (76c0964
-> 5e50aa1
)
2020-11-02 16:33:15 -06:00
Addison Beck
ebe5a6030e
Only org to single org ( #680 )
...
* change OnlyOrg references to SingleOrg
* updated jslib
* change OnlyOrg references to SingleOrg
* missed a reference to OnlyOrg in messages
2020-10-27 10:28:57 -04:00
Chad Scharf
f6946085d8
Use properly transpiled SweetAlert2 lib ( #682 )
2020-10-26 17:52:01 -04:00
Vincent Salucci
beebe7c98b
[Require SSO] Enterprise policy adjustment ( #676 )
...
* Commits for policies/edit/strings
* more initial commits of policy/edit/strings
* More changes for require sso
* Updated strings to match policy string patterns
* Updated false enable on error
* Removed sso prevalidate prereq // adjusted callout
* Updated policy array creation and added display value
2020-10-26 11:56:02 -05:00
Addison Beck
a51331d6b2
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
2020-10-16 15:36:06 -04:00
Vincent Salucci
b7b970e654
[SSO] New User Provision flow jslib update ( f30d6f8
-> d84d6da
) ( #672 )
...
* Update jslib (f30d6f8
-> d84d6da
)
* Updated imports/constructor to super
2020-10-14 11:13:13 -05:00
paulussujono
6bc5ac46b7
♿ ️ added autofocus on first field of modal forms ( #667 )
...
added to modals:
- invite user
- add item
- add collection
- add folder
2020-10-06 09:06:44 -04:00
Addison Beck
4cd052e009
Default selection plan upgrade fix ( #658 )
...
* fixed a broken default selection for plan upgrades
* added a semicolon
2020-09-18 14:15:24 -04:00
Kyle Spearrin
2145c3f88c
language updates
2020-09-15 13:38:46 -04:00
Kyle Spearrin
bb71d5dc0a
New Crowdin updates ( #655 )
...
* New translations messages.json (French)
* New translations messages.json (Portuguese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Polish)
* New translations messages.json (Bulgarian)
* New translations messages.json (Dutch)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (Finnish)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Catalan)
* New translations messages.json (Portuguese, Brazilian)
2020-09-15 12:55:23 -04:00
Chad Scharf
41856ff6af
653 - fix user agent detection for Edge ( #654 )
...
* 653 - fix user agent detection for Edge
* Update edge detection to only new version
* update jslib
* update jslib
* fix jslib ref constructor
2020-09-15 10:31:12 -04:00
Addison Beck
a1388ddab7
fixed the cvc learn more link in the payment component ( #652 )
2020-09-14 15:53:24 -04:00
Kyle Spearrin
b2d13f586d
New Crowdin updates ( #651 )
...
* New translations messages.json (French)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Swedish)
* New translations messages.json (Turkish)
* New translations messages.json (Ukrainian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Vietnamese)
* New translations messages.json (Croatian)
* New translations messages.json (Russian)
* New translations messages.json (Estonian)
* New translations messages.json (Latvian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Esperanto)
* New translations messages.json (Malayalam)
* New translations messages.json (Sinhala)
* New translations messages.json (Slovak)
* New translations messages.json (Portuguese)
* New translations messages.json (Spanish)
* New translations messages.json (German)
* New translations messages.json (Afrikaans)
* New translations messages.json (Belarusian)
* New translations messages.json (Bulgarian)
* New translations messages.json (Catalan)
* New translations messages.json (Czech)
* New translations messages.json (Danish)
* New translations messages.json (Greek)
* New translations messages.json (Polish)
* New translations messages.json (Finnish)
* New translations messages.json (Hebrew)
* New translations messages.json (Hungarian)
* New translations messages.json (Italian)
* New translations messages.json (Japanese)
* New translations messages.json (Korean)
* New translations messages.json (Dutch)
* New translations messages.json (Norwegian Bokmal)
2020-09-14 10:49:58 -04:00
Kyle Spearrin
9f0cd586ee
only use memory storage for vault data keys ( #650 )
...
* only use memory storage for vault data keys
* add lastSync_ to memory storage
2020-09-14 08:35:53 -04:00
Addison Beck
ce67497d3a
added localization variable for link sso ( #648 )
2020-09-11 14:22:56 -04:00
Kyle Spearrin
0dc26e589a
New Crowdin updates ( #646 )
...
* New translations messages.json (Spanish)
* New translations messages.json (Catalan)
* New translations messages.json (Danish)
* New translations messages.json (German)
* New translations messages.json (Hungarian)
* New translations messages.json (Italian)
* New translations messages.json (Dutch)
* New translations messages.json (Polish)
* New translations messages.json (Portuguese)
* New translations messages.json (Russian)
* New translations messages.json (Swedish)
* New translations messages.json (Ukrainian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
2020-09-09 16:10:35 -04:00
Kyle Spearrin
e14a676eea
switch from session storage to memory storage ( #644 )
2020-09-08 13:47:20 -04:00
Chad Scharf
11cf89493d
form promise added for sso prevalidation ( #643 )
2020-09-08 12:18:13 -04:00
Kyle Spearrin
5be121ec71
New Crowdin updates ( #642 )
...
* New translations messages.json (French)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Swedish)
* New translations messages.json (Turkish)
* New translations messages.json (Ukrainian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Vietnamese)
* New translations messages.json (Croatian)
* New translations messages.json (Russian)
* New translations messages.json (Estonian)
* New translations messages.json (Latvian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Esperanto)
* New translations messages.json (Malayalam)
* New translations messages.json (Sinhala)
* New translations messages.json (Slovak)
* New translations messages.json (Portuguese)
* New translations messages.json (Spanish)
* New translations messages.json (German)
* New translations messages.json (Afrikaans)
* New translations messages.json (Belarusian)
* New translations messages.json (Bulgarian)
* New translations messages.json (Catalan)
* New translations messages.json (Czech)
* New translations messages.json (Danish)
* New translations messages.json (Greek)
* New translations messages.json (Polish)
* New translations messages.json (Finnish)
* New translations messages.json (Hebrew)
* New translations messages.json (Hungarian)
* New translations messages.json (Italian)
* New translations messages.json (Japanese)
* New translations messages.json (Korean)
* New translations messages.json (Dutch)
* New translations messages.json (Norwegian Bokmal)
2020-09-08 11:29:01 -04:00
Kyle Spearrin
cc5e420484
adjust margins
2020-09-04 12:07:14 -04:00
Chad Scharf
b4eaa48765
Updated favicon to new standard ( #634 )
2020-09-03 17:02:53 -04:00
Addison Beck
76354741be
Filter out custom plans from consideration on org create ( #631 )
2020-09-02 15:53:45 -04:00
Chad Scharf
1b466609f0
SSO pre-validation messages ( #628 )
2020-08-31 16:48:09 -04:00
Kyle Spearrin
7e11b8bb5a
disable certain org settings fields when selfhost ( #627 )
2020-08-28 11:22:30 -04:00
Vincent Salucci
b251e1f73c
[SSO] Add set-password loading placeholder ( #626 )
...
* Preparing for new jslib // removed resetMasterPassword variable // Added sync service
* initial commit of loading set password
* Update jslib (e55528e
-> 700e945
)
* center justify text
* Reverted testing data
2020-08-28 08:56:51 -05:00
Kyle Spearrin
fa11382c08
adjust paths to portal
2020-08-27 16:12:20 -04:00
Addison Beck
e17a49acd5
Sso link existing user ( #616 )
...
* created and applied link-sso component
* implemented linking existing user to sso
* removed an unused import
* created and applied link-sso component
* implemented linking existing user to sso
* removed an unused import
* merge
* added a token to the sso linking flow
* [jslib] Update (5d874d0
-> 6ab444a
) (#618 )
* Update jslib (5d874d0
-> 6ab444a
)
* Update dependency flows
* created and applied link-sso component
* implemented linking existing user to sso
* removed an unused import
* merge
* added a token to the sso linking flow
* implemented linking existing user to sso
* removed an unused import
* account for some variable shakeup in jslib for link sso
* updated jslib
* updated jslib
* still trying to fix jslib
* finally, really, truly updated jslib
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
2020-08-27 11:44:04 -04:00
Addison Beck
bc71ffa6f2
Product description updates ( #625 )
...
* updated product messages on org create
* formatted messages.json
* formatted messages.json
2020-08-26 14:44:15 -04:00
Kyle Spearrin
95dc3c92c5
few fixes to plan changes ( #624 )
2020-08-25 14:21:03 -04:00
Kyle Spearrin
2135accaf4
yoti web support ( #623 )
2020-08-25 09:25:22 -04:00
Vincent Salucci
429c38fc66
[jslib] Update ( 5d874d0
-> 6ab444a
) ( #618 )
...
* Update jslib (5d874d0
-> 6ab444a
)
* Update dependency flows
2020-08-21 13:40:48 -05:00
Kyle Spearrin
56e92b1695
cleanup various sso tasks ( #617 )
2020-08-20 16:39:05 -04:00
Matt Smith
b2685d455b
Modifications made to support Browser Extension SSO ( #605 )
...
* Update feature/sso jslib 261a200
-> 2e823ea (#589 )
* [SSO] Reset master password (#580 )
* Initial commit reset master password (sso)
* Reverted order of two factor/reset password conditional
* Added necessary resetMasterPassword flag for potential entry into RMP flow
* Complete Revamp: Reverted Register // Deleted reset-master-password // updated sso/(settings)change password to use use super class // Adjust routing/messages // Created (accounts) change-password
* Updated button -> Set Master Password
* Refactored change password sub classes to use new submit pattern
* Cleaned import statements
* Update jslib (7fa5178
-> fe167be
)
* Update jslib fe167be
- >34632e5
* Fixed sso base class import
* merge master
* Fixed missing semicolon // updated jslib to whats in feature/sso
* Fixed two factor formatting
* Added new change password component to app module
* Updated component selector
* updating jslib 34632e5 -> 2e823ea
* Fixed lint warning in two-factor component
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>
* Update jslib to 101c568
(#594 )
* Support for dynamic clientid (#595 )
* support third party sso clients
* jslib update
* update jslib
* Modifications made for Browser Extension SSO
* Brought web specific ssocomponent into module
* Removed sso complete transition
* Fixed remaining merge issues
* Removed un-needed block of code.
* Moved processing to sso-connector.
* Removed unused import
* Fixed curly braces..
* Linter fixes
* Aligned verbiage for process message handler
* Lintr fixes
* Firefox can't handle closing the window this way.
* Update sso.ts
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-08-20 14:30:22 -05:00
Kyle Spearrin
abfd1fa254
abstract set password to jslib ( #614 )
2020-08-19 11:15:04 -04:00
Oscar Hinton
24a5717e27
Fix @ngtools/webpack version ( #613 )
2020-08-18 16:19:20 -04:00
Kyle Spearrin
e0ede7ba74
call api to set password with key parameters ( #609 )
...
* call api to set password with key parameters
* update ssoCompleteRegistration string
2020-08-17 15:04:59 -04:00
Oscar Hinton
eff3332fef
Upgrade Angular to 9 ( #606 )
...
* Upgrade Angular to 8
* Upgrade Angular to 9
* Fix format
* Fix import sorting
2020-08-17 10:04:38 -04:00
Kyle Spearrin
caea4775b3
SSO feature ( #604 )
...
* Update feature/sso jslib 261a200
-> 2e823ea (#589 )
* [SSO] Reset master password (#580 )
* Initial commit reset master password (sso)
* Reverted order of two factor/reset password conditional
* Added necessary resetMasterPassword flag for potential entry into RMP flow
* Complete Revamp: Reverted Register // Deleted reset-master-password // updated sso/(settings)change password to use use super class // Adjust routing/messages // Created (accounts) change-password
* Updated button -> Set Master Password
* Refactored change password sub classes to use new submit pattern
* Cleaned import statements
* Update jslib (7fa5178
-> fe167be
)
* Update jslib fe167be
- >34632e5
* Fixed sso base class import
* merge master
* Fixed missing semicolon // updated jslib to whats in feature/sso
* Fixed two factor formatting
* Added new change password component to app module
* Updated component selector
* updating jslib 34632e5 -> 2e823ea
* Fixed lint warning in two-factor component
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>
* Update jslib to 101c568
(#594 )
* Support for dynamic clientid (#595 )
* support third party sso clients
* jslib update
* update jslib
* Update change-password.component.ts
* Update sso.component.ts
* Update app.module.ts
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
2020-08-13 14:32:07 -04:00
Addison Beck
5f04950358
Price and Plan Updates ( #598 )
...
* added the multi select checkbox to org ciphers
* wired up select all/none
* allowed for bulk delete of ciphers from the org vault
* refactored bulk actions into a dedicated component
* tweaked formatting settings and reformatted files
* moved some shared code to jslib
* some more formatting fixes
* undid jslib connection changes
* removed a function that was moved to jslib
* reset jslib again?
* set up delete many w/admin cipher methods
* removed extra href tags
* added organization id to bulk delete request model when coming from an org vault
* fixed up some compiler warnings for formatting
* updated organization create component to pull list of plans from static store
* wired up the organization create page to new data struct
* continued work on plan updates
* accounted for the subscription screen in plan updates
* adjusted for code review changes from server PR for plan updates
* cleaned up linter errors
* changed a few variable names
* moved price information, added sales tax and subtotal labels
* code review fixups for bulk delete from org vault
* added back a removed parameter from the vault component
* seperated some imports with newlines
* updated jslib
* resolved some build errors
* updated names to reflect server name changes for plan updates
* adjusted logic for using annual total for annual prices in server model
* rearranged an import for the linter
* broke up an async call
* updated organization create component to pull list of plans from static store
* wired up the organization create page to new data struct
* continued work on plan updates
* accounted for the subscription screen in plan updates
* adjusted for code review changes from server PR for plan updates
* cleaned up linter errors
* changed a few variable names
* moved price information, added sales tax and subtotal labels
* updated names to reflect server name changes for plan updates
* adjusted logic for using annual total for annual prices in server model
* rearranged an import for the linter
* broke up an async call
* resolved merge fun
* updated jslib
* made plans a public variable
* removed sales tax hooks
* added a getter for selected plan interval
* went a little too crazy with the interval getter
* formatting
* added a semicolon
* updated jslib
Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local>
2020-08-12 17:16:38 -04:00
Kyle Spearrin
c46af91240
implement identifier update in org settings ( #601 )
2020-08-12 16:46:18 -04:00
Oscar Hinton
f5034effd2
Upgrade TypeScript ( #600 )
...
* Upgrade typescript to 3.6.5.
* Resolve compile error and warnings
2020-08-12 15:43:26 -04:00
Addison Beck
20408347fb
Allow Bulk Delete In Org Vault ( #577 )
...
* added the multi select checkbox to org ciphers
* wired up select all/none
* allowed for bulk delete of ciphers from the org vault
* refactored bulk actions into a dedicated component
* tweaked formatting settings and reformatted files
* moved some shared code to jslib
* some more formatting fixes
* undid jslib connection changes
* removed a function that was moved to jslib
* reset jslib again?
* set up delete many w/admin cipher methods
* removed extra href tags
* added organization id to bulk delete request model when coming from an org vault
* fixed up some compiler warnings for formatting
* code review fixups for bulk delete from org vault
* added back a removed parameter from the vault component
* seperated some imports with newlines
* updated jslib
* resolved some build errors
* code review cleanup for bulk delete from an org vault
* code review cleanup for bulk delete from an org vault
* code review cleanup for bulk delete from an org vault
* code review cleanup for bulk delete from an org vault
* updated jslib to latest
Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local>
2020-08-11 11:30:30 -04:00
Kyle Spearrin
dfe2771ba7
Taiwan
2020-07-31 06:38:25 -04:00
Kyle Spearrin
d3664321fd
fix download link
2020-07-28 22:52:13 -04:00
Chad Scharf
2e01ff7826
Fix modal-body div missing #583 ( #585 )
...
* Fix modal-body div missing #583
* Revert "Fix modal-body div missing #583 "
This reverts commit 38f0cae82dae229cf929a52ba8d2d622b9449f72.
* Fixing modal-body div missing #583
2020-07-28 09:55:59 -04:00
K. Sasa
6e3edd75eb
Consistent: Replaced the clipboard icon with a clone icon to improve UX ( #582 )
...
* Replace copy value button fa-clipboard to fa-clone
* Replace clone item button fa-clone to fa-files-o
2020-07-27 13:21:11 -04:00
Oscar Hinton
78992444bf
Support biometric changes in jslib ( #571 )
2020-07-24 14:39:39 -04:00
Chad Scharf
f1dea8fb1a
Transition reference id to data ( #578 )
...
* Transition reference id to data
* reference event request model change
2020-07-21 10:43:38 -04:00
Kyle Spearrin
22a1cef498
SSO support ( #575 )
...
* support for sso
* resetMasterPassword
* update jslib
* [Enterprise] Added button to launch portal (#570 )
* initial commit
* Added Enterprise button and used new business portal bool
* Reverting services module local changes
* Formatted some new lines
* Closed alerts on lock (#572 )
Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local>
* Updated enterprise URL dev (port) (#574 )
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local>
2020-07-16 09:18:25 -04:00
Vincent Salucci
00e4df2dd3
Updated enterprise URL dev (port) ( #574 )
2020-07-14 09:12:49 -05:00
Addison Beck
cfb4133152
Closed alerts on lock ( #572 )
...
Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local>
2020-07-09 15:11:28 -05:00
Vincent Salucci
42361d17b5
[Enterprise] Added button to launch portal ( #570 )
...
* initial commit
* Added Enterprise button and used new business portal bool
* Reverting services module local changes
* Formatted some new lines
2020-07-07 13:32:22 -05:00
Kyle Spearrin
18fb86c243
New Crowdin updates ( #565 )
...
* New translations messages.json (French)
* New translations messages.json (Portuguese)
* New translations messages.json (Estonian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
* New translations messages.json (Swedish)
* New translations messages.json (Russian)
* New translations messages.json (Polish)
* New translations messages.json (Spanish)
* New translations messages.json (Dutch)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (Danish)
* New translations messages.json (Catalan)
* New translations messages.json (Bulgarian)
* New translations messages.json (English, United Kingdom)
2020-06-29 11:30:21 -04:00
Kyle Spearrin
7597e4006c
New Crowdin updates ( #564 )
...
* New translations messages.json (French)
* New translations messages.json (Portuguese)
* New translations messages.json (Sinhala)
* New translations messages.json (Esperanto)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Estonian)
* New translations messages.json (Croatian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Vietnamese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Polish)
* New translations messages.json (Spanish)
* New translations messages.json (German)
* New translations messages.json (Afrikaans)
* New translations messages.json (Belarusian)
* New translations messages.json (Bulgarian)
* New translations messages.json (Catalan)
* New translations messages.json (Czech)
* New translations messages.json (Danish)
* New translations messages.json (Greek)
* New translations messages.json (Dutch)
* New translations messages.json (Finnish)
* New translations messages.json (Hebrew)
* New translations messages.json (Hungarian)
* New translations messages.json (Italian)
* New translations messages.json (Japanese)
* New translations messages.json (Korean)
* New translations messages.json (Norwegian Bokmal)
2020-06-26 21:24:31 -04:00
Chad Scharf
240c576bad
Merge branch 'feature/reference-id'
2020-06-25 16:36:28 -04:00
Chad Scharf
88c8c8ae55
referenceId PR feedback + lint fix
2020-06-25 16:30:45 -04:00
Kyle Spearrin
394a7e42fb
a few tweaks for hidden passwords ( #561 )
...
* a few tweaks for hidden passwords
* revert org layout changes
* revert column size change
2020-06-25 15:55:50 -04:00
Chad Scharf
03dbe272fc
Added referenceId to register component
2020-06-25 15:18:21 -04:00
Chad Scharf
68d3d7abfd
Combine tax info with other updates
2020-06-17 20:11:30 -04:00
Chad Scharf
4502a966a1
PR feedback, loading spinner
2020-06-17 13:35:39 -04:00
Chad Scharf
3864f1d950
Revert services.module.ts
2020-06-17 13:20:06 -04:00
Chad Scharf
4bdb9c8632
Collect tax info for payments
2020-06-17 13:20:06 -04:00
Chad Scharf
b1c098614c
tax info collection zip + VAT
2020-06-17 13:20:06 -04:00
Vincent Salucci
4309064804
[Enterprise] Added environment checks ( #559 )
...
* Update jslib (2b6657a
-> 28d21ca
)
* Environment variable checks
2020-06-16 09:35:25 -05:00
Hinton
51b482f57d
Merge branch 'master' of https://github.com/bitwarden/web into feature/hide-passwords
2020-06-11 20:33:43 +02:00
Chad Scharf
5b02202efb
Llayout images and styling for register page
2020-06-11 11:27:46 -04:00
Kyle Spearrin
2b0c92a4ea
stub alternate layout support for register page ( #550 )
2020-06-04 14:12:37 -04:00
hinton
426e0edfb5
Allow editing of newly added fields
2020-06-03 20:46:32 +02:00
Kyle Spearrin
2cc0aa6f3d
a few cleanup items for full width setting change ( #547 )
2020-06-02 09:56:16 -04:00
syntaxerror752
fea3bba0df
Changed method of keeping the logon box the same size
2020-06-02 08:29:58 +10:00
hinton
7ed7321219
Mark "hidden" fields and totp as disabled.
2020-06-01 21:59:58 +02:00
hinton
b2bf192677
Merge branch 'master' of https://github.com/bitwarden/web into feature/hide-passwords
2020-06-01 21:38:17 +02:00
syntaxerror752
d323e775ca
Removed the need for the messageing service to be in app.component.ts
2020-05-31 22:02:41 +10:00
syntaxerror752
22a00b2341
Added toggle full width function
...
Added toggle full width function.
Added messaging service to trigger function.
Added CSS to keep login box the same size.
2020-05-30 18:30:41 +10:00
syntaxerror752
f36bba6406
Revert last commit due to requested changes
...
Revert last commit due to requested changes.
Renamed variable.
2020-05-30 11:12:15 +10:00
syntaxerror752
674c583881
Update HTML and TS scripts for UI scaling
2020-05-29 23:08:03 +10:00
syntaxerror752
eb5ad7c6dc
Added UI scaling tickbox to options menu
2020-05-29 21:28:26 +10:00
Kyle Spearrin
ca771eb04c
New Crowdin translations ( #546 )
...
* New translations messages.json (Czech)
* New translations messages.json (Danish)
* New translations messages.json (Portuguese)
* New translations messages.json (Chinese Simplified)
2020-05-28 20:06:27 -04:00
Kyle Spearrin
9454eda082
New Crowdin translations ( #544 )
...
* New translations messages.json (Afrikaans)
* New translations messages.json (German)
* New translations messages.json (Finnish)
* New translations messages.json (Italian)
* New translations messages.json (Polish)
* New translations messages.json (English, United Kingdom)
2020-05-26 10:31:40 -04:00
hinton
7d5329e186
Add hide password checkboxes to add/edit collection.
2020-05-23 11:15:23 +02:00
Kyle Spearrin
18979a7f1a
Add support for greek language ( #541 )
2020-05-22 23:14:26 -04:00
Vincent Salucci
7301158e54
[Paging] Added for Organization Users, Pages, and Collections ( #539 )
...
* Updating jslib
* Added paging for Organizational Users, Groups, and Collections
* Updated jslib fb7335b
-> 2858724
2020-05-22 11:26:43 -05:00
hinton
5b9c41f29a
Use correct variable for view password
2020-05-22 09:26:57 +02:00
Kyle Spearrin
179884cf93
New translations messages.json (German) ( #540 )
2020-05-21 15:08:42 -04:00
hinton
5bc01ea13e
Add support for collections with hide passwords
2020-05-21 15:58:55 +02:00
Kyle Spearrin
ca43db8d93
New Crowdin translations ( #537 )
...
* New translations messages.json (French)
* New translations messages.json (Dutch)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Estonian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
* New translations messages.json (Swedish)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Korean)
* New translations messages.json (Spanish)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (Hebrew)
* New translations messages.json (Finnish)
* New translations messages.json (Greek)
* New translations messages.json (German)
* New translations messages.json (Czech)
* New translations messages.json (Catalan)
* New translations messages.json (Bulgarian)
* New translations messages.json (Norwegian Bokmal)
2020-05-21 09:48:59 -04:00
Kyle Spearrin
2f0d2bdf32
New Crowdin translations ( #533 )
...
* New translations messages.json (French)
* New translations messages.json (Polish)
* New translations messages.json (Esperanto)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Estonian)
* New translations messages.json (Croatian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Vietnamese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese)
* New translations messages.json (Dutch)
* New translations messages.json (Spanish)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (Hebrew)
* New translations messages.json (Finnish)
* New translations messages.json (Greek)
* New translations messages.json (German)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Catalan)
* New translations messages.json (Bulgarian)
* New translations messages.json (Belarusian)
* New translations messages.json (Afrikaans)
* New translations messages.json (Norwegian Bokmal)
2020-05-18 15:56:43 -04:00
Kyle Spearrin
97eedb2034
fixing a few bug, asset updates, tweaks ( #532 )
...
* fixing a few bug, asset updates, tweaks
* dont save until save button clicked
2020-05-18 09:51:20 -04:00
Chad Scharf
ec3ee8fbb3
Merge branch 'master' into soft-delete
2020-05-08 09:32:59 -04:00
Kyle Spearrin
96208d3760
brand color updates
2020-05-05 16:59:33 -04:00
Kyle Spearrin
5bb61c0730
color updates + jslib
2020-05-05 16:32:45 -04:00
Vincent Salucci
aa1e5a11ad
[Auto Logout] Added warning dialog for log out action ( #518 )
...
* Added warning dialog for log out timeout action
* Reverting testing service module endpoints
2020-04-25 08:13:30 -05:00
Kyle Spearrin
ded8865914
Null check allUsers
( #515 )
2020-04-20 00:17:06 -04:00
Chad Scharf
23b532e2bf
[Soft Delete] - Deleted message (sent to trash)
2020-04-14 15:06:54 -04:00
Chad Scharf
d62850f82d
[Soft Delete] enable copy/view operations in trash
2020-04-10 13:42:37 -04:00
Chad Scharf
41a0cfd0a2
[Soft Delete] - Added trash and related functionality to web vault
2020-04-08 16:48:30 -04:00
Vincent Salucci
fb6e85c56b
Update jslib ( 28e3fff
-> 72e3893
) ( #510 )
...
* Update jslib (28e3fff
-> 72e3893
)
* Updated lock description, updated vaultTimeoutService init
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-06 13:07:09 -05:00
Vincent Salucci
d58550c2b8
[Auto-Logout] Implement upstream changes ( #506 )
...
* Initial commit of auto logout functionality
* Update jslib 31a2574
-> 28e3fff
* Reverting prod URLs
* Set log out expired param to false
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-30 09:59:47 -05:00
Kyle Spearrin
5bf3ca2708
New Crowdin translations ( #505 )
...
* New translations messages.json (Hebrew)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (Greek)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Catalan)
* New translations messages.json (Bulgarian)
2020-03-24 14:50:53 -04:00
Kyle Spearrin
b3337df774
New Crowdin translations ( #492 )
...
* New translations messages.json (Afrikaans)
* New translations messages.json (Hebrew)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (Greek)
* New translations messages.json (Belarusian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Esperanto)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Catalan)
* New translations messages.json (Bulgarian)
* New translations messages.json (Vietnamese)
2020-03-12 21:14:55 -04:00
Vincent Salucci
d255f6add4
Enforce passphrase policy ( #490 )
...
* Update jslib and initial commit for passphrase policy
* Removed unused strings
* Pulling in latest jslib (44b86f5
-> 36241e9
)
* Made revision requests
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-11 10:35:12 -05:00
brunohunziker
84dde72990
Total number of organization users added ( #489 )
2020-03-10 12:06:25 -04:00
Kyle Spearrin
5dfeee548d
New Crowdin translations ( #485 )
...
* New translations messages.json (Turkish)
* New translations messages.json (Polish)
* New translations messages.json (German)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Greek)
* New translations messages.json (German)
* New translations messages.json (Estonian)
* New translations messages.json (Danish)
* New translations messages.json (Bulgarian)
2020-03-06 11:28:34 -05:00
Kyle Spearrin
09516b4d4e
init masterPassMinComplexity as null
2020-03-05 22:19:46 -05:00
Kyle Spearrin
b7b74d8f1f
New Crowdin translations ( #484 )
...
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Catalan)
2020-03-05 11:51:31 -05:00
Kyle Spearrin
80d3cd3126
New Crowdin translations ( #483 )
...
* New translations messages.json (Portuguese)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (Dutch)
* New translations messages.json (Chinese Simplified)
2020-03-05 11:47:32 -05:00
Kyle Spearrin
bbd416ba24
New Crowdin translations ( #482 )
...
* New translations messages.json (Afrikaans)
* New translations messages.json (Hebrew)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (Greek)
* New translations messages.json (Belarusian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Esperanto)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Catalan)
* New translations messages.json (Bulgarian)
* New translations messages.json (Vietnamese)
* New translations messages.json (Portuguese)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Hungarian)
* New translations messages.json (Dutch)
2020-03-05 09:38:47 -05:00
Kyle Spearrin
12114c786b
add select option to password score list
2020-03-04 16:00:23 -05:00
Kyle Spearrin
73c192ad18
update jslib and swal2 styles
2020-03-04 14:14:27 -05:00
Kyle Spearrin
465564325e
remove p tags
2020-03-04 10:57:00 -05:00
Vincent Salucci
7c0d093be5
Fix password score display switch statement ( #481 )
2020-03-04 09:21:52 -06:00
Kyle Spearrin
a1fbe6b970
no bottom margin
2020-03-03 23:23:40 -05:00
Vincent Salucci
305d86f765
Update complexity score display ( #479 )
...
* Update complexity score
* Simplifying switch statement
2020-03-03 15:37:54 -06:00
Vincent Salucci
e7e5816ded
Enforce Master Password Policies (Change/Register) ( #478 )
...
* Initial commit for change password mp policy enforcement
* Initial commit of mp policy for registering
* Testing Register component
* Final testing complete
* Reverting service module URLs
* Requested changes and build fix
* Updated submit function
2020-03-03 10:20:28 -06:00
MartB
0b5a74aa9f
sweetalert: ported to sweetalert2 and simplified code. ( #465 )
...
No styling changes besides making the "primary" button-text bold (aligned with desktop app)
2020-03-02 13:52:09 -05:00
Kyle Spearrin
c9699647d7
load policies on register if org invite ( #475 )
2020-03-02 11:51:05 -05:00
Kyle Spearrin
aac011d3b3
react to jslib #77 changes ( #474 )
2020-02-28 16:57:54 -05:00
Kyle Spearrin
e2108ff85b
Show reason for invite accept failure if available ( #473 )
2020-02-28 15:27:02 -05:00
Vincent Salucci
5c492f893b
Show policy in effect banner for password generator ( #472 )
...
* Show Password Generator Policy in effect banner
* Extra character cleanup
* Updated back to base setUrls
* Updated app-callout class to info
2020-02-28 13:48:48 -06:00
Kyle Spearrin
1d94185078
Add copy descriptions and warnings to policies ( #470 )
2020-02-27 13:07:33 -05:00
Vincent Salucci
a27eddae56
Enforce Password Generator Policy Options ( #469 )
...
* Initial commit for enforcing password generator policy options
* Revert to previous isDev URL setup
2020-02-26 18:32:57 -06:00
Kyle Spearrin
aeca6f04f9
encryptr instructions
2020-02-24 23:19:57 -05:00
Kyle Spearrin
c099ff7662
encryptr importer
2020-02-20 16:55:10 -05:00
Kyle Spearrin
83ba366558
Admin config for master password policy ( #463 )
...
* Admin config for master password policy
* UI cleanup and master pass options improvements
* ui tweaks
2020-02-19 21:25:46 -05:00
Kyle Spearrin
8db66bf282
bitwarden inc.
2020-02-18 22:25:04 -05:00
Vincent Salucci
b7cd18b715
Allow organizational admins to assign clone ownership ( #458 )
2020-02-12 15:11:38 -06:00
Vincent Salucci
ccf3d49fc4
Implement Clone item functionality (personal/org) ( #457 )
...
* Clone personal/org items
* Removed ability to delete during clone process
2020-02-10 14:03:36 -05:00
Kyle Spearrin
7e95e44f1d
add support for check payment method type
2020-02-07 16:48:46 -05:00
Kyle Spearrin
088301c4be
configure some policy data
2020-01-29 17:49:20 -05:00
Kyle Spearrin
f7f70408c9
update jslib and construct policy service
2020-01-28 22:42:20 -05:00
Naoaki Iwakiri
6e66df59b7
Stop showing score 3 passwords as weak passwords ( #445 )
2020-01-27 08:30:19 -05:00
Kyle Spearrin
00b9f4cab6
set policy data to null
2020-01-20 08:59:06 -05:00
Kyle Spearrin
f6fb56229e
policy edit
2020-01-20 08:57:55 -05:00
Kyle Spearrin
5b770084c9
policies enabled badge
2020-01-15 17:05:08 -05:00
Kyle Spearrin
a2472e0cf5
stub out policies management page
2020-01-15 16:51:42 -05:00
Kyle Spearrin
4de7b52044
stub out policies menu
2020-01-15 15:42:30 -05:00
Kyle Spearrin
1e100d1bf1
list height fix
2020-01-13 08:45:08 -05:00
Kyle Spearrin
bd2cba1f31
make hidden options button more accessible
2020-01-08 09:46:27 -05:00
Kyle Spearrin
45c07b7c39
Append copy textarea to model for all browsers
2019-12-31 14:35:58 -05:00
Kyle Spearrin
36244d58aa
avast json importer
2019-12-20 13:30:01 -05:00
Kyle Spearrin
84df9cca87
codebook csv importer
2019-11-25 16:10:55 -05:00
Kyle Spearrin
e550989ce2
autocomplete off for search inputs
2019-11-25 08:20:53 -05:00
Kyle Spearrin
94edc1e284
fix twofactorauth.org API path. resolves #422
2019-10-29 08:04:09 -04:00
Kyle Spearrin
02eb382ae7
show enabled check always when 2fa enabled
2019-10-14 16:44:38 -04:00
Kyle Spearrin
191fa922d2
more a11y updates
2019-10-11 11:47:41 -04:00
Kyle Spearrin
fb817f1ca7
more a11y fixes
2019-10-11 11:22:21 -04:00
Kyle Spearrin
9c2f128585
ally title work
2019-10-11 10:35:24 -04:00
Kyle Spearrin
9ebd700317
sr text for shared and attachments
2019-10-10 11:42:05 -04:00
Kyle Spearrin
bb5c114b8d
New translations messages.json (Dutch) ( #418 )
2019-10-04 21:12:34 -04:00
Kyle Spearrin
1f2a724d32
New Crowdin translations ( #417 )
...
* New translations messages.json (Czech)
* New translations messages.json (Dutch)
* New translations messages.json (Hungarian)
* New translations messages.json (Portuguese, Brazilian)
2019-10-04 15:38:49 -04:00
Kyle Spearrin
9b28203757
buttercup csv importer
2019-10-04 10:11:34 -04:00
Kyle Spearrin
ac9f30f5f0
New Crowdin translations ( #416 )
...
* New translations messages.json (Bulgarian)
* New translations messages.json (Hebrew)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Greek)
* New translations messages.json (Danish)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Esperanto)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Catalan)
* New translations messages.json (Afrikaans)
* New translations messages.json (Hungarian)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Vietnamese)
2019-10-02 10:35:45 -04:00
Kyle Spearrin
89708d1fd6
limit sub and billing actions when using iap
2019-09-19 16:34:44 -04:00
Kyle Spearrin
6cb48c186e
restrict changing payment method with iap
2019-09-19 15:46:33 -04:00
Kyle Spearrin
a1c9c47c89
blackberry importer
2019-09-11 17:08:33 -04:00
Kyle Spearrin
85cc2865b6
show locale name for language selection
2019-09-06 09:33:35 -04:00
Kyle Spearrin
dc54943a19
added hebrew language
2019-08-29 07:20:36 -04:00
Kyle Spearrin
c6ae5368fe
securesafe and logmeonce csv importers
2019-08-26 10:12:36 -04:00
Kyle Spearrin
c947354517
locale string typo
2019-08-23 07:58:42 -04:00
Kyle Spearrin
076f01b65f
data port
2019-08-20 17:23:27 -04:00
Kyle Spearrin
e37292a276
isViewOpen returns promise
2019-08-20 13:47:58 -04:00
Kyle Spearrin
7d76473580
sca card failure warning
2019-08-10 19:51:49 -04:00
Kyle Spearrin
8bafbbd2ff
handle seats and storage adjustment for sca
2019-08-10 13:43:47 -04:00
Kyle Spearrin
80c5dff5ad
adjust storage with payment intent/method handling
2019-08-10 13:00:07 -04:00
Kyle Spearrin
a4571a2617
handleCardPayment for incomplete payments
2019-08-09 23:57:30 -04:00
Kyle Spearrin
18608a8b63
fix lint issue
2019-08-09 11:14:46 -04:00
Kyle Spearrin
3ab6868460
New Crowdin translations ( #404 )
...
* New translations messages.json (Afrikaans)
* New translations messages.json (Hungarian)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hebrew)
* New translations messages.json (Catalan)
* New translations messages.json (Greek)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Esperanto)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Vietnamese)
* New translations messages.json (Portuguese)
2019-07-26 21:45:48 -04:00
Kyle Spearrin
8f886df84f
setComponentParameters for modal
2019-07-25 12:24:32 -04:00
Kyle Spearrin
55481b255b
exportedOrganizationVault l10n
2019-07-12 17:15:40 -04:00
Kyle Spearrin
b0b9d8445e
export vault event
2019-07-12 17:11:50 -04:00
Kyle Spearrin
3a2f04006f
event log from copy on listing
2019-07-12 15:34:27 -04:00
Kyle Spearrin
1aacd4ece1
add ref for event service
2019-07-12 11:05:30 -04:00
Kyle Spearrin
f0e3e3b6f9
client events for edit page
2019-07-12 10:41:18 -04:00
Kyle Spearrin
b55d54eb5b
syb out event log processing and event list desc
2019-07-11 22:03:12 -04:00
Kyle Spearrin
01cb57c9fb
allow 2 mil KDF iterations
2019-07-06 23:35:38 -04:00
Kyle Spearrin
eb85464f8d
New Crowdin translations ( #398 )
...
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Estonian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Spanish)
* New translations messages.json (Polish)
* New translations messages.json (Catalan)
* New translations messages.json (Dutch)
* New translations messages.json (Japanese)
* New translations messages.json (Japanese)
* New translations messages.json (French)
* New translations messages.json (French)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Dutch)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Spanish)
* New translations messages.json (Italian)
* New translations messages.json (French)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Czech)
* New translations messages.json (French)
* New translations messages.json (Ukrainian)
2019-07-04 08:44:01 -04:00
Kyle Spearrin
d30fcf8dca
New Crowdin translations ( #397 )
...
* New translations messages.json (Afrikaans)
* New translations messages.json (Hungarian)
* New translations messages.json (Ukrainian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hebrew)
* New translations messages.json (Catalan)
* New translations messages.json (Greek)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Esperanto)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Vietnamese)
2019-07-03 15:15:38 -04:00
Kyle Spearrin
004d14eaf4
fix html for checkbox on gen
2019-07-02 17:01:19 -04:00
Kyle Spearrin
d1a7c3390a
capitalize and include num for pass gen
2019-07-02 16:54:46 -04:00
Kyle Spearrin
0aa664fb4f
re-set favicon state on login/unlock
2019-07-02 08:44:29 -04:00
Kyle Spearrin
d25dc1a23f
myki importer
2019-06-28 23:17:22 -04:00
Kyle Spearrin
3d5f22b67d
select one collection string
2019-06-26 17:45:53 -04:00
Kyle Spearrin
cf6ae951d2
events urls from web project
2019-06-25 12:19:18 -04:00
Kyle Spearrin
e7b2557bcd
logged in as on
2019-06-04 00:06:15 -04:00
Kyle Spearrin
e7fea1b138
services on 2fa report with software tokens only
2019-05-27 08:15:02 -04:00
Kyle Spearrin
b24d7df789
clear desc
2019-05-16 08:00:22 -04:00
Kyle Spearrin
c2f801b6a9
add korean to i18n
2019-05-15 08:52:43 -04:00
Kyle Spearrin
2a19bdd8d1
correct launch icon
2019-04-26 22:44:10 -04:00
Kyle Spearrin
2d95806feb
import all botostrap except toasts
2019-04-26 22:29:51 -04:00
Kyle Spearrin
40da48a106
password wallet txt importer
2019-04-26 20:55:15 -04:00
Kyle Spearrin
df81d9fd5f
launch uri adjustments
2019-04-26 09:12:37 -04:00
Shawn Beachy
1060775cad
Add a "launch site" button directly to the list of ciphers ( #384 )
...
* Add a button to launch the primary uri for a site straight from the list.
* Take cues from the add-edit component on properly checking if we can launch.
* Move the launch button to the dropdown menu.
* Take LoginView as launch parameter instead of LoginUriView.
2019-04-26 09:07:57 -04:00
Kyle Spearrin
b4200fba60
support authBlocked message
2019-04-18 10:11:04 -04:00
Kyle Spearrin
2ded5228cb
change plan is only for free subs
2019-04-17 11:06:21 -04:00
Kyle Spearrin
a29e9e11f7
focus length input on change
2019-04-15 22:37:29 -04:00
Kyle Spearrin
18c89e4fa5
premises
2019-04-04 00:45:53 -04:00
Kyle Spearrin
84dd370cfb
add A11yTitleDirective
2019-04-02 09:48:49 -04:00
Kyle Spearrin
b45c79d65b
send modal state messages
2019-04-02 09:29:20 -04:00
Kyle Spearrin
52a5086f7e
dont use flex for password positioning
2019-04-01 13:56:34 -04:00
Kyle Spearrin
322bc90920
drag n drop cleanup
2019-03-28 11:59:53 -04:00
Kovah
9685f2c2b3
Drag n drop sorting for custom fields ( #370 )
...
* Implement custom field ordering with new handle placement
* Update reference for jslib
2019-03-28 11:39:49 -04:00
Kyle Spearrin
1cd1ab07a2
New Crowdin translations ( #369 )
...
* New translations messages.json (Catalan)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Danish)
* New translations messages.json (Dutch)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Estonian)
* New translations messages.json (French)
* New translations messages.json (German)
* New translations messages.json (Italian)
* New translations messages.json (Portuguese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Russian)
* New translations messages.json (Spanish)
* New translations messages.json (Ukrainian)
2019-03-25 17:40:31 -04:00
Kyle Spearrin
9c331e1777
New Crowdin translations ( #368 )
...
* New translations messages.json (Afrikaans)
* New translations messages.json (Italian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Hungarian)
* New translations messages.json (Catalan)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
2019-03-21 23:12:25 -04:00
Kyle Spearrin
789516e573
changeBillingPlanUpgrade
2019-03-21 22:59:11 -04:00
Kyle Spearrin
02f964c7d9
New Crowdin translations ( #367 )
...
* New translations messages.json (Afrikaans)
* New translations messages.json (Italian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Hungarian)
* New translations messages.json (Catalan)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
2019-03-21 22:36:29 -04:00
Kyle Spearrin
ea4d1de772
org plan upgrade
2019-03-21 21:38:56 -04:00
Kyle Spearrin
0f3d71a504
shared org plans component
2019-03-21 13:11:40 -04:00
Kyle Spearrin
5690e3fe9e
close buttons on cards
2019-03-20 10:16:01 -04:00
Kyle Spearrin
f6fcb280fc
sub out change plan component
2019-03-20 10:11:51 -04:00
Kyle Spearrin
65a20815bf
download license component
2019-03-20 09:56:50 -04:00
Kyle Spearrin
06ec65fb10
update jslib
2019-03-19 15:54:13 -04:00
Kyle Spearrin
371ecd9d3a
page at 200
2019-03-19 14:55:19 -04:00
Kyle Spearrin
cc706a48da
paging ciphers for better performance
2019-03-19 12:44:22 -04:00
Kyle Spearrin
5427ddb8d6
fix confirmModalRef
2019-03-15 21:04:57 -04:00
Kyle Spearrin
b34d40252f
New Crowdin translations ( #364 )
...
* New translations messages.json (Catalan)
* New translations messages.json (French)
* New translations messages.json (Spanish)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Italian)
* New translations messages.json (German)
* New translations messages.json (Finnish)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Ukrainian)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Slovak)
* New translations messages.json (Slovak)
* New translations messages.json (Slovak)
2019-03-13 14:52:36 -04:00
Kyle Spearrin
62a1d09f48
New Crowdin translations ( #362 )
...
* New translations messages.json (Catalan)
* New translations messages.json (Japanese)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Italian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Ukrainian)
2019-03-09 09:20:07 -05:00
Kyle Spearrin
fefe4edda1
collection externalId
2019-03-07 15:18:05 -05:00
Kyle Spearrin
aabb1bc264
get/rotate org api key
2019-03-07 11:18:45 -05:00
Kyle Spearrin
ed45e524b9
New Crowdin translations ( #360 )
...
* New translations messages.json (Estonian)
* New translations messages.json (Russian)
2019-03-04 20:16:49 -05:00
Kyle Spearrin
e645204e37
New Crowdin translations ( #359 )
...
* New translations messages.json (Czech)
* New translations messages.json (Estonian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Russian)
* New translations messages.json (Turkish)
2019-03-02 15:47:19 -05:00
Kyle Spearrin
7bde73102b
readFromClipboard implemented in web
2019-02-26 22:42:30 -05:00
Kyle Spearrin
37ed53cb3c
show icon for wiretransfers
2019-02-25 09:22:25 -05:00
Kyle Spearrin
4b20d3ef0a
New Crowdin translations ( #357 )
...
* New translations messages.json (Catalan)
* New translations messages.json (Italian)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Korean)
* New translations messages.json (German)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Ukrainian)
2019-02-25 09:14:24 -05:00
Kyle Spearrin
12492b5749
add image_url to paypal checkout
2019-02-24 22:12:20 -05:00
Kyle Spearrin
af2b422730
handle credit types
2019-02-23 20:34:21 -05:00
Kyle Spearrin
0c63f65aa7
refundNoun
2019-02-22 23:12:12 -05:00
Kyle Spearrin
25e6a03435
New Crowdin translations ( #356 )
...
* New translations messages.json (Catalan)
* New translations messages.json (Japanese)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Italian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Ukrainian)
2019-02-22 15:50:18 -05:00
Kyle Spearrin
12e2bcbbd9
go back to previous url after lock
2019-02-22 13:17:10 -05:00
Kyle Spearrin
ec3e438c99
show bitcoin icon on transaction listing
2019-02-22 12:47:04 -05:00
Kyle Spearrin
2089237d23
add credit via bitpay
2019-02-21 22:48:59 -05:00
Kyle Spearrin
7bcd0ac3e5
account_credit:1
2019-02-21 21:48:02 -05:00
Kyle Spearrin
8e9ab12219
billing imrovements
2019-02-21 18:03:39 -05:00
Kyle Spearrin
33b539858f
format html files
2019-02-21 16:50:37 -05:00
Kyle Spearrin
cdfd828a8b
dont send token when null
2019-02-21 00:03:40 -05:00
Kyle Spearrin
22727b5abe
support credit on get token method
2019-02-20 20:39:40 -05:00
Kyle Spearrin
041cf1268d
credit fixes
2019-02-20 20:37:27 -05:00
Kyle Spearrin
fb3afbdc76
credit payment method
2019-02-20 20:16:06 -05:00
Kyle Spearrin
1f6632146b
add credit via paypal
2019-02-20 17:33:05 -05:00
Kyle Spearrin
944187f276
ie11 fix
2019-02-19 22:00:55 -05:00
Kyle Spearrin
81eb2189ca
New Crowdin translations ( #354 )
...
* New translations messages.json (Catalan)
* New translations messages.json (Czech)
* New translations messages.json (Dutch)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Finnish)
* New translations messages.json (French)
* New translations messages.json (German)
* New translations messages.json (Italian)
* New translations messages.json (Japanese)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Portuguese)
* New translations messages.json (Russian)
* New translations messages.json (Spanish)
2019-02-19 21:40:59 -05:00
Kyle Spearrin
4fc90984d8
pass payment method type
2019-02-19 17:06:01 -05:00
Kyle Spearrin
0b1abc9ab0
more style fixes
2019-02-19 00:23:15 -05:00
Kyle Spearrin
212d81b93c
New Crowdin translations ( #353 )
...
* New translations messages.json (Catalan)
* New translations messages.json (Japanese)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Italian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Ukrainian)
2019-02-19 00:03:44 -05:00
Kyle Spearrin
238ac22b85
styling
2019-02-18 23:53:36 -05:00
Kyle Spearrin
773f0be84a
move to stripe elements
2019-02-18 23:40:04 -05:00
Kyle Spearrin
e45c988637
account credit/balance
2019-02-18 17:34:57 -05:00
Kyle Spearrin
8305b49046
dont show billing page on self host
2019-02-18 16:10:32 -05:00
Kyle Spearrin
92b2601ba2
split billing and subscription management up
2019-02-18 15:28:23 -05:00
Kyle Spearrin
e45105ccb3
Merge branch 'master' of github.com:bitwarden/web
2019-02-16 16:04:39 -05:00
Kyle Spearrin
9114b68659
dont show add/remove seats when sub canceled
2019-02-16 16:04:35 -05:00
Kyle Spearrin
cd2e091580
New Crowdin translations ( #349 )
...
* New translations messages.json (Catalan)
* New translations messages.json (Japanese)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Italian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Ukrainian)
* New translations messages.json (Czech)
* New translations messages.json (Danish)
* New translations messages.json (French)
* New translations messages.json (Portuguese)
* New translations messages.json (Russian)
2019-02-14 22:54:13 -05:00
Kyle Spearrin
38d8f83587
update python-gnomekeyring link
2019-02-14 09:07:48 -05:00
Kyle Spearrin
f35efbdd5b
fix deps
2019-02-13 21:58:16 -05:00
Kyle Spearrin
961954364a
move to lock service is locked
2019-02-13 21:55:11 -05:00
Kyle Spearrin
259725882a
remembear csv importer
2019-02-13 15:32:41 -05:00
Kyle Spearrin
fb2288c4bc
show loading on braintree
2019-02-09 21:54:09 -05:00
Kyle Spearrin
0220f4519d
billing page invoices and transactions
2019-02-09 00:19:54 -05:00
ShirokaiLon
27a32463d9
Add trackBy option ( #342 )
2019-02-02 22:31:33 -05:00
Kyle Spearrin
b47f7e8cf1
enable paypal for orgs. and paypal method changes
2019-01-31 12:11:23 -05:00
Kyle Spearrin
459bc69032
fix year in frontend footer
2019-01-29 12:52:11 -05:00
Kyle Spearrin
6a5712070f
added kaspersky
2019-01-28 09:21:00 -05:00
Kyle Spearrin
eb99fe58dd
refresh token and UI when license updated
2019-01-24 08:54:33 -05:00
Kyle Spearrin
a18e7ab2da
flex copy on web generator
2019-01-23 17:05:36 -05:00
Kyle Spearrin
e1f78f519c
flex copy directive
2019-01-23 16:27:34 -05:00
Kyle Spearrin
1da4cf8907
New Crowdin translations ( #335 )
...
* New translations messages.json (Catalan)
* New translations messages.json (Slovak)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Polish)
* New translations messages.json (Italian)
* New translations messages.json (German)
* New translations messages.json (Estonian)
* New translations messages.json (Croatian)
2019-01-18 16:09:04 -05:00
Kyle Spearrin
978a58391b
add ca language
2019-01-18 15:59:04 -05:00
Kyle Spearrin
b2be44e372
use some
2019-01-17 10:47:03 -05:00
Kyle Spearrin
650fc6aa27
null checks on query param sub
2019-01-16 23:30:32 -05:00
Kyle Spearrin
47bda7d789
card exp month and year empty string defaults
2019-01-16 23:26:39 -05:00
Kyle Spearrin
64f41f004d
en-GB locale
2019-01-15 20:49:15 -05:00
Kyle Spearrin
68f69074cb
New Crowdin translations ( #330 )
...
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Italian)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Hungarian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Ukrainian)
2019-01-15 20:11:55 -05:00
Kyle Spearrin
4d3fb52956
Revert "New Crowdin translations ( #323 )"
...
This reverts commit 1f39761f8c
.
2019-01-15 20:09:21 -05:00
Kyle Spearrin
18a23d6844
Revert "New Crowdin translations ( #327 )"
...
This reverts commit bdf653bc70
.
2019-01-15 20:09:11 -05:00
Kyle Spearrin
bdf653bc70
New Crowdin translations ( #327 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Spanish)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Italian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2019-01-15 19:07:18 -05:00
Kyle Spearrin
1f39761f8c
New Crowdin translations ( #323 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Japanese)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Korean)
* New translations messages.json (Italian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Croatian)
* New translations messages.json (Ukrainian)
* New translations messages.json (Portuguese)
2019-01-15 17:34:41 -05:00
Kyle Spearrin
a48cc2a7f3
always allow chrome to use u2f
2019-01-10 11:23:16 -05:00
Kyle Spearrin
3942409c9a
lock screen improvements
2019-01-08 00:32:35 -05:00
Kyle Spearrin
6b0719db45
allow launching URLs without protocol than end with tld
2019-01-07 10:33:27 -05:00
Kyle Spearrin
9728116836
pass messagingService dependency
2019-01-03 10:24:29 -05:00
Kyle Spearrin
6cffabe259
f secure importer
2019-01-03 09:58:48 -05:00
Kyle Spearrin
1b94ac383c
New Crowdin translations ( #316 )
...
* New translations messages.json (Czech)
* New translations messages.json (German)
* New translations messages.json (Korean)
* New translations messages.json (Polish)
2018-12-31 12:57:33 -05:00
Kyle Spearrin
9a96ef2623
avast csv option
2018-12-31 12:42:27 -05:00
Kyle Spearrin
6480750757
New Crowdin translations ( #315 )
...
* New translations messages.json (Bulgarian)
* New translations messages.json (Danish)
* New translations messages.json (Dutch)
* New translations messages.json (Estonian)
* New translations messages.json (French)
* New translations messages.json (Italian)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Portuguese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Russian)
* New translations messages.json (Slovak)
* New translations messages.json (Spanish)
* New translations messages.json (Swedish)
* New translations messages.json (Ukrainian)
2018-12-28 10:13:16 -05:00
Kyle Spearrin
df313560c2
added new languages
2018-12-28 10:06:38 -05:00
Kyle Spearrin
be0e832589
New Crowdin translations ( #314 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-12-27 09:21:37 -05:00
Kyle Spearrin
5804c57236
unsubscribe from queryparams observable
2018-12-20 10:06:40 -05:00
Kyle Spearrin
7efd81191a
show indicator if two-step login is enabled
2018-12-19 11:30:02 -05:00
Kyle Spearrin
3720b9481f
install and use duo_web_sdk w/ npm
2018-12-18 17:00:03 -05:00
Kyle Spearrin
b565d40ec7
New Crowdin translations ( #310 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-12-17 23:20:39 -05:00
Kyle Spearrin
0e1f2e721f
bitwarden json importer
2018-12-17 13:21:16 -05:00
Kyle Spearrin
951a22b90e
make file format select list first
2018-12-17 11:07:44 -05:00
Kyle Spearrin
1dd88a690b
support for json exports
2018-12-17 10:54:18 -05:00
Kyle Spearrin
b0364041e2
should be useTotp
2018-12-15 21:54:32 -05:00
Kyle Spearrin
4050bc1da8
accessReports typo
2018-12-14 14:50:15 -05:00
Kyle Spearrin
4bb9051136
show reports with upgrade message
2018-12-14 14:48:12 -05:00
Kyle Spearrin
ceca4fbe53
add more org reports
2018-12-14 14:42:04 -05:00
Kyle Spearrin
9b7c0288d4
inactive 2fa report for orgs
2018-12-14 14:22:30 -05:00
Kyle Spearrin
392a90c02c
exposed passwords report for orgs
2018-12-14 13:56:01 -05:00
Kyle Spearrin
7a58f6d967
make sure routerService is newed
2018-12-14 11:15:50 -05:00
Kyle Spearrin
9729a4c724
enpass json importer
2018-12-13 14:34:43 -05:00
Kyle Spearrin
31655f7832
userInputs for strength check based on username
2018-12-12 19:37:27 -05:00
Kyle Spearrin
fb4bb81595
dashlane json importer
2018-12-12 17:06:22 -05:00
Kyle Spearrin
31cb6916c6
null check
2018-12-12 15:01:23 -05:00
Kyle Spearrin
eaa7701696
New translations messages.json (Portuguese) ( #307 )
2018-12-12 12:49:10 -05:00
Kyle Spearrin
d6cff8e0b0
Merge branch 'master' of github.com:bitwarden/web
2018-12-12 12:46:20 -05:00
Kyle Spearrin
8ba761b33c
add missing "that"
2018-12-12 12:46:17 -05:00
Kyle Spearrin
05e7e452df
New Crowdin translations ( #306 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-12-12 12:03:03 -05:00
Kyle Spearrin
3f0fd4f771
use cache instead of async
2018-12-12 11:22:11 -05:00
Kyle Spearrin
a587c1d1da
async the weak password checks
2018-12-12 10:34:05 -05:00
Kyle Spearrin
c3355f7fe4
premium reports feature
2018-12-12 10:05:54 -05:00
Kyle Spearrin
c182d874af
premium labels for reports section
2018-12-12 09:45:50 -05:00
Kyle Spearrin
ab9ebfb667
fix i18n
2018-12-12 09:30:57 -05:00
Kyle Spearrin
cb953eda61
premium checks on reports
2018-12-12 09:29:51 -05:00
Kyle Spearrin
93c291dba1
base cipher report component class
2018-12-12 09:11:10 -05:00
Kyle Spearrin
603a1ef046
format numbers
2018-12-12 08:54:52 -05:00
Kyle Spearrin
5a504b00fb
update report language
2018-12-12 08:53:44 -05:00
Kyle Spearrin
dfa59dc93d
instructions language update
2018-12-12 00:02:57 -05:00
Kyle Spearrin
534bcdd52c
rearrange reports
2018-12-11 23:29:36 -05:00
Kyle Spearrin
ea032bf551
inactive 2fa report
2018-12-11 23:25:05 -05:00
Kyle Spearrin
b44eee8d81
hasLoaded moved to load method
2018-12-11 22:10:26 -05:00
Kyle Spearrin
8f57ada128
exposed passwords report
2018-12-11 22:09:16 -05:00
Kyle Spearrin
3963990831
weak passwords report
2018-12-11 17:49:51 -05:00
Kyle Spearrin
dc1ffafdf3
hasLoaded spinners
2018-12-11 15:16:45 -05:00
Kyle Spearrin
4a0b4de322
unsecured websites report
2018-12-11 15:11:16 -05:00
Kyle Spearrin
0ede65e9ca
add help link for searching
2018-12-11 14:51:44 -05:00
Kyle Spearrin
0ebf30b8b6
reused passwords report
2018-12-11 14:47:41 -05:00
Kyle Spearrin
4222b192c4
max-height on icon image
2018-12-08 14:36:55 -05:00
Kyle Spearrin
97a3a97a15
colorized password
2018-12-08 14:11:10 -05:00
Kyle Spearrin
58baf137aa
dont apply old pipe search during select all filter
2018-12-08 10:47:22 -05:00
Matej Kramny
066ab1500f
enable clear button in search input types ( #300 )
2018-12-07 20:07:34 -05:00
Andrew Peng
224a468712
Fix typo ( #298 )
2018-12-03 15:39:33 -05:00
Kyle Spearrin
dd282383d7
use router.navigate rather than location
2018-11-30 10:28:46 -05:00
Alexandre Lapeyre
e814494e37
fix logos in breach report page ( #296 )
2018-11-28 09:51:43 -05:00
Kyle Spearrin
555d40408d
normalize email on password change
2018-11-28 08:54:33 -05:00
Kyle Spearrin
867115659f
re-enable key rotation on master password change
2018-11-26 15:36:09 -05:00
Kyle Spearrin
6282ab58db
hide key rotation option
2018-11-26 12:59:45 -05:00
Kyle Spearrin
95c25c1bcd
fix help articles
2018-11-26 12:25:27 -05:00
Kyle Spearrin
74a62de7d0
New Crowdin translations ( #295 )
...
* New translations messages.json (Czech)
* New translations messages.json (Danish)
* New translations messages.json (Dutch)
* New translations messages.json (French)
* New translations messages.json (Italian)
* New translations messages.json (Japanese)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Polish)
* New translations messages.json (Portuguese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Russian)
* New translations messages.json (Slovak)
* New translations messages.json (Spanish)
2018-11-26 08:41:59 -05:00
Kyle Spearrin
6f3074536a
New Crowdin translations ( #292 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-11-21 09:16:53 -05:00
Kyle Spearrin
21f5cb36bb
To ensure the integrity
2018-11-21 09:04:46 -05:00
Kyle Spearrin
7b7592822f
New Crowdin translations ( #290 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-11-20 22:35:17 -05:00
Kyle Spearrin
9c7b7b0d75
premium access addon for orgs
2018-11-20 16:38:00 -05:00
Kyle Spearrin
d88b23c42d
learn more about encryption key changes from help article
2018-11-20 13:05:52 -05:00
Kyle Spearrin
1602c0aca2
link to fingerprint phrase article
2018-11-16 11:20:44 -05:00
Kyle Spearrin
384978a511
fix old attachments article info
2018-11-16 09:17:33 -05:00
Kyle Spearrin
afd7a0494f
fix password meter aria-valuenow
2018-11-15 14:46:51 -05:00
Kyle Spearrin
ac1f8a69e1
allow bulk sharing of items with new attachments
2018-11-15 12:56:07 -05:00
Kyle Spearrin
05cfa99ea0
fingerprint phrase confirmation
2018-11-14 23:13:50 -05:00
Kyle Spearrin
9b43ccbbc0
updateKey helper
2018-11-14 16:22:57 -05:00
Kyle Spearrin
6d8b156455
old attachments check when rotating enc key
2018-11-14 15:54:13 -05:00
Kyle Spearrin
1b9943a4c8
allow swal single button
2018-11-14 15:45:03 -05:00
Kyle Spearrin
8232a4c9c8
fix old attachments by reuploading them
2018-11-14 15:20:17 -05:00
Kyle Spearrin
2d0acc7663
add enc key rotation option during master password change
2018-11-13 11:06:16 -05:00
Kyle Spearrin
4231ed74ba
adjust password strength meter
2018-11-13 09:10:44 -05:00
Kyle Spearrin
912e1cf89f
getPasswordStrengthUserInput on password change
2018-11-12 23:26:00 -05:00
Kyle Spearrin
26d4fb8005
fix aslignment with invisible progress bar
2018-11-12 23:06:28 -05:00
Kyle Spearrin
9d01bba170
weak password checks on master password change
2018-11-12 23:00:58 -05:00
Kyle Spearrin
85c0ddba10
password strength checks during registration
2018-11-12 22:54:40 -05:00
Kyle Spearrin
2664059812
caret spacing
2018-11-09 22:25:07 -05:00
Kyle Spearrin
b7e4d9c806
toggle collapse string update
2018-11-09 17:50:26 -05:00
Kyle Spearrin
95b91f0ce2
added collpase/expand functions to groupings
2018-11-09 17:45:01 -05:00
Kyle Spearrin
f0407e4327
catch any errors when generating fingerprint
2018-11-07 23:19:48 -05:00
Kyle Spearrin
a7555f56e7
print user's fingerprint when confirming
2018-11-07 23:15:50 -05:00
Kyle Spearrin
def5dc3b0f
New Crowdin translations ( #286 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Danish)
* New translations messages.json (Dutch)
* New translations messages.json (Estonian)
* New translations messages.json (Finnish)
* New translations messages.json (French)
* New translations messages.json (Japanese)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Polish)
* New translations messages.json (Portuguese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Russian)
* New translations messages.json (Spanish)
2018-11-06 15:51:05 -05:00
Kyle Spearrin
24ec89c220
open PDF in new window using built-in browser viewer
2018-11-06 09:46:17 -05:00
Kyle Spearrin
ec3e92fc19
set blob type
2018-10-30 09:54:14 -04:00
Kyle Spearrin
5ae776309d
New Crowdin translations ( #284 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-10-29 10:26:38 -04:00
Kyle Spearrin
76dd606a48
additionalStorageIntervalDesc
2018-10-29 10:07:03 -04:00
Kyle Spearrin
8998798fa4
always load nested collections
2018-10-29 10:06:42 -04:00
Kyle Spearrin
60ee82ca47
always loading nested now
2018-10-26 10:49:14 -04:00
Kyle Spearrin
e1284002a9
cleanup imports
2018-10-26 08:29:33 -04:00
Kyle Spearrin
8252512784
nested collections
2018-10-25 12:19:35 -04:00
Kyle Spearrin
1390d7eb1d
display nested folders
2018-10-25 09:38:52 -04:00
Kyle Spearrin
8da1bb13ff
dont stop prob on label simple label click for cb list
2018-10-24 22:15:09 -04:00
Kyle Spearrin
340e377b37
filter collections for current org
2018-10-24 22:09:36 -04:00
Kyle Spearrin
171589fb3d
missing searchText property
2018-10-24 22:01:38 -04:00
Kyle Spearrin
bcd07cce0d
New Crowdin translations ( #281 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Turkish)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-10-24 13:03:03 -04:00
Kyle Spearrin
745e6c1715
use base collections component from jslib
2018-10-23 12:04:05 -04:00
Kyle Spearrin
e20a75eb0c
use share component from jslib
2018-10-23 10:33:40 -04:00
Kyle Spearrin
a24c41ff25
set org id and collections if filtered
2018-10-22 16:46:48 -04:00
Kyle Spearrin
69f0339bd5
set collections for org admin
2018-10-22 14:48:17 -04:00
Kyle Spearrin
5e7c9a7278
add ownership and collection assignment from add/edit
2018-10-19 12:44:52 -04:00
Kyle Spearrin
726c323fe1
accessAll is only for collection assignments
2018-10-18 12:25:25 -04:00
Kyle Spearrin
323e54b4bd
filtering
2018-10-18 12:15:13 -04:00
Kyle Spearrin
7ab132bbf6
add thead for entity users
2018-10-17 23:04:39 -04:00
Kyle Spearrin
6b09210a80
manage group users
2018-10-17 22:56:49 -04:00
Kyle Spearrin
be80d62c01
manage collection users for entity-users
2018-10-17 22:20:42 -04:00
Kyle Spearrin
30587d625a
fixes to showAdd and filtering on load for non-admins
2018-10-17 16:09:09 -04:00
Kyle Spearrin
af43cd407e
undo manage rules for org groupings listing
2018-10-17 15:57:39 -04:00
Kyle Spearrin
647388e475
showAddNew only if admin
2018-10-17 15:51:31 -04:00
Kyle Spearrin
329e06ac30
null check in view
2018-10-17 15:46:13 -04:00
Kyle Spearrin
5d96138720
lint fix
2018-10-17 11:23:01 -04:00
Kyle Spearrin
66b275605c
load manage collections a manager has access to
2018-10-17 11:20:27 -04:00
Kyle Spearrin
9b7478c0c7
manager sees their assigned collections from org vault view
2018-10-17 11:19:10 -04:00
Kyle Spearrin
668271bb31
add basic org manager access and UI elements
2018-10-17 10:53:04 -04:00
Kyle Spearrin
1aa93e7737
New Crowdin translations ( #277 )
...
* New translations messages.json (Danish)
* New translations messages.json (Estonian)
* New translations messages.json (Finnish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Russian)
* New translations messages.json (Slovak)
* New translations messages.json (Turkish)
2018-10-16 08:58:37 -04:00
Kyle Spearrin
6e9f71f942
move getDomain to jslib
2018-10-13 23:26:38 -04:00
Kyle Spearrin
65211372df
New Crowdin translations ( #275 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Spanish)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (French)
* New translations messages.json (Estonian)
* New translations messages.json (Danish)
* New translations messages.json (Ukrainian)
2018-10-11 21:35:24 -04:00
Kyle Spearrin
d117aa5139
update yubiKeyDesc for 5 series
2018-10-10 12:30:03 -04:00
Kyle Spearrin
0e09ba0dd5
New Crowdin translations ( #273 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-10-09 16:07:41 -04:00
Kyle Spearrin
989560f23c
renamed event to updated2fa
2018-10-09 16:01:00 -04:00
Kyle Spearrin
844a9f934f
New Crowdin translations ( #272 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-10-09 09:21:52 -04:00
Kyle Spearrin
7f809ba541
inline redios
2018-10-08 22:42:32 -04:00
Kyle Spearrin
f9058fcddc
pass gen fixes. word sep option
2018-10-08 22:06:15 -04:00
Kyle Spearrin
05c9957fd2
passphrase cleanup
2018-10-08 17:55:07 -04:00
Martin Trigaux
675739d24f
Adapt the interface to generate passphrase too ( #267 )
2018-10-08 17:27:25 -04:00
Kyle Spearrin
10be0867ad
New Crowdin translations ( #270 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-10-08 16:05:16 -04:00
Kyle Spearrin
d2a4b85bdd
update passman instructions
2018-10-08 15:54:58 -04:00
ServiusHack
782061ac5e
Add instructions for passman ( #269 )
2018-10-08 15:51:59 -04:00
Kyle Spearrin
8d98e9e6f9
add back proper isDev check
2018-10-08 14:26:10 -04:00
Kyle Spearrin
4aa75e9376
support for setup of multiple u2f keys
2018-10-08 14:23:30 -04:00
Kyle Spearrin
1d6d7b8aa8
dont await void methods
2018-10-04 11:58:19 -04:00
Kyle Spearrin
68ed8e51bd
convert analytics and toaster to platform utils
2018-10-03 10:33:04 -04:00
Kyle Spearrin
d4dd962193
update jslib
2018-10-02 09:22:49 -04:00
Kyle Spearrin
7dfb70eb8e
purge org vault
2018-09-25 09:12:24 -04:00
Kyle Spearrin
53675eeba7
stop prop on checkbox clicks
2018-09-24 17:45:35 -04:00
Kyle Spearrin
6399973bfa
nojekyll
2018-09-22 16:04:09 -04:00
Kyle Spearrin
f1384f5dc1
passpack importer
2018-09-21 13:54:17 -04:00
Kyle Spearrin
dffcff48a0
New Crowdin translations ( #263 )
...
* New translations messages.json (Czech)
* New translations messages.json (Finnish)
* New translations messages.json (Slovak)
2018-09-17 15:33:14 -04:00
Kyle Spearrin
3a136e1464
remove tax information
2018-09-13 16:24:02 -04:00
Kyle Spearrin
8792bcabcb
preserveWhitespaces
2018-09-13 11:57:28 -04:00
Kyle Spearrin
c362fc4677
Revert "remove swal hack"
...
This reverts commit 2d6b4f1216
.
2018-09-13 11:28:52 -04:00
Kyle Spearrin
f471fe62ea
Revert "remove swal hack again"
...
This reverts commit f19aa96f3e
.
2018-09-13 11:28:31 -04:00
Kyle Spearrin
f19aa96f3e
remove swal hack again
2018-09-12 15:18:37 -04:00
Kyle Spearrin
2d6b4f1216
remove swal hack
2018-09-12 15:16:02 -04:00
Kyle Spearrin
22a8f766c7
fix adjust seat pricing
2018-09-12 12:26:07 -04:00
Daniel
188ac5051a
Removed requirement to load JavaScript from js.braintreegateway.com ( #259 )
...
* Removed requirement to load JavaScript from js.braintreegateway.com
* Moved braintree-web-drop-in from a devDependencies to dependencies per code review.
2018-09-11 17:40:56 -04:00
Kyle Spearrin
335e0dd575
update angular and libs
2018-09-11 17:30:44 -04:00
Kyle Spearrin
c2d262ea1d
New Crowdin translations ( #258 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Danish)
* New translations messages.json (Dutch)
* New translations messages.json (Estonian)
* New translations messages.json (French)
* New translations messages.json (German)
* New translations messages.json (Hungarian)
* New translations messages.json (Korean)
* New translations messages.json (Polish)
* New translations messages.json (Portuguese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Russian)
* New translations messages.json (Spanish)
* New translations messages.json (Ukrainian)
2018-09-11 09:26:00 -04:00
Kyle Spearrin
8c9705eec0
null check collection ids filter
2018-09-11 08:46:04 -04:00
Kyle Spearrin
7c5ee1bd00
make sure org key exists for collection add/edit
2018-09-10 08:25:52 -04:00
Kyle Spearrin
26aa79db1a
trim email also
2018-09-08 08:13:47 -04:00
Kyle Spearrin
6cddb5f3ba
New Crowdin translations ( #255 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-09-01 08:24:36 -04:00
Kyle Spearrin
7c55da8cc6
users get premium on enterprise
2018-09-01 08:22:36 -04:00
Kyle Spearrin
0c9f122719
premium access already notice
2018-08-31 17:42:19 -04:00
Kyle Spearrin
1d941baff1
canAccessPremium check on enabled check
2018-08-31 17:28:36 -04:00
Kyle Spearrin
e5226d7ffc
check key and premium after sync
2018-08-31 17:23:36 -04:00
Kyle Spearrin
e68d386d3d
save length options on input blur
2018-08-30 08:06:40 -04:00
Kyle Spearrin
b322f20c81
fix attachments deps
2018-08-29 09:31:20 -04:00
Kyle Spearrin
7d7a9f3dc6
attachments accessible if can access premium
2018-08-29 09:22:28 -04:00
Kyle Spearrin
977a5e868f
Merge branch 'master' of github.com:bitwarden/web
2018-08-28 23:18:02 -04:00
Kyle Spearrin
41ff511165
user canAccessPremium checks
2018-08-28 23:17:58 -04:00
Kyle Spearrin
aadbb970b6
New Crowdin translations ( #253 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Korean)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Japanese)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Estonian)
* New translations messages.json (Dutch)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-08-28 12:53:14 -04:00
Kyle Spearrin
1873ce41b6
support for logout notification
2018-08-28 08:38:25 -04:00
Kyle Spearrin
73b87f2e97
update dropin to 1.12.0
2018-08-28 00:27:24 -04:00
Kyle Spearrin
1444c99458
change KDF
2018-08-27 22:40:03 -04:00
Kyle Spearrin
85c3056223
remakeEncKey when changing password/email
2018-08-27 19:09:26 -04:00
Kyle Spearrin
b7525e1e7e
messagepack protocolf or signalr
2018-08-23 21:45:06 -04:00
Kyle Spearrin
c3f64fe9c4
update jslib
2018-08-23 08:56:45 -04:00
Kyle Spearrin
34f6bc2403
10 minute idle timeout
2018-08-22 22:56:00 -04:00
Kyle Spearrin
9ecec972ca
local notifications URL
2018-08-22 22:43:40 -04:00
Kyle Spearrin
80febf97d3
idle reconnects for notifications
2018-08-22 22:37:55 -04:00
Kyle Spearrin
f12e73519e
New Crowdin translations ( #249 )
...
* New translations messages.json (Danish)
* New translations messages.json (Dutch)
* New translations messages.json (Estonian)
* New translations messages.json (French)
* New translations messages.json (Italian)
* New translations messages.json (Spanish)
2018-08-21 23:27:57 -04:00
Kyle Spearrin
19f7dda4cc
add nl language
2018-08-21 23:23:30 -04:00
Kyle Spearrin
221397b159
add et language
2018-08-21 16:01:47 -04:00
Kyle Spearrin
91766ecea3
word break-all on card lists
2018-08-21 15:48:37 -04:00
Kyle Spearrin
3e61464dac
explicitly use https://notifications.bitwarden.com
2018-08-21 13:58:45 -04:00
Kyle Spearrin
85ca10dbb3
notification service implementation
2018-08-20 22:21:13 -04:00
Kyle Spearrin
eaf08c45d9
dont use clipboard writeText api
2018-08-20 09:20:24 -04:00
Kyle Spearrin
bcb44e8cf7
fix copying
2018-08-17 12:25:21 -04:00
Kyle Spearrin
f635162832
New Crowdin translations ( #247 )
...
* New translations messages.json (Dutch)
* New translations messages.json (Estonian)
2018-08-16 15:17:55 -04:00
Kyle Spearrin
c892480086
wrap cipher list details for long names
2018-08-16 08:46:49 -04:00
Kyle Spearrin
ea49d17c47
set search text before load
2018-08-15 22:26:39 -04:00
Kyle Spearrin
39c32b0e62
pass original cipher if admin. resolves #245
2018-08-15 11:47:47 -04:00
Kyle Spearrin
147b3ff993
prelogin kdf info
2018-08-14 15:14:04 -04:00
Kyle Spearrin
662c229de1
add italian language to web vault
2018-08-14 10:42:54 -04:00
Kyle Spearrin
c90cb2ae6e
New Crowdin translations ( #244 )
...
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Danish)
* New translations messages.json (Dutch)
* New translations messages.json (French)
* New translations messages.json (German)
* New translations messages.json (Italian)
* New translations messages.json (Polish)
* New translations messages.json (Slovak)
* New translations messages.json (Spanish)
* New translations messages.json (Swedish)
2018-08-14 10:40:14 -04:00
Kyle Spearrin
e8ac2b561a
apply filters on org vault
2018-08-13 16:38:21 -04:00
Kyle Spearrin
e3ca470a6a
implement search service
2018-08-13 16:27:17 -04:00
Kyle Spearrin
6cef5e614d
dont async refresh and sync
2018-08-08 13:44:01 -04:00
Kyle Spearrin
33cf77559f
dont refresh token and sync at same time
2018-08-08 13:41:39 -04:00
Kyle Spearrin
80af20ef54
control save button enabled for sharing modal
2018-08-07 23:46:31 -04:00
Kyle Spearrin
4a324ca764
New Crowdin translations ( #240 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Danish)
* New translations messages.json (French)
* New translations messages.json (German)
* New translations messages.json (Polish)
* New translations messages.json (Portuguese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Russian)
* New translations messages.json (Spanish)
* New translations messages.json (Swedish)
2018-08-07 15:43:30 -04:00
Kyle Spearrin
6fb8a9ef2f
add polish language
2018-08-06 17:42:59 -04:00
Kyle Spearrin
4e58708f12
New Crowdin translations ( #238 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Korean)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Estonian)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-08-06 17:41:26 -04:00
Kyle Spearrin
32876367c2
update status maps when user status changes
2018-08-06 17:37:54 -04:00
Kyle Spearrin
226aa0b3ba
show message that users needs to be confirmed
2018-08-06 17:18:33 -04:00
Kyle Spearrin
c37359cdfd
use jslib import service
2018-08-06 11:40:12 -04:00
Kyle Spearrin
d2d89c252a
add new languages
2018-08-06 08:58:50 -04:00
Kyle Spearrin
b76f1d3c8c
New Crowdin translations ( #237 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Japanese)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-08-06 08:57:14 -04:00
Kyle Spearrin
9ff34a12a2
fix save button on collection management
2018-08-03 21:09:22 -04:00
Kyle Spearrin
c5f6ce3fe5
no org message on share
2018-08-03 21:07:24 -04:00
Kyle Spearrin
965d556ac9
fix grammatical error
2018-08-03 17:13:33 -04:00
Kyle Spearrin
e52d3f21d1
standardize locale name
2018-08-02 09:35:44 -04:00
Kyle Spearrin
00576053d0
toaster paragraph formatting
2018-08-02 08:46:33 -04:00
Kyle Spearrin
1f040efb7f
set viewport width
2018-08-01 22:02:32 -04:00
Kyle Spearrin
3b5e9775c5
New Crowdin translations ( #235 )
...
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Norwegian Bokmal)
* New translations messages.json (Swedish)
* New translations messages.json (Spanish)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Portuguese)
* New translations messages.json (Polish)
* New translations messages.json (Korean)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (German)
* New translations messages.json (French)
* New translations messages.json (Estonian)
* New translations messages.json (Danish)
* New translations messages.json (Czech)
* New translations messages.json (Ukrainian)
2018-08-01 17:03:43 -04:00
Kyle Spearrin
6ed80eb6c9
org disabled and license expired warnings
2018-08-01 16:51:25 -04:00
Kyle Spearrin
12bdd87705
free desc
2018-08-01 15:51:46 -04:00
Kyle Spearrin
2ab2f757a0
is mobile browser checks on autofocus
2018-08-01 09:13:55 -04:00