1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00
Commit Graph

80 Commits

Author SHA1 Message Date
fred_the_tech_writer
c8e5250060 improve formating of uri listings (#597) 2021-05-13 14:00:55 -04:00
fred_the_tech_writer
148cfab213 Update custom-fields.md (#592) 2021-05-12 19:02:04 -04:00
fred_the_tech_writer
cbce9c0d2c Attachment Support on Legacy Versions (#590) 2021-05-12 13:46:44 -04:00
fred_the_tech_writer
0407739fec Release (#585)
* Promote to Staging (#567)

* mobile launch in GS Guide

* recovery code note -> when does it change

* EA + forgot MP

* Send in Feature tables

* BE Badge Counter

* Send hidden email option

* weak passwords sort

* safari biometrics

* custom fields - keys

* FIDO Updates

* release notes

* updates to user types article (not rel-related)

* Folders Correction (interplay w/ shared items) (non rel-related)

* Send Options Policy

* Hide Custom Fields Update

* rn updates

* final release edits

* safari-biometrics-updates

* biometrics safari fix

* fido list update

* rn date

* link fix

* Update attachments.md

* Update cli.md

* Update 2020-plan-updates.md

* Update about-bitwarden-plans.md

* Update premium-renewal.md

* Update what-plan-is-right-for-me.md

* Update why-choose-bitwarden-for-your-team.md

* Update about-send.md

* Update create-send.md

* Attachments note
2021-05-11 15:43:50 -04:00
fred_the_tech_writer
e6f2177f5f Updated Folders doc (#586) 2021-05-11 09:55:36 -04:00
Thibault Molleman
c8aa9247b5 Fixed outdated lik from twofactorauth.org to 2fa.directory (#556) 2021-04-20 09:18:20 -04:00
Alex
b69b0b9d8f Clarification on the note (#550)
* Clarification on the note

After testing a little the CS team discovered that the option it's not available for Android 7 (or lower)

* Update blacklisting-uris.md

Co-authored-by: Trey Greer <61418192+tgreer-bw@users.noreply.github.com>
2021-04-14 10:26:50 -04:00
Trey Greer
2c4b9f14a5 note about mobile auto-fill and custom fields (#537) 2021-04-06 16:37:36 -04:00
fred_the_tech_writer
9db9f7967c Basic Auth Prompts (#525)
* basic auth article broken out

* Update auto-fill-browser.md
2021-04-02 13:13:07 -04:00
fred_the_tech_writer
b77ec79f6b Autofill updates (#521)
* make way for your password manager article port, images, re-orders, and start on auto-fill FAQs

* ime clarification

* auto-fill faqs
2021-03-31 10:28:07 -04:00
Trey Greer
b0f6ea14da lock typo fix for #513 (#514) 2021-03-24 16:25:33 -04:00
fred_the_tech_writer
d0a8e60ea2 Some updates! (#503)
* content updates

* images

* pw history

* improved desktop send screenshots

* BE cycle through credentials

* auto-fill article titles

* unhide troubleshooting

* auto-fill category & resolved references to changed titles

* blacklist uris doc, references, and images

* remove old faq items

* keychain note

* update old callouts note -> info

* note about deleting exported files
2021-03-19 16:11:21 -04:00
vachan-maker
3ee3708572 Delete folder (#500)
* Delete folder

Add instructions to delete folder from the web vault and other Bitwarden clients.

* mostly just adding plenty of icons :)

* whoops

Co-authored-by: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com>
2021-03-19 10:40:25 -04:00
fred_the_tech_writer
7d070b4946 Issue crunching (#481)
* fixes

* azure ad error msg

* tabs, please don't auto-scroll

* improved article on sharing
2021-03-12 09:24:15 -05:00
fred_the_tech_writer
535ea72847 Release Updates (#474)
* Send Staging (#447)

* - js for in-page tabs
- send category early drafts of articles
- send images

* fix scrolling on tab

* send web vault

* mobile image

* redone 'receive send' article

* send from browser ext & mobile

* send work

* improvements to 'about'

* send additions

* so much send

* lotsa send

* all send all the time

* ain't nothin but a send thang

* cli

* send cli

* simple cli sends in /create-send/

* simple disable & delete in /send-lifespan/

* send desktop screenshots

* send final cleanup

* cli final cleanup

* send edits

* fix

* send final touches

* fixed links & non-send updates

* new import message documentation, several import articles condensed to use tabs, U2F support for Edge, excluded domains article, remove in innacurate note on emergency accesss

* Firefox Attachment Workflow + Date Picker for custom timestamps

* safari attach file Send req

* excluded domains addition

* fix tab titles

* release notes

* unlock articles

* link to status feed

* small typos

* test

* updated release notes

* lastpass article form fill rewrites

* import to org & personal clarifications

* send self-hosting, safari web extension edits, and release notes
2021-03-11 11:58:16 -05:00
Robin Schneider
336e666357 Add regex example to "Match detection for URIs" that is not broken (#158)
* Add regex example to "Match detection for URIs" that is not broken

I find it important that examples actually follow best practices. The
current regex one is not. `^https://.*google\.com$` is an improper regex
(as already pointed out because it also matches `malicious-site.com`)
that is only there to show the weaknesses of regular expressions for
this use case. I find such an example very good for this purpose but
there should also be a "good example" that complements it.

I found such a "good example" that I hope is more useful and has no
unwanted loopholes.

* Change wording from bad/good to unsafe/safe in regex match detection

* Update uri-match-detection.md

Co-authored-by: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com>
2021-03-03 10:49:37 -05:00
Alex
9056b5e1dd Reminder to turn off iCloud Keychain (#332)
Reminder to turn off iCloud Keychain on iOS and avoid conflicts with Bitwarden's autofill capabilities
2021-02-25 09:34:24 -05:00
fred_the_tech_writer
4d0685a4e8 Addressed Issues (#431)
* add to folder addition

* table fix

* custom fields screenshot

* woop!
2021-02-25 09:13:24 -05:00
Martin Lukeš
aaea21bf56 Edit for: bitwarden.com/help/article/uri-match-detection/ (#421)
Non-matching example `https://sub.domain/com/path` should show only absent trailing slash, not also `/com` instead of `.com`.
2021-02-23 15:44:10 -05:00
Sahil Pulikal
61681d7154 Corrected spelling mistake (#409)
I have corrected spelling mistake : auto-full to auto-fill.
Thank you.
2021-02-19 14:34:58 -05:00
fred_the_tech_writer
dcad388afe fix (#407) 2021-02-19 11:14:04 -05:00
fred_the_tech_writer
500708a1ea fixes & additions (#405) 2021-02-17 12:01:54 -05:00
Robin Schneider
2b9d4c66e6 Fix URI vault regex example (#393)
I find it important that examples actually follow best practices. The
current regex does not escaping dots in URIs when writing regex is a
mistake that is often made, even by advanced regex people. I think this
comes from the way we humans look at URIs. Dots are so common in there,
aren’t they?  Yes, but we write proper regular expressions here, not
something in between.

Updates: #41
Alternative: #158
Replaces: #160
2021-02-10 14:59:51 -05:00
fred_the_tech_writer
2af855abd7 Edits (#388)
* - Few Typos
- New 2FA FAQ Item
- Corrected recommendation in /forgot-master-password/
- Added 'Delete a Collection' section to /create-collections/
- Fix recommendation for 2FA Recovery Code
- Update plans flowchart & text
- Added 2019-2020 plans comparison tables
- Added linking to feature table in /about-bitwarden-plans/
- Added search example for org
- Added additional information about removing and org user to 
/managing-users/ and /delete-your-account/

* typo fix
2021-02-09 09:01:24 -05:00
fred_the_tech_writer
e67c4bda72 Includes: (#385)
- New "Getting Started with Browser Extensions" article (+ re-ordering & 
images)
- Refurbished "Browser Extension Auto-fill Options" article (+ new 
images)
- File "storage" > File "attachments"
- E.A. Email Change Note
- New section in "About Login w/ SSO" highlighting the SSO Policy
- Steam TOTP section added to Authenticator article (+ an image)
- Clarification that Directory Connector != Login with SSO :)
2021-02-03 15:58:46 -05:00
fred_the_tech_writer
ebe87793b3 - New "Unlock w/ PIN" article + downstream re-ordering (#383)
- A typo
- Clarification on yubico validation URLs
- Post-release updates to "About Bitwarden Plans"
- Improvements to Lost Two Step Device vs. Recovery Code articles
2021-02-01 11:19:20 -05:00
fred_the_tech_writer
aa9e70659a Vault Management (#382)
* Staging: Vault Mgmt (#380)

* Commit #1
- Updated Master Password article, and removed old versions (w/ 
redirects)
- Repurposed Account Encryption Key Article
- Moved Fingerprint Phrase article
- Requisite re-ordering of security articles
- Change "Account Mgmt" title to "Your Vault"
- Slight change to "Import & Export" category title

* - Managing Items
- Favorites & Folders (+images)
- Sync & Search (+images)
- Import Export title change
- Clarification re: Login v. Lock in "Field Guide to Two-step Login"
- Clarifiation re: Org Invite Expiry in managing-users.md
- New link to Acct. Encryption Key in encrypted-export.md

* Commit #3
-Custom Fields
- URIs (+ images)
- File Attachments
- VH Reports
- Required re-ordering

* Commit #4
-BWDC Login recommendation
-VH Reports images
- Added Two-step FAQs, Import FAQs
- FAQ Nav Item depricated, targetting FAQs for each category are now the 
last article within respective categories

* Commit #5
-Edit & move Account/Org Deletion Article
-config.yml to re-order global nav
-encrypted export update

* General FAQs (preliminary edits)

* Features > Misc.

* return forgot-master-password.md & downstream order changes

* delete account warning

* fixed link
2021-02-01 08:58:52 -05:00
fred_the_tech_writer
1b8c9e53f7 Q1 Release (#356)
* q1 release additions & extras

* saml samples addition

* safari app extension note

* invitation validity
2021-01-19 10:43:58 -05:00
Luc
8bb7f836d3 Fix broken image link (#337) 2020-12-31 09:44:55 -08:00
fred_the_tech_writer
bd520158cd Twostep updates (#304)
* twostep category

* move twostep articles to separate folder, & initial rewrites

* vault timeout updates

* totp update

* post-bootstrap update - figcaption style fix

* twostep images

* Final(ish) edits.

* TOTP edits

* sso cheatsheets
2020-11-20 17:11:29 -05:00
Matt Portune
e91b13b104 Update auto-fill-android.md (#301)
Overhaul was needed due to Settings screen changes
2020-11-19 12:06:38 -05:00
David Choi
80a0b17ac6 Staging (#294)
* jekyll redirect from

* Organizations rev (#262)

* Organizations revisions initial commit.

* API doc updates

* Fix absolute link causing build failure.

* Add import to org article, and downstream order changes.

* Bitwarden 101 videos: 1st steps toward proliferating these throughout /help.

* Added 'Create Your Account' article, which references B101 Videos.

* About SSO redirect & promote importing for orgs up the list

* Create Org FAQs & trim Feature FAQs accordingly.

* Image for Org FAQs

* Move 'About the Business Portal' to Orgs category, and re-order accordingly.

* Final edits.

* Dchoi/bootstrap upgrade (#264)

* bootstrap 4 upgrade and cleanup update gulp tasks

* bootstrap package updates

* renaming file convention

* general outline of help outline

* bitwarden help cleanup

* article cleanup

* article general styling complete

* bootstrap help page upgrades

* sidebar updates

* Dchoi/bootstrap upgrade (#267)

* bootstrap 4 upgrade and cleanup update gulp tasks

* bootstrap package updates

* renaming file convention

* general outline of help outline

* bitwarden help cleanup

* article cleanup

* article general styling complete

* bootstrap help page upgrades

* sidebar updates

* toc dynamic and more updates

* fix callout conditions

* sidebar collapse functionality added

* sidebar header toggle functionality

* sidebar article fixes

* Update sidebar.html

Fix sidebar Release Notes link.

* Update releasenotes.md

Remove unnecessary category tag.

* Delete release-notes.md

Remove unnecessary category.

* Update why-choose-bitwarden-for-your-team.md

Test table image differentiation

* Update why-choose-bitwarden-for-your-team.md

Second image differentiation test

* removed links from category breadcrumb and replaced with badges

Co-authored-by: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com>
2020-11-13 14:23:00 -08:00
fred_the_tech_writer
899c14476d Organizations rev (#265)
* Organizations revisions initial commit.

* API doc updates

* Fix absolute link causing build failure.

* Add import to org article, and downstream order changes.

* Bitwarden 101 videos: 1st steps toward proliferating these throughout /help.

* Added 'Create Your Account' article, which references B101 Videos.

* About SSO redirect & promote importing for orgs up the list

* Create Org FAQs & trim Feature FAQs accordingly.

* Image for Org FAQs

* Move 'About the Business Portal' to Orgs category, and re-order accordingly.

* Final edits.

* Update to API doc.

* Returned missing getting-started-organizations article
2020-11-06 14:43:15 -05:00
vachan-maker
3e180de054 Update auto-fill-android.md (#259) 2020-10-30 09:54:41 -04:00
vachan-maker
39474c4814 Some finishing touches (#251) 2020-10-28 10:30:30 -04:00
eliykat
20765108ce add explanation of URI list and new autofill buttons (#228) 2020-10-26 07:53:23 -04:00
vachan-maker
eced985fe1 Update favorites.md (#240)
Please do a quick review and make any corrections if there are any
2020-10-26 07:46:58 -04:00
fred_the_tech_writer
7cfb1bed42 Revert filename change & downstream links. (#235) 2020-10-20 13:25:30 -04:00
fred_the_tech_writer
2146aa8009 Login with SSO Rev 1 (#233)
* Login with SSO Rev Cycle 1

* Login with SSO Rev Cycle 1 Spot Check
2020-10-20 09:50:44 -04:00
Trey Greer
2e795d1c2a fixed BWDC requirement note, fixed report HIBP requirement note (#231) 2020-10-19 09:49:49 -04:00
vachan-maker
47f64a02e1 Enable Dropzone for Bitwarden instructions (#203)
Huawei devices have a thing called dropzone which blocks the autofill overlay from appearing. 
This will tell them how to enable dropzone for bitwarden.
2020-09-21 13:21:54 -04:00
vachan-maker
02cc0bde0b Update fingerprint-phrase.md (#190) 2020-09-17 11:28:42 -04:00
Chad Scharf
cac3fa9820 Added alternate hotkey for safari autofill cmd (#156) 2020-09-04 13:17:03 -04:00
Trey Greer
09961c8ed0 reverted instructions for browser support (#154) 2020-08-12 11:33:06 -04:00
Trey Greer
909c5f86cc adjusted instructions for adding browser support requests to point to the community forums (#153) 2020-08-12 11:03:52 -04:00
Alex
425eb434ea Modify Custom Fields article (#149) 2020-08-07 17:38:46 -04:00
Alex
54f1adfebf New article on Vault Health Reports (#136) 2020-07-29 17:00:24 -04:00
Alex
659506f8cb Added image to locate Auto-fill on page load option (#130) 2020-07-16 15:53:16 -05:00
Gary Orenstein
cddff72e36 Update auto-fill-card-id.md (#127)
update typo v2
2020-07-05 20:55:59 -07:00
Gary Orenstein
71a3478403 Update auto-fill-card-id.md (#126)
fix typo
2020-07-05 20:00:57 -07:00