- May 26, 2019
-
-
Sandro authored
-
Neil Moore authored
This click handler only activates on left-click, resolving #10798. This matches behavior in status_content.js, as added in #536
-
Eugen Rochko authored
* 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
-
Marek Ľach authored
-
Hanage999 authored
* update Ruby to 2.5.3 * Link to Getting Started will not redirect to Home in multi-column UI (https://github.com/tootsuite/mastodon/pull/10835)
-
Eugen Rochko authored
* 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
-
- May 25, 2019
-
-
ThibG authored
* Move control of media visibility to parent component * Add keyboard shortcut to toggle media visibility
-
Sandro authored
-
Alfie John authored
-
Mélanie Chauvel (ariasuni) authored
-
Aditoo17 authored
-
Eugen Rochko authored
* 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
-
- May 24, 2019
-
-
Eugen Rochko authored
* Bump version to 2.8.3 * Bump version to 2.8.4
-
ThibG authored
* Check OAuth token scopes in the streaming API * Use Sec-WebSocket-Protocol instead of query string to pass WebSocket token Inspired by https://github.com/kubevirt/kubevirt/issues/1242
-
- May 23, 2019
-
-
Eugen Rochko authored
- Add potential side panels to single column layout - Hide FAB on large screens
-
ThibG authored
-
ThibG authored
* 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
-
ThibG authored
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.
-
- May 22, 2019
-
-
Eugen Rochko authored
* 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
-
abcang authored
-
nzws authored
-
dependabot[bot] authored
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](https://github.com/aws/aws-sdk-ruby/compare/v1.39.0...v1.40.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
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](https://github.com/rubocop-hq/rubocop/compare/v0.69.0...v0.70.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dxwc authored
* i18n: Complete frontend Bengali translation * run yarn manage:translations
-
- May 21, 2019
-
-
a authored
-
Paul Woolcock authored
* 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
-
dependabot[bot] authored
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>
-
- May 20, 2019
-
-
Marek Ľach authored
* Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * normalize
-
dependabot[bot] authored
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](https://github.com/roidrage/lograge/compare/v0.11.0...v0.11.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
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](https://github.com/teamcapybara/capybara/compare/3.20.0...3.20.2 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- May 19, 2019
-
-
a authored
* 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
-
ThibG authored
-
Marek Ľach authored
* sk.yml grammar update * bundle exec i18n-tasks normalize
-
Hinaloe authored
-
Marek Ľach authored
-
ThibG authored
-
Shlee authored
-
Aditoo17 authored
-
- May 18, 2019
-
-
Ben Lubar authored
-