- May 01, 2017
-
-
Matt Jankowski authored
* Naive approached to timeline filtering * Convert allowed_languages into a db column * Allow users to choose languages to see statuses in * Style list items as two columns * Add a hint to explain language filtering preference
-
- Apr 30, 2017
-
-
Akihiko Odaki authored
This reverts commit 5135d609.
-
- Apr 29, 2017
-
-
Akihiko Odaki authored
-
- Apr 27, 2017
-
-
Eugen Rochko authored
* OEmbed support for PreviewCard * Improve ProviderDiscovery code failure treatment * Do not crawl links if there is a content warning, since those don't display a link card anyway * Reset db schema * Fresh migrate * Fix rubocop style issues Fix #1681 - return existing access token when applicable instead of creating new * Fix test * Extract http client to helper * Improve oembed controller
-
- Apr 26, 2017
-
-
Francis Chong authored
* Fixes #1985 - add migration AddMediaAttachmentMeta, which add meta field to media_attachments - before saving attachment, set file meta if needed - add meta in api * add spec * align the “size” format for image and video * fix code climate * fixes media_attachment_spec.rb
-
- Apr 25, 2017
-
-
Hiroe Jun authored
-
- Apr 24, 2017
-
-
alpaca-tc authored
-
- Apr 20, 2017
-
-
Keiji, Yoshimi authored
-
- Apr 18, 2017
-
-
Matt Jankowski authored
* Add a ReportFilter class * Add reports and targeted_reports relationships to Account * Use ReportFilter from admin/reports controller * Link to admin/reports filtered views from admin account show view * Add indexes to reports.account_id and reports.target_account_id
-
- Apr 16, 2017
-
-
Eugen authored
* Add language detection via WhatLanguage and (de)serialization of it through Atom * Fix default language in ProcessFeedService * Re-add newline before 'react-rails' Gem to fix groupings Fixes Code Climate issue
-
- Apr 15, 2017
-
-
Patrick Figel authored
* Add recovery code support for two-factor auth When users enable two-factor auth, the app now generates ten single-use recovery codes. Users are encouraged to print the codes and store them in a safe place. The two-factor prompt during login now accepts both OTP codes and recovery codes. The two-factor settings UI allows users to regenerated lost recovery codes. Users who have set up two-factor auth prior to this feature being added can use it to generate recovery codes for the first time. Fixes #563 and fixes #987 * Set OTP_SECRET in test enviroment * add missing .html to view file names
-
ThibG authored
* Refresh local info for remote accounts when webfinger returns new values It only refreshes account info if one of the URLs or the public-key changes, in which cases it refreshes the full info, re-downloading the feeds from that user. Some special handling should probably be done when the public key changes, but I have been unable to find any use for it in Mastodon yet. * Re-fetch remote users we aren't subscribed to. This might induce performance issues, we might want to only do that for users we explicitly attempted to subscribe but failed to. * Refactor changes * Do not refresh existing remote account details more than once a day * Avoid re-fetching webfinger info in tests unless otherwise specified
-
- Apr 06, 2017
-
-
Eugen Rochko authored
-
- Apr 05, 2017
-
-
Eugen Rochko authored
-
- Apr 03, 2017
-
-
Eugen Rochko authored
-
- Mar 30, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
Needs to be a separate task with no locking
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Mar 22, 2017
-
-
Eugen Rochko authored
add ability to open status by URL from search (fix #53)
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Mar 18, 2017
-
-
Eugen Rochko authored
-
- Mar 17, 2017
-
-
Eugen Rochko authored
-
- Mar 04, 2017
-
-
Eugen Rochko authored
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type.
-
- Mar 03, 2017
-
-
Eugen Rochko authored
-
- Mar 02, 2017
-
-
Kit Redgrave authored
-
- Feb 17, 2017
-
-
Eugen Rochko authored
Fix issue with detailed status view not supporting unreblogging/unfavouriting
-
- Feb 14, 2017
-
-
Eugen Rochko authored
-
- Feb 09, 2017
-
-
Eugen Rochko authored
status is not in the system at time of distribution; fix #607 - reset privacy settings to defaults when cancelling replies
-
- Feb 05, 2017
-
-
Eugen Rochko authored
Try to fix Travis CI setup
-
- Jan 29, 2017
-
-
Eugen Rochko authored
-
- Jan 28, 2017
-
-
Eugen Rochko authored
-
- Jan 27, 2017
-
-
Eugen Rochko authored
-
- Jan 26, 2017
-
-
Eugen Rochko authored
improved how "show more" link looks
-
Effy Elden authored
-
- Jan 25, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
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
-