- Mar 06, 2023
-
-
Claire authored
-
- Mar 04, 2023
-
-
Jean byroot Boussier authored
Co-authored-by:
Jean Boussier <jean.boussier@gmail.com>
-
- Mar 03, 2023
-
-
Christian Schmidt authored
-
Claire authored
-
Claire authored
-
Claire authored
-
- Mar 02, 2023
-
-
Matt Jankowski authored
-
- Feb 27, 2023
-
-
Matt Jankowski authored
-
- Feb 22, 2023
-
-
Claire authored
-
- Feb 20, 2023
-
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
- Feb 18, 2023
-
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
- Feb 17, 2023
-
-
Nick Schonning authored
-
- Feb 15, 2023
-
-
Aaron Patterson authored
Co-authored-by:
Matthew Ford <matt@bitzesty.com>
-
- Feb 10, 2023
- Feb 08, 2023
-
-
Nick Schonning authored
* Apply Rubocop Rails/WhereNot * Update spec for where.not
-
Nick Schonning authored
* Apply Rubocop Performance/BlockGivenWithExplicitBlock * Unprefix used block parameter
-
Nick Schonning authored
-
Nick Schonning authored
-
- Feb 07, 2023
-
-
Nick Schonning authored
-
Nick Schonning authored
* Autofix Rails/EagerEvaluationLogMessage * Update spec for debug block syntax
-
- Feb 04, 2023
-
-
Eugen Rochko authored
-
- Jan 25, 2023
-
-
Claire authored
-
- Jan 24, 2023
-
-
Claire authored
* Add tests * Fix account activation being triggered before email confirmation Fixes #23098
-
- Jan 21, 2023
-
-
Jeong Arm authored
-
- Jan 18, 2023
-
-
Claire authored
* Add option to make the landing page be /about even when trends are enabled * Restablish /explore as landing page by default
-
Claire authored
* Add confirmation screen on moderation actions * Add flash notice when a report has been processed * Refactor tests * Add tests
-
Claire authored
* Validate internal actor * Use “internal.actor” by default for the server actor username * Fix instance actor username on the fly if it includes ':' * Change actor name from internal.actor to mastodon.internal
-
Claire authored
* Change domain block CSV parsing to be more robust and handle more lists * Add some tests * Improve domain block import validation and reporting
-
- Jan 13, 2023
-
-
David Freedman authored
-
Claire authored
* Do not offer to mark statuses as sensitive if there is no undeleted status with media attachments * Fix crash when marking statuses as sensitive while some statuses are deleted Fixes #21910 * Fix multiple strikes being created for a single report when selecting “Mark as sensitive” * Add tests
-
- Jan 11, 2023
-
-
Kaspar V authored
* fix(status): remove send usage for private unlink_from_conversations - make unlink_from_conversations public method - rename unlink_from_conversations to unlink_from_conversations! - fix send call on private method in statuses_vacuum and batched_remove_status_service * fix(feeds_vacuum): replace find_in_batches with in_batches because active record query results should be a little more efficient than itterating with map and each. Postgres can grasp such lists of ids much quicker than ruby can. Will probably make allmost no difference, but cannot hurt either.
-
- Jan 06, 2023
-
-
Darius Kazemi authored
* Make autosuggest for mentions return followed accounts first This makes it so that (when elasticsearch is disabled) when a user types '@foo' in the compose box, they are first going to get accounts they follow ordered by the ranking algorithm, and then second they will get accounts they do not follow, also ordered by the ranking algorithm. This makes behavior more consistent with user expectation and also with results when elasticsearch is enabled. * Fix ranking order to correct direction * One more fixup per @gargron suggestion * Tweak to ranking to no longer include following modifier
-