Commit Graph

6209 Commits (4e6cffe00c5d42576fe37771d71b87e1dee60e6b)
 

Author SHA1 Message Date
dependabot[bot] 4e6cffe00c Bump aws-sdk-s3 from 1.21.0 to 1.23.0 ()
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.21.0 to 1.23.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/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Eugen Rochko 2f0797bdbd
Bump version to 2.6.0rc2 ()
* Bump version to 2.6.0rc2

* Update CHANGELOG.md
Ben Lubar 13e049d772 Allow cross-origin requests to /.well-known/* URLs. ()
Right now, this includes three endpoints: host-meta, webfinger, and change-password.

host-meta and webfinger are publicly available and do not use any authentication. Nothing bad can be done by accessing them in a user's browser.

change-password being CORS-enabled will only reveal the URL it redirects to (which is /auth/edit) but not anything about the actual /auth/edit page, because it does not have CORS enabled.

The documentation for hosting an instance on a different domain should also be updated to point out that Access-Control-Allow-Origin: * should be set at a minimum for the /.well-known/host-meta redirect to allow browser-based non-proxied instance discovery.
Eugen Rochko 4ea718ef18
Migrate all old direct messages to new conversations schema ()
Eugen Rochko 9b5348240e
Add consistent interpolations check to CircleCI ()
* Add consistent interpolations check to CircleCI

* Fix locale strings using wrong variables
Yamagishi Kazutoshi e8ffecbd36 Set @body_classes to admin layout ()
Eugen Rochko df3a7e724d
Fix missing plural keys ()
* Update i18n-tasks to feature-missing-plural-keys

* Fix pluralizations with missing keys in Arabic

Fix 

* Add i18n-tasks missing-plural-keys to CircleCI
Eugen Rochko d723f2a0a8
Fix RTL layout of status display names ()
Fix 
Eugen Rochko 288e435fe5
Show upload options on click as well as hover ()
Fix 
dependabot[bot] 9f3283086f Bump capybara from 3.9.0 to 3.10.0 ()
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.9.0 to 3.10.0.
- [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.9.0...3.10.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] c64234c31f Bump rspec-rails from 3.8.0 to 3.8.1 ()
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v3.8.0...v3.8.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] c61af83de0 Bump i18n-tasks from 0.9.26 to 0.9.27 ()
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.26 to 0.9.27.
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/master/CHANGES.md)
- [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.26...v0.9.27)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Eugen Rochko 01c169e796
Fix JS error when posting from page without router context ()
Fix 
dependabot[bot] e3a1955276 Bump i18n-tasks from 0.9.25 to 0.9.26 ()
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.25 to 0.9.26.
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/master/CHANGES.md)
- [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.25...v0.9.26)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] 65867b6e61 Bump parallel_tests from 2.23.0 to 2.24.0 ()
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.23.0...v2.24.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
ashleyhull-versent 51677ff070 Update Dockerfile ()
Eugen Rochko 39abec4d25
Fix public timelines not instantly updating on compose ()
Fix 
Eugen Rochko ad510db3a1
Show suggested follows on search screen in mobile layout ()
Reminder: Suggestions were added in  and are based on who you
interact with who you do not follow. E.g. if you boost someone a lot
from seeing other people's boosts of that person, it makes sense you
might be interested in following the original source; or if you reply
to someone a lot, maybe you'd want to follow them

Each suggestion can be dismissed
Eugen Rochko 969a10a5d1
Persist volumes by default in docker-compose ()
Too many databases were lost to this
Eugen Rochko 81017eaea7
Revert "RTL: remove blank character inside bdi ()" ()
This reverts commit c7e9f9ff1e.
Eugen Rochko 4f0bdbaaaf
Downgrade fog-openstack to 0.3.7 and fog-core to 2.1.0 ()
Fix 
Eugen Rochko f5b8bd4392
Fix cull tripping on nil in last_webfingered_at ()
Fix 
Masoud Abkenar c7e9f9ff1e RTL: remove blank character inside bdi ()
* RTL: remove blank character inside bdi

* Update app/javascript/mastodon/components/display_name.js

Co-Authored-By: mabkenar <ampbox@gmail.com>
Jeong Arm 2e18ad74dc Fix tootctl cull on dead servers ()
* Delete first 9 accounts on dead servers

* Clean up code by moving dead server culling to the end
ThibG 84cf78da8a Fix og:url on toots' public view ()
Fixes 
Masoud Abkenar c73864c137 RTL: fix cardbar margins and alignment ()
Masoud Abkenar 3a157210c8 RTL: fix admin account avatar margin in about page ()
* RTL: fix admin account avatar margin in about page

* fix code style
Jeong Arm 68f0e4d54e Handle if username is not found on tootctl feeds build ()
Gomasy 8d70d3de38 Fix crash when using UNIX socket ()
Masoud Abkenar bf58461d36 RTL: fix column settings toggle label ()
kedama 25f9ead041 Fix domain label position and color ()
* Fix position of the domain label

* Fix position of the domain label for RTL

- Fix color mismatch of linear gradient which assigned to "::after" pseudo class
Eugen Rochko f468bfb830
Bump version to 2.6.0rc1 ()
* Bump version to 2.6.0rc1

* Update AUTHORS.md

* Update CHANGELOG.md
takayamaki 33976c8ecc fix: Execute PAM authentication tests on CircleCI ()
and use 'if' option of context block
Eugen Rochko fd5285658f
Add option to block reports from domain ()
Eugen Rochko d5bfba3262
Do not test PAM authentication by default ()
* Do not test PAM authentication by default

* Disable PAM tests if PAM is not enabled
Eugen Rochko 9486f0ca77
Add "disable" button to report screen ()
* Add "disable" button to report screen

* i18n-tasks remove-unused
Eugen Rochko 369cc5f555
Check if port/socket is available before forking in Streaming API ()
Previously, the server would attempt taking port/socket in worker
process, and if it was taken, fail, which made the master process
create a new worker. This led to really high CPU usage if the
streaming API was started when the port or socket were not
available.

Now, before clustering (forking) into worker processes, a test
server is created and then removed to check if it can be done.
Eugen Rochko eb1b9903a6
Redesign direct messages column ()
Masoud Abkenar 029943d59b RTL: fix preferences layout ()
bsky 065b39e7a4 Fix admin account avatar margin ()
dependabot[bot] 6c91f1a5b3 Bump strong_migrations from 0.3.0 to 0.3.1 ()
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/ankane/strong_migrations/releases)
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/strong_migrations/compare/v0.3.0...v0.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Eugen Rochko 3abab56650
Improve README ()
* Improve README

* Update README.md

* Update README.md

* Update README.md

* Update README.md
Eugen Rochko 890968603b
Update CONTRIBUTING.md ()
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
dependabot[bot] c7b9e6f479 Bump tzinfo-data from 1.2018.5 to 1.2018.6 ()
Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2018.5 to 1.2018.6.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2018.5...v1.2018.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Masoud Abkenar 301cbcc980 RTL: fix user stats in about page ()
Eugen Rochko a38a452481
Add unread indicator to conversations ()
takayamaki bebe8ec887 fix: initial state of PrivacyDropdown is should not be null ()
Daigo 3 Dango e5762875a4 Use Ruby ==2.5.2== 2.5.3 ()
* Use Ruby 2.5.2

* Specify 2.5.2p104 as RUBY VERSION

Heorku refers to RUBY VERSION in Gemfile.lock

* Use ruby-2.5.3
Masoud Abkenar 65b3804a6c RTL: fix domain append at signup form ()
ThibG 007f7690fa Fix fav/boosts hotkeys not working on detailed statuses ()