2468
posted ago by Doggos [M] FL ago by Doggos +2468 / -0

This quick update aims to address some, but certainly not all, of the smaller concerns that we've been seeing.

  • the title field when submitting a post is now a textarea
  • textareas now auto-expand in height as necessary
  • Twitter embeds will now respect your theme (dark mode users will see a dark embed)
  • removed captchas for new users (previously, very new users would have to complete a reCAPTCHA before submitting posts and comments)
  • added an error message if saving an edit fails, rather than loading forever
  • fixed an issue where "continue reading thread?" would sometimes appear when there are no further comments
  • reduced requirements for long term users with regards to the "recently joined" handshake flag.
  • original revision in edit history will show as having 1 score rather than its score immediately prior to being edited
  • added new rate limits for login attempts
  • added robots.txt

Additionally, we've reset all save folders that had been renamed to "" (nothing) so that they are accessible again.

Comments (96)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
2
NSFW_PORN_ONLY 2 points ago +3 / -1

Can you please elaborate on robots.txt?

User-Agent: *

Disallow: /api/

Disallow: /*sort=

Disallow: /*from=

Any specific reason?

1
maganify 1 point ago +1 / -0

User-Agent: * (Allow all spiders)

Disallow: /api/ (keep spiders out of the API)

Disallow: /*sort= (Prevent indexing comments more than once)

Disallow: /*from= (Not sure on this one but doesn't prevent indexing any public facing topics)

-2
deleted -2 points ago +1 / -3
0
NSFW_PORN_ONLY 0 points ago +1 / -1

I know this, but is this what we want? Do we want to be invisible for google search, for example?

0
deleted 0 points ago +2 / -2
1
NSFW_PORN_ONLY 1 point ago +2 / -1

Thanks for the transparency.