This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates
Sam 918a0ea3a4 FIX: use autocomplete="discourse" to disable Chrome address autofill
https://stackoverflow.com/a/47822599/17174

Chrome 63 and up start ignoring `autofill="off"`

Per: https://bugs.chromium.org/p/chromium/issues/detail?id=468153#c164

> The tricky part here is that somewhere along the journey of the web autocomplete=off become a default for many form fields, without any real thought being given as to whether or not that was good for users. This doesn't mean there aren't very valid cases where you don't want the browser autofilling data (e.g. on CRM systems), but by and large, we see those as the minority cases. And as a result, we started ignoring autocomplete=off for Chrome Autofill data

So to work around this decision we now explicitly say: autocomplete="discourse"
when we don't want Chrome to randomly fill in addressed (aka. always)
2019-02-20 10:15:59 +11:00
..
account-created DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
badges icons deprecations fixes (#6920) 2019-01-22 12:02:02 +01:00
components FIX: use autocomplete="discourse" to disable Chrome address autofill 2019-02-20 10:15:59 +11:00
composer icons deprecations fixes (#6920) 2019-01-22 12:02:02 +01:00
discovery FIX: remove extra periods (#6998) 2019-02-13 12:54:34 +11:00
group DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
groups icons deprecations fixes (#6920) 2019-01-22 12:02:02 +01:00
invites FIX: use autocomplete="discourse" to disable Chrome address autofill 2019-02-20 10:15:59 +11:00
list clean up unused code 2019-01-25 20:13:54 +05:30
mobile FIX: remove extra periods (#6998) 2019-02-13 12:54:34 +11:00
modal FIX: use autocomplete="discourse" to disable Chrome address autofill 2019-02-20 10:15:59 +11:00
navigation UX: category images have no sizes (#6662) 2018-11-27 08:40:06 +08:00
post PERF: optimise rendering of posts 2014-12-10 18:05:04 +11:00
preferences FIX: Allow reverting theme/text settings from cookie back to default 2019-02-08 15:39:44 +00:00
tags icons deprecations fixes (#6920) 2019-01-22 12:02:02 +01:00
user UX: We don't have bulk select on mobile, so we should hide the button 2019-01-18 20:26:58 -05:00
about.hbs DEV: fix some deprecated SVG icon refs 2019-01-22 14:42:00 -05:00
account-created.hbs FEATURE: Allow users to resend/update email from confirmation page 2017-05-03 11:18:01 -04:00
application.hbs DEV: Add a plugin outlet for top-side notices. 2018-11-27 13:05:27 +11:00
badge-selector-autocomplete.raw.hbs UX: Tag each autocomplete dialog so they can be hidden 2018-04-24 11:03:16 -04:00
bulk-tag.hbs FEATURE: replaces tag-chooser/tag-group-chooser with select-kit component 2018-02-26 11:42:57 +01:00
category-selector-autocomplete.raw.hbs UX: Tag each autocomplete dialog so they can be hidden 2018-04-24 11:03:16 -04:00
category-tag-autocomplete.raw.hbs UX: Tag each autocomplete dialog so they can be hidden 2018-04-24 11:03:16 -04:00
composer.hbs FIX: make composer full screen shortcut work when inputs have focus (#6907) 2019-02-14 00:19:27 -05:00
discovery.hbs add loading arg for plugin outlet discovery-list-container-top 2017-05-30 14:30:47 -04:00
emoji-picker-recent.raw.hbs replaces links/imgs by buttons in the emoji-picker 2017-07-21 19:42:50 +02:00
emoji-picker.raw.hbs.erb FIX: use autocomplete="discourse" to disable Chrome address autofill 2019-02-20 10:15:59 +11:00
emoji-selector-autocomplete.raw.hbs UX: Tag each autocomplete dialog so they can be hidden 2018-04-24 11:03:16 -04:00
exception.hbs REFACTOR: Replace some fa-* uses with helpers 2017-07-27 14:55:41 -04:00
flat-button.raw.hbs Rename {{fa-icon}} to {{d-icon}} so it can be more generic 2017-07-27 14:55:41 -04:00
full-page-search.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
group-activity-posts.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
group-activity-topics.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
group-index.hbs fixes few icons deprecations warnings (#6915) 2019-01-21 16:56:05 +01:00
group-selector-autocomplete.raw.hbs UX: Tag each autocomplete dialog so they can be hidden 2018-04-24 11:03:16 -04:00
group.hbs icons deprecations fixes (#6920) 2019-01-22 12:02:02 +01:00
hide-modal.hbs FIX: Remove more of those pesky View classes 2016-11-11 17:03:15 -05:00
invites.hbs FEATURE: new invite acceptance page, where username can be chosen and password can be set 2017-02-15 16:51:57 -05:00
loading.hbs FIX: Remove more of those pesky View classes 2016-11-11 17:03:15 -05:00
login-preferences.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
modal.hbs UX: adds subtitle support for modals 2018-05-30 17:14:00 +02:00
outlet-list.hbs Enable newer version of Ember 2016-11-25 10:09:58 -05:00
password-reset.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
preferences-about.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
preferences-email.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
preferences-second-factor-backup.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
preferences-second-factor.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
preferences-username.hbs unify user preferences views 2018-07-02 15:38:36 +10:00
preferences.hbs Removed icons + no-glyph classes from /user sub-navs, normalized indentation 2017-08-24 09:41:27 -07:00
queued-posts.hbs FIX: minor regression when acting on queued post 2019-01-10 15:32:33 -05:00
selected-posts.hbs UX: Minor button icon color fixes 2019-02-04 12:46:12 -05:00
static.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
tag-groups-index.hbs FEATURE: tag groups 2016-06-06 14:18:48 -04:00
tag-groups-show.hbs FIX: Fix delete button for Tag Groups. (#6965) 2019-02-04 12:46:39 +01:00
tag-groups.hbs Add btn-default class to all default buttons (#6521) 2018-10-24 16:09:36 -04:00
tags.hbs Fixing HTML structure of tag filtered topic list 2018-08-15 19:45:37 -04:00
topic-list-header-column.raw.hbs Add btn-default class to all default buttons (#6521) 2018-10-24 16:09:36 -04:00
topic-list-header.raw.hbs clean up unused code 2019-01-25 20:13:54 +05:30
topic-post-badges.raw.hbs Topic badges line break (#5775) 2018-04-20 14:38:26 -04:00
topic-status.raw.hbs Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
topic.hbs icons deprecations fixes (#6920) 2019-01-22 12:02:02 +01:00
unknown.hbs Start converting modal views to components 2016-11-14 14:15:48 -05:00
user-card.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
user-invited-show.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
user-private-messages-tags.hbs UX: indicate active tag sorting method 2018-03-21 00:35:16 +05:30
user-selector-autocomplete.raw.hbs Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
user-topics-list.hbs clean up unused code 2019-01-25 20:13:54 +05:30
user.hbs FIX: replaces inline button message with d-button 2019-01-24 13:19:52 +01:00
users.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00