discourse/app
Robin Ward a47e0a3fda FIX: TOTP could not be used on sites with colons in their names
This is because the TOTP gem identifies as a colon as an addressable
protocol. The solution for now is to remove the colon in the issuer
name.

Changing the issuer changes the token values, but now it was completely
broken for colons so this should not be breaking anyone new.
2020-02-20 16:35:30 -05:00
..
assets FIX: Restore initState() call within discourse-location for subfolder 2020-02-20 16:41:50 +00:00
controllers FIX: When admin changes another user's email auto-confirm the change (#9001) 2020-02-20 09:52:21 +10:00
helpers FIX: respect prioritize_username_in_ux setting in email 2020-02-20 17:47:16 +05:30
jobs FIX: Respect muted tags for mailing list mode 2020-02-19 15:14:42 -05:00
mailers
models FIX: TOTP could not be used on sites with colons in their names 2020-02-20 16:35:30 -05:00
serializers FIX: tag info misleading message saying it's not restricted 2020-02-05 15:23:39 -05:00
services FIX: Mentions updater should work regardless of `.notify` 2020-02-18 16:02:26 -05:00
views UX: use same styling for username and user-name 2020-02-20 17:51:37 +05:30