- Oct 23, 2018
-
-
ashleyhull-versent authored
-
- Oct 22, 2018
-
-
Eugen Rochko authored
Fix #9034
-
Eugen Rochko authored
Reminder: Suggestions were added in #7918 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 authored
Too many databases were lost to this
-
Eugen Rochko authored
This reverts commit c7e9f9ff.
-
Eugen Rochko authored
Fix #8889
-
Eugen Rochko authored
Fix #8741
-
- Oct 21, 2018
-
-
Masoud Abkenar authored
* RTL: remove blank character inside bdi * Update app/javascript/mastodon/components/display_name.js Co-Authored-By:
mabkenar <ampbox@gmail.com>
-
Jeong Arm authored
* Delete first 9 accounts on dead servers * Clean up code by moving dead server culling to the end
-
ThibG authored
Fixes #9045
-
Masoud Abkenar authored
-
Masoud Abkenar authored
* RTL: fix admin account avatar margin in about page * fix code style
-
Jeong Arm authored
-
Gomasy authored
-
Masoud Abkenar authored
-
kedama authored
* 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
-
- Oct 20, 2018
-
-
Eugen Rochko authored
* Bump version to 2.6.0rc1 * Update AUTHORS.md * Update CHANGELOG.md
-
takayamaki authored
and use 'if' option of context block
-
Eugen Rochko authored
-
Eugen Rochko authored
* Do not test PAM authentication by default * Disable PAM tests if PAM is not enabled
-
Eugen Rochko authored
* Add "disable" button to report screen * i18n-tasks remove-unused
-
Eugen Rochko authored
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 authored
-
- Oct 19, 2018
-
-
Masoud Abkenar authored
-
bsky authored
-
dependabot[bot] authored
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 authored
* Improve README * Update README.md * Update README.md * Update README.md * Update README.md
-
Eugen Rochko authored
* Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md
-
dependabot[bot] authored
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 authored
-
- Oct 18, 2018
-
-
Eugen Rochko authored
-
takayamaki authored
-
Daigo 3 Dango authored
* 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 authored
-
ThibG authored
-
Masoud Abkenar authored
-
- Oct 17, 2018
-
-
Eugen Rochko authored
* Do not show "limited" visibility in default visibility preference Fix regression from #8950 * Fix code style issue
-
Eugen Rochko authored
* Add silent column to mentions * Save silent mentions in ActivityPub Create handler and optimize it Move networking calls out of the database transaction * Add "limited" visibility level masked as "private" in the API Unlike DMs, limited statuses are pushed into home feeds. The access control rules between direct and limited statuses is almost the same, except for counter and conversation logic * Ensure silent column is non-null, add spec * Ensure filters don't check silent mentions for blocks/mutes As those are "this person is also allowed to see" rather than "this person is involved", therefore does not warrant filtering * Clean up code * Use Status#active_mentions to limit returned mentions * Fix code style issues * Use Status#active_mentions in Notification And remove stream_entry eager-loading from Notification
-
dependabot[bot] authored
Bumps [oj](https://github.com/ohler55/oj) from 3.6.11 to 3.6.12. - [Release notes](https://github.com/ohler55/oj/releases) - [Changelog](https://github.com/ohler55/oj/blob/master/CHANGELOG.md) - [Commits](https://github.com/ohler55/oj/compare/v3.6.11...v3.6.12 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
ThibG authored
This fixes hotkeys not working when pressing the column “back” button, for instance.
-