- Apr 10, 2017
-
-
Alexander Mankuta authored
* Allow SMTP auth method customization * Add SMTP openssl_verify_mode option support Allows one use self-signed certs with their SMTP server. * Add SMTP enable_starttls_auto option support
-
Rachel H authored
-
Stephen Burgess authored
-
Jessica Stokes authored
This patch stops disabling the toot text field when an image is uploading. Instead, you can type to your heart's content and when the image uploads it'll append the image URL, and restore the position of your cursor to wherever it was in the toot text just prior. Effectively, the image URL is appended to the toot, and typing is not interrupted at all!
-
Matt Jankowski authored
* Add missing emojify class to landing strip * Add missing emojify class to simple_status partial
-
Matt Jankowski authored
* Add Admin::BaseController to wrap admin area Extracts the setting of the `admin` layout and verifying that users are admins to a common base class for the admin/ controllers. * Add basic coverage for admin/reports and admin/settings controllers
-
Alexsander Akers authored
References to `vi` API version replaced with `v1`
-
Corey Dutson authored
Addresses #1451 which notes the emoji picker is too light. I agree, so I submit this adjustment. Changes: Changed the background to a darkened version of another system color
-
Jessica Stokes authored
* Replace column margin with padding This improves horizontal scrolling behaviour significantly; scrolled flex elements are... a little weird. * Move clear column button styling to css
-
Ram Lmn authored
Fixes icons and emoji size issues described in #1233.
-
Ryan Freebern authored
-
Ratmir Karabut authored
* Add Russian translation (ru) * Fix a missing comma * Fix the wording for better consistency
-
Jantso Porali authored
-
Gavin Mogan authored
-
- Apr 09, 2017
-
-
Eugen authored
Sign-in redirects you back to last visited URL, but in case of API requests, this sometimes redirected users to an API URL that, of course, greeted them with an {"error":"The access token is invalid"}
-
Eugen authored
-
Eugen authored
-
Ornithologist Coder authored
-
Hugo Gameiro authored
added the missing fields and improved the translation
-
ThibG authored
The goal of this change is to enhance Mastodon's handling of remote domains for which the APIs reside on a different host (see issue #1032). Indeed, when a remote user unknown to Mastodon is mentionned, only its profile URL (e.g. https://social.example.org/users/User) is known, and Mastodon has to build a @username@domain handle for it. To do so, Mastodon fetches the user's atom feed (e.g., https://social.example.org/users/User.atom) and uses its content to get the username part of the handle, and the URL's host part to build the domain (e.g., @User@social.example.org). This handle is then used for a Webfinger request. In the case where example.org serves the Webfinger info for @User@example.org and all feeds and APIs are hosted at social.example.org, Mastodon will still build @User@social.example.org and fail at resolving the account's details through Webfinger. This patch changes this behaviour by using the author's email address from the atom feed to build the handle. In Mastodon-generated atom feeds, the email address is always the handle it expects for federation.
-
David Authier authored
* Use HTTP Accept-Language to detect locale * Fix gem order to comply with codeclimate * Sort gem to comply with rubocop * I18n.default_locale fallback when there is no accept-language header
-
Ornithologist Coder authored
-
Ornithologist Coder authored
-
R Tucker authored
* Put a useful message for new admins on /about/more I totally failed to realize this file was just defaults. I think this message would be a good default for people like me. * Revert default site description, expand comment This will keep setup-related stuff from leaking into public views, while still hopefully keeping over-eager admins from editing this file unnecessarily before RTFMing. (e.g., me)
-
David Celis authored
* Allow users to update their Account in the API It would be nice for API clients to be able to allow users to update their accounts without having to wrap Mastodon in a web view. This patch adds an API endpoint to let users submit a PATCH for their account. Signed-off-by:
David Celis <me@davidcel.is> * Add /api/v1/accounts/update_credentials to the API docs Signed-off-by:
David Celis <me@davidcel.is>
-
Matt Jankowski authored
* Remove unused helper files * Add coverage for application helper * Add coverage for StreamEntriesHelper #display_name
-
StefOfficiel authored
* Update fr.jsx * Remove duplicate translation
-
Olivier Humbert authored
* Update confirmation_instructions.fr.html.erb consistency across the French translation * Update consistency across the French translation * Update fr.yml a bunch of consistency across the French translation + a few typos * Update doorkeeper.fr.yml consistency across the French translation (punctuation)
-
spf authored
* French typo * Datetime french translation
-
Jonathan Klee authored
-
Matt Jankowski authored
* Add InstancePresenter to expose site details * Clean up about controller, use instance presenter
-
Brian Mock authored
-
Matt Jankowski authored
* Clean up SQL output in Tag and Account search methods * Add basic coverage for Tag.search_for * Add coverage for Account.search_for * Add coverage for Account.advanced_search_for
-
Matt Jankowski authored
A request to `/test` would show the custom 404 page, but a request to `/test.test` would return a 404 with an empty body. This change ignores the format on incoming catch all route requests, so that the html 404 page is returned on these requests.
-
Rachel H authored
-
Eugen authored
-
- Apr 08, 2017
-
-
Ash Furrow authored
* Allows setting log level in env variable. * Made changes based on feedback in #1290.
-
Ash Furrow authored
* Adds task to confirm user by email. * Adds documentation for manual confirmation.
-
Eugen authored
* Make /api/v1/timelines/public and /api/v1/timelines/tag/:id public Fix #1156 - respect query params when generating pagination links in API * Apply pagination fix to more APIs
-
Eugen authored
* Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled TOTP secret is not shown again after 2FA is enabled * Clean up
-