]> cat aescling's git repositories - mastodon.git/log
mastodon.git
8 years agoMaterial app icon for Chrome (#5291)
Eugen Rochko [Mon, 9 Oct 2017 19:27:16 +0000 (21:27 +0200)]
Material app icon for Chrome (#5291)

8 years agoFix #5278 - Update emoji-mart so invalid emoji IDs don't crash it (#5290)
Eugen Rochko [Mon, 9 Oct 2017 18:52:40 +0000 (20:52 +0200)]
Fix #5278 - Update emoji-mart so invalid emoji IDs don't crash it (#5290)

8 years agoCenter error layout (#5289)
Eugen Rochko [Mon, 9 Oct 2017 18:51:36 +0000 (20:51 +0200)]
Center error layout (#5289)

8 years agoFix #5274 - Create symlink from public/500.html to public/assets/500.html (#5288)
Eugen Rochko [Mon, 9 Oct 2017 18:51:24 +0000 (20:51 +0200)]
Fix #5274 - Create symlink from public/500.html to public/assets/500.html (#5288)

8 years agoRemove timestamps on any option (#5282)
Jeong Arm [Mon, 9 Oct 2017 15:52:02 +0000 (00:52 +0900)]
Remove timestamps on any option (#5282)

8 years agoFix pagination in Api::V1::BlocksController (#5285)
Akihiko Odaki [Mon, 9 Oct 2017 15:30:31 +0000 (00:30 +0900)]
Fix pagination in Api::V1::BlocksController (#5285)

8 years agoFix migration failure due to StrongMigrations on production env (#5283)
unarist [Mon, 9 Oct 2017 08:05:35 +0000 (17:05 +0900)]
Fix migration failure due to StrongMigrations on production env (#5283)

8 years agoFix dependency of error page generation on database (#5280)
Eugen Rochko [Mon, 9 Oct 2017 08:05:10 +0000 (10:05 +0200)]
Fix dependency of error page generation on database (#5280)

8 years agoBump version to 2.0.0rc1 (#5209)
Eugen Rochko [Sun, 8 Oct 2017 20:03:44 +0000 (22:03 +0200)]
Bump version to 2.0.0rc1 (#5209)

8 years agoFix #5272 - Order of checks in ActivityPub handler (#5276)
Eugen Rochko [Sun, 8 Oct 2017 20:03:34 +0000 (22:03 +0200)]
Fix #5272 - Order of checks in ActivityPub handler (#5276)

8 years agoFix #5271 - Fix missing attribute in remove_from_feed (#5277)
Eugen Rochko [Sun, 8 Oct 2017 19:55:34 +0000 (21:55 +0200)]
Fix #5271 - Fix missing attribute in remove_from_feed (#5277)

Regression from #4801

8 years agoTrack frequently used emojis in web UI (#5275)
Eugen Rochko [Sun, 8 Oct 2017 19:47:15 +0000 (21:47 +0200)]
Track frequently used emojis in web UI (#5275)

* Track frequently used emojis in web UI

* Persist emoji usage, but debounce commits to the settings API

* Fix #5144 - Add tooltips to picker

* Display only 2 lines of frequently used emojis

8 years agoSet snowflake IDs for backdated statuses (#5260)
Eugen Rochko [Sun, 8 Oct 2017 15:34:34 +0000 (17:34 +0200)]
Set snowflake IDs for backdated statuses (#5260)

- Rename Mastodon::TimestampIds into Mastodon::Snowflake for clarity
- Skip for statuses coming from inbox, aka delivered in real-time
- Skip for statuses that claim to be from the future

8 years agoFix #5178 - Use object URI only in Announce, instead of embedding (#5266)
Eugen Rochko [Sun, 8 Oct 2017 12:41:59 +0000 (14:41 +0200)]
Fix #5178 - Use object URI only in Announce, instead of embedding (#5266)

8 years agoi18n: Update Polish translation (#5270)
m4sk1n [Sun, 8 Oct 2017 07:00:55 +0000 (09:00 +0200)]
i18n: Update Polish translation (#5270)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years agoTranslate some Esperanto (#5252)
Jeong Arm [Sun, 8 Oct 2017 05:30:14 +0000 (14:30 +0900)]
Translate some Esperanto (#5252)

* Translate some Esperanto

* More translation

* More Esperanto translation

* Esperanto translation

* Fix mistaken format

8 years agoi18n update Occitan (#5263)
JeanGauthier [Sun, 8 Oct 2017 05:18:27 +0000 (07:18 +0200)]
i18n update Occitan (#5263)

* Update oc.json

* Update oc.yml

* Update oc.yml

* Update oc.json

8 years agoVideo preload should be a string (#5267)
Nolan Lawson [Sun, 8 Oct 2017 01:06:43 +0000 (18:06 -0700)]
Video preload should be a string (#5267)

8 years agoUse ES module build of react-router-dom (#5264)
Nolan Lawson [Sun, 8 Oct 2017 00:55:58 +0000 (17:55 -0700)]
Use ES module build of react-router-dom (#5264)

8 years agoDynamically calculate card height for embeds instead of padding (#5265)
Eugen Rochko [Sun, 8 Oct 2017 00:34:49 +0000 (02:34 +0200)]
Dynamically calculate card height for embeds instead of padding (#5265)

The padding trick was hard-coded to a 16:9 ratio, but we can use
width and height provided from OEmbed information and width
of the card itself to calculate a new height

8 years agoShow buffering in video player (#5261)
Eugen Rochko [Sun, 8 Oct 2017 00:33:08 +0000 (02:33 +0200)]
Show buffering in video player (#5261)

8 years agoUpdate outdated README (#5262)
Eugen Rochko [Sat, 7 Oct 2017 19:20:59 +0000 (21:20 +0200)]
Update outdated README (#5262)

8 years agoAdd moderation note (#5240)
nullkal [Sat, 7 Oct 2017 18:26:43 +0000 (03:26 +0900)]
Add moderation note (#5240)

* Add moderation note

* Add frozen_string_literal

* Make rspec pass

8 years agoRedesign public hashtag pages (#5237)
Eugen Rochko [Sat, 7 Oct 2017 18:00:35 +0000 (20:00 +0200)]
Redesign public hashtag pages (#5237)

8 years agoFix custom emoji in emoji picker, persist skin tone (#5258)
Eugen Rochko [Sat, 7 Oct 2017 17:02:30 +0000 (19:02 +0200)]
Fix custom emoji in emoji picker, persist skin tone (#5258)

8 years agoIn REST API, when URL can be missing, cast it to nil (#5259)
Eugen Rochko [Sat, 7 Oct 2017 16:55:48 +0000 (18:55 +0200)]
In REST API, when URL can be missing, cast it to nil (#5259)

8 years agoJapanese translation (relative time) (#5251)
MitarashiDango [Sat, 7 Oct 2017 16:32:03 +0000 (01:32 +0900)]
Japanese translation (relative time) (#5251)

8 years agoEncode custom emojis as resolveable objects in ActivityPub (#5243)
Eugen Rochko [Sat, 7 Oct 2017 15:43:42 +0000 (17:43 +0200)]
Encode custom emojis as resolveable objects in ActivityPub (#5243)

* Encode custom emojis as resolveable objects in ActivityPub

* Improve code style

8 years agoUpdate emoji-mart to v2.1.1 (#5256)
Nolan Lawson [Sat, 7 Oct 2017 10:17:02 +0000 (03:17 -0700)]
Update emoji-mart to v2.1.1 (#5256)

8 years agoFix regression from #5206 - deduplicate descendants (#5253)
Eugen Rochko [Sat, 7 Oct 2017 10:16:39 +0000 (12:16 +0200)]
Fix regression from #5206 - deduplicate descendants (#5253)

8 years agoKorean translation (#5244)
Jeong Arm [Sat, 7 Oct 2017 05:16:59 +0000 (14:16 +0900)]
Korean translation (#5244)

* [i18n] Korean translation

Add missing Korean translations.

[skip ci]

* start ci

8 years agoMake auto-play GIFs preference affect custom emojis in web UI (#5254)
Eugen Rochko [Sat, 7 Oct 2017 00:38:52 +0000 (02:38 +0200)]
Make auto-play GIFs preference affect custom emojis in web UI (#5254)

8 years agoi18n: Update Polish translation (#5255)
m4sk1n [Fri, 6 Oct 2017 20:43:32 +0000 (22:43 +0200)]
i18n: Update Polish translation (#5255)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years agoFix overflowing in web UI (#5246)
Lynx Kotoura [Fri, 6 Oct 2017 18:40:17 +0000 (03:40 +0900)]
Fix overflowing in web UI (#5246)

* Fix overflowing in web UI

* Revert fixing dropdown menu modal

8 years agoImprove error handling on LinkCrawlWorker (#5250)
unarist [Fri, 6 Oct 2017 18:39:08 +0000 (03:39 +0900)]
Improve error handling on LinkCrawlWorker (#5250)

* Improve error handling on LinkCrawlWorker

* Ignore TimeoutError and InvalidURIError too
* Record errors to debug log
* Enable dead job queue on LinkCrawlWorker

Since most of acceptable errors were already ignored, only our side issue should go to dead job queue.

* Ignore all http gem errors

8 years agoFix remote profile being displayed in HTML on remote_follow (#5249)
unarist [Fri, 6 Oct 2017 18:38:29 +0000 (03:38 +0900)]
Fix remote profile being displayed in HTML on remote_follow (#5249)

8 years agoFix error on reloading status detail column (#5248)
K.SHIRAKASHI [Fri, 6 Oct 2017 18:37:56 +0000 (03:37 +0900)]
Fix error on reloading status detail column (#5248)

8 years agoSpecify middleware versions in docker-compose.yml (#5247)
unarist [Fri, 6 Oct 2017 18:37:17 +0000 (03:37 +0900)]
Specify middleware versions in docker-compose.yml (#5247)

PostgreSQL10 has been released, but upgrading from older versions needs dump/restore. If you pull new version without those handling, db service will fail to launch.

To prevent accidentally upgrading, and as a recommended version, this patch specifies PostgreSQL and Redis version.

8 years agoFix error at emoji_compressed in Firefox ESR (#5241)
MIYAGI Hikaru [Fri, 6 Oct 2017 14:40:41 +0000 (14:40 +0000)]
Fix error at emoji_compressed in Firefox ESR (#5241)

8 years agoFix theme settings (#5242)
Lynx Kotoura [Fri, 6 Oct 2017 11:29:53 +0000 (20:29 +0900)]
Fix theme settings (#5242)

8 years agoFix thinking_face emoji autocomplete (#5238)
Nolan Lawson [Fri, 6 Oct 2017 10:03:13 +0000 (03:03 -0700)]
Fix thinking_face emoji autocomplete (#5238)

8 years agoImport only Spring/Motion from react-motion (#5236)
Nolan Lawson [Fri, 6 Oct 2017 01:46:15 +0000 (18:46 -0700)]
Import only Spring/Motion from react-motion (#5236)

8 years agoCompress and combine emoji data (#5229)
Nolan Lawson [Fri, 6 Oct 2017 01:42:34 +0000 (18:42 -0700)]
Compress and combine emoji data (#5229)

8 years agoClean up code style of Mastodon::TimestampId module (#5232)
Eugen Rochko [Fri, 6 Oct 2017 01:42:21 +0000 (03:42 +0200)]
Clean up code style of Mastodon::TimestampId module (#5232)

* Clean up code style of Mastodon::TimestampId module

* Update brakeman config

8 years agoAdd strong_migrations to production dependency (#5234)
unarist [Fri, 6 Oct 2017 01:24:54 +0000 (10:24 +0900)]
Add strong_migrations to production dependency (#5234)

8 years agoimport only Overlay from react-overlays (#5235)
Nolan Lawson [Fri, 6 Oct 2017 01:24:33 +0000 (18:24 -0700)]
import only Overlay from react-overlays (#5235)

8 years agoImplement hotkeys for web UI (#5164)
Eugen Rochko [Thu, 5 Oct 2017 23:07:59 +0000 (01:07 +0200)]
Implement hotkeys for web UI (#5164)

* Fix #2102 - Implement hotkeys

Hotkeys on status list:

- r to reply
- m to mention author
- f to favourite
- b to boost
- enter to open status
- p to open author's profile
- up or k to move up in the list
- down or j to move down in the list
- 1-9 to focus a status in one of the columns
- n to focus the compose textarea
- alt+n to start a brand new toot
- backspace to navigate back

* Add navigational hotkeys

The key g followed by:

- s: start
- h: home
- n: notifications
- l: local timeline
- t: federated timeline
- f: favourites
- u: own profile
- p: pinned toots
- b: blocked users
- m: muted users

* Add hotkey for focusing search, make escape un-focus compose/search

* Fix focusing notifications column, fix hotkeys in compose textarea

8 years agoImprove admin UI for custom emojis, add copy/disable/enable (#5231)
Eugen Rochko [Thu, 5 Oct 2017 21:42:05 +0000 (23:42 +0200)]
Improve admin UI for custom emojis, add copy/disable/enable (#5231)

8 years agoWhen processing custom emoji, ensure a non-animated version exists (#5230)
Eugen Rochko [Thu, 5 Oct 2017 21:41:47 +0000 (23:41 +0200)]
When processing custom emoji, ensure a non-animated version exists (#5230)

Use the non-animated version in web UI, but return both in API

8 years agoFix regression in FetchRemoteResourceService (#5217)
ThibG [Wed, 4 Oct 2017 22:21:44 +0000 (00:21 +0200)]
Fix regression in FetchRemoteResourceService (#5217)

* Fix regression in FetchRemoteResourceService

* Update specs to match interface changes made in #5114

8 years agoadjust public profile pages 2 (#5223)
Lynx Kotoura [Wed, 4 Oct 2017 20:49:36 +0000 (05:49 +0900)]
adjust public profile pages 2 (#5223)

8 years agoUpdate German translation (#5221)
Jakob Kramer [Wed, 4 Oct 2017 18:03:41 +0000 (20:03 +0200)]
Update German translation (#5221)

8 years agoFix #5050 - Use summary_large_image only with media attachments (#5219)
Eugen Rochko [Wed, 4 Oct 2017 17:06:23 +0000 (19:06 +0200)]
Fix #5050 - Use summary_large_image only with media attachments (#5219)

8 years agoFix style of email domain block table (#5218)
Lynx Kotoura [Wed, 4 Oct 2017 16:16:30 +0000 (01:16 +0900)]
Fix style of email domain block table (#5218)

8 years agofix error (When part of conversation has already been deleted.) (#5216)
MitarashiDango [Wed, 4 Oct 2017 14:28:39 +0000 (23:28 +0900)]
fix error (When part of conversation  has already been deleted.) (#5216)

8 years agoImplement EmailBlackList (#5109)
utam0k [Wed, 4 Oct 2017 13:16:10 +0000 (22:16 +0900)]
Implement EmailBlackList (#5109)

* Implement BlacklistedEmailDomain

* Use Faker::Internet.domain_name

* Remove note column

* Add frozen_string_literal comment

* Delete unnecessary codes

* Sort alphabetically

* Change of wording

* Rename BlacklistedEmailDomain to EmailDomainBlock

8 years agoSupply @instance variable in password reset instructions / password change mailer...
Ryo Kajiwara [Wed, 4 Oct 2017 11:25:24 +0000 (20:25 +0900)]
Supply @instance variable in password reset instructions / password change mailer (#5215)

8 years agoSeparate notifications preferences from general preferences (#4447)
Yamagishi Kazutoshi [Wed, 4 Oct 2017 08:22:52 +0000 (17:22 +0900)]
Separate notifications preferences from general preferences (#4447)

* Separate notifications preferences from general preferences

* Refine settings/notifications/show

* remove preferences.notifications

8 years agoCheck Webfinger-returned author URI even when not redirected (#5213)
ThibG [Wed, 4 Oct 2017 07:59:28 +0000 (09:59 +0200)]
Check Webfinger-returned author URI even when not redirected (#5213)

The whole point of verified_webfinger? is to check the WebFinger-discoverable
URI maps back to the known author URI. This was not actually verified if the
first Webfinger request was not a redirection.

8 years agoNon-Serial ("Snowflake") IDs (#4801)
aschmitz [Wed, 4 Oct 2017 07:56:37 +0000 (02:56 -0500)]
Non-Serial ("Snowflake") IDs (#4801)

* Use non-serial IDs

This change makes a number of nontrivial tweaks to the data model in
Mastodon:

* All IDs are now 8 byte integers (rather than mixed 4- and 8-byte)
* IDs are now assigned as:
  * Top 6 bytes: millisecond-resolution time from epoch
  * Bottom 2 bytes: serial (within the millisecond) sequence number
  * See /lib/tasks/db.rake's `define_timestamp_id` for details, but
    note that the purpose of these changes is to make it difficult to
    determine the number of objects in a table from the ID of any
    object.
* The Redis sorted set used for the feed will have values used to look
  up toots, rather than scores. This is almost always the same as the
  existing behavior, except in the case of boosted toots. This change
  was made because Redis stores scores as double-precision floats,
  which cannot store the new ID format exactly. Note that this doesn't
  cause problems with sorting/pagination, because ZREVRANGEBYSCORE
  sorts lexicographically when scores are tied. (This will still cause
  sorting issues when the ID gains a new significant digit, but that's
  extraordinarily uncommon.)

Note a couple of tradeoffs have been made in this commit:

* lib/tasks/db.rake is used to enforce many/most column constraints,
  because this commit seems likely to take a while to bring upstream.
  Enforcing a post-migrate hook is an easier way to maintain the code
  in the interim.
* Boosted toots will appear in the timeline as many times as they have
  been boosted. This is a tradeoff due to the way the feed is saved in
  Redis at the moment, but will be handled by a future commit.

This would effectively close Mastodon's #1059, as it is a
snowflake-like system of generating IDs. However, given how involved
the changes were simply within Mastodon, it may have unexpected
interactions with some clients, if they store IDs as doubles
(or as 4-byte integers). This was a problem that Twitter ran into with
their "snowflake" transition, particularly in JavaScript clients that
treated IDs as JS integers, rather than strings. It therefore would be
useful to test these changes at least in the web interface and popular
clients before pushing them to all users.

* Fix JavaScript interface with long IDs

Somewhat predictably, the JS interface handled IDs as numbers, which in
JS are IEEE double-precision floats. This loses some precision when
working with numbers as large as those generated by the new ID scheme,
so we instead handle them here as strings. This is relatively simple,
and doesn't appear to have caused any problems, but should definitely
be tested more thoroughly than the built-in tests. Several days of use
appear to support this working properly.

BREAKING CHANGE:

The major(!) change here is that IDs are now returned as strings by the
REST endpoints, rather than as integers. In practice, relatively few
changes were required to make the existing JS UI work with this change,
but it will likely hit API clients pretty hard: it's an entirely
different type to consume. (The one API client I tested, Tusky, handles
this with no problems, however.)

Twitter ran into this issue when introducing Snowflake IDs, and decided
to instead introduce an `id_str` field in JSON responses. I have opted
to *not* do that, and instead force all IDs to 64-bit integers
represented by strings in one go. (I believe Twitter exacerbated their
problem by rolling out the changes three times: once for statuses, once
for DMs, and once for user IDs, as well as by leaving an integer ID
value in JSON. As they said, "If you’re using the `id` field with JSON
in a Javascript-related language, there is a very high likelihood that
the integers will be silently munged by Javascript interpreters. In most
cases, this will result in behavior such as being unable to load or
delete a specific direct message, because the ID you're sending to the
API is different than the actual identifier associated with the
message." [1]) However, given that this is a significant change for API
users, alternatives or a transition time may be appropriate.

1: https://blog.twitter.com/developer/en_us/a/2011/direct-messages-going-snowflake-on-sep-30-2011.html

* Restructure feed pushes/unpushes

This was necessary because the previous behavior used Redis zset scores
to identify statuses, but those are IEEE double-precision floats, so we
can't actually use them to identify all 64-bit IDs. However, it leaves
the code in a much better state for refactoring reblog handling /
coalescing.

Feed-management code has been consolidated in FeedManager, including:

* BatchedRemoveStatusService no longer directly manipulates feed zsets
* RemoveStatusService no longer directly manipulates feed zsets
* PrecomputeFeedService has moved its logic to FeedManager#populate_feed

(PrecomputeFeedService largely made lots of calls to FeedManager, but
didn't follow the normal adding-to-feed process.)

This has the effect of unifying all of the feed push/unpush logic in
FeedManager, making it much more tractable to update it in the future.

Due to some additional checks that must be made during, for example,
batch status removals, some Redis pipelining has been removed. It does
not appear that this should cause significantly increased load, but if
necessary, some optimizations are possible in batch cases. These were
omitted in the pursuit of simplicity, but a batch_push and batch_unpush
would be possible in the future.

Tests were added to verify that pushes happen under expected conditions,
and to verify reblog behavior (both on pushing and unpushing). In the
case of unpushing, this includes testing behavior that currently leads
to confusion such as Mastodon's #2817, but this codifies that the
behavior is currently expected.

* Rubocop fixes

I could swear I made these changes already, but I must have lost them
somewhere along the line.

* Address review comments

This addresses the first two comments from review of this feature:

https://github.com/tootsuite/mastodon/pull/4801#discussion_r139336735
https://github.com/tootsuite/mastodon/pull/4801#discussion_r139336931

This adds an optional argument to FeedManager#key, the subtype of feed
key to generate. It also tests to ensure that FeedManager's settings are
such that reblogs won't be tracked forever.

* Hardcode IdToBigints migration columns

This addresses a comment during review:
https://github.com/tootsuite/mastodon/pull/4801#discussion_r139337452

This means we'll need to make sure that all _id columns going forward
are bigints, but that should happen automatically in most cases.

* Additional fixes for stringified IDs in JSON

These should be the last two. These were identified using eslint to try
to identify any plain casts to JavaScript numbers. (Some such casts are
legitimate, but these were not.)

Adding the following to .eslintrc.yml will identify casts to numbers:

~~~
  no-restricted-syntax:
  - warn
  - selector: UnaryExpression[operator='+'] > :not(Literal)
    message: Avoid the use of unary +
  - selector: CallExpression[callee.name='Number']
    message: Casting with Number() may coerce string IDs to numbers
~~~

The remaining three casts appear legitimate: two casts to array indices,
one in a server to turn an environment variable into a number.

* Only implement timestamp IDs for Status IDs

Per discussion in #4801, this is only being merged in for Status IDs at
this point. We do this in a migration, as there is no longer use for
a post-migration hook. We keep the initialization of the timestamp_id
function as a Rake task, as it is also needed after db:schema:load (as
db/schema.rb doesn't store Postgres functions).

* Change internal streaming payloads to stringified IDs as well

This is equivalent to 591a9af356faf2d5c7e66e3ec715502796c875cd from
#5019, with an extra change for the addition to FeedManager#unpush.

* Ensure we have a status_id_seq sequence

Apparently this is not a given when specifying a custom ID function,
so now we ensure it gets created. This uses the generic version of this
function to more easily support adding additional tables with timestamp
IDs in the future, although it would be possible to cut this down to a
less generic version if necessary. It is only run during db:schema:load
or the relevant migration, so the overhead is extraordinarily minimal.

* Transition reblogs to new Redis format

This provides a one-way migration to transition old Redis reblog entries
into the new format, with a separate tracking entry for reblogs.

It is not invertible because doing so could (if timestamp IDs are used)
require a database query for each status in each users' feed, which is
likely to be a significant toll on major instances.

* Address review comments from @akihikodaki

No functional changes.

* Additional review changes

* Heredoc cleanup

* Run db:schema:load hooks for test in development

This matches the behavior in Rails'
ActiveRecord::Tasks::DatabaseTasks.each_current_configuration, which
would otherwise break `rake db:setup` in development.

It also moves some functionality out to a library, which will be a good
place to put additional related functionality in the near future.

8 years agoConfigure webpack to poll for changes in development (#5040)
aschmitz [Wed, 4 Oct 2017 07:52:11 +0000 (02:52 -0500)]
Configure webpack to poll for changes in development (#5040)

* Configure webpack to poll for changes in development

Vagrant on Linux/macOS hosts shared files via NFS, which doens't
support inotify-based watching of files. This tweak makes webpack
check for changes every second, and rebuild if necessary. This
removes the need to restart Foreman every time a frontend file
changes. Note that rebuilding is still a relatively lengthy
process.

The polling frequency can be changed to taste.

* Only poll in Vagrant

This tests for the presence of the VAGRANT environment variable to
determine whether or not we're in Vagrant. It is set in .env.vagrant,
which is set up to be included in the Vagrantfile.

8 years agoFix undefined local variable (regression from #5114) (#5210)
Yamagishi Kazutoshi [Wed, 4 Oct 2017 07:51:42 +0000 (16:51 +0900)]
Fix undefined local variable (regression from #5114) (#5210)

8 years agoUse own, shorter relative timestamps (#5171)
Eugen Rochko [Tue, 3 Oct 2017 23:23:52 +0000 (01:23 +0200)]
Use own, shorter relative timestamps (#5171)

* Use own, shorter relative timestamps

* Add acct to title tooltip of display name in statuses

* Improve i18n of the relative times

8 years agoFollow up to #5172, clean up notifications after mute like after block (#5198)
Eugen Rochko [Tue, 3 Oct 2017 23:22:33 +0000 (01:22 +0200)]
Follow up to #5172, clean up notifications after mute like after block (#5198)

8 years agoValidate id of ActivityPub representations (#5114)
Akihiko Odaki [Tue, 3 Oct 2017 23:13:48 +0000 (08:13 +0900)]
Validate id of ActivityPub representations (#5114)

Additionally, ActivityPub::FetchRemoteStatusService no longer parses
activities.
OStatus::Activity::Creation no longer delegates to ActivityPub because
the provided ActivityPub representations are not signed while OStatus
representations are.

8 years agoWhen a streaming API status arrives, sort it into conversations (#5206)
Eugen Rochko [Tue, 3 Oct 2017 23:01:44 +0000 (01:01 +0200)]
When a streaming API status arrives, sort it into conversations (#5206)

8 years agoUse separate workers to process imports, retry failures (#5207)
Eugen Rochko [Tue, 3 Oct 2017 22:39:32 +0000 (00:39 +0200)]
Use separate workers to process imports, retry failures (#5207)

8 years agoFix possible acct: uri usurpation in ActivityPub account discovery (#5208)
Eugen Rochko [Tue, 3 Oct 2017 22:33:56 +0000 (00:33 +0200)]
Fix possible acct: uri usurpation in ActivityPub account discovery (#5208)

Signed-off-by: Eugen Rochko <eugen@zeonfederated.com>
8 years agoFix HTTP responses for salmon and ActivityPub inbox processing (#5200)
ThibG [Tue, 3 Oct 2017 21:21:19 +0000 (23:21 +0200)]
Fix HTTP responses for salmon and ActivityPub inbox processing (#5200)

* Return sensible HTTP status for ActivityPub inbox processing

* Return sensible HTTP status for salmon slap processing

* Return additional information to debug signature verification failures

8 years agoi18n: Update Polish translation (#5202)
m4sk1n [Tue, 3 Oct 2017 19:15:41 +0000 (21:15 +0200)]
i18n: Update Polish translation (#5202)

8 years agoAdd spec for emoji_index_light.js (#5199)
Nolan Lawson [Tue, 3 Oct 2017 18:54:38 +0000 (11:54 -0700)]
Add spec for emoji_index_light.js (#5199)

8 years agoCompress emoji_data_light.js (#5201)
Nolan Lawson [Tue, 3 Oct 2017 18:43:57 +0000 (11:43 -0700)]
Compress emoji_data_light.js (#5201)

8 years agoAdd pagination in media modal (#4343)
PFM [Tue, 3 Oct 2017 15:11:22 +0000 (00:11 +0900)]
Add pagination in media modal (#4343)

* Add pagination in media modal

* Change array name

* Add an element class

* Avoid nested class

* Pull out the active class

* Use map instead of forEach

* Remove parentheses

8 years agoFix emoji sequence bug in substring-trie (#5191)
Nolan Lawson [Tue, 3 Oct 2017 11:11:22 +0000 (04:11 -0700)]
Fix emoji sequence bug in substring-trie (#5191)

Fixes #5188

8 years agoAdd placeholder text color to form of media attachments (#5196)
Yamagishi Kazutoshi [Tue, 3 Oct 2017 11:10:57 +0000 (20:10 +0900)]
Add placeholder text color to form of media attachments (#5196)

8 years agoAdd missing Japanese translations (#5193)
Yamagishi Kazutoshi [Tue, 3 Oct 2017 11:10:26 +0000 (20:10 +0900)]
Add missing Japanese translations (#5193)

* yarn manage:translations

* Add Japanese translations for #5170

* Add Japanese translations for #5123

* Add Japanese translations for #5046

* Add Japanese translations for #5099

* Add Japanese translations for #5161

* "項目" -> "絵文字"

8 years agoRemove aria-label of status content (#5195)
Akihiko Odaki [Tue, 3 Oct 2017 11:10:07 +0000 (20:10 +0900)]
Remove aria-label of status content (#5195)

aria-label contained body of status with content warning, which should be
hidden by default. Remove the label for the case and other cases due to
consistency.

8 years agoUpdate German translation (#5189)
Jakob Kramer [Tue, 3 Oct 2017 00:53:18 +0000 (02:53 +0200)]
Update German translation (#5189)

8 years agoWhen muting, clear web UI like for blocks (#5172)
Eugen Rochko [Tue, 3 Oct 2017 00:01:54 +0000 (02:01 +0200)]
When muting, clear web UI like for blocks (#5172)

* When muting, clear web UI like for blocks

* Fix style issue

8 years agoFix #5079, fix #5186 - Emoji picker fixes (#5187)
Eugen Rochko [Mon, 2 Oct 2017 23:56:50 +0000 (01:56 +0200)]
Fix #5079, fix #5186 - Emoji picker fixes (#5187)

8 years agoi18n: Update translation files and Polish translation (#5180)
m4sk1n [Mon, 2 Oct 2017 21:38:40 +0000 (23:38 +0200)]
i18n: Update translation files and Polish translation (#5180)

* Update translation files

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n: Update Polish translation

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years agoFix stupid typo (#5184)
Jeong Arm [Mon, 2 Oct 2017 21:27:52 +0000 (06:27 +0900)]
Fix stupid typo (#5184)

8 years agoKorean translation (#5185)
Jeong Arm [Mon, 2 Oct 2017 21:26:28 +0000 (06:26 +0900)]
Korean translation (#5185)

* Add missing Korean translations

* Add Korean email confirmation template

* Fix Korean typo

8 years agoMake IdsToBigints (mostly!) non-blocking (#5088)
aschmitz [Mon, 2 Oct 2017 19:28:59 +0000 (14:28 -0500)]
Make IdsToBigints (mostly!) non-blocking (#5088)

* Make IdsToBigints (mostly!) non-blocking

This pulls in GitLab's MigrationHelpers, which include code to make
column changes in ways that Postgres can do without locking. In general,
this involves creating a new column, adding an index and any foreign
keys as appropriate, adding a trigger to keep it populated alongside
the old column, and then progressively copying data over to the new
column, before removing the old column and replacing it with the new
one.

A few changes to GitLab's MigrationHelpers were necessary:

* Some changes were made to remove dependencies on other GitLab code.
* We explicitly wait for index creation before forging ahead on column
  replacements.
* We use different temporary column names, to avoid running into index
  name length limits.
* We rename the generated indices back to what they "should" be after
  replacing columns.
* We rename the generated foreign keys to use the new column names when
  we had to create them. (This allows the migration to be rolled back
  without incident.)

# Big Scary Warning

There are two things here that may trip up large instances:

1. The change for tables' "id" columns is not concurrent. In
   particular, the stream_entries table may be big, and does not
   concurrently migrate its id column. (On the other hand, x_id type
   columns are all concurrent.)
2. This migration will take a long time to run, *but it should not
   lock tables during that time* (with the exception of the "id"
   columns as described above). That means this should probably be run
   in `screen` or some other session that can be run for a long time.
   Notably, the migration will take *longer* than it would without
   these changes, but the website will still be responsive during that
   time.

These changes were tested on a relatively large statuses table (256k
entries), and the service remained responsive during the migration.
Migrations both forward and backward were tested.

* Rubocop fixes

* MigrationHelpers: Support ID columns in some cases

This doesn't work in cases where the ID column is referred to as a
foreign key by another table.

* MigrationHelpers: support foreign keys for ID cols

Note that this does not yet support foreign keys on non-primary-key
columns, but Mastodon also doesn't yet have any that we've needed to
migrate.

This means we can perform fully "concurrent" migrations to change ID
column types, and the IdsToBigints migration can happen with effectively
no downtime. (A few operations require a transaction, such as renaming
columns or deleting them, but these transactions should not block for
noticeable amounts of time.)

The algorithm for generating foreign key names has changed with this,
and therefore all of those changed in schema.rb.

* Provide status, allow for interruptions

The MigrationHelpers now allow restarting the rename of a column if it
was interrupted, by removing the old "new column" and re-starting the
process.

Along with this, they now provide status updates on the changes which
are happening, as well as indications about when the changes can be
safely interrupted (when there are at least 10 seconds estimated to be
left before copying data is complete).

The IdsToBigints migration now also sorts the columns it migrates by
size, starting with the largest tables. This should provide
administrators a worst-case scenario estimate for the length of
migrations: each successive change will get faster, giving admins a
chance to abort early on if they need to run the migration later. The
idea is that this does not force them to try to time interruptions
between smaller migrations.

* Fix column sorting in IdsToBigints

Not a significant change, but it impacts the order of columns in the
database and db/schema.rb.

* Actually pause before IdsToBigints

8 years agoSearch popout (#5170)
Eugen Rochko [Mon, 2 Oct 2017 16:24:05 +0000 (18:24 +0200)]
Search popout (#5170)

8 years agoCode-split emoji-mart picker and data (#5175)
Nolan Lawson [Mon, 2 Oct 2017 05:22:24 +0000 (22:22 -0700)]
Code-split emoji-mart picker and data (#5175)

8 years agoAppend confirmation link as plain text (#5146)
Jeong Arm [Mon, 2 Oct 2017 05:21:46 +0000 (14:21 +0900)]
Append confirmation link as plain text (#5146)

* Append confirmation link as plain text

Some mail application is malfunctioning with links.

* Change description text

8 years agoSuppress backtrace from Request#perform (#5174)
Daigo 3 Dango [Mon, 2 Oct 2017 01:02:08 +0000 (15:02 -1000)]
Suppress backtrace from Request#perform (#5174)

8 years agoToggle contain:strict on fullscreen (#5159)
Nolan Lawson [Mon, 2 Oct 2017 01:01:01 +0000 (18:01 -0700)]
Toggle contain:strict on fullscreen (#5159)

* Toggle contain:strict on fullscreen

* Fix scss lint issue

* fix scss whitespace lint issue

8 years agoMake Chrome splash screen same color as web UI's background color (#5169)
Eugen Rochko [Sun, 1 Oct 2017 23:23:32 +0000 (01:23 +0200)]
Make Chrome splash screen same color as web UI's background color (#5169)

8 years agol10n Update OC: reorganization pref. page (#5168)
JeanGauthier [Sun, 1 Oct 2017 17:09:45 +0000 (19:09 +0200)]
l10n Update OC: reorganization pref. page (#5168)

8 years agoImprove privacy dropdown, remove react-simple-dropdown dependency (#5140)
Eugen Rochko [Sun, 1 Oct 2017 10:20:00 +0000 (12:20 +0200)]
Improve privacy dropdown, remove react-simple-dropdown dependency (#5140)

* Improve privacy dropdown, remove react-simple-dropdown dependency

* Animate privacy warning

* Fix react-router-scroll

8 years agoReorganize preferences page (#5161)
Eugen Rochko [Sun, 1 Oct 2017 08:52:39 +0000 (10:52 +0200)]
Reorganize preferences page (#5161)

8 years agoAdd image descriptions to title attribute to view on mouse hover/long-press. (#5137)
Daggertooth [Sat, 30 Sep 2017 22:35:49 +0000 (17:35 -0500)]
Add image descriptions to title attribute to view on mouse hover/long-press. (#5137)

* Add image descriptions to `title` attribute to view on mouse hover/long-press.

* Too many title properties may spoil the broth.

8 years agoFix order of paginated accounts in FollowerDomainsController and spec (#3357)
Akihiko Odaki [Sat, 30 Sep 2017 21:06:09 +0000 (06:06 +0900)]
Fix order of paginated accounts in FollowerDomainsController and spec (#3357)

* Fix order of paginated accounts in FollowerDomainsController

Unordered pagination could result in unexpected behavior.

* Cover Settings::FollowerDomainsController more

8 years agoFix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112)
Eugen Rochko [Sat, 30 Sep 2017 20:05:42 +0000 (22:05 +0200)]
Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112)

8 years agoReduce container size with clean yarn (#3506)
Hinaloe [Sat, 30 Sep 2017 20:05:24 +0000 (05:05 +0900)]
Reduce container size with clean yarn (#3506)

* Reduce container size with clean yarn

* Merge trouble

8 years agoChange wording on landing page. (#4805)
roikale [Sat, 30 Sep 2017 14:25:14 +0000 (17:25 +0300)]
Change wording on landing page. (#4805)

"Ilmainen" means "gratis", but Mastodon is free as in freedom, libre – "vapaa".
https://fi.wikipedia.org/wiki/Vapaa_ohjelmisto

8 years agoRetry ActivityPub delivery a few more times (#5014)
ThibG [Sat, 30 Sep 2017 14:01:46 +0000 (16:01 +0200)]
Retry ActivityPub delivery a few more times (#5014)

8 years agotrivial refactoring for emojify() (#5075)
MIYAGI Hikaru [Sat, 30 Sep 2017 13:57:32 +0000 (13:57 +0000)]
trivial refactoring for emojify() (#5075)

* unite loop process
* add hint for original emojifier