- Feb 16, 2018
-
-
Eugen Rochko authored
* Save metadata from video attachments, put correct dimensions into OG tags * Add twitter:player for videos * Fix code style and test
-
Eugen Rochko authored
Reasoning: HTML title tag affects everyone. But OpenGraph only affects when somebody is deliberately sharing the content, usually in an environment where such content is expected. Hiding the content in OpenGraph tags results in deceitful previews which inhibit the shareability of the post. Example: Somebody writes a clever post about politics but kindly puts a "uspol" content warning on it. Mastodon users are thankful, but sharing this post on another platform results in non-Mastodon users believing the entire contents of the post is "uspol" and not clicking through/reading and re-sharing.
-
- Feb 15, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
abcang authored
-
- Feb 13, 2018
-
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
- Feb 11, 2018
-
-
Daniel King authored
In cases where a URL has a trailing hyphen the FetchLinkCardService incorrectly removes the hyphen when it is parsed The hyphen is not a reserved character in the URI spec https://tools.ietf.org/html/rfc3986#section-2.2
-
Eugen Rochko authored
-
Eugen Rochko authored
* Add better CLI prompt * Add rake mastodon:setup interactive wizard * Test db/redis/smtp configurations and add admin user at the end * Test database connection even when database does not exist yet
-
- Feb 10, 2018
-
-
Kazushige Tominaga authored
* Added #link_header spec * Added #call spec * Delete spec of private methods * Added #call spec
-
ThibG authored
* Fix password recovery * Use “resource” instead of “current_user”
-
Kazushige Tominaga authored
* Added #link_header spec * Added #call spec * Delete spec of private methods
-
- Feb 09, 2018
-
-
Eugen Rochko authored
* Add full-text search for authorized statuses - Search API will return statuses that match the query - Only for logged in users - Only if you are author of the status, - Or you were mentioned in it - Or you favourited or reblogged it - Configuration over `ES_ENABLED`, `ES_HOST`, `ES_PORT`, `ES_PREFIX` - Run `rails chewy:deploy` to create & populate index Fix #5880 Fix #4293 Fix #1152 * Add commented out docker-compose configuration for ES container * Optimize index import, filter search results * Add basic normalization to the index * Add better stemming and normalization to the index * Skip webfinger request if search query includes both @ and a space * Fix code style * Visually separate search result sections * Fix code style issues
-
masarakki authored
-
- Feb 08, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Kazushige Tominaga authored
* Added #link_header spec * Added #perform_request spec
-
abcang authored
-
abcang authored
-
- Feb 07, 2018
-
-
Kazushige Tominaga authored
-
Akihiko Odaki authored
-
- Feb 05, 2018
-
-
Daniel King authored
the slight mismatch in hashtag regex between js and ruby was causing hashtag warning to be displayed for unlisted tweets when an invalid hashtag was entered exact version of ruby regex not possible in js as POSIX bracket expressions are not supported, this version approximates and doesn't give same unicode support
-
- Feb 04, 2018
-
-
Eugen Rochko authored
-
abcang authored
-
abcang authored
-
abcang authored
-
Daniel King authored
* upgrade vagrant box to xenial this allows the redis version to be upgraded to support the new redis features used in the activity tracker * add libpam0g package to vagrant box this is required for native extensions of gems to build after the addition of PAM support was added in #5303
-
Renato "Lond" Cerqueira authored
* Add option to show only local toots in timeline preview Right know, toots from all the known fediverse are shown in the main page of an instance. That however doesn't reflect the instance itself. With this option the admin may choose to display only local toots so that users checking the instance get a better idea of internal conversations. * Fix issues pointed by codeclimate and eslint * Add default message for community timeline * Update pl.yml
-
Eugen Rochko authored
* Cas authentication feature * Config * Remove class_eval + Omniauth initializer * Codeclimate review * Codeclimate review 2 * Codeclimate review 3 * Remove uid/email reconciliation * SAML authentication * Clean up code * Improve login form * Fix code style issues * Add locales
-
- Feb 03, 2018
-
-
Akihiko Odaki authored
The database and Redis do not need external connections, so isolate them and prevent unauthorized access.
-
takayamaki authored
-
Akihiko Odaki authored
It is required for ApplicationController.
-
- Feb 02, 2018
-
-
abcang authored
-
abcang authored
-
Akihiko Odaki authored
-
ThibG authored
-
Charlotte Fields authored
* moved save button * added save back to the bottom * Update show.html.haml
-
Akihiko Odaki authored
-
Akihiko Odaki authored
They were redundant, and also had a inconsistency; the button for "other instances" had an icon for the external link in "more" page, but it didn't in the other pages. This unifies the implementation, and the external link icon is now shown in all the about pages.
-
Akihiko Odaki authored
-