]>
cat aescling's git repositories - mastodon.git/log
David Yip [Tue, 2 Jan 2018 06:26:44 +0000 (00:26 -0600)]
More ../ -> ~.
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
Akihiko Odaki [Tue, 2 Jan 2018 04:28:49 +0000 (13:28 +0900)]
Use const instead of let for constant (#6106)
Akihiko Odaki [Tue, 2 Jan 2018 04:07:56 +0000 (13:07 +0900)]
Show mastodon on modal (#6129)
Jenkins [Sun, 31 Dec 2017 09:17:15 +0000 (09:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Branko Kokanovic [Sun, 31 Dec 2017 08:28:20 +0000 (08:28 +0000)]
Adding Serbian translation (#6133)
* Adding Serbian translation
* i18n-tasks normalize
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
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
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.
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).
Jeong Arm [Sat, 30 Dec 2017 01:44:19 +0000 (10:44 +0900)]
Translate Korean (#6131)
Relates to #6125, #6099
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)
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
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
MitarashiDango [Thu, 28 Dec 2017 15:20:34 +0000 (00:20 +0900)]
bug fix (WebPush does not work) (#6120)
cwm [Thu, 28 Dec 2017 14:30:51 +0000 (08:30 -0600)]
Fix GIF avatars not autoplaying (fixes #287, tootsuite pr #6000)
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
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
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.
Akihiko Odaki [Wed, 27 Dec 2017 02:29:49 +0000 (11:29 +0900)]
Fix XML oEmbed support discovery (#6104)
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
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
cwm [Tue, 26 Dec 2017 20:20:41 +0000 (14:20 -0600)]
Set direction style to reply indicator (tootsuite pr #6006)
cwm [Tue, 26 Dec 2017 20:04:52 +0000 (14:04 -0600)]
Reduce motion for boost animation (tootsuite pr #5871)
cwm [Tue, 26 Dec 2017 19:49:53 +0000 (13:49 -0600)]
Fix layout for RTL (tootsuite pr #6014, #6018)
cwm [Tue, 26 Dec 2017 19:30:23 +0000 (13:30 -0600)]
Fix focused background color of favourited direct toot (tootsuite pr #6021)
cwm [Tue, 26 Dec 2017 19:28:19 +0000 (13:28 -0600)]
Move dropdown transform origin (tootsuite pr #6091)
cwm [Tue, 26 Dec 2017 19:25:43 +0000 (13:25 -0600)]
onMuteNotifications validation (tootsuite pr #6092)
cwm [Tue, 26 Dec 2017 19:21:20 +0000 (13:21 -0600)]
Rename settingKey to settingPath (tootsuite pr #6046 & #6098)
Jenkins [Tue, 26 Dec 2017 18:17:16 +0000 (18:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
beatrix [Tue, 26 Dec 2017 17:43:52 +0000 (12:43 -0500)]
add ruby-progressbar to gemfile (fixes #6110) (#6111)
takayamaki [Tue, 26 Dec 2017 16:56:31 +0000 (01:56 +0900)]
more faster index on notifications table (#6108)
cwm [Tue, 26 Dec 2017 16:41:44 +0000 (10:41 -0600)]
use 'flavours/glitch/' prefix in new imports
cwm [Tue, 26 Dec 2017 16:13:38 +0000 (10:13 -0600)]
Add mute, block, conversation mute actions to detailed status dropdown menu
Jenkins [Mon, 25 Dec 2017 20:17:10 +0000 (20:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
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
MitarashiDango [Mon, 25 Dec 2017 15:14:06 +0000 (00:14 +0900)]
Additional prop name change. (#6098)
Yamagishi Kazutoshi [Mon, 25 Dec 2017 14:02:08 +0000 (23:02 +0900)]
Add supported Node.js version to package.json (#6096)
Jenkins [Sun, 24 Dec 2017 15:17:12 +0000 (15:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
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
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
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
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
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
cpsdqs [Sat, 23 Dec 2017 23:53:03 +0000 (00:53 +0100)]
Move dropdown transform origin to top edge (#6091)
Jenkins [Fri, 22 Dec 2017 04:17:14 +0000 (04:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
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
ncls7615 [Fri, 22 Dec 2017 03:22:41 +0000 (12:22 +0900)]
Update and add some translate
ncls7615 [Fri, 22 Dec 2017 03:11:28 +0000 (12:11 +0900)]
Add more en and ja
ncls7615 [Fri, 22 Dec 2017 03:01:38 +0000 (12:01 +0900)]
Add en and ja
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
ThibG [Fri, 22 Dec 2017 01:15:08 +0000 (02:15 +0100)]
Reduce the number of synchronous resolves when posting toots (#6075)
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.
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
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
ncls7615 [Thu, 21 Dec 2017 22:12:49 +0000 (07:12 +0900)]
Fix account header avatar
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.
David Yip [Thu, 21 Dec 2017 19:22:33 +0000 (13:22 -0600)]
Add data-status-by back to DetailedStatus component. Fixes #273.
cwm [Thu, 21 Dec 2017 19:04:40 +0000 (13:04 -0600)]
<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049)
cwm [Thu, 21 Dec 2017 18:45:11 +0000 (12:45 -0600)]
remove themes.default from i18n-tasks unused check
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)
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.
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.
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.
David Yip [Thu, 21 Dec 2017 02:02:50 +0000 (20:02 -0600)]
Remove unused themes.default key in ko locale.
cwm [Wed, 20 Dec 2017 15:50:29 +0000 (09:50 -0600)]
add keyboard shortcuts to getting started (fixes #275)
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
Jenkins [Wed, 20 Dec 2017 08:17:15 +0000 (08:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Akihiko Odaki [Wed, 20 Dec 2017 07:19:59 +0000 (16:19 +0900)]
Rename settingKey in setting_toggle to settingPath (#6046)
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
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
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
ncls7615 [Tue, 19 Dec 2017 11:16:48 +0000 (20:16 +0900)]
Add en and ja
cwm [Mon, 18 Dec 2017 04:21:15 +0000 (22:21 -0600)]
missed a semicolon
cwm [Mon, 18 Dec 2017 04:00:25 +0000 (22:00 -0600)]
use makeMapStateToProps
cwm [Mon, 18 Dec 2017 03:25:18 +0000 (21:25 -0600)]
use list-ul icon in list header and web/lists
Jenkins [Sun, 17 Dec 2017 03:17:14 +0000 (03:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Peter [Sun, 17 Dec 2017 02:26:42 +0000 (02:26 +0000)]
Add Slovak translation (#6052)
* Add Slovak translation
* Slovak translation: i18n-normalize
Jenkins [Sat, 16 Dec 2017 15:17:12 +0000 (15:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
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
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
ncls7615 [Sat, 16 Dec 2017 11:27:26 +0000 (20:27 +0900)]
fix admin/action_logs page
kibigo! [Fri, 15 Dec 2017 20:49:23 +0000 (12:49 -0800)]
Fixes #244 to make search results scrollable
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
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
Jenkins [Fri, 15 Dec 2017 18:17:14 +0000 (18:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Eugen Rochko [Fri, 15 Dec 2017 18:14:57 +0000 (19:14 +0100)]
Bump version to 2.1.0 🎆
beatrix [Fri, 15 Dec 2017 14:12:54 +0000 (09:12 -0500)]
Merge pull request #269 from ncls7615/patch-1
Update ja.js
NCLS [Fri, 15 Dec 2017 10:43:10 +0000 (19:43 +0900)]
Update ja.js
NCLS [Fri, 15 Dec 2017 10:38:13 +0000 (19:38 +0900)]
Update ja.js
Jenkins [Fri, 15 Dec 2017 01:17:12 +0000 (01:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Eugen Rochko [Fri, 15 Dec 2017 01:00:28 +0000 (02:00 +0100)]
Bump version to 2.1.0rc6
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)
Naoki Kosaka [Thu, 14 Dec 2017 22:31:14 +0000 (07:31 +0900)]
Fix oEmbed image_modal src. (#6027)
Eugen Rochko [Thu, 14 Dec 2017 20:35:30 +0000 (21:35 +0100)]
Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026)
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
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
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").
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
Jenkins [Wed, 13 Dec 2017 23:17:15 +0000 (23:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master