]> cat aescling's git repositories - mastodon.git/log
mastodon.git
8 years agoMore ../ -> ~.
David Yip [Tue, 2 Jan 2018 06:26:44 +0000 (00:26 -0600)]
More ../ -> ~.

8 years agoMerge remote-tracking branch 'origin/master' into merge-upstream
David Yip [Tue, 2 Jan 2018 06:11:41 +0000 (00:11 -0600)]
Merge remote-tracking branch 'origin/master' into merge-upstream

 Conflicts:
app/controllers/authorize_follows_controller.rb
app/javascript/styles/mastodon/components.scss

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 agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Sun, 31 Dec 2017 09:17:15 +0000 (09:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

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 agoMerge pull request #291 from glitch-soc/merge-upstream
David Yip [Sun, 31 Dec 2017 00:24:38 +0000 (18:24 -0600)]
Merge pull request #291 from glitch-soc/merge-upstream

Merge with upstream @ f4b80e6511f21b60f71ed182bb66ca6ef0ba9f66

8 years agoMerge remote-tracking branch 'origin/master' into merge-upstream
David Yip [Sat, 30 Dec 2017 23:20:07 +0000 (17:20 -0600)]
Merge remote-tracking branch 'origin/master' into merge-upstream

 Conflicts:
app/controllers/auth/confirmations_controller.rb

8 years agoSwitch to tootsuite's elephant friend for the drawer
David Yip [Sat, 30 Dec 2017 23:17:37 +0000 (17:17 -0600)]
Switch to tootsuite's elephant friend for the drawer

This version has a transparent background, which works better with the
wave.

8 years agoUse ~ notation in components for image references
David Yip [Sat, 30 Dec 2017 23:15:20 +0000 (17:15 -0600)]
Use ~ notation in components for image references

This uses (more or less) absolute references to external assets, which
allows imported stylesheets (like components.scss) to work from other
locations that may not have the expected path structure (e.g. the win95
theme).

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 agoMerge pull request #288 from chriswmartin/fix-gif-avatars
David Yip [Thu, 28 Dec 2017 19:23:41 +0000 (13:23 -0600)]
Merge pull request #288 from chriswmartin/fix-gif-avatars

Fix GIF avatars not autoplaying when gif autoplay is enabled

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 agoFix GIF avatars not autoplaying (fixes #287, tootsuite pr #6000)
cwm [Thu, 28 Dec 2017 14:30:51 +0000 (08:30 -0600)]
Fix GIF avatars not autoplaying (fixes #287, tootsuite pr #6000)

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 agoMerge remote-tracking branch 'origin/master' into merge-upstream
David Yip [Wed, 27 Dec 2017 04:24:19 +0000 (22:24 -0600)]
Merge remote-tracking branch 'origin/master' into merge-upstream

 Conflicts:
app/javascript/images/mastodon-drawer.png
app/javascript/styles/mastodon/components.scss

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 agoMerge pull request #286 from chriswmartin/merge-vanilla-updates-into-glitch
beatrix [Tue, 26 Dec 2017 22:03:29 +0000 (17:03 -0500)]
Merge pull request #286 from chriswmartin/merge-vanilla-updates-into-glitch

Merge various small vanilla updates into glitch

8 years agoMerge pull request #285 from chriswmartin/detailed-status-actions
beatrix [Tue, 26 Dec 2017 22:03:00 +0000 (17:03 -0500)]
Merge pull request #285 from chriswmartin/detailed-status-actions

Add mute, block, conversation mute actions to detailed status dropdown

8 years agoSet direction style to reply indicator (tootsuite pr #6006)
cwm [Tue, 26 Dec 2017 20:20:41 +0000 (14:20 -0600)]
Set direction style to reply indicator (tootsuite pr #6006)

8 years agoReduce motion for boost animation (tootsuite pr #5871)
cwm [Tue, 26 Dec 2017 20:04:52 +0000 (14:04 -0600)]
Reduce motion for boost animation (tootsuite pr #5871)

8 years agoFix layout for RTL (tootsuite pr #6014, #6018)
cwm [Tue, 26 Dec 2017 19:49:53 +0000 (13:49 -0600)]
Fix layout for RTL (tootsuite pr #6014, #6018)

8 years agoFix focused background color of favourited direct toot (tootsuite pr #6021)
cwm [Tue, 26 Dec 2017 19:30:23 +0000 (13:30 -0600)]
Fix focused background color of favourited direct toot (tootsuite pr #6021)

8 years agoMove dropdown transform origin (tootsuite pr #6091)
cwm [Tue, 26 Dec 2017 19:28:19 +0000 (13:28 -0600)]
Move dropdown transform origin (tootsuite pr #6091)

8 years agoonMuteNotifications validation (tootsuite pr #6092)
cwm [Tue, 26 Dec 2017 19:25:43 +0000 (13:25 -0600)]
onMuteNotifications validation (tootsuite pr #6092)

8 years agoRename settingKey to settingPath (tootsuite pr #6046 & #6098)
cwm [Tue, 26 Dec 2017 19:21:20 +0000 (13:21 -0600)]
Rename settingKey to settingPath (tootsuite pr #6046 & #6098)

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Tue, 26 Dec 2017 18:17:16 +0000 (18:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

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 agouse 'flavours/glitch/' prefix in new imports
cwm [Tue, 26 Dec 2017 16:41:44 +0000 (10:41 -0600)]
use 'flavours/glitch/' prefix in new imports

8 years agoAdd mute, block, conversation mute actions to detailed status dropdown menu
cwm [Tue, 26 Dec 2017 16:13:38 +0000 (10:13 -0600)]
Add mute, block, conversation mute actions to detailed status dropdown menu

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Mon, 25 Dec 2017 20:17:10 +0000 (20:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

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 agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Sun, 24 Dec 2017 15:17:12 +0000 (15:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

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 agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Fri, 22 Dec 2017 04:17:14 +0000 (04:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agoMerge pull request #280 from KnzkDev/add-en-ja
beatrix [Fri, 22 Dec 2017 03:49:30 +0000 (22:49 -0500)]
Merge pull request #280 from KnzkDev/add-en-ja

i18n: Add en and ja

8 years agoUpdate and add some translate
ncls7615 [Fri, 22 Dec 2017 03:22:41 +0000 (12:22 +0900)]
Update and add some translate

8 years agoAdd more en and ja
ncls7615 [Fri, 22 Dec 2017 03:11:28 +0000 (12:11 +0900)]
Add more en and ja

8 years agoAdd en and ja
ncls7615 [Fri, 22 Dec 2017 03:01:38 +0000 (12:01 +0900)]
Add en and ja

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 agoMerge pull request #266 from chriswmartin/getting-started-improvements
beatrix [Thu, 21 Dec 2017 23:47:07 +0000 (18:47 -0500)]
Merge pull request #266 from chriswmartin/getting-started-improvements

Getting started column improvements

8 years agoMerge pull request #278 from KnzkDev/fix/acc-header-avatar
beatrix [Thu, 21 Dec 2017 22:46:53 +0000 (17:46 -0500)]
Merge pull request #278 from KnzkDev/fix/acc-header-avatar

Fix account header avatar

8 years agoFix account header avatar
ncls7615 [Thu, 21 Dec 2017 22:12:49 +0000 (07:12 +0900)]
Fix account header avatar

8 years agoMerge pull request #277 from glitch-soc/273-add-data-status-by-to-detailed-status
beatrix [Thu, 21 Dec 2017 21:10:36 +0000 (16:10 -0500)]
Merge pull request #277 from glitch-soc/273-add-data-status-by-to-detailed-status

Add data-status-by back to DetailedStatus component.  Fixes #273.

8 years agoAdd data-status-by back to DetailedStatus component. Fixes #273.
David Yip [Thu, 21 Dec 2017 19:22:33 +0000 (13:22 -0600)]
Add data-status-by back to DetailedStatus component.  Fixes #273.

8 years ago<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049)
cwm [Thu, 21 Dec 2017 19:04:40 +0000 (13:04 -0600)]
<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049)

8 years agoremove themes.default from i18n-tasks unused check
cwm [Thu, 21 Dec 2017 18:45:11 +0000 (12:45 -0600)]
remove themes.default from i18n-tasks unused check

8 years agoMerge pull request #276 from glitch-soc/245-click-avatar-to-open-profile-in-new-tab
beatrix [Thu, 21 Dec 2017 13:30:22 +0000 (08:30 -0500)]
Merge pull request #276 from glitch-soc/245-click-avatar-to-open-profile-in-new-tab

Wrap <Avatar> in account header in a link to that account's page (fixes #245)

8 years agoMerge pull request #274 from glitch-soc/fix-packs-on-2fa-pages
beatrix [Thu, 21 Dec 2017 13:30:05 +0000 (08:30 -0500)]
Merge pull request #274 from glitch-soc/fix-packs-on-2fa-pages

Set packs on 2FA-related pages.  Fixes #271.

8 years agoWrap <Avatar> in account header in a link to that account's page. Fixes #245.
David Yip [Thu, 21 Dec 2017 11:05:18 +0000 (05:05 -0600)]
Wrap <Avatar> in account header in a link to that account's page.  Fixes #245.

8 years agoRemove themes.default from i18n-tasks unused check
David Yip [Thu, 21 Dec 2017 11:24:17 +0000 (05:24 -0600)]
Remove themes.default from i18n-tasks unused check

This translation key comes in from tootsuite, but the flavours system
does not use it.

8 years agoRemove unused themes.default key in ko locale.
David Yip [Thu, 21 Dec 2017 02:02:50 +0000 (20:02 -0600)]
Remove unused themes.default key in ko locale.

8 years agoadd keyboard shortcuts to getting started (fixes #275)
cwm [Wed, 20 Dec 2017 15:50:29 +0000 (09:50 -0600)]
add keyboard shortcuts to getting started (fixes #275)

8 years agoSet packs on 2FA-related pages. Fixes #271.
David Yip [Wed, 20 Dec 2017 09:15:54 +0000 (03:15 -0600)]
Set packs on 2FA-related pages.  Fixes #271.

Specifically, this commit:

- changes S::TFA::{Confirmations,RecoveryCodes}Controller to derive from
  S::BaseController, because this gives us the necessary actions and
  packs
- prepends set_pack to Auth::SessionsController's action chain so that
  it takes effect in time for render :two_factor

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Wed, 20 Dec 2017 08:17:15 +0000 (08:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

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 agoMerge pull request #272 from KnzkDev/add-en-ja
beatrix [Tue, 19 Dec 2017 15:35:02 +0000 (10:35 -0500)]
Merge pull request #272 from KnzkDev/add-en-ja

i18n: Update some locale files

8 years agoAdd en and ja
ncls7615 [Tue, 19 Dec 2017 11:16:48 +0000 (20:16 +0900)]
Add en and ja

8 years agomissed a semicolon
cwm [Mon, 18 Dec 2017 04:21:15 +0000 (22:21 -0600)]
missed a semicolon

8 years agouse makeMapStateToProps
cwm [Mon, 18 Dec 2017 04:00:25 +0000 (22:00 -0600)]
use makeMapStateToProps

8 years agouse list-ul icon in list header and web/lists
cwm [Mon, 18 Dec 2017 03:25:18 +0000 (21:25 -0600)]
use list-ul icon in list header and web/lists

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Sun, 17 Dec 2017 03:17:14 +0000 (03:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

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 agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Sat, 16 Dec 2017 15:17:12 +0000 (15:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agoMerge pull request #253 from glitch-soc/prevent-local-only-federation
beatrix [Sat, 16 Dec 2017 14:26:48 +0000 (09:26 -0500)]
Merge pull request #253 from glitch-soc/prevent-local-only-federation

prevent federation of local-only statuses

8 years agoMerge pull request #270 from KnzkDev/fix/action_logs
beatrix [Sat, 16 Dec 2017 14:25:57 +0000 (09:25 -0500)]
Merge pull request #270 from KnzkDev/fix/action_logs

Fix admin/action_logs page

8 years agofix admin/action_logs page
ncls7615 [Sat, 16 Dec 2017 11:27:26 +0000 (20:27 +0900)]
fix admin/action_logs page

8 years agoFixes #244 to make search results scrollable
kibigo! [Fri, 15 Dec 2017 20:49:23 +0000 (12:49 -0800)]
Fixes #244 to make search results scrollable

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 agoMerge branch 'gs-master' into prevent-local-only-federation
David Yip [Fri, 15 Dec 2017 18:20:56 +0000 (12:20 -0600)]
Merge branch 'gs-master' into prevent-local-only-federation

 Conflicts:
db/schema.rb

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Fri, 15 Dec 2017 18:17:14 +0000 (18:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

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 agoMerge pull request #269 from ncls7615/patch-1
beatrix [Fri, 15 Dec 2017 14:12:54 +0000 (09:12 -0500)]
Merge pull request #269 from ncls7615/patch-1

Update ja.js

8 years agoUpdate ja.js
NCLS [Fri, 15 Dec 2017 10:43:10 +0000 (19:43 +0900)]
Update ja.js

8 years agoUpdate ja.js
NCLS [Fri, 15 Dec 2017 10:38:13 +0000 (19:38 +0900)]
Update ja.js

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Fri, 15 Dec 2017 01:17:12 +0000 (01:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

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 agoExamples for Status.as_public_timeline.
David Yip [Thu, 14 Dec 2017 08:57:59 +0000 (02:57 -0600)]
Examples for Status.as_public_timeline.

Also adjust the examples for Status.as_tag_timeline to match the
nomenclature used in .as_public_timeline (e.g. "account" -> "viewer").

8 years agoExamples for Status#set_locality and .as_tag_timeline.
David Yip [Thu, 14 Dec 2017 08:27:42 +0000 (02:27 -0600)]
Examples for Status#set_locality and .as_tag_timeline.

This commit also:

- exposes the local-only emoji so that it can be used in examples
- allows local_only to be set explicitly, i.e. for timeline filtering
  specs

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Wed, 13 Dec 2017 23:17:15 +0000 (23:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master