]> cat aescling's git repositories - mastodon.git/log
mastodon.git
8 years agoRevert #5772 (#6221)
Eugen Rochko [Mon, 8 Jan 2018 09:57:52 +0000 (10:57 +0100)]
Revert #5772 (#6221)

8 years agoFix bad URL schemes being accepted (#6219)
Eugen Rochko [Mon, 8 Jan 2018 04:00:23 +0000 (05:00 +0100)]
Fix bad URL schemes being accepted (#6219)

* Fix actors accepting invalid URI schemes or different host between URI and URL

* Fix statuses accepting invalid URI scheme or different host to actor

* Adjust tests to new requirements

* Improve readability of mismatching_origin?/invalid_origin? methods

8 years agoDo not display elephant friend in single-column layout (#6222)
Eugen Rochko [Mon, 8 Jan 2018 02:50:53 +0000 (03:50 +0100)]
Do not display elephant friend in single-column layout (#6222)

8 years agoMove Article from supported to converted types (#6218)
puckipedia [Sun, 7 Jan 2018 23:21:14 +0000 (00:21 +0100)]
Move Article from supported to converted types (#6218)

8 years agoFix force_ssl conditional (#6201)
Yamagishi Kazutoshi [Sun, 7 Jan 2018 14:19:23 +0000 (23:19 +0900)]
Fix force_ssl conditional (#6201)

8 years agoFix unintended cache (#6214)
Yamagishi Kazutoshi [Sun, 7 Jan 2018 14:12:59 +0000 (23:12 +0900)]
Fix unintended cache (#6214)

8 years agoUpdate Simplified Chinese translations (#6215)
SerCom_KC [Sun, 7 Jan 2018 08:32:50 +0000 (16:32 +0800)]
Update Simplified Chinese translations (#6215)

* i18n: (zh-CN) Add translations of #6125

* i18n: (zh-CN) Add translations of #6132

* i18n: (zh-CN) Add translations of #6099

* i18n: (zh-CN) Add translations of #6071

* i18n: (zh-CN) Improve translations

8 years agoTranslate Korean (#6212)
Jeong Arm [Sun, 7 Jan 2018 02:13:42 +0000 (11:13 +0900)]
Translate Korean (#6212)

8 years agoFix PuSH workers (#6200)
ThibG [Fri, 5 Jan 2018 22:04:35 +0000 (23:04 +0100)]
Fix PuSH workers (#6200)

8 years agoWhen fetching an ActivityPub-enabled status, do not re-request it as text/html (...
ThibG [Fri, 5 Jan 2018 21:42:50 +0000 (22:42 +0100)]
When fetching an ActivityPub-enabled status, do not re-request it as text/html (#6196)

8 years agoRepresent numbers by strings in instance activity API (#6198)
TheKinrar [Fri, 5 Jan 2018 21:38:33 +0000 (22:38 +0100)]
Represent numbers by strings in instance activity API (#6198)

Fixes #6197.

8 years agoFix enforce HTTPS in production. (#6180)
Naoki Kosaka [Fri, 5 Jan 2018 19:04:22 +0000 (04:04 +0900)]
Fix enforce HTTPS in production. (#6180)

8 years agol10n Occitan language: mailer update (#6193)
Quenty31 [Fri, 5 Jan 2018 09:59:43 +0000 (10:59 +0100)]
l10n Occitan language: mailer update (#6193)

* Create email_changed.oc.html.erb

* Create email_changed.oc.text.erb

* Update email_changed.oc.html.erb

* Update email_changed.oc.html.erb

* Create reconfirmation_instructions.oc.html.erb

* Create reconfirmation_instructions.oc.text.erb

* Update confirmation_instructions.oc.html.erb

* Update confirmation_instructions.oc.text.erb

* Update confirmation_instructions.oc.html.erb

* Update reconfirmation_instructions.oc.html.erb

* Update reconfirmation_instructions.oc.text.erb

* Update reconfirmation_instructions.oc.html.erb

8 years agoBump version to 2.1.2
Eugen Rochko [Fri, 5 Jan 2018 03:52:06 +0000 (04:52 +0100)]
Bump version to 2.1.2

8 years agoFix RFC 5646 Regular Expression (#6190)
Yamagishi Kazutoshi [Fri, 5 Jan 2018 03:43:50 +0000 (12:43 +0900)]
Fix RFC 5646 Regular Expression (#6190)

8 years agoSmall translation fixes for Serbian (and sr@Latn too) (#6188)
Branko Kokanovic [Thu, 4 Jan 2018 23:16:06 +0000 (23:16 +0000)]
Small translation fixes for Serbian (and sr@Latn too) (#6188)

8 years agoFix email confirmation link not updating email (#6187)
Patrick Figel [Thu, 4 Jan 2018 23:15:35 +0000 (00:15 +0100)]
Fix email confirmation link not updating email (#6187)

A change introduced in #6125 prevents
`Devise::Models::Confirmable#confirm` from being called for existing
users, which in turn leads to `email` not being set to
`unconfirmed_email`, breaking email updates. This also adds a test
that would've caught this issue.

8 years agoFix overflowing audit logs (#6184)
Lynx Kotoura [Thu, 4 Jan 2018 18:38:46 +0000 (03:38 +0900)]
Fix overflowing audit logs (#6184)

8 years agoUse disable_ddl_transaction! to prevent warnings on migration (#6183)
unarist [Thu, 4 Jan 2018 18:38:29 +0000 (03:38 +0900)]
Use disable_ddl_transaction! to prevent warnings on migration (#6183)

Migration is wrapped by transaction, so manual `commit_db_transaction` without transaction restarting causes "there is no transaction in progress" warnings. We should use `disable_ddl_transaction!` instead, if we can omit transaction completely.

8 years agoBump version to 2.1.1 (#6164)
Eugen Rochko [Thu, 4 Jan 2018 15:40:26 +0000 (16:40 +0100)]
Bump version to 2.1.1 (#6164)

8 years agoFallback default thumbnail in instance status API (#6177)
Yamagishi Kazutoshi [Thu, 4 Jan 2018 14:36:55 +0000 (23:36 +0900)]
Fallback default thumbnail in instance status API (#6177)

8 years agoi18n: Update Polish translation (#6176)
Marcin Mikołajczak [Thu, 4 Jan 2018 14:15:29 +0000 (15:15 +0100)]
i18n: Update Polish translation (#6176)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years agoSend one Delete of Actor in ActivityPub when account is suspended (#6172)
Eugen Rochko [Thu, 4 Jan 2018 13:40:49 +0000 (14:40 +0100)]
Send one Delete of Actor in ActivityPub when account is suspended (#6172)

8 years agoMake sure private toots remain private and do not end up in HTTP caches (#6175)
ThibG [Thu, 4 Jan 2018 13:39:38 +0000 (14:39 +0100)]
Make sure private toots remain private and do not end up in HTTP caches (#6175)

8 years agoImprove Traditional Chinese translation (#6166)
muan [Thu, 4 Jan 2018 04:00:50 +0000 (12:00 +0800)]
Improve Traditional Chinese translation (#6166)

* Improve Traditional Chinese translations

* Sort alphabetically

8 years agoFix FetchAtomService not finding alternatives if there's a Link header (#6170)
Eugen Rochko [Thu, 4 Jan 2018 03:56:04 +0000 (04:56 +0100)]
Fix FetchAtomService not finding alternatives if there's a Link header (#6170)

without them, such as is the case with GNU social

Fixes the ability to find GNU social accounts via URL in search and
when using remote follow function

8 years agoRearrange items in Getting Started navigation (#6126)
Akihiko Odaki [Thu, 4 Jan 2018 01:56:54 +0000 (10:56 +0900)]
Rearrange items in Getting Started navigation (#6126)

Though the subsections are representing features such as navigation and
settings, they are categorized by the ways how they are implemented
(internal navigation or external links.) They are irrelevant and some
arrangements were confusing because of that. (It is nonsense that instance
information is in settings subsection, for example.)

This fixes the issue by rearranging.

8 years agoFix nil error in log_target_from_history helper (#6173)
Eugen Rochko [Thu, 4 Jan 2018 01:56:23 +0000 (02:56 +0100)]
Fix nil error in log_target_from_history helper (#6173)

8 years agoFix OpenSSL dependency in ostatus2 (#6174)
Eugen Rochko [Thu, 4 Jan 2018 01:56:00 +0000 (02:56 +0100)]
Fix OpenSSL dependency in ostatus2 (#6174)

8 years agoCache JSON of immutable ActivityPub representations (#6171)
Eugen Rochko [Thu, 4 Jan 2018 00:21:38 +0000 (01:21 +0100)]
Cache JSON of immutable ActivityPub representations (#6171)

8 years agol10n OC language (#6169)
Quenty31 [Wed, 3 Jan 2018 20:05:54 +0000 (21:05 +0100)]
l10n OC language (#6169)

* new strings: hashtag+unlisted, mute, block

* Add confirmation step for email changes

* Add more instance stats APIs

8 years agoDon't normalize URLs in toots (#6134)
ThibG [Wed, 3 Jan 2018 19:51:33 +0000 (20:51 +0100)]
Don't normalize URLs in toots (#6134)

* Don't normalize URLs in toots

URL normalization is ill-defined and may cause certain links to break.

* Change specs since we are not normalizing user-provided URLs

8 years agoAllow to dereference Follow object for ActivityPub (#5772)
Akihiko Odaki [Wed, 3 Jan 2018 17:08:57 +0000 (02:08 +0900)]
Allow to dereference Follow object for ActivityPub (#5772)

* Allow to dereference Follow object for ActivityPub

* Accept IRI as object representation for Accept activity

8 years agoi18n: Update Polish translation (#6168)
Marcin Mikołajczak [Wed, 3 Jan 2018 13:45:24 +0000 (14:45 +0100)]
i18n: Update Polish translation (#6168)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years agoAdd Japanese translations #5997, #6003, #6004, #6071, #6099, #6125 and #6132 (#6167)
Yamagishi Kazutoshi [Wed, 3 Jan 2018 12:00:39 +0000 (21:00 +0900)]
Add Japanese translations #5997, #6003, #6004, #6071, #6099, #6125 and #6132 (#6167)

* yarn manage:translations

* Add Japanese translation for #5997

* Add Japanese translation for #6003

* Add Japanese translation for #6004

* Add Japanese translation for #6071

* Add Japanese translation for #6099

* Add Japanese translation for #6125

* Add Japanese translation for #6132

8 years agoAllow HTTP caching of json view of public statuses (#6115)
ThibG [Wed, 3 Jan 2018 03:57:57 +0000 (04:57 +0100)]
Allow HTTP caching of json view of public statuses (#6115)

* Allow HTTP caching of json view of public statuses

HTML views are not cached as they can contain private statuses as well

* Disable session cookies for ActivityPub json rendering of public toots

8 years agoSet background to the navigation of Getting Started column (#6163)
Akihiko Odaki [Wed, 3 Jan 2018 03:39:14 +0000 (12:39 +0900)]
Set background to the navigation of Getting Started column (#6163)

The background of the navigation matters because its scrollbar is
transparent.

8 years ago[!] Sanitize incoming classlist properly (#6162)
puckipedia [Wed, 3 Jan 2018 02:54:08 +0000 (03:54 +0100)]
[!] Sanitize incoming classlist properly (#6162)

* Sanitize classlist properly

* Actually properly sanitize every class after the first

* Improve Formatter spec to check for multiple classes and non-space whitespace

8 years agoUpdate moved-to property when it's removed too (#6160)
Eugen Rochko [Tue, 2 Jan 2018 23:38:20 +0000 (00:38 +0100)]
Update moved-to property when it's removed too (#6160)

* Fix #6140 - Update moved-to property when it's removed too

* Remove trailing whitespace

8 years agoDon't leave behind husk of remotely-deleted profile (#6159)
Eugen Rochko [Tue, 2 Jan 2018 23:38:02 +0000 (00:38 +0100)]
Don't leave behind husk of remotely-deleted profile (#6159)

There's no reason for an Account record to persist after Delete->Actor is received. SuspendAccountService is necessary to make sure deleted toots get sent over streaming API properly and home feeds get cleaned up. By removing Account record, we can ensure that if in the future the account is restored remotely (or username reused), it can start with a clean slate.

8 years agoFix newlines-to-spaces functionality (#6158)
Noiob [Tue, 2 Jan 2018 18:35:24 +0000 (19:35 +0100)]
Fix newlines-to-spaces functionality (#6158)

yay for regexes, amirite

8 years agoAdd confirmation step for email changes (#6071)
Patrick Figel [Tue, 2 Jan 2018 15:55:00 +0000 (16:55 +0100)]
Add confirmation step for email changes (#6071)

* Add confirmation step for email changes

This adds a confirmation step for email changes of existing users.
Like the initial account confirmation, a confirmation link is sent
to the new address.

Additionally, a notification is sent to the existing address when
the change is initiated. This message includes instruction to reset
the password immediately or to contact the instance admin if the
change was not initiated by the account owner.

Fixes #3871

* Add review fixes

8 years agoDisplay a warning when composing unlisted toots with something looking like a hashtag...
ThibG [Tue, 2 Jan 2018 13:24:52 +0000 (14:24 +0100)]
Display a warning when composing unlisted toots with something looking like a hashtag (#6132)

8 years agoFix stats expiring too quickly because of variable mistake (#6155)
Eugen Rochko [Tue, 2 Jan 2018 13:02:53 +0000 (14:02 +0100)]
Fix stats expiring too quickly because of variable mistake (#6155)

8 years agoRename key to path in actions and reducers for settings (#6105)
Akihiko Odaki [Tue, 2 Jan 2018 12:50:54 +0000 (21:50 +0900)]
Rename key to path in actions and reducers for settings (#6105)

8 years agodelete X-UA-Compatible (#6068)
Otakan [Tue, 2 Jan 2018 12:38:12 +0000 (21:38 +0900)]
delete X-UA-Compatible (#6068)

* delete X-UA-Compatible

* undo

* restore

8 years agoAdding Serbian latin translations (#6146)
Branko Kokanovic [Tue, 2 Jan 2018 11:39:12 +0000 (11:39 +0000)]
Adding Serbian latin translations (#6146)

Serbian latin (sr-Latn) is generated automatically from Serbian (sr) translation. Also changed some wording in original (Serbian) translation.

8 years agoUse const instead of let for constant (#6106)
Akihiko Odaki [Tue, 2 Jan 2018 04:28:49 +0000 (13:28 +0900)]
Use const instead of let for constant (#6106)

8 years agoShow mastodon on modal (#6129)
Akihiko Odaki [Tue, 2 Jan 2018 04:07:56 +0000 (13:07 +0900)]
Show mastodon on modal (#6129)

8 years agoAdding Serbian translation (#6133)
Branko Kokanovic [Sun, 31 Dec 2017 08:28:20 +0000 (08:28 +0000)]
Adding Serbian translation (#6133)

* Adding Serbian translation

* i18n-tasks normalize

8 years agoTranslate Korean (#6131)
Jeong Arm [Sat, 30 Dec 2017 01:44:19 +0000 (10:44 +0900)]
Translate Korean (#6131)

Relates to #6125, #6099

8 years agokeep the same filters and page when doing custom emojo stuff (fixes #6112) (#6114)
beatrix [Sat, 30 Dec 2017 01:43:43 +0000 (20:43 -0500)]
keep the same filters and page when doing custom emojo stuff (fixes #6112) (#6114)

8 years agoAdd more instance stats APIs (#6125)
Eugen Rochko [Fri, 29 Dec 2017 18:52:04 +0000 (19:52 +0100)]
Add more instance stats APIs (#6125)

* Add GET /api/v1/instance/peers API to reveal known domains

* Add GET /api/v1/instance/activity API

* Make new APIs disableable, exclude private statuses from activity stats

* Fix code style issue

* Fix week timestamps

8 years agobug fix (WebPush does not work) (#6120)
MitarashiDango [Thu, 28 Dec 2017 15:20:34 +0000 (00:20 +0900)]
bug fix (WebPush does not work) (#6120)

8 years agoMake host_meta/webfinger replies cacheable (fixes #6100) (#6101)
ThibG [Wed, 27 Dec 2017 17:21:12 +0000 (18:21 +0100)]
Make host_meta/webfinger replies cacheable (fixes #6100) (#6101)

* Make host_meta/webfinger replies cacheable (fixes #6100)

Drop common code for handling users and sessions as webfinger queries
are very basic, public APIs.

Also explicitly mark results as cacheable with “expires_in”.

* Add “Vary: Accept” header for caching since content-negociation is used

8 years agoMove the mastodon on Getting Started column to drawer column (#6109)
Akihiko Odaki [Wed, 27 Dec 2017 02:31:30 +0000 (11:31 +0900)]
Move the mastodon on Getting Started column to drawer column (#6109)

Getting Started column obtained many links, and it became much taller.
Because of its height, Getting Started column required long scrolling on
devices with small screen, such as 4 inch phones and 10 inch laptops.

This change moves the mastodon which took large space on the column to
drawer column. The drawer column has only the compose form and has more
space.

8 years agoFix XML oEmbed support discovery (#6104)
Akihiko Odaki [Wed, 27 Dec 2017 02:29:49 +0000 (11:29 +0900)]
Fix XML oEmbed support discovery (#6104)

8 years agoadd ruby-progressbar to gemfile (fixes #6110) (#6111)
beatrix [Tue, 26 Dec 2017 17:43:52 +0000 (12:43 -0500)]
add ruby-progressbar to gemfile (fixes #6110) (#6111)

8 years agomore faster index on notifications table (#6108)
takayamaki [Tue, 26 Dec 2017 16:56:31 +0000 (01:56 +0900)]
more faster index on notifications table (#6108)

8 years agoAdd mute, block, conversation mute actions to detailed status dropdown menu (#6099)
Chris [Mon, 25 Dec 2017 19:56:05 +0000 (14:56 -0500)]
Add mute, block, conversation mute actions to detailed status dropdown menu (#6099)

* removed references to hideOnMobile in column_link and getting_started

* add mute, block, conversationMute actions to detailed status dropdown (fixes #1226)

* remove unused withDismiss in detailed status

8 years agoAdditional prop name change. (#6098)
MitarashiDango [Mon, 25 Dec 2017 15:14:06 +0000 (00:14 +0900)]
Additional prop name change. (#6098)

8 years agoAdd supported Node.js version to package.json (#6096)
Yamagishi Kazutoshi [Mon, 25 Dec 2017 14:02:08 +0000 (23:02 +0900)]
Add supported Node.js version to package.json (#6096)

8 years agoAdd rake task to check and purge accounts that are missing in origin (#6085)
Eugen Rochko [Sun, 24 Dec 2017 15:14:33 +0000 (16:14 +0100)]
Add rake task to check and purge accounts that are missing in origin (#6085)

* Add rake task to check and purge accounts that are missing in origin

* Add progress bar and --force options to mastodon:maintenance:purge_removed_accounts

8 years agoAdd validation for onMuteNotifications (#6092)
Neetshin [Sun, 24 Dec 2017 08:18:45 +0000 (08:18 +0000)]
Add validation for onMuteNotifications (#6092)

* Add aria-autocomplete='list' in Textaria

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete

* Make detect empty string brefore assign upload description

* Change code elements in keyboard-shortcuts component to kbd

* Add validation for onMuteNotifications

8 years agoReduce motion for boost animation (#5871)
Nolan Lawson [Sun, 24 Dec 2017 03:48:31 +0000 (19:48 -0800)]
Reduce motion for boost animation (#5871)

* Reduce motion for boost animation

Fixes #5833

* Fix ternary expression

8 years agoRefactor web_push_subscription (#6047)
Akihiko Odaki [Sun, 24 Dec 2017 03:47:35 +0000 (12:47 +0900)]
Refactor web_push_subscription (#6047)

* Remove onSave method in mapped properties for column_settings

* Make web_push_subscription.register an action

8 years agoremoved references to hideOnMobile in column_link and getting_started (#6082)
Chris [Sun, 24 Dec 2017 03:47:02 +0000 (22:47 -0500)]
removed references to hideOnMobile in column_link and getting_started (#6082)

* removed references to hideOnMobile in column_link and getting_started

* move keyboard shortcuts back below blocked users

8 years agoMove dropdown transform origin to top edge (#6091)
cpsdqs [Sat, 23 Dec 2017 23:53:03 +0000 (00:53 +0100)]
Move dropdown transform origin to top edge (#6091)

8 years agoenforce LOCAL_HTTPS=true in production (#6061)
nightpool [Fri, 22 Dec 2017 01:17:59 +0000 (19:17 -0600)]
enforce LOCAL_HTTPS=true in production (#6061)

* enforce https in production

* note changes in production env sample

* typo fix

8 years agoReduce the number of synchronous resolves when posting toots (#6075)
ThibG [Fri, 22 Dec 2017 01:15:08 +0000 (02:15 +0100)]
Reduce the number of synchronous resolves when posting toots (#6075)

8 years agoDisplay deleted users' role as “Suspended” (#6080)
ThibG [Fri, 22 Dec 2017 01:14:17 +0000 (02:14 +0100)]
Display deleted users' role as “Suspended” (#6080)

Deleted users are technically suspended, but the code displaying their status
in the admin interface was broken and displayed a javascript object holding
translations of the possible user roles instead.

8 years agoRename settingKey in setting_toggle to settingPath (#6046)
Akihiko Odaki [Wed, 20 Dec 2017 07:19:59 +0000 (16:19 +0900)]
Rename settingKey in setting_toggle to settingPath (#6046)

8 years agoReplace <code> to <kbd> in KeyboardShortcuts component (#6049)
Neetshin [Wed, 20 Dec 2017 02:46:25 +0000 (02:46 +0000)]
Replace <code> to <kbd> in KeyboardShortcuts component (#6049)

* Add aria-autocomplete='list' in Textaria

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete

* Make detect empty string brefore assign upload description

* Change code elements in keyboard-shortcuts component to kbd

8 years agoUpdate Korean translation (#6050)
Jeong Arm [Wed, 20 Dec 2017 02:45:50 +0000 (11:45 +0900)]
Update Korean translation (#6050)

* Update Korean translation

* Translate Korean for javascript

* Add missing translations on simple_form

8 years agoAdd Slovak translation (#6052)
Peter [Sun, 17 Dec 2017 02:26:42 +0000 (02:26 +0000)]
Add Slovak translation (#6052)

* Add Slovak translation

* Slovak translation: i18n-normalize

8 years agoRemove period from the version number (#6039)
Daigo 3 Dango [Fri, 15 Dec 2017 20:38:25 +0000 (20:38 +0000)]
Remove period from the version number (#6039)

2.1.0. -> 2.1.0

8 years agoBump version to 2.1.0 🎆
Eugen Rochko [Fri, 15 Dec 2017 18:14:57 +0000 (19:14 +0100)]
Bump version to 2.1.0 🎆

8 years agoBump version to 2.1.0rc6
Eugen Rochko [Fri, 15 Dec 2017 01:00:28 +0000 (02:00 +0100)]
Bump version to 2.1.0rc6

8 years agoDo not hide statuses from silenced accounts from other silenced accounts (#6030)
Eugen Rochko [Fri, 15 Dec 2017 00:54:05 +0000 (01:54 +0100)]
Do not hide statuses from silenced accounts from other silenced accounts (#6030)

8 years agoFix oEmbed image_modal src. (#6027)
Naoki Kosaka [Thu, 14 Dec 2017 22:31:14 +0000 (07:31 +0900)]
Fix oEmbed image_modal src. (#6027)

8 years agoFix #6022 - Prevent nested migrated accounts, or migrations to self (#6026)
Eugen Rochko [Thu, 14 Dec 2017 20:35:30 +0000 (21:35 +0100)]
Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026)

8 years agoImprove Chinese (Simplified) Translations (#6024)
SerCom_KC [Thu, 14 Dec 2017 18:33:29 +0000 (02:33 +0800)]
Improve Chinese (Simplified) Translations (#6024)

* i18n: (zh-CN) Change `工作人员` (staff) to `管理人员`
Suggested by @Gargron at https://github.com/tootsuite/mastodon/pull/6005#discussion_r156678109

* i18n: (zh-CN) Change `协管` to `监察员`

* i18n: (zh-CN) Fix all "Are you" questions

* i18n: (zh-CN) Various improvements

* i18n: (zh-CN) Final clean-up

* i18n: (zh-CN) Change translation for 500

* i18n: (zh-CN) Remove spaces between time distances

* i18n: (zh-CN) Improve translations

8 years agoLast minute Dutch string updates (#6025)
Jeroen [Thu, 14 Dec 2017 17:45:32 +0000 (18:45 +0100)]
Last minute Dutch string updates (#6025)

* Last minute Dutch strinfupdate

* Last minute Dutch strings update

* Fixing Weblate output errors

* Fixing Weblate output errors

* Fixing more Weblate rubish

Weblate is also changing some " to ' - I think that is not a problem

* Fixing more weblate stuff

* Fixing

* Update nl.yml

8 years agoFix focused background color of notifications of direct toots (#6021)
Lynx Kotoura [Wed, 13 Dec 2017 22:36:29 +0000 (07:36 +0900)]
Fix focused background color of notifications of direct toots (#6021)

8 years agoFix overflowing emojis on some devices (#6016)
Lynx Kotoura [Wed, 13 Dec 2017 21:58:31 +0000 (06:58 +0900)]
Fix overflowing emojis on some devices (#6016)

* Fix overflowing emojis on some devices

* Quit visible and add padding

8 years ago1 fix + 1 translation (#6019)
Olivier Humbert [Wed, 13 Dec 2017 21:58:20 +0000 (22:58 +0100)]
1 fix + 1 translation (#6019)

8 years agoBump version to 2.1.0rc5
Eugen Rochko [Wed, 13 Dec 2017 19:53:39 +0000 (20:53 +0100)]
Bump version to 2.1.0rc5

8 years agoFix regression from #6014 (#6018)
Eugen Rochko [Wed, 13 Dec 2017 19:33:04 +0000 (20:33 +0100)]
Fix regression from #6014 (#6018)

8 years agol10n OC and FR updates (#6017)
Quenty31 [Wed, 13 Dec 2017 18:17:04 +0000 (19:17 +0100)]
l10n OC and FR updates (#6017)

* Adjust empty list timeline message (#5997)

* Adjust empty list timeline message (#5997)

* Add filters to admin UI for custom emojis (#6003) + #6004

* Update fr.yml

8 years agoFix layout for RTL (#6014)
Eugen Rochko [Wed, 13 Dec 2017 17:28:13 +0000 (18:28 +0100)]
Fix layout for RTL (#6014)

8 years agoExcahnge the order of spoiler-input and unlocked warning (#6015)
Lynx Kotoura [Wed, 13 Dec 2017 17:01:56 +0000 (02:01 +0900)]
Excahnge the order of spoiler-input and unlocked warning (#6015)

* Excahnge the order of spoiler-input and unlocked warning

* Fix trailing whitespace

8 years agoUpdate FR translation (#6012)
Olivier Humbert [Wed, 13 Dec 2017 17:00:42 +0000 (18:00 +0100)]
Update FR translation (#6012)

8 years agoRedesign tootbox (#5919)
Lynx Kotoura [Wed, 13 Dec 2017 16:37:23 +0000 (01:37 +0900)]
Redesign tootbox (#5919)

* Redesign tootbox

* Move counter into compose-form__buttons-wrapper

Change font and remove shadow
Refactor sass codes of compose-form

8 years agoWeblate translations (#6011)
Eugen Rochko [Wed, 13 Dec 2017 15:37:15 +0000 (16:37 +0100)]
Weblate translations (#6011)

* Translated using Weblate (Dutch)

Currently translated at 100.0% (522 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/

* Translated using Weblate (French)

Currently translated at 99.8% (521 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/

* Translated using Weblate (Catalan)

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/

* Translated using Weblate (Catalan)

Currently translated at 99.4% (519 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/

* Translated using Weblate (Japanese)

Currently translated at 99.4% (519 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/

* Translated using Weblate (Portuguese)

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/nl/

* Translated using Weblate (Galician)

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/gl/

* Translated using Weblate (Japanese)

Currently translated at 99.6% (520 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (56 of 56 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ja/

* Translated using Weblate (Arabic)

Currently translated at 40.0% (209 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/

* Translated using Weblate (Arabic)

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/

* Translated using Weblate (Polish)

Currently translated at 99.8% (521 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pl/

* Added translation using Weblate (Galician)

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.0% (517 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/

* Translated using Weblate (Galician)

Currently translated at 100.0% (56 of 56 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/

* Added translation using Weblate (Galician)

* Translated using Weblate (Galician)

Currently translated at 100.0% (56 of 56 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/gl/

* Translated using Weblate (Galician)

Currently translated at 22.6% (17 of 75 strings)

Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/gl/

* Translated using Weblate (Portuguese)

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt/

* Translated using Weblate (Portuguese)

Currently translated at 66.0% (37 of 56 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/

* Translated using Weblate (Japanese)

Currently translated at 99.6% (520 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ja/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (43 of 43 strings)

Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ja/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.6% (520 of 522 strings)

Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/pt_BR/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/

* Translated using Weblate (Arabic)

Currently translated at 100.0% (257 of 257 strings)

Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/

* Translated using Weblate (Arabic)

Currently translated at 48.8% (21 of 43 strings)

Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/ar/

* Translated using Weblate (Arabic)

Currently translated at 98.2% (55 of 56 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/

* Translated using Weblate (Portuguese)

Currently translated at 73.2% (41 of 56 strings)

Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/pt/

* Translated using Weblate (Portuguese)

Currently translated at 100.0% (43 of 43 strings)

Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pt/

* i18n-tasks normalize && yarn manage:translations

* Restore wrongfully deleted files

8 years agoUpdate Chinese (Simplified) translations (#6005)
SerCom_KC [Wed, 13 Dec 2017 14:52:40 +0000 (22:52 +0800)]
Update Chinese (Simplified) translations (#6005)

* i18n: (zh-CN) Remove spaces in time distances

* i18n: (zh-CN) Update translations for #5997

* i18n: (zh-CN) Add translation for #6004
also change translation of `staff` from `管理员` to `工作人员`

* i18n: (zh-CN) Add translations for #6003

* i18n: (zh-CN) Normalization

8 years agoMake sure call `done();` in the listener of public timeline for anonymous connection...
nullkal [Wed, 13 Dec 2017 13:27:36 +0000 (22:27 +0900)]
Make sure call `done();` in the listener of public timeline for anonymous connection (#6009)

8 years agoFix the condition in streaming listener (#6008)
nullkal [Wed, 13 Dec 2017 12:42:16 +0000 (21:42 +0900)]
Fix the condition in streaming listener (#6008)

8 years agoAdd filters to admin UI for custom emojis (#6003)
Eugen Rochko [Wed, 13 Dec 2017 12:28:31 +0000 (13:28 +0100)]
Add filters to admin UI for custom emojis (#6003)

8 years agoBump version to 2.1.0rc4
Eugen Rochko [Wed, 13 Dec 2017 11:45:12 +0000 (12:45 +0100)]
Bump version to 2.1.0rc4

8 years agoChange streaming API URL when remote development (#5942)
Yamagishi Kazutoshi [Wed, 13 Dec 2017 11:43:54 +0000 (20:43 +0900)]
Change streaming API URL when remote development (#5942)

* Change streaming API URL when remote development

* Use STREAMING_API_BASE_URL when dev env