Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beach City 1.8.0 #90

Merged
merged 276 commits into from Jun 18, 2019
Merged

Beach City 1.8.0 #90

merged 276 commits into from Jun 18, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 14, 2019

  1. Bump rubocop from 0.68.1 to 0.69.0 (mastodon#10762)

    Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.68.1 to 0.69.0.
    - [Release notes](https://github.com/rubocop-hq/rubocop/releases)
    - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v0.68.1...v0.69.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d901042 View commit details
    Browse the repository at this point in the history
  2. Bump brakeman from 4.5.0 to 4.5.1 (mastodon#10757)

    Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.5.0 to 4.5.1.
    - [Release notes](https://github.com/presidentbeef/brakeman/releases)
    - [Changelog](https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md)
    - [Commits](presidentbeef/brakeman@v4.5.0...v4.5.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 14, 2019
    Configuration menu
    Copy the full SHA
    5a24275 View commit details
    Browse the repository at this point in the history
  3. Bump capybara from 3.18.0 to 3.19.1 (mastodon#10758)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.18.0 to 3.19.1.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.18.0...3.19.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 14, 2019
    Configuration menu
    Copy the full SHA
    76901b6 View commit details
    Browse the repository at this point in the history
  4. Update slovak simple_forms (mastodon#10763)

    Marek Ľach authored and ykzts committed May 14, 2019
    Configuration menu
    Copy the full SHA
    564106c View commit details
    Browse the repository at this point in the history
  5. Record account suspend/silence time and keep track of domain blocks (m…

    …astodon#10660)
    
    * Record account suspend/silence time and keep track of domain blocks
    
    * Also unblock users who were suspended/silenced before dates were recorded
    
    * Add tests
    
    * Keep track of suspending date for users suspended through the CLI
    
    * Show accurate number of accounts that would be affected by unsuspending an instance
    
    * Change migration to set silenced_at and suspended_at
    
    * Revert "Also unblock users who were suspended/silenced before dates were recorded"
    
    This reverts commit a015c65.
    
    * Switch from using suspended and silenced to suspended_at and silenced_at
    
    * Add post-deployment migration script to remove `suspended` and `silenced` columns
    
    * Use Account#silence! and Account#suspend! instead of updating the underlying property
    
    * Add silenced_at and suspended_at migration to post-migration
    
    * Change account fabricator to translate suspended and silenced attributes
    
    * Minor fixes
    
    * Make unblocking domains always retroactive
    ClearlyClaire authored and Gargron committed May 14, 2019
    Configuration menu
    Copy the full SHA
    14f6ce2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Adds click-able div that expands status (mastodon#10733) (mastodon#10766

    )
    
    The clickable div is positioned under the account avatar and covers
    all empty space below it to the end of the status.
    Dar13 authored and Gargron committed May 15, 2019
    Configuration menu
    Copy the full SHA
    4ab094d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c8c7b View commit details
    Browse the repository at this point in the history
  3. Update simple_form.fr.yml (mastodon#10756)

    Remplacement des ' par des ’
    manuelviens authored and ykzts committed May 15, 2019
    Configuration menu
    Copy the full SHA
    f4f2239 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Bump aws-sdk-s3 from 1.36.1 to 1.38.0 (mastodon#10769)

    Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.36.1 to 1.38.0.
    - [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
    - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
    - [Commits](aws/aws-sdk-ruby@v1.36.1...v1.38.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 16, 2019
    Configuration menu
    Copy the full SHA
    90093f1 View commit details
    Browse the repository at this point in the history
  2. Bump capybara from 3.19.1 to 3.20.0 (mastodon#10768)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.19.1 to 3.20.0.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.19.1...3.20.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 16, 2019
    Configuration menu
    Copy the full SHA
    2310dd4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. i18n: Update Corsican translation (mastodon#10770)

    * i18n: update Corsican translation
    
    * Fix typo in co.yml
    alixrossi authored and Gargron committed May 17, 2019
    Configuration menu
    Copy the full SHA
    520cfde View commit details
    Browse the repository at this point in the history
  2. Bump aws-sdk-s3 from 1.38.0 to 1.39.0 (mastodon#10773)

    Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.38.0 to 1.39.0.
    - [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
    - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
    - [Commits](aws/aws-sdk-ruby@v1.38.0...v1.39.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 17, 2019
    Configuration menu
    Copy the full SHA
    e976a9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1519a8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Remove 'Weblate' from CONTRIBUTING.md (mastodon#10778)

    The mastodon project no longer used weblate to translate UI
    sentences. (ref mastodon#10385)
    unasuke authored and Gargron committed May 18, 2019
    Configuration menu
    Copy the full SHA
    2c12620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe4748 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f3e4a6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Configuration menu
    Copy the full SHA
    5ff06af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab829d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4edf521 View commit details
    Browse the repository at this point in the history
  4. Small corrections for sk translation (mastodon#10784)

    Marek Ľach authored and ykzts committed May 19, 2019
    Configuration menu
    Copy the full SHA
    692e7ce View commit details
    Browse the repository at this point in the history
  5. fix isSubmitting prop case (mastodon#10785)

    hinaloe authored and Gargron committed May 19, 2019
    Configuration menu
    Copy the full SHA
    bb9d7fa View commit details
    Browse the repository at this point in the history
  6. sk.yml grammar update (mastodon#10786)

    * sk.yml grammar update
    
    * bundle exec i18n-tasks normalize
    Marek Ľach authored and ykzts committed May 19, 2019
    Configuration menu
    Copy the full SHA
    37a04c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae18386 View commit details
    Browse the repository at this point in the history
  8. Change bio limit from 160 to 500 (mastodon#10790)

    * Change note_length validator from 160 to 500
    
    * Change input maxlength from 160 to 500
    
    * update bio test from 160 to 500
    
    * Multiply a string 30 times instead of 10
    trwnh authored and Gargron committed May 19, 2019
    Configuration menu
    Copy the full SHA
    a6caf91 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Bump capybara from 3.20.0 to 3.20.2 (mastodon#10794)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.20.0 to 3.20.2.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.20.0...3.20.2)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 20, 2019
    Configuration menu
    Copy the full SHA
    ace6bd3 View commit details
    Browse the repository at this point in the history
  2. Bump lograge from 0.11.0 to 0.11.1 (mastodon#10793)

    Bumps [lograge](https://github.com/roidrage/lograge) from 0.11.0 to 0.11.1.
    - [Release notes](https://github.com/roidrage/lograge/releases)
    - [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md)
    - [Commits](roidrage/lograge@v0.11.0...v0.11.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 20, 2019
    Configuration menu
    Copy the full SHA
    77e2b68 View commit details
    Browse the repository at this point in the history
  3. Update sk.yml (mastodon#10788)

    * Update sk.yml
    
    * Update sk.yml
    
    * Update sk.yml
    
    * Update sk.yml
    
    * Update sk.yml
    
    * Update sk.yml
    
    * normalize
    Marek Ľach authored and ykzts committed May 20, 2019
    Configuration menu
    Copy the full SHA
    f261dad View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Bump httplog from 1.2.2 to 1.3.0 (mastodon#10795)

    Bumps [httplog](https://github.com/trusche/httplog) from 1.2.2 to 1.3.0.
    - [Release notes](https://github.com/trusche/httplog/releases)
    - [Changelog](https://github.com/trusche/httplog/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/trusche/httplog/commits/v1.3.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 21, 2019
    Configuration menu
    Copy the full SHA
    4d65740 View commit details
    Browse the repository at this point in the history
  2. Add account_id param to GET /api/v1/notifications (mastodon#10796)

    * Add `from_account` to notifications API
    
    this adds the ability to filter notifications by the account they
    originated from
    
    * passing a non-existent user should cause none to be returned
    
    * Fix codeclimate warnings
    
    * fix more codeclimate warnings
    
    * make requested changes:
    
    * use account id instead of user@domain
    * name the param `account_id` instead of `from_account`
    
    * Don't use `return` in a lambda
    Paul Woolcock authored and Gargron committed May 21, 2019
    Configuration menu
    Copy the full SHA
    0c933c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3b39ea View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. i18n: Complete frontend Bengali translation (mastodon#10800)

    * i18n: Complete frontend Bengali translation
    
    * run yarn manage:translations
    dxwc authored and ykzts committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ee0e68e View commit details
    Browse the repository at this point in the history
  2. Bump rubocop from 0.69.0 to 0.70.0 (mastodon#10802)

    Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.69.0 to 0.70.0.
    - [Release notes](https://github.com/rubocop-hq/rubocop/releases)
    - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v0.69.0...v0.70.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 22, 2019
    Configuration menu
    Copy the full SHA
    bc23de4 View commit details
    Browse the repository at this point in the history
  3. Bump aws-sdk-s3 from 1.39.0 to 1.40.0 (mastodon#10803)

    Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.39.0 to 1.40.0.
    - [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
    - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
    - [Commits](aws/aws-sdk-ruby@v1.39.0...v1.40.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and ykzts committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ce8de3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a378d4 View commit details
    Browse the repository at this point in the history
  5. Migrate from uws to cws (mastodon#10805)

    abcang authored and Gargron committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ca6c93a View commit details
    Browse the repository at this point in the history
  6. Add forceSingleColumn prop to <UI /> (mastodon#10807)

    * Move TabsBar rendering logic from CSS to the ColumnsArea component
    
    * Add forceSingleColumn mode
    
    * Add unread notifications counter to tabs bar
    
    * Add toggle to control `forceSingleColumn`
    
    * Increase paddings in mobile layout responsively at large sizes
    Gargron committed May 22, 2019
    Configuration menu
    Copy the full SHA
    9ddeb30 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (mastodon…

    …#10812)
    
    HTTP 401 responses returned by Mastodon's inbox controller may
    be temporary if, for instance, the requesting user's actor/key json
    could not be retrieved in a timely fashion. This changes allow retries
    instead of dropping the message entirely.
    
    Also added HTTP 408 as that error is by nature temporary.
    ClearlyClaire authored and Gargron committed May 23, 2019
    Configuration menu
    Copy the full SHA
    9efcca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    369eb63 View commit details
    Browse the repository at this point in the history
  3. Move signature verification stoplight to the requests themselves (mas…

    …todon#10813)
    
    * Move signature verification stoplight to the requests themselves
    
    This avoids blocking messages from known keys for 5 minutes when only one fails…
    
    * Put the stoplight on the actual client IP, not a potential reverse proxy
    ClearlyClaire authored and Gargron committed May 23, 2019
    Configuration menu
    Copy the full SHA
    89d600b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a5561a View commit details
    Browse the repository at this point in the history
  5. Various improvements to single column layout (mastodon#10809)

    - Add potential side panels to single column layout
    - Hide FAB on large screens
    Gargron committed May 23, 2019
    Configuration menu
    Copy the full SHA
    84dc21d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Improve streaming server security (mastodon#10818)

    * Check OAuth token scopes in the streaming API
    
    * Use Sec-WebSocket-Protocol instead of query string to pass WebSocket token
    
    Inspired by kubevirt/kubevirt#1242
    ClearlyClaire authored and Gargron committed May 24, 2019
    Configuration menu
    Copy the full SHA
    d63c3c0 View commit details
    Browse the repository at this point in the history
  2. Forward port version bumps to 2.8.3 and 2.8.4 (mastodon#10819)

    * Bump version to 2.8.3
    
    * Bump version to 2.8.4
    Gargron committed May 24, 2019
    Configuration menu
    Copy the full SHA
    5cdb4c4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Add responsive panels to the single-column layout (mastodon#10820)

    * Add responsive panels to the single-column layout
    
    * Fixes
    
    * Fix not being able to save the preference
    
    * Fix code style issues
    
    * Set max-height on the compose textarea and add a link to relationship manager
    Gargron committed May 25, 2019
    Configuration menu
    Copy the full SHA
    1e5532e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55d8a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4168aeb View commit details
    Browse the repository at this point in the history
  4. Expand abbreviation to minimise confusion (mastodon#10826)

    Alfie John authored and Gargron committed May 25, 2019
    Configuration menu
    Copy the full SHA
    0852e64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c90f3b9 View commit details
    Browse the repository at this point in the history
  6. Add a keyboard shortcut to hide/show media (mastodon#10647)

    * Move control of media visibility to parent component
    
    * Add keyboard shortcut to toggle media visibility
    ClearlyClaire authored and Gargron committed May 25, 2019
    Configuration menu
    Copy the full SHA
    a472190 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Improvements to the single column layout (mastodon#10835)

    * Improvements to the single column layout
    
    - Add follows and followers link to the right panel
    - Increase margins around separators in right panel
    - Add follow requests link with counter when account is locked to right panel
    
    * Redirect from getting started to home when navigation panel is visible
    Gargron committed May 26, 2019
    Configuration menu
    Copy the full SHA
    0e445eb View commit details
    Browse the repository at this point in the history
  2. Fix wrong redirect from getting started to home in advanced Web UI (m…

    …astodon#10839)
    
    * update Ruby to 2.5.3
    
    * Link to Getting Started will not redirect to Home in multi-column UI (mastodon#10835)
    Hanage999 authored and Gargron committed May 26, 2019
    Configuration menu
    Copy the full SHA
    4a818ac View commit details
    Browse the repository at this point in the history
  3. Update simple_form.sk.yml (mastodon#10842)

    Marek Ľach authored and ykzts committed May 26, 2019
    Configuration menu
    Copy the full SHA
    3d219c5 View commit details
    Browse the repository at this point in the history
  4. Fix null error in status component when determining showMedia state (m…

    …astodon#10838)
    
    * Fix null error in status component when determining showMedia state
    
    Also update the showMedia value if the status passed to the
    component changes
    
    * Refactor media visibility computation into a defaultMediaVisibility function
    
    * Fix default media visibility with reblogs
    Gargron committed May 26, 2019
    Configuration menu
    Copy the full SHA
    988342a View commit details
    Browse the repository at this point in the history
  5. Create new click handler for status__expand area in status (mastodon#…

    …10837)
    
    This click handler only activates on left-click, resolving mastodon#10798.
    This matches behavior in status_content.js, as added in #536
    Dar13 authored and Gargron committed May 26, 2019
    Configuration menu
    Copy the full SHA
    63483ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e6a1ea View commit details
    Browse the repository at this point in the history
  7. Fix poll visibility on public pages (mastodon#10817)

    * Fix poll visibility on public pages
    
    * Revert "Fix poll visibility on public pages"
    
    This reverts commit 54a9608.
    
    * Revert "Change poll options to alphabetic letters when status text is hidden"
    
    This reverts commit c53d673.
    noellabo authored and Gargron committed May 26, 2019
    Configuration menu
    Copy the full SHA
    3b9c025 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    8d5dcc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3593b85 View commit details
    Browse the repository at this point in the history
  3. Improve rate limiting (mastodon#10860)

    * Rate limit based on remote address IP, not on potential reverse proxy
    
    * Limit rate of unauthenticated API requests further
    
    * Rate-limit paging requests to one every 3 seconds
    ClearlyClaire authored and Gargron committed May 27, 2019
    Configuration menu
    Copy the full SHA
    0e9b8be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    451e598 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe3b863 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    e2c0d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb17b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1133f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b793722 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Configuration menu
    Copy the full SHA
    0c2ca1b View commit details
    Browse the repository at this point in the history
  2. Update Japanese translations. (mastodon#10875)

    run yarn manage:translations ja && i18n-tasks add-missing ja
    mayaeh authored and ykzts committed May 29, 2019
    Configuration menu
    Copy the full SHA
    c6e1229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b1c715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61ab5b0 View commit details
    Browse the repository at this point in the history
  5. Add Dependabot config (mastodon#10876)

    ykzts authored and Gargron committed May 29, 2019
    Configuration menu
    Copy the full SHA
    1e5d214 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33ec9c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f203f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60d768d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdf4ac1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0a87e4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c6948b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    26e290a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2c0cf7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c2153c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1f3bc02 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    32fc077 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3333250 View commit details
    Browse the repository at this point in the history
  18. Change links in right panel to open in the same tab (mastodon#10848)

    For Rambox compatibility
    Gargron committed May 29, 2019
    Configuration menu
    Copy the full SHA
    8d9755e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    fa48cf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee4f18 View commit details
    Browse the repository at this point in the history
  3. Change default to single column UI (mastodon#10847)

    Keep current setting for users who were active within the last month
    Gargron committed May 30, 2019
    Configuration menu
    Copy the full SHA
    738ad97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9e5ce4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2af9a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ab053a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5677172 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e32b17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7394652 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    acc74be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c78d60 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bee0a05 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    81f1db4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e5bf8 View commit details
    Browse the repository at this point in the history
  3. [Security] Bump axios from 0.18.0 to 0.19.0 (mastodon#10906)

    Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.19.0. **This update includes security fixes.**
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
    - [Commits](axios/axios@v0.18.0...v0.19.0)
    dependabot-preview[bot] authored and ykzts committed May 31, 2019
    Configuration menu
    Copy the full SHA
    fee473b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b63830 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc56ea9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a77b143 View commit details
    Browse the repository at this point in the history
  7. Small update for sk.yml (mastodon#10913)

    Marek Ľach authored and ykzts committed May 31, 2019
    Configuration menu
    Copy the full SHA
    7f589b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Configuration menu
    Copy the full SHA
    7c1ca0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c3c3b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e34b71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ced51d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b8919e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e13f2a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Improvement variable height in single column layout (mastodon#10917)

    * Improvement variable height of compose and navigation panel in single column layout
    
    * Fix wrong quotes and missing commas
    noellabo authored and Gargron committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    d93b82a View commit details
    Browse the repository at this point in the history
  2. Started to pull in fixes from glitch-soc for this.

    Joyce Mayorga committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    ac7664f View commit details
    Browse the repository at this point in the history
  3. Add not_local_only question to status model

    Joyce Mayorga committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    f733eb9 View commit details
    Browse the repository at this point in the history
  4. Updated date on 1.7.0

    Joyce Mayorga committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    7aeb2d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e13e4b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a353dc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ceddd2a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    c58cf5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f5c1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca93c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bd2e44 View commit details
    Browse the repository at this point in the history
  5. Handle blank poll options more gracefully (mastodon#10946)

    Pleroma currently allows (erroneously imho) empty poll options, that is,
    options with an empty (but existing) `name`.
    ClearlyClaire authored and Gargron committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    3a84bac View commit details
    Browse the repository at this point in the history
  6. Bump react from 16.7.0 to 16.8.6 (mastodon#10935)

    * Bump react from 16.7.0 to 16.8.6
    
    Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.7.0 to 16.8.6.
    - [Release notes](https://github.com/facebook/react/releases)
    - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/facebook/react/commits/v16.8.6/packages/react)
    
    * Bump react-dom from 16.7.0 to 16.8.6
    
    * Bump react-test-renderer from 16.7.0 to 16.8.6
    dependabot-preview[bot] authored and ykzts committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    716ea75 View commit details
    Browse the repository at this point in the history
  7. Bump @babel/* from 7.3.4 to 7.4.5 (mastodon#10936)

    * Bump @babel/plugin-proposal-object-rest-spread from 7.3.4 to 7.4.4
    
    Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.3.4 to 7.4.4.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
    - [Commits](babel/babel@v7.3.4...v7.4.4)
    
    * Bump @babel/core from 7.3.4 to 7.4.5
    
    * Bump @babel/plugin-proposal-class-properties from 7.3.4 to 7.4.4
    
    * Bump @babel/plugin-proposal-decorators from 7.3.0 to 7.4.4
    
    * Bump @babel/preset-env from 7.3.4 to 7.4.5
    
    * Bump @babel/runtime from 7.3.4 to 7.4.5
    dependabot-preview[bot] authored and ykzts committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    4e03e50 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    c11742d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8265c5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c633d65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07aebe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c682c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da38c0a View commit details
    Browse the repository at this point in the history
  7. Use rubocop-rails (mastodon#10957)

    ykzts authored and Gargron committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    3f536f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e56f95 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'dev' into bugFix/local-only-fixes

    Conflicts:
    	BC_CHANGELOG.md
    Joyce Mayorga committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    b5bc02a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #69 from BeachCity/bugFix/local-only-fixes

    Stop showing local only posts in public/federated timelines
    Joyce Mayorga committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    2ad6935 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #67 from BeachCity/bugFix/stagingFixes

    Fixes #64 Set sensitivity of uploaded content when always show spoile…
    Joyce Mayorga committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    3e3b517 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    781179b View commit details
    Browse the repository at this point in the history
  13. Add missing Korean translations (mastodon#10962)

    And change some word.
    tribela authored and Gargron committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    a1e96b2 View commit details
    Browse the repository at this point in the history
  14. Adding planned changes for this branch

    Joyce Mayorga committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    199cd2f View commit details
    Browse the repository at this point in the history
  15. Added new concept of "Fix sensitive" to stop breaking some relationsh…

    …ips between sensitive media and posts
    Joyce Mayorga committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    e367cff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9843e61 View commit details
    Browse the repository at this point in the history
  17. Removed hopeful part of PR

    Joyce Mayorga committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    b412948 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    121d19d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6077eca View commit details
    Browse the repository at this point in the history
  20. Fix poll API not requiring authentication on non-public polls (mastod…

    …on#10960)
    
    * Fix poll API not requiring authentication on non-public polls
    
    That API does not reveal the content of the status, i.e. the question
    itself, nor who the author is, nor which status it belongs to, but it
    does reveal the poll options and how many answers they got
    
    Fix mastodon#10959
    
    * Add test
    Gargron committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    48fee1a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f2b743e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6a9a759 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ed19f33 View commit details
    Browse the repository at this point in the history
  24. Do not misattribute inlined boosts if attributedTo isn't present (m…

    …astodon#10967)
    
    * Do not misattribute inlined boosts if `attributedTo` isn't present
    
    Fixes mastodon#10950
    
    * Fix tests
    ClearlyClaire authored and Gargron committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    6c464cd View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Improved fix for CW forcing sensitive.

    Joyce Mayorga committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    78260dc View commit details
    Browse the repository at this point in the history
  2. Changed the name of getForceSensitive

    Joyce Mayorga committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    458c548 View commit details
    Browse the repository at this point in the history
  3. Restored original conditional

    Joyce Mayorga committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    8699200 View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    Joyce Mayorga committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    b4a96ca View commit details
    Browse the repository at this point in the history
  5. Merge pull request #75 from BeachCity/bugFix/CWfixes

    Bug fix/ cw fixes
    Joyce Mayorga committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    8a0942d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d34a3a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7fa23ec View commit details
    Browse the repository at this point in the history
  8. Cleanup various controllers (mastodon#10972)

    * Remove skip_session! as it is not supported in Rails 5
    
    * Minor cleanup in StreamEntriesController
    
    * Remove redundant mark_cacheable! calls
    ClearlyClaire authored and Gargron committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    cac9110 View commit details
    Browse the repository at this point in the history
  9. Scroll to compose form when focus (mastodon#10970)

    * Scroll to compose form when focus
    
    * Get rid of constructor
    tribela authored and Gargron committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    8f3c32e View commit details
    Browse the repository at this point in the history
  10. Adds a bot_identified field to accounts and modifies the account pref…

    …erences page to allow users to enable and disabled it. This allows folks who consider themselves to be bots (but who are not automated scripts!) to have the "bot" badge appear on their profile without getting filtered out by other fediverse users who have chosen to filter automated posts out of their timelines.
    averygenetti committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    e4da288 View commit details
    Browse the repository at this point in the history
  11. Changes the background color of the CW field to match the color of th…

    …e main post field for the Beach City theme
    averygenetti committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    ff35a24 View commit details
    Browse the repository at this point in the history
  12. Replaces the fancy invite copy widget on mobile to just show a plaint…

    …ext version of the invite link, since the copy button does not appear to work on mobile consistently.
    averygenetti committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    cdff092 View commit details
    Browse the repository at this point in the history
  13. Updates previous commit re: invite behavior on mobile, such that the …

    …invite link appears as a normal link instead of plaintext (which makes it easier to copy)
    averygenetti committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    fb23fe2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0cbda68 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Merge branch 'prod' of github.com:BeachCity/mastodon into dev

    # Conflicts:
    #	BC_CHANGELOG.md
    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    9d3bb78 View commit details
    Browse the repository at this point in the history
  2. Updated Beach City version to 1.7.2

    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    f15ae78 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'dev' into bugFix/local-only-fixes"

    This reverts commit b5bc02a, reversing
    changes made to f733eb9.
    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    352ca02 View commit details
    Browse the repository at this point in the history
  4. Revert local-only fixes

    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    f254fcc View commit details
    Browse the repository at this point in the history
  5. Unreverted date change on 1.7.0 in changelog

    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    eb136f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e959de View commit details
    Browse the repository at this point in the history
  7. Reimplemented media visibility as a top level redux state

    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    6c090e4 View commit details
    Browse the repository at this point in the history
  8. Finished migrating hiding media to top level state.

    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    88b5184 View commit details
    Browse the repository at this point in the history
  9. Removed and handled early to late transition

    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    61cb1c0 View commit details
    Browse the repository at this point in the history
  10. Missed an edge case.

    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    a76c3f9 View commit details
    Browse the repository at this point in the history
  11. Desribed bot changes in BC Changelog

    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    75eaefb View commit details
    Browse the repository at this point in the history
  12. With bot changes, this becomes a 1.8.0 release

    Joyce Mayorga committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    e6520f0 View commit details
    Browse the repository at this point in the history
  13. Fix emoji picker being always displayed (mastodon#10979)

    * Fix emoji picker being always displayed
    
    * Remove duplicate content with other pull-requests
    noellabo authored and Gargron committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    c402c29 View commit details
    Browse the repository at this point in the history
  14. require rubocop-rails in .rubocop.yml (mastodon#10974)

    * Revert "Revert mastodon#10957 (rubocop-rails) which is incompatible with CodeClimate (mastodon#10965)"
    
    This reverts commit 121d19d.
    
    * Disable Rails/HelperInstanceVariable
    ykzts authored and Gargron committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    70423ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2657765 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5bfd802 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fe3bf3b View commit details
    Browse the repository at this point in the history
  18. Fix sass-lint config (mastodon#10982)

    ykzts authored and Gargron committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    c672676 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    a60364c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db4117 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62e6a29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdb4208 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    560ec24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc8f6b3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #82 from BeachCity/bugFix/revertLocalOnlyFixes

    Revert "Merge branch 'dev' into bugFix/local-only-fixes"
    Joyce Mayorga committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    15f529e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25f93f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. Configuration menu
    Copy the full SHA
    f4bc77f View commit details
    Browse the repository at this point in the history
  2. Change full logo to use primary text color of the given theme (mastod…

    …on#10994)
    
    * Change full logo to use primary text color of the given theme
    
    * Fix colors of public layout header in light theme
    Gargron committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    20dda5c View commit details
    Browse the repository at this point in the history
  3. Put poll options behind content warnings (mastodon#10983)

    * Put poll options behind CWs in WebUI
    
    * Put polls behind CWs on public pages
    
    * Add poll icon to public pages CWs
    
    * Revert to not showing an icon in the CW button
    ClearlyClaire authored and Gargron committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    e9ddd5a View commit details
    Browse the repository at this point in the history
  4. I18n: Update Czech translation 🇨🇿 (mastodon#10995)

    * I18n: Update Czech translation
    
    * Fix
    
    * Re-fix
    
    * And also this
    
    * The real fix now (hopefully)
    Aditoo17 authored and Gargron committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    537e928 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4431ce5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #83 from BeachCity/feature/showMediaShowsCW

    Feature/show media shows cw
    Joyce Mayorga committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    b59e954 View commit details
    Browse the repository at this point in the history
  7. Fix more issues in the light theme (mastodon#10996)

    * Fix tabs bar in light theme
    
    * Fix borders on small screens in light theme
    Gargron committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    241a8e7 View commit details
    Browse the repository at this point in the history
  8. i18n: Update Catalan translations (mastodon#10998)

    * Updated Catalan strings
    
    * Update ca.yml
    
    * Update ca.yml
    
    * Update ca.yml
    
    * Update ca.yml
    
    * Update ca.yml
    
    * Update ca.yml
    
    * Update ca.yml
    
    * Update simple_form.ca.yml
    
    * Update simple_form.ca.yml
    
    * Update simple_form.ca.yml
    
    * bundle exec i18n-tasks
    
    * Update ca.json
    
    * Update simple_form.ca.yml
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translation
    
    * i18n Update Catalan translation
    
    * i18n: Update Catalan translations
    
    * i18n: Update Catalan translations
    spla authored and ykzts committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    6ecf182 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9add88a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. Configuration menu
    Copy the full SHA
    8746f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5bdfd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0949c43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a281ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    654fd07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e428e32 View commit details
    Browse the repository at this point in the history
  7. Update sk.yml (mastodon#11015)

    * Update sk.yml
    
    * Update sk.yml
    
    * Update sk.yml
    
    * Update sk.yml
    
    * Update sk.yml
    
    * Update sk.yml
    Marek Ľach authored and Gargron committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    4330629 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Update fr.json (mastodon#11024)

    manuelviens authored and ykzts committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    ce55633 View commit details
    Browse the repository at this point in the history
  2. Update fr.yml (mastodon#11023)

    manuelviens authored and ykzts committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    fbe879c View commit details
    Browse the repository at this point in the history
  3. Update simple_form.fr.yml (mastodon#11021)

    manuelviens authored and ykzts committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    0ef55b3 View commit details
    Browse the repository at this point in the history
  4. Update simple_form.sk.yml (mastodon#11028)

    Marek Ľach authored and ykzts committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    4205518 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    210fa3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8514ef7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6285225 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bcd981 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef438bd View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    92b572e View commit details
    Browse the repository at this point in the history
  2. Fix Korean translate (mastodon#11047)

    tribela authored and ykzts committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    40be49f View commit details
    Browse the repository at this point in the history
  3. update zh-CN translations (mastodon#11046)

    唐宗勛 authored and ykzts committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    02323aa View commit details
    Browse the repository at this point in the history
  4. l10n: update Persian translation (mastodon#11050)

    * l10n: update Persian translation
    
    * Update fa.yml
    Masoud Abkenar authored and ykzts committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    69c2bbc View commit details
    Browse the repository at this point in the history
  5. l10n: update Persian translations (fa.yml) (mastodon#11052)

    * l10n: update Persian translations (fa.yml)
    
    * Fix fa.yml syntax
    
    * i18n-tasks normalize
    Masoud Abkenar authored and ykzts committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    30e2f72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4913c34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    963d7e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. i18n: Update Japanese translations (mastodon#11035)

    * Update Japanese translations
    
    Co-authored-by: Phroneris <phroneris@gmail.com>
    Co-authored-by: ruine0213 <ruine@spiele.jp>
    
    * Update Japanese translations
    mayaeh authored and Gargron committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    7652190 View commit details
    Browse the repository at this point in the history
  2. Update crowdin.yml

    Gargron committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    d13bc8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da33c94 View commit details
    Browse the repository at this point in the history
  4. New Crowdin translations (mastodon#11060)

    * New translations devise.en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations devise.en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations devise.en.yml (Corsican)
    [ci skip]
    
    * New translations devise.en.yml (Croatian)
    [ci skip]
    
    * New translations devise.en.yml (Danish)
    [ci skip]
    
    * New translations devise.en.yml (Dutch)
    [ci skip]
    
    * New translations devise.en.yml (Esperanto)
    [ci skip]
    
    * New translations devise.en.yml (Finnish)
    [ci skip]
    
    * New translations devise.en.yml (French)
    [ci skip]
    
    * New translations devise.en.yml (Galician)
    [ci skip]
    
    * New translations devise.en.yml (Georgian)
    [ci skip]
    
    * New translations devise.en.yml (German)
    [ci skip]
    
    * New translations activerecord.en.yml (Tamil)
    [ci skip]
    
    * New translations activerecord.en.yml (Spanish)
    [ci skip]
    
    * New translations activerecord.en.yml (French)
    [ci skip]
    
    * New translations activerecord.en.yml (Latvian)
    [ci skip]
    
    * New translations activerecord.en.yml (Galician)
    [ci skip]
    
    * New translations activerecord.en.yml (Georgian)
    [ci skip]
    
    * New translations activerecord.en.yml (German)
    [ci skip]
    
    * New translations activerecord.en.yml (Greek)
    [ci skip]
    
    * New translations activerecord.en.yml (Hebrew)
    [ci skip]
    
    * New translations activerecord.en.yml (Hungarian)
    [ci skip]
    
    * New translations activerecord.en.yml (Ido)
    [ci skip]
    
    * New translations activerecord.en.yml (Indonesian)
    [ci skip]
    
    * New translations activerecord.en.yml (Italian)
    [ci skip]
    
    * New translations activerecord.en.yml (Japanese)
    [ci skip]
    
    * New translations activerecord.en.yml (Kazakh)
    [ci skip]
    
    * New translations activerecord.en.yml (Korean)
    [ci skip]
    
    * New translations activerecord.en.yml (Lithuanian)
    [ci skip]
    
    * New translations activerecord.en.yml (Slovenian)
    [ci skip]
    
    * New translations activerecord.en.yml (Malay)
    [ci skip]
    
    * New translations activerecord.en.yml (Norwegian)
    [ci skip]
    
    * New translations activerecord.en.yml (Occitan)
    [ci skip]
    
    * New translations activerecord.en.yml (Persian)
    [ci skip]
    
    * New translations activerecord.en.yml (Polish)
    [ci skip]
    
    * New translations activerecord.en.yml (Portuguese)
    [ci skip]
    
    * New translations activerecord.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations activerecord.en.yml (Romanian)
    [ci skip]
    
    * New translations activerecord.en.yml (Russian)
    [ci skip]
    
    * New translations activerecord.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations activerecord.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations activerecord.en.yml (Slovak)
    [ci skip]
    
    * New translations simple_form.en.yml (Corsican)
    [ci skip]
    
    * New translations simple_form.en.yml (Welsh)
    [ci skip]
    
    * New translations simple_form.en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations en.json (Russian)
    [ci skip]
    
    * New translations en.json (Kazakh)
    [ci skip]
    
    * New translations en.json (Korean)
    [ci skip]
    
    * New translations en.json (Latvian)
    [ci skip]
    
    * New translations en.json (Lithuanian)
    [ci skip]
    
    * New translations en.json (Malay)
    [ci skip]
    
    * New translations en.json (Norwegian)
    [ci skip]
    
    * New translations en.json (Occitan)
    [ci skip]
    
    * New translations en.json (Persian)
    [ci skip]
    
    * New translations en.json (Polish)
    [ci skip]
    
    * New translations en.json (Portuguese)
    [ci skip]
    
    * New translations en.json (Portuguese, Brazilian)
    [ci skip]
    
    * New translations en.json (Romanian)
    [ci skip]
    
    * New translations en.json (Serbian (Cyrillic))
    [ci skip]
    
    * New translations en.json (Italian)
    [ci skip]
    
    * New translations en.json (Serbian (Latin))
    [ci skip]
    
    * New translations en.json (Slovak)
    [ci skip]
    
    * New translations en.json (Slovenian)
    [ci skip]
    
    * New translations en.json (Spanish)
    [ci skip]
    
    * New translations en.json (Swedish)
    [ci skip]
    
    * New translations en.json (Tamil)
    [ci skip]
    
    * New translations en.json (Telugu)
    [ci skip]
    
    * New translations en.json (Thai)
    [ci skip]
    
    * New translations en.json (Turkish)
    [ci skip]
    
    * New translations en.json (Ukrainian)
    [ci skip]
    
    * New translations en.json (Welsh)
    [ci skip]
    
    * New translations en.yml (Albanian)
    [ci skip]
    
    * New translations en.json (Japanese)
    [ci skip]
    
    * New translations en.json (Indonesian)
    [ci skip]
    
    * New translations en.yml (Armenian)
    [ci skip]
    
    * New translations en.json (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations simple_form.en.yml (Czech)
    [ci skip]
    
    * New translations devise.en.yml (Czech)
    [ci skip]
    
    * New translations en.json (Albanian)
    [ci skip]
    
    * New translations en.json (Arabic)
    [ci skip]
    
    * New translations en.json (Armenian)
    [ci skip]
    
    * New translations en.json (Asturian)
    [ci skip]
    
    * New translations en.json (Basque)
    [ci skip]
    
    * New translations en.json (Bengali)
    [ci skip]
    
    * New translations en.json (Bulgarian)
    [ci skip]
    
    * New translations en.json (Catalan)
    [ci skip]
    
    * New translations en.json (Chinese Simplified)
    [ci skip]
    
    * New translations en.json (Chinese Traditional)
    [ci skip]
    
    * New translations en.json (Corsican)
    [ci skip]
    
    * New translations en.json (Ido)
    [ci skip]
    
    * New translations en.json (Croatian)
    [ci skip]
    
    * New translations simple_form.en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations en.json (Dutch)
    [ci skip]
    
    * New translations en.json (Esperanto)
    [ci skip]
    
    * New translations en.json (Finnish)
    [ci skip]
    
    * New translations en.json (French)
    [ci skip]
    
    * New translations en.json (Galician)
    [ci skip]
    
    * New translations en.json (Georgian)
    [ci skip]
    
    * New translations en.json (German)
    [ci skip]
    
    * New translations en.json (Greek)
    [ci skip]
    
    * New translations en.json (Hebrew)
    [ci skip]
    
    * New translations en.json (Hungarian)
    [ci skip]
    
    * New translations en.yml (Arabic)
    [ci skip]
    
    * New translations en.json (Danish)
    [ci skip]
    
    * New translations en.yml (Asturian)
    [ci skip]
    
    * New translations en.yml (Tamil)
    [ci skip]
    
    * New translations en.yml (Persian)
    [ci skip]
    
    * New translations en.yml (Polish)
    [ci skip]
    
    * New translations en.yml (Portuguese)
    [ci skip]
    
    * New translations en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations en.yml (Romanian)
    [ci skip]
    
    * New translations en.yml (Russian)
    [ci skip]
    
    * New translations en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations en.yml (Slovak)
    [ci skip]
    
    * New translations en.yml (Slovenian)
    [ci skip]
    
    * New translations en.yml (Spanish)
    [ci skip]
    
    * New translations en.yml (Swedish)
    [ci skip]
    
    * New translations en.yml (Telugu)
    [ci skip]
    
    * New translations en.yml (Norwegian)
    [ci skip]
    
    * New translations en.yml (Thai)
    [ci skip]
    
    * New translations en.yml (Turkish)
    [ci skip]
    
    * New translations en.yml (Ukrainian)
    [ci skip]
    
    * New translations en.yml (Welsh)
    [ci skip]
    
    * New translations simple_form.en.yml (Arabic)
    [ci skip]
    
    * New translations simple_form.en.yml (Armenian)
    [ci skip]
    
    * New translations simple_form.en.yml (Asturian)
    [ci skip]
    
    * New translations simple_form.en.yml (Basque)
    [ci skip]
    
    * New translations simple_form.en.yml (Bengali)
    [ci skip]
    
    * New translations simple_form.en.yml (Bulgarian)
    [ci skip]
    
    * New translations simple_form.en.yml (Catalan)
    [ci skip]
    
    * New translations en.yml (Basque)
    [ci skip]
    
    * New translations en.yml (Occitan)
    [ci skip]
    
    * New translations simple_form.en.yml (Albanian)
    [ci skip]
    
    * New translations en.yml (Malay)
    [ci skip]
    
    * New translations en.yml (French)
    [ci skip]
    
    * New translations en.yml (Bengali)
    [ci skip]
    
    * New translations en.yml (Lithuanian)
    [ci skip]
    
    * New translations en.yml (Bulgarian)
    [ci skip]
    
    * New translations en.yml (Catalan)
    [ci skip]
    
    * New translations en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations en.yml (Corsican)
    [ci skip]
    
    * New translations en.yml (Croatian)
    [ci skip]
    
    * New translations en.yml (Danish)
    [ci skip]
    
    * New translations en.yml (Dutch)
    [ci skip]
    
    * New translations en.yml (Esperanto)
    [ci skip]
    
    * New translations en.yml (Finnish)
    [ci skip]
    
    * New translations en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations en.yml (Galician)
    [ci skip]
    
    * New translations en.yml (Indonesian)
    [ci skip]
    
    * New translations en.yml (Georgian)
    [ci skip]
    
    * New translations en.yml (Latvian)
    [ci skip]
    
    * New translations en.yml (Kazakh)
    [ci skip]
    
    * New translations en.yml (Japanese)
    [ci skip]
    
    * New translations en.yml (Italian)
    [ci skip]
    
    * New translations en.yml (Ido)
    [ci skip]
    
    * New translations en.yml (Hungarian)
    [ci skip]
    
    * New translations en.yml (Hebrew)
    [ci skip]
    
    * New translations en.yml (Greek)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * New translations en.yml (Korean)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Kazakh)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Hebrew)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Korean)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Japanese)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Italian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Indonesian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Ido)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Hungarian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Finnish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Greek)
    [ci skip]
    
    * New translations doorkeeper.en.yml (German)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Georgian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Galician)
    [ci skip]
    
    * New translations doorkeeper.en.yml (French)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Esperanto)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Dutch)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Danish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Lithuanian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Czech)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Latvian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Slovenian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Malay)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Slovak)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Corsican)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Ukrainian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Turkish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Thai)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Telugu)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Tamil)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Swedish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Spanish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations doorkeeper.en.yml (Norwegian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations doorkeeper.en.yml (Russian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Romanian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Portuguese)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Polish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Persian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Occitan)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Croatian)
    [ci skip]
    
    * New translations devise.en.yml (Persian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations devise.en.yml (Latvian)
    [ci skip]
    
    * New translations devise.en.yml (Romanian)
    [ci skip]
    
    * New translations devise.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations devise.en.yml (Portuguese)
    [ci skip]
    
    * New translations devise.en.yml (Polish)
    [ci skip]
    
    * New translations devise.en.yml (Occitan)
    [ci skip]
    
    * New translations devise.en.yml (Norwegian)
    [ci skip]
    
    * New translations devise.en.yml (Malay)
    [ci skip]
    
    * New translations devise.en.yml (Lithuanian)
    [ci skip]
    
    * New translations devise.en.yml (Korean)
    [ci skip]
    
    * New translations devise.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations devise.en.yml (Kazakh)
    [ci skip]
    
    * New translations devise.en.yml (Japanese)
    [ci skip]
    
    * New translations devise.en.yml (Italian)
    [ci skip]
    
    * New translations devise.en.yml (Indonesian)
    [ci skip]
    
    * New translations devise.en.yml (Ido)
    [ci skip]
    
    * New translations devise.en.yml (Hungarian)
    [ci skip]
    
    * New translations devise.en.yml (Hebrew)
    [ci skip]
    
    * New translations devise.en.yml (Greek)
    [ci skip]
    
    * New translations devise.en.yml (Russian)
    [ci skip]
    
    * New translations devise.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations doorkeeper.en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Albanian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Catalan)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Bulgarian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Bengali)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Basque)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Asturian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Armenian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Arabic)
    [ci skip]
    
    * New translations devise.en.yml (Welsh)
    [ci skip]
    
    * New translations devise.en.yml (Slovak)
    [ci skip]
    
    * New translations devise.en.yml (Ukrainian)
    [ci skip]
    
    * New translations devise.en.yml (Turkish)
    [ci skip]
    
    * New translations devise.en.yml (Thai)
    [ci skip]
    
    * New translations devise.en.yml (Telugu)
    [ci skip]
    
    * New translations devise.en.yml (Tamil)
    [ci skip]
    
    * New translations devise.en.yml (Swedish)
    [ci skip]
    
    * New translations devise.en.yml (Spanish)
    [ci skip]
    
    * New translations devise.en.yml (Slovenian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Welsh)
    [ci skip]
    
    * i18n-tasks normalize
    
    * yarn manage:translations
    Gargron committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    481cc19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1390da5 View commit details
    Browse the repository at this point in the history
  6. New Crowdin translations (mastodon#11062)

    * New translations doorkeeper.en.yml (French)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Corsican)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Finnish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Esperanto)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Dutch)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Danish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Czech)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Croatian)
    [ci skip]
    
    * New translations activerecord.en.yml (Asturian)
    [ci skip]
    
    * New translations activerecord.en.yml (Arabic)
    [ci skip]
    
    * New translations en.yml (Danish)
    [ci skip]
    
    * New translations simple_form.en.yml (Dutch)
    [ci skip]
    
    * New translations devise.en.yml (Georgian)
    [ci skip]
    
    * New translations devise.en.yml (Galician)
    [ci skip]
    
    * New translations devise.en.yml (French)
    [ci skip]
    
    * New translations devise.en.yml (Finnish)
    [ci skip]
    
    * New translations devise.en.yml (Dutch)
    [ci skip]
    
    * New translations devise.en.yml (Danish)
    [ci skip]
    
    * New translations devise.en.yml (Croatian)
    [ci skip]
    
    * New translations simple_form.en.yml (German)
    [ci skip]
    
    * New translations simple_form.en.yml (Georgian)
    [ci skip]
    
    * New translations simple_form.en.yml (Galician)
    [ci skip]
    
    * New translations simple_form.en.yml (French)
    [ci skip]
    
    * New translations simple_form.en.yml (Finnish)
    [ci skip]
    
    * New translations simple_form.en.yml (Esperanto)
    [ci skip]
    
    * New translations simple_form.en.yml (Danish)
    [ci skip]
    
    * New translations activerecord.en.yml (Albanian)
    [ci skip]
    
    * New translations simple_form.en.yml (Basque)
    [ci skip]
    
    * New translations en.yml (Czech)
    [ci skip]
    
    * New translations devise.en.yml (Corsican)
    [ci skip]
    
    * New translations simple_form.en.yml (Albanian)
    [ci skip]
    
    * New translations simple_form.en.yml (Asturian)
    [ci skip]
    
    * New translations simple_form.en.yml (Croatian)
    [ci skip]
    
    * New translations simple_form.en.yml (Bulgarian)
    [ci skip]
    
    * New translations simple_form.en.yml (Catalan)
    [ci skip]
    
    * New translations simple_form.en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations simple_form.en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations simple_form.en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations simple_form.en.yml (Corsican)
    [ci skip]
    
    * New translations en.yml (Dutch)
    [ci skip]
    
    * New translations en.yml (Croatian)
    [ci skip]
    
    * New translations en.json (Croatian)
    [ci skip]
    
    * New translations devise.en.yml (Asturian)
    [ci skip]
    
    * New translations en.yml (Corsican)
    [ci skip]
    
    * New translations en.json (German)
    [ci skip]
    
    * New translations en.json (Georgian)
    [ci skip]
    
    * New translations en.json (Finnish)
    [ci skip]
    
    * New translations en.json (Danish)
    [ci skip]
    
    * New translations en.json (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations en.json (Chinese Traditional)
    [ci skip]
    
    * New translations en.json (Bulgarian)
    [ci skip]
    
    * New translations en.json (Bengali)
    [ci skip]
    
    * New translations en.json (Asturian)
    [ci skip]
    
    * New translations en.json (Armenian)
    [ci skip]
    
    * New translations devise.en.yml (Czech)
    [ci skip]
    
    * New translations simple_form.en.yml (Czech)
    [ci skip]
    
    * New translations devise.en.yml (Basque)
    [ci skip]
    
    * New translations devise.en.yml (Albanian)
    [ci skip]
    
    * New translations devise.en.yml (Bulgarian)
    [ci skip]
    
    * New translations en.yml (Armenian)
    [ci skip]
    
    * New translations devise.en.yml (Catalan)
    [ci skip]
    
    * New translations activerecord.en.yml (Corsican)
    [ci skip]
    
    * New translations activerecord.en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations en.yml (Asturian)
    [ci skip]
    
    * New translations activerecord.en.yml (Danish)
    [ci skip]
    
    * New translations en.yml (Basque)
    [ci skip]
    
    * New translations en.yml (Bengali)
    [ci skip]
    
    * New translations en.yml (Bulgarian)
    [ci skip]
    
    * New translations en.yml (Catalan)
    [ci skip]
    
    * New translations en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations activerecord.en.yml (Czech)
    [ci skip]
    
    * New translations activerecord.en.yml (Dutch)
    [ci skip]
    
    * New translations devise.en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations activerecord.en.yml (French)
    [ci skip]
    
    * New translations activerecord.en.yml (Galician)
    [ci skip]
    
    * New translations devise.en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations activerecord.en.yml (Georgian)
    [ci skip]
    
    * New translations activerecord.en.yml (German)
    [ci skip]
    
    * New translations devise.en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations devise.en.yml (Ido)
    [ci skip]
    
    * New translations devise.en.yml (Hungarian)
    [ci skip]
    
    * New translations devise.en.yml (Hebrew)
    [ci skip]
    
    * New translations devise.en.yml (Greek)
    [ci skip]
    
    * New translations devise.en.yml (German)
    [ci skip]
    
    * New translations devise.en.yml (Italian)
    [ci skip]
    
    * New translations activerecord.en.yml (Welsh)
    [ci skip]
    
    * New translations activerecord.en.yml (Ukrainian)
    [ci skip]
    
    * New translations activerecord.en.yml (Turkish)
    [ci skip]
    
    * New translations activerecord.en.yml (Thai)
    [ci skip]
    
    * New translations activerecord.en.yml (Swedish)
    [ci skip]
    
    * New translations devise.en.yml (Indonesian)
    [ci skip]
    
    * New translations devise.en.yml (Thai)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Italian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Kazakh)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Norwegian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Occitan)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Persian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Polish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Portuguese)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Ido)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Russian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations doorkeeper.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations doorkeeper.en.yml (Slovak)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Slovenian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Swedish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Thai)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Turkish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Ukrainian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Indonesian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Hungarian)
    [ci skip]
    
    * New translations devise.en.yml (Kazakh)
    [ci skip]
    
    * New translations devise.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations devise.en.yml (Korean)
    [ci skip]
    
    * New translations devise.en.yml (Norwegian)
    [ci skip]
    
    * New translations devise.en.yml (Occitan)
    [ci skip]
    
    * New translations devise.en.yml (Persian)
    [ci skip]
    
    * New translations devise.en.yml (Polish)
    [ci skip]
    
    * New translations devise.en.yml (Portuguese)
    [ci skip]
    
    * New translations devise.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations devise.en.yml (Russian)
    [ci skip]
    
    * New translations devise.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations doorkeeper.en.yml (Hebrew)
    [ci skip]
    
    * New translations devise.en.yml (Slovak)
    [ci skip]
    
    * New translations devise.en.yml (Slovenian)
    [ci skip]
    
    * New translations devise.en.yml (Swedish)
    [ci skip]
    
    * New translations activerecord.en.yml (Slovak)
    [ci skip]
    
    * New translations devise.en.yml (Turkish)
    [ci skip]
    
    * New translations devise.en.yml (Ukrainian)
    [ci skip]
    
    * New translations devise.en.yml (Welsh)
    [ci skip]
    
    * New translations doorkeeper.en.yml (German)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Greek)
    [ci skip]
    
    * New translations activerecord.en.yml (Slovenian)
    [ci skip]
    
    * New translations simple_form.en.yml (Welsh)
    [ci skip]
    
    * New translations activerecord.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations en.yml (Latvian)
    [ci skip]
    
    * New translations en.json (Ukrainian)
    [ci skip]
    
    * New translations en.yml (Greek)
    [ci skip]
    
    * New translations en.yml (Hebrew)
    [ci skip]
    
    * New translations en.yml (Hungarian)
    [ci skip]
    
    * New translations en.yml (Ido)
    [ci skip]
    
    * New translations en.yml (Indonesian)
    [ci skip]
    
    * New translations en.yml (Italian)
    [ci skip]
    
    * New translations en.yml (Kazakh)
    [ci skip]
    
    * New translations en.yml (Korean)
    [ci skip]
    
    * New translations en.yml (Lithuanian)
    [ci skip]
    
    * New translations en.json (Thai)
    [ci skip]
    
    * New translations en.yml (Malay)
    [ci skip]
    
    * New translations en.yml (Norwegian)
    [ci skip]
    
    * New translations en.yml (Occitan)
    [ci skip]
    
    * New translations en.yml (Persian)
    [ci skip]
    
    * New translations en.yml (Polish)
    [ci skip]
    
    * New translations en.yml (Portuguese)
    [ci skip]
    
    * New translations en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations en.yml (Romanian)
    [ci skip]
    
    * New translations en.yml (Russian)
    [ci skip]
    
    * New translations en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations en.yml (Slovak)
    [ci skip]
    
    * New translations en.json (Turkish)
    [ci skip]
    
    * New translations en.json (Telugu)
    [ci skip]
    
    * New translations en.json (Norwegian)
    [ci skip]
    
    * New translations en.json (Hebrew)
    [ci skip]
    
    * New translations en.json (Hungarian)
    [ci skip]
    
    * New translations en.json (Ido)
    [ci skip]
    
    * New translations en.json (Indonesian)
    [ci skip]
    
    * New translations en.json (Italian)
    [ci skip]
    
    * New translations en.json (Kazakh)
    [ci skip]
    
    * New translations en.json (Korean)
    [ci skip]
    
    * New translations en.json (Latvian)
    [ci skip]
    
    * New translations en.json (Lithuanian)
    [ci skip]
    
    * New translations en.json (Malay)
    [ci skip]
    
    * New translations en.json (Occitan)
    [ci skip]
    
    * New translations en.json (Tamil)
    [ci skip]
    
    * New translations en.json (Persian)
    [ci skip]
    
    * New translations en.json (Polish)
    [ci skip]
    
    * New translations en.json (Portuguese)
    [ci skip]
    
    * New translations en.json (Portuguese, Brazilian)
    [ci skip]
    
    * New translations en.json (Romanian)
    [ci skip]
    
    * New translations en.json (Serbian (Cyrillic))
    [ci skip]
    
    * New translations en.json (Serbian (Latin))
    [ci skip]
    
    * New translations en.json (Slovak)
    [ci skip]
    
    * New translations en.json (Slovenian)
    [ci skip]
    
    * New translations en.json (Spanish)
    [ci skip]
    
    * New translations en.json (Swedish)
    [ci skip]
    
    * New translations en.yml (Slovenian)
    [ci skip]
    
    * New translations en.yml (Swedish)
    [ci skip]
    
    * New translations activerecord.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations activerecord.en.yml (Japanese)
    [ci skip]
    
    * New translations simple_form.en.yml (Swedish)
    [ci skip]
    
    * New translations simple_form.en.yml (Thai)
    [ci skip]
    
    * New translations simple_form.en.yml (Turkish)
    [ci skip]
    
    * New translations simple_form.en.yml (Ukrainian)
    [ci skip]
    
    * New translations activerecord.en.yml (Greek)
    [ci skip]
    
    * New translations activerecord.en.yml (Hebrew)
    [ci skip]
    
    * New translations activerecord.en.yml (Indonesian)
    [ci skip]
    
    * New translations activerecord.en.yml (Italian)
    [ci skip]
    
    * New translations activerecord.en.yml (Kazakh)
    [ci skip]
    
    * New translations simple_form.en.yml (Slovenian)
    [ci skip]
    
    * New translations activerecord.en.yml (Norwegian)
    [ci skip]
    
    * New translations activerecord.en.yml (Occitan)
    [ci skip]
    
    * New translations activerecord.en.yml (Persian)
    [ci skip]
    
    * New translations activerecord.en.yml (Polish)
    [ci skip]
    
    * New translations activerecord.en.yml (Portuguese)
    [ci skip]
    
    * New translations activerecord.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations activerecord.en.yml (Russian)
    [ci skip]
    
    * New translations simple_form.en.yml (Slovak)
    [ci skip]
    
    * New translations en.yml (Tamil)
    [ci skip]
    
    * New translations en.yml (Telugu)
    [ci skip]
    
    * New translations en.yml (Thai)
    [ci skip]
    
    * New translations en.yml (Turkish)
    [ci skip]
    
    * New translations en.yml (Ukrainian)
    [ci skip]
    
    * New translations en.yml (Welsh)
    [ci skip]
    
    * New translations simple_form.en.yml (Greek)
    [ci skip]
    
    * New translations simple_form.en.yml (Hebrew)
    [ci skip]
    
    * New translations simple_form.en.yml (Hungarian)
    [ci skip]
    
    * New translations simple_form.en.yml (Ido)
    [ci skip]
    
    * New translations simple_form.en.yml (Indonesian)
    [ci skip]
    
    * New translations simple_form.en.yml (Italian)
    [ci skip]
    
    * New translations simple_form.en.yml (Korean)
    [ci skip]
    
    * New translations simple_form.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations simple_form.en.yml (Norwegian)
    [ci skip]
    
    * New translations simple_form.en.yml (Occitan)
    [ci skip]
    
    * New translations simple_form.en.yml (Persian)
    [ci skip]
    
    * New translations simple_form.en.yml (Polish)
    [ci skip]
    
    * New translations simple_form.en.yml (Portuguese)
    [ci skip]
    
    * New translations simple_form.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations simple_form.en.yml (Romanian)
    [ci skip]
    
    * New translations simple_form.en.yml (Russian)
    [ci skip]
    
    * New translations simple_form.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations doorkeeper.en.yml (Welsh)
    [ci skip]
    
    * New translations en.json (German)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * New translations en.json (Russian)
    [ci skip]
    
    * New translations simple_form.en.yml (German)
    [ci skip]
    
    * New translations simple_form.en.yml (German)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * New translations simple_form.en.yml (German)
    [ci skip]
    
    * New translations simple_form.en.yml (German)
    [ci skip]
    
    * New translations simple_form.en.yml (German)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * New translations simple_form.en.yml (German)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * i18n-tasks normalize
    
    * yarn manage:translations
    Gargron committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    809d1fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faafc3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c98573f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b4dcc3 View commit details
    Browse the repository at this point in the history
  10. Do not expand toot when clicking on a poll option (mastodon#11067)

    Fixes regression introduced by e9ddd5a
    ClearlyClaire authored and Gargron committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    a4a502e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    275f09c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Merge branch 'upstream2.9.0rc2' into merge2.9

    Conflicts:
    	CHANGELOG.md
    	README.md
    	app/controllers/settings/preferences_controller.rb
    	app/controllers/stream_entries_controller.rb
    	app/javascript/mastodon/components/media_gallery.js
    	app/javascript/mastodon/components/status.js
    	app/javascript/mastodon/features/compose/containers/sensitive_button_container.js
    	app/javascript/mastodon/locales/ar.json
    	app/javascript/mastodon/locales/ta.json
    	app/javascript/mastodon/locales/zh-CN.json
    	app/javascript/mastodon/reducers/compose.js
    	app/javascript/styles/mastodon-light/diff.scss
    	app/javascript/styles/mastodon/components.scss
    	app/lib/user_settings_decorator.rb
    	app/models/account.rb
    	app/models/user.rb
    	app/serializers/initial_state_serializer.rb
    	app/serializers/rest/status_serializer.rb
    	app/views/settings/preferences/show.html.haml
    	config/locales/en.yml
    	config/locales/simple_form.en.yml
    	config/locales/simple_form.en_GB.yml
    	config/locales/simple_form.es.yml
    	db/schema.rb
    	lib/mastodon/version.rb
    	package.json
    	streaming/index.js
    	yarn.lock
    Joyce Mayorga committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    93939a5 View commit details
    Browse the repository at this point in the history
  2. Fixed Beach City code broken from migration

    Joyce Mayorga committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    d6a38e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85 from BeachCity/merge2.9

    Merge2.9
    Joyce Mayorga committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    7371e8f View commit details
    Browse the repository at this point in the history
  4. Remove Beach City Single Column Hacks

    Joyce Mayorga committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    ce0aee2 View commit details
    Browse the repository at this point in the history
  5. New Crowdin translations (mastodon#11069)

    * New translations en.json (Ukrainian)
    [ci skip]
    
    * New translations en.json (Thai)
    [ci skip]
    
    * New translations en.yml (Bulgarian)
    [ci skip]
    
    * New translations en.json (Telugu)
    [ci skip]
    
    * New translations en.json (Tamil)
    [ci skip]
    
    * New translations en.json (Swedish)
    [ci skip]
    
    * New translations en.json (Slovenian)
    [ci skip]
    
    * New translations en.json (Slovak)
    [ci skip]
    
    * New translations en.json (Serbian (Latin))
    [ci skip]
    
    * New translations en.json (Serbian (Cyrillic))
    [ci skip]
    
    * New translations en.yml (Catalan)
    [ci skip]
    
    * New translations en.json (Romanian)
    [ci skip]
    
    * New translations en.yml (Georgian)
    [ci skip]
    
    * New translations en.yml (Czech)
    [ci skip]
    
    * New translations en.yml (Indonesian)
    [ci skip]
    
    * New translations en.yml (Ido)
    [ci skip]
    
    * New translations en.yml (Hungarian)
    [ci skip]
    
    * New translations en.yml (Hebrew)
    [ci skip]
    
    * New translations en.yml (Galician)
    [ci skip]
    
    * New translations en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations en.yml (French)
    [ci skip]
    
    * New translations en.yml (Finnish)
    [ci skip]
    
    * New translations en.yml (Esperanto)
    [ci skip]
    
    * New translations en.yml (Dutch)
    [ci skip]
    
    * New translations en.yml (Danish)
    [ci skip]
    
    * New translations en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations en.yml (Croatian)
    [ci skip]
    
    * New translations en.json (Portuguese, Brazilian)
    [ci skip]
    
    * New translations en.json (Danish)
    [ci skip]
    
    * New translations en.json (Croatian)
    [ci skip]
    
    * New translations en.json (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations en.json (Chinese Traditional)
    [ci skip]
    
    * New translations en.json (Catalan)
    [ci skip]
    
    * New translations en.json (Asturian)
    [ci skip]
    
    * New translations en.json (Armenian)
    [ci skip]
    
    * New translations en.json (Albanian)
    [ci skip]
    
    * New translations en.json (Portuguese)
    [ci skip]
    
    * New translations en.json (Finnish)
    [ci skip]
    
    * New translations en.json (Bulgarian)
    [ci skip]
    
    * New translations en.json (Kazakh)
    [ci skip]
    
    * New translations en.json (Georgian)
    [ci skip]
    
    * New translations en.json (Persian)
    [ci skip]
    
    * New translations en.json (Occitan)
    [ci skip]
    
    * New translations en.json (Norwegian)
    [ci skip]
    
    * New translations en.json (Lithuanian)
    [ci skip]
    
    * New translations en.json (Latvian)
    [ci skip]
    
    * New translations en.json (Malay)
    [ci skip]
    
    * New translations en.json (Indonesian)
    [ci skip]
    
    * New translations en.json (Ido)
    [ci skip]
    
    * New translations en.json (Hungarian)
    [ci skip]
    
    * New translations en.json (Hebrew)
    [ci skip]
    
    * New translations en.json (Italian)
    [ci skip]
    
    * New translations activerecord.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations devise.en.yml (Kazakh)
    [ci skip]
    
    * New translations devise.en.yml (Japanese)
    [ci skip]
    
    * New translations devise.en.yml (Italian)
    [ci skip]
    
    * New translations devise.en.yml (Indonesian)
    [ci skip]
    
    * New translations devise.en.yml (Hebrew)
    [ci skip]
    
    * New translations devise.en.yml (Ido)
    [ci skip]
    
    * New translations devise.en.yml (Hungarian)
    [ci skip]
    
    * New translations devise.en.yml (Greek)
    [ci skip]
    
    * New translations devise.en.yml (Georgian)
    [ci skip]
    
    * New translations devise.en.yml (German)
    [ci skip]
    
    * New translations devise.en.yml (Korean)
    [ci skip]
    
    * New translations devise.en.yml (Norwegian)
    [ci skip]
    
    * New translations devise.en.yml (Occitan)
    [ci skip]
    
    * New translations devise.en.yml (Persian)
    [ci skip]
    
    * New translations devise.en.yml (Polish)
    [ci skip]
    
    * New translations devise.en.yml (Portuguese)
    [ci skip]
    
    * New translations devise.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations devise.en.yml (Russian)
    [ci skip]
    
    * New translations devise.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations devise.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations devise.en.yml (French)
    [ci skip]
    
    * New translations devise.en.yml (Slovak)
    [ci skip]
    
    * New translations devise.en.yml (Galician)
    [ci skip]
    
    * New translations activerecord.en.yml (Turkish)
    [ci skip]
    
    * New translations devise.en.yml (Finnish)
    [ci skip]
    
    * New translations devise.en.yml (Arabic)
    [ci skip]
    
    * New translations devise.en.yml (Spanish)
    [ci skip]
    
    * New translations activerecord.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations activerecord.en.yml (Slovak)
    [ci skip]
    
    * New translations activerecord.en.yml (Slovenian)
    [ci skip]
    
    * New translations activerecord.en.yml (Spanish)
    [ci skip]
    
    * New translations activerecord.en.yml (Swedish)
    [ci skip]
    
    * New translations activerecord.en.yml (Thai)
    [ci skip]
    
    * New translations activerecord.en.yml (Ukrainian)
    [ci skip]
    
    * New translations activerecord.en.yml (Welsh)
    [ci skip]
    
    * New translations devise.en.yml (Albanian)
    [ci skip]
    
    * New translations devise.en.yml (Esperanto)
    [ci skip]
    
    * New translations devise.en.yml (Asturian)
    [ci skip]
    
    * New translations devise.en.yml (Basque)
    [ci skip]
    
    * New translations devise.en.yml (Bulgarian)
    [ci skip]
    
    * New translations devise.en.yml (Catalan)
    [ci skip]
    
    * New translations devise.en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations devise.en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations devise.en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations devise.en.yml (Corsican)
    [ci skip]
    
    * New translations devise.en.yml (Croatian)
    [ci skip]
    
    * New translations devise.en.yml (Danish)
    [ci skip]
    
    * New translations devise.en.yml (Dutch)
    [ci skip]
    
    * New translations devise.en.yml (Slovenian)
    [ci skip]
    
    * New translations devise.en.yml (Swedish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Portuguese)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Indonesian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Italian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Japanese)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Kazakh)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Norwegian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Occitan)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Persian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Polish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Hungarian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Russian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations doorkeeper.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations doorkeeper.en.yml (Slovak)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Slovenian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Spanish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Swedish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Thai)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Turkish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Ukrainian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Ido)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Hebrew)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Catalan)
    [ci skip]
    
    * New translations devise.en.yml (Thai)
    [ci skip]
    
    * New translations devise.en.yml (Turkish)
    [ci skip]
    
    * New translations devise.en.yml (Ukrainian)
    [ci skip]
    
    * New translations devise.en.yml (Welsh)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Albanian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Arabic)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Asturian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Bulgarian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Greek)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Corsican)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Croatian)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Czech)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Danish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Dutch)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Esperanto)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Finnish)
    [ci skip]
    
    * New translations doorkeeper.en.yml (French)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Galician)
    [ci skip]
    
    * New translations doorkeeper.en.yml (Georgian)
    [ci skip]
    
    * New translations activerecord.en.yml (Russian)
    [ci skip]
    
    * New translations simple_form.en.yml (Welsh)
    [ci skip]
    
    * New translations activerecord.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations simple_form.en.yml (Dutch)
    [ci skip]
    
    * New translations simple_form.en.yml (Asturian)
    [ci skip]
    
    * New translations simple_form.en.yml (Basque)
    [ci skip]
    
    * New translations simple_form.en.yml (Bulgarian)
    [ci skip]
    
    * New translations simple_form.en.yml (Catalan)
    [ci skip]
    
    * New translations simple_form.en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations simple_form.en.yml (Chinese Traditional)
    [ci skip]
    
    * New translations simple_form.en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations simple_form.en.yml (Corsican)
    [ci skip]
    
    * New translations simple_form.en.yml (Croatian)
    [ci skip]
    
    * New translations simple_form.en.yml (Danish)
    [ci skip]
    
    * New translations simple_form.en.yml (Esperanto)
    [ci skip]
    
    * New translations simple_form.en.yml (Albanian)
    [ci skip]
    
    * New translations simple_form.en.yml (Finnish)
    [ci skip]
    
    * New translations simple_form.en.yml (French)
    [ci skip]
    
    * New translations simple_form.en.yml (Galician)
    [ci skip]
    
    * New translations simple_form.en.yml (Georgian)
    [ci skip]
    
    * New translations simple_form.en.yml (German)
    [ci skip]
    
    * New translations simple_form.en.yml (Hebrew)
    [ci skip]
    
    * New translations simple_form.en.yml (Hungarian)
    [ci skip]
    
    * New translations simple_form.en.yml (Ido)
    [ci skip]
    
    * New translations simple_form.en.yml (Indonesian)
    [ci skip]
    
    * New translations simple_form.en.yml (Italian)
    [ci skip]
    
    * New translations simple_form.en.yml (Japanese)
    [ci skip]
    
    * New translations simple_form.en.yml (Arabic)
    [ci skip]
    
    * New translations simple_form.en.yml (Korean)
    [ci skip]
    
    * New translations simple_form.en.yml (Czech)
    [ci skip]
    
    * New translations devise.en.yml (Czech)
    [ci skip]
    
    * New translations en.yml (Italian)
    [ci skip]
    
    * New translations en.yml (Kazakh)
    [ci skip]
    
    * New translations en.yml (Latvian)
    [ci skip]
    
    * New translations en.yml (Lithuanian)
    [ci skip]
    
    * New translations en.yml (Malay)
    [ci skip]
    
    * New translations en.yml (Norwegian)
    [ci skip]
    
    * New translations en.yml (Occitan)
    [ci skip]
    
    * New translations en.yml (Persian)
    [ci skip]
    
    * New translations en.yml (Portuguese)
    [ci skip]
    
    * New translations en.yml (Ukrainian)
    [ci skip]
    
    * New translations en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations en.yml (Romanian)
    [ci skip]
    
    * New translations en.yml (Russian)
    [ci skip]
    
    * New translations en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations en.yml (Slovak)
    [ci skip]
    
    * New translations en.yml (Slovenian)
    [ci skip]
    
    * New translations en.yml (Spanish)
    [ci skip]
    
    * New translations en.yml (Swedish)
    [ci skip]
    
    * New translations en.yml (Tamil)
    [ci skip]
    
    * New translations en.yml (Telugu)
    [ci skip]
    
    * New translations en.yml (Thai)
    [ci skip]
    
    * New translations en.yml (Turkish)
    [ci skip]
    
    * New translations activerecord.en.yml (Portuguese)
    [ci skip]
    
    * New translations activerecord.en.yml (Hebrew)
    [ci skip]
    
    * New translations activerecord.en.yml (Corsican)
    [ci skip]
    
    * New translations activerecord.en.yml (Czech)
    [ci skip]
    
    * New translations activerecord.en.yml (Danish)
    [ci skip]
    
    * New translations activerecord.en.yml (Dutch)
    [ci skip]
    
    * New translations activerecord.en.yml (Esperanto)
    [ci skip]
    
    * New translations activerecord.en.yml (French)
    [ci skip]
    
    * New translations activerecord.en.yml (Galician)
    [ci skip]
    
    * New translations activerecord.en.yml (Georgian)
    [ci skip]
    
    * New translations activerecord.en.yml (German)
    [ci skip]
    
    * New translations activerecord.en.yml (Greek)
    [ci skip]
    
    * New translations activerecord.en.yml (Indonesian)
    [ci skip]
    
    * New translations activerecord.en.yml (Italian)
    [ci skip]
    
    * New translations activerecord.en.yml (Japanese)
    [ci skip]
    
    * New translations activerecord.en.yml (Kazakh)
    [ci skip]
    
    * New translations activerecord.en.yml (Norwegian)
    [ci skip]
    
    * New translations activerecord.en.yml (Occitan)
    [ci skip]
    
    * New translations activerecord.en.yml (Persian)
    [ci skip]
    
    * New translations activerecord.en.yml (Chinese Traditional, Hong Kong)
    [ci skip]
    
    * New translations activerecord.en.yml (Chinese Simplified)
    [ci skip]
    
    * New translations simple_form.en.yml (Slovenian)
    [ci skip]
    
    * New translations simple_form.en.yml (Norwegian)
    [ci skip]
    
    * New translations simple_form.en.yml (Occitan)
    [ci skip]
    
    * New translations simple_form.en.yml (Persian)
    [ci skip]
    
    * New translations simple_form.en.yml (Portuguese)
    [ci skip]
    
    * New translations simple_form.en.yml (Portuguese, Brazilian)
    [ci skip]
    
    * New translations simple_form.en.yml (Romanian)
    [ci skip]
    
    * New translations simple_form.en.yml (Russian)
    [ci skip]
    
    * New translations simple_form.en.yml (Serbian (Cyrillic))
    [ci skip]
    
    * New translations simple_form.en.yml (Serbian (Latin))
    [ci skip]
    
    * New translations simple_form.en.yml (Slovak)
    [ci skip]
    
    * New translations simple_form.en.yml (Spanish)
    [ci skip]
    
    * New translations activerecord.en.yml (Catalan)
    [ci skip]
    
    * New translations simple_form.en.yml (Swedish)
    [ci skip]
    
    * New translations simple_form.en.yml (Thai)
    [ci skip]
    
    * New translations simple_form.en.yml (Turkish)
    [ci skip]
    
    * New translations simple_form.en.yml (Ukrainian)
    [ci skip]
    
    * New translations activerecord.en.yml (Albanian)
    [ci skip]
    
    * New translations activerecord.en.yml (Arabic)
    [ci skip]
    
    * New translations activerecord.en.yml (Asturian)
    [ci skip]
    
    * New translations activerecord.en.yml (Basque)
    [ci skip]
    
    * New translations en.json (German)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * i18n-tasks normalize
    
    * yarn manage:translations
    Gargron committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    917f0ea View commit details
    Browse the repository at this point in the history
  6. List attachments in reply indicator and boost modal (mastodon#10997)

    * Add media attachments list to boost modal
    
    * Add attachment list to reply indicator
    ClearlyClaire authored and Gargron committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    dd45c63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4d67fe View commit details
    Browse the repository at this point in the history
  8. New Crowdin translations (mastodon#11073)

    * New translations en.json (Arabic)
    [ci skip]
    
    * New translations en.yml (Arabic)
    [ci skip]
    
    * New translations simple_form.en.yml (Arabic)
    [ci skip]
    
    * New translations en.json (Arabic)
    [ci skip]
    
    * New translations en.yml (Arabic)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * New translations simple_form.en.yml (Arabic)
    [ci skip]
    
    * i18n-tasks normalize
    
    * yarn manage:translations
    Gargron committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e6024d6 View commit details
    Browse the repository at this point in the history
  9. Removed my code implementing media hide/reveal and put in a different…

    … solution that was lower impact, after changes from upstream.
    Joyce Mayorga committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    3f84fa6 View commit details
    Browse the repository at this point in the history
  10. New Crowdin translations (mastodon#11075)

    * New translations en.json (German)
    [ci skip]
    
    * New translations en.yml (German)
    [ci skip]
    
    * New translations simple_form.en.yml (German)
    [ci skip]
    
    * New translations en.yml (Korean)
    [ci skip]
    
    * New translations en.yml (Esperanto)
    [ci skip]
    
    * New translations simple_form.en.yml (Esperanto)
    [ci skip]
    
    * i18n-tasks normalize
    Gargron committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    5c7f1e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9eeb2e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    66c0c77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from BeachCity/full2.9

    Full2.9
    Joyce Mayorga committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    1cbe3c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Properly show the CW window when redrafting

    Joyce Mayorga committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    ec882ac View commit details
    Browse the repository at this point in the history
  2. Updated BC Changelog

    Joyce Mayorga committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    840cc37 View commit details
    Browse the repository at this point in the history
  3. Avery fixed CSS for Beach City theme in single column mode

    Joyce Mayorga committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    2cf1b37 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #93 from BeachCity/bugFix/AveryCorrectlyFixesShit

    Avery fixed CSS for Beach City theme in single column mode
    Joyce Mayorga committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    9413515 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #91 from BeachCity/bugFix/redraft-CW-problem

    Properly show the CW window when redrafting
    Joyce Mayorga committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    3b40c07 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #94 from BeachCity/dev

    Updates for 1.8.0
    Joyce Mayorga committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    c9a6fc7 View commit details
    Browse the repository at this point in the history
  7. Restore the word Other for Preferences

    Joyce Mayorga committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    4a7951c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b09ec8 View commit details
    Browse the repository at this point in the history