- Dec 09, 2017
-
-
Eugen Rochko authored
-
- Oct 04, 2017
-
-
utam0k authored
* Implement BlacklistedEmailDomain * Use Faker::Internet.domain_name * Remove note column * Add frozen_string_literal comment * Delete unnecessary codes * Sort alphabetically * Change of wording * Rename BlacklistedEmailDomain to EmailDomainBlock
-
- Sep 13, 2017
-
-
Eugen Rochko authored
-
- Aug 24, 2017
-
-
Eugen Rochko authored
* Pinned statuses * yarn manage:translations
-
- Jul 31, 2017
-
-
Eugen Rochko authored
URI.extract is too strong, not limited to URLs, matched real text. Same issue was present in language detector.
-
- Jul 28, 2017
-
-
Eugen Rochko authored
* Count all URLs in text as 23 characters flat, do not count domain part of usernames * Add new status text counting logic to web UI
-
- Jun 19, 2017
-
-
Gô Shoemake authored
* Bring Toot button in line with counter Both should use stringz I guess * Use grapheme_length for character count
-
- Jun 09, 2017
-
-
Eugen Rochko authored
-
- Jun 04, 2017
-
-
Eugen Rochko authored
* Added support for configurable reserved usernames * Added reserved usernames from mastodon issue 1355 * Fix reserved usernames
-
- Apr 25, 2017
-
-
Guillaume Lo Re authored
* Stricter whitelist rules * Linting * Added spec for blacklisting * Test subdomain blacklist on domain whitelist * No need to split * Change spec name
-
Eugen authored
* Fix #2119 - Whenever about to send a HTTP request, normalize the URI * Add test for IDN request in FetchLinkCardService * Perform IDN normalization on domains before they are stored in the DB
-
- Apr 13, 2017
-
-
Matt Jankowski authored
* Add `Presenters` group to SimpleCov configuration * Move validators to app/validators, add to simplecov config
-
- Jan 25, 2017
-
-
Eugen Rochko authored
Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations
-
- Jan 24, 2017
-
-
blackle authored
-