- Apr 25, 2017
-
-
Evan Minto authored
* Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. * Fix code style and test failures for OutboxController. * Attempt to fix CI errors.
-
Eugen Rochko authored
duplicates. Web UI regenerates UUID for that header every time the compose form is changed or successfully submitted Also, fix Farsi i18n overwriting the English one
-
Yamagishi Kazutoshi authored
-
Matt Jankowski authored
Settings page contained labels in Persian, when I was using English.
-
Ash Furrow authored
* Makes username above toot box into a link. * Prepends username above toot box with an @.
-
178inaba authored
-
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 24, 2017
-
-
Masoud Abkenar authored
* Persian translation * adding :fa to make the site use the rtl stylesheet based on [this comment](https://github.com/tootsuite/mastodon/pull/2405#issuecomment-296721105) * fix missing quotes * add 'fa' locale
-
Eugen authored
-
Eugen authored
-
Stephen Burgess authored
#2338
-
Shin Adachi authored
-
Stephen Burgess authored
* fix(upload): Only show upload modal when drag even contains files * fix(firefox): Close drag window ondragend also Do not only end drag styles on drag leave, but also on drag end. Fixes firefox bug. #687 * fix(drag-modal): Remove drag modal trigger cruft * fix(upload-modal): Allow close with escape button
-
Eugen authored
-
Yamagishi Kazutoshi authored
-
Matt Jankowski authored
Fix flashes partial render error for controllers which don't inherit from application controller (#2400) * Add failing spec for oauth/authorized_applications controller * Use explicit reference to flashes partial from admin layout Because some of the controllers which use the admin layout do not inherit from application controller, this partial is not in their view path.
-
alpaca-tc authored
-
Akihiko Odaki authored
Hide some components rather than unmounting them to allow to show again quickly and keep the view state such as the scrolled offset.
-
Yamagishi Kazutoshi authored
-
Eduardo Elias authored
-
Matt Jankowski authored
-
Nolan Lawson authored
-
Yamagishi Kazutoshi authored
ref #2359 - https://github.com/tootsuite/mastodon/pull/2359#discussion_r112838771 - https://github.com/tootsuite/mastodon/pull/2359#discussion_r112838772 - https://github.com/tootsuite/mastodon/pull/2359#discussion_r112838812 - https://github.com/tootsuite/mastodon/pull/2359#discussion_r112838823 - https://github.com/tootsuite/mastodon/pull/2359#discussion_r112838829
-
- Apr 23, 2017
-
-
Effy Elden authored
* Expose media attachments on reported statuses directly * Comment out unused bulk report checkbox. Add title to report comment for viewing full comment. Add 'contents' column, with icons and numerical indicators to show the number of referenced statuses and media attachments in the report * Link account name on authorize_follow card back to account * Add localisation string for report_contents * Show new admin accounts card partial on report view. Apply simple_format to report comment so newlines are preserved. * Add new admin accounts card partial, for display quick useful admin stats (e.g. report history, moderation status). * Fix localized variable
-
Eugen authored
* Make private toots get PuSHed to subscription URLs that belong to domains where you have approved followers * Authorized followers controller, stub for bulk action * Soft block in the background * Add simple test for new controller * Rename Settings::FollowersController to Settings::FollowerDomainsController, paginate results, rename "private" post setting to "followers-only", fix pagination style, improve post privacy preferences style, improve warning style * Extract compose form warnings into own container, show warning when posting to followers-only with unlocked account
-
Ash Furrow authored
-
ymmtmdk authored
* Add link for domain in land strip * Use root_path * Avoid repeating code
-
Yamagishi Kazutoshi authored
for #2181
-
Stephen Burgess authored
Float detailed status display avatar left. Only apply display block to display names in status info, not in detailed status. Thanks to @nightpool for finding those. Make star icon in notification show up as gold. Add anchor selector back to status__content__spoiler-link in order to override default anchor style elsewhere.
-
Stephen Burgess authored
Add an ID to the CW spoiler input field to give aria-controls a handle on it. Pass that id to the CW trigger button. Modify text icon button component to accept aria controls id value. Add aria-expanded value to text icon button to indicate when it is expanded.
-
Matt Jankowski authored
-
Matt Jankowski authored
* Add failing spec showing that human_locales does not match what i18n knows about * Add missing `ar` key for arabic to human locales * Remove duplicate `id` key from available locales * Sort keys in human locales list * Add spec for human_locale helper
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
Matt Jankowski authored
-
178inaba authored
-
Effy Elden authored
-
Effy Elden authored
Export environment variables from .env.vagrant before running rails commands in Vagrant provisioning (#2343)
-
ThibG authored
This provides a hotfix for outbound salmon requests to other Mastodon instances as they currently will try to resovle user@WEB_DOMAIN instead of user@LOCAL_DOMAIN (see #2012 and #20312). Furthermore, this should ease transition from users switching from LOCAL_DOMAIN = WEB_DOMAIN to another LOCAL_DOMAIN when WEB_DOMAIN does not change.
-
Ashley authored
-