|  Jonathan de Jong | b18caff5b6 | Change `first_of_value` to `first_of_hash`, and add more test cases (#33647) | 2025-01-22 14:02:05 +00:00 | 
				
					
						|  Matt Jankowski | 3af6739f21 | Add coverage for `AnnualReport.prepare` method (#33618) | 2025-01-16 15:45:48 +00:00 | 
				
					
						|  Claire | da4e55eb17 | Merge commit from fork | 2025-01-16 11:10:08 +01:00 | 
				
					
						|  Claire | d517fa5ab7 | Change ActivityPub path generation to all happen in `ActivityPub::TagManager` (#33527) | 2025-01-13 09:39:05 +00:00 | 
				
					
						|  Matt Jankowski | 2cfc2a777a | Add `build_object` method for defaults in `AP::Activity::Create` spec (#33537) | 2025-01-10 11:59:19 +00:00 | 
				
					
						|  Matt Jankowski | 2499cd01db | Add `duplicate_record` helper to maintenance CLI spec (#33536) | 2025-01-10 09:04:23 +00:00 | 
				
					
						|  Christian Schmidt | 8e2c642d44 | Do now swallow response body on persistent connection (#32729) | 2025-01-09 08:35:35 +00:00 | 
				
					
						|  Matt Jankowski | efcd4ea5de | Reference value constants from specs (#33479) | 2025-01-06 23:25:13 +00:00 | 
				
					
						|  Matt Jankowski | 441dcd7396 | Fix intermittent failure on ap/activity/create spec timestamp check (#33406) | 2025-01-02 08:38:22 +00:00 | 
				
					
						|  Matt Jankowski | d2fbf42b0e | Avoid `validate: false` save in expired poll create activity spec (#33367) | 2024-12-20 13:34:05 +00:00 | 
				
					
						|  Claire | 344e2903b3 | Fix featured tags for remote accounts not being kept up to date (#33372) | 2024-12-20 11:50:31 +00:00 | 
				
					
						|  FND | c8c916e657 | Change URL truncation to account for ellipses (#33229) | 2024-12-10 08:41:06 +00:00 | 
				
					
						|  Eugen Rochko | 425311e1d9 | Change referrer policy to be controlled by header in web UI (#33214) | 2024-12-09 22:42:45 +00:00 | 
				
					
						|  Jonathan de Jong | 360b6d3a44 | Fix exclusive lists interfering with notifications (#28162) | 2024-12-02 09:26:04 +00:00 | 
				
					
						|  Calvin Lee | 7f4858b339 | Correctly sanitize MathML out of post content (#27107) | 2024-11-28 12:02:34 +00:00 | 
				
					
						|  Christian Schmidt | 0518613dd7 | LinkDetailsExtractor adjustments (#31357) | 2024-11-22 08:00:14 +00:00 | 
				
					
						|  Matt Jankowski | 425982841d | Use group/count approach in annual report classes (#32914) | 2024-11-19 08:51:34 +00:00 | 
				
					
						|  Matt Jankowski | 30a7986569 | Add coverage for fixing the thing with the dates in the search area (#32958) | 2024-11-18 15:42:45 +00:00 | 
				
					
						|  Eugen Rochko | 911d7dbbf6 | Fix `min_id` and `max_id` causing error in search API (#32857) | 2024-11-18 09:37:01 +00:00 | 
				
					
						|  Matt Jankowski | 62d65504f6 | Add `DomainResource` class to wrap MX lookup/normalize (#32864) | 2024-11-14 13:47:29 +00:00 | 
				
					
						|  Matt Jankowski | a6d829e86f | Fix error in CLI EmailDomainBlocks when supplying `--with-dns-records` (#32863) | 2024-11-13 08:39:58 +00:00 | 
				
					
						|  Matt Jankowski | 884bbf7ae2 | Prepare the way for banning a bunch of usernames (#32856) | 2024-11-12 15:43:55 +00:00 | 
				
					
						|  Matt Jankowski | c099797700 | Use `mastodon` config namespace to load software update default value via `config_for` (#30534) | 2024-11-12 08:28:31 +00:00 | 
				
					
						|  Matt Jankowski | 41227aeb95 | Update Rails to version 7.2.2 (#30391) | 2024-11-07 14:58:20 +00:00 | 
				
					
						|  Eugen Rochko | 90f4ffa31d | Fix performance of percentile calculation for annual reports (#32765) | 2024-11-04 10:11:06 +00:00 | 
				
					
						|  Matt Jankowski | ff490daa58 | Reduce factory generation in `AccountStatusesFilter` spec (#32727) | 2024-11-04 09:00:01 +00:00 | 
				
					
						|  Eugen Rochko | c2b498a2b0 | Fix IDs not being serialized as strings in annual reports API (#32710) | 2024-10-31 09:38:00 +00:00 | 
				
					
						|  Jonny Saunders | 9074c1fac9 | Use `likes` and `shares` totalItems on status creations and updates (#32620) | 2024-10-28 04:55:18 +00:00 | 
				
					
						|  Matt Jankowski | 2a13d6824c | Use `subject` for `FeedManager` lib spec (#32486) | 2024-10-25 07:59:31 +00:00 | 
				
					
						|  Matt Jankowski | b742ce9d09 | Reduce factory creation (17 -> 0) in `PlainTextFormatter` spec (#32487) | 2024-10-15 13:58:45 +00:00 | 
				
					
						|  Matt Jankowski | e9b27852be | Reduce factory creation (14 -> 8) in `ActivityPub::Activity::Block` spec (#32488) | 2024-10-15 13:51:52 +00:00 | 
				
					
						|  Matt Jankowski | 6a39212b02 | Reduce factories (36 > 12) in `AccountReachFinder` spec (#32482) | 2024-10-15 13:18:57 +00:00 | 
				
					
						|  Matt Jankowski | 0cc21f1ded | Reduce factory creation (132 -> 40) in lib/vacuum/* specs (#32498) | 2024-10-15 12:54:56 +00:00 | 
				
					
						|  Jeong Arm | 66b2bc1c84 | Ignore error if mentioned account was not processable (#29215) Co-authored-by: Claire <claire.github-309c@sitedethib.com> | 2024-10-02 08:08:02 +00:00 | 
				
					
						|  Claire | 513f187daf | Add “A Mastodon update is available.” message on admin dashboard for non-bugfix updates (#32106) | 2024-09-26 19:27:57 +00:00 | 
				
					
						|  Renaud Chaput | 3dc4ddc663 | Fix search params being dropped when redirected to non-deck path (#31984) | 2024-09-25 13:35:37 +00:00 | 
				
					
						|  Matt Jankowski | c2ef83ea4c | Consolidate shared `a scope` example parts into one attributes check (#32046) | 2024-09-25 07:56:42 +00:00 | 
				
					
						|  Matt Jankowski | 5405bdd344 | Remove unused E2EE messaging code (#31193) | 2024-09-18 09:27:43 +00:00 | 
				
					
						|  Taylor Chaparro | 1b6a82b799 | Fix invalid date searches returning 503 (#31526) | 2024-09-12 13:40:20 +00:00 | 
				
					
						|  Claire | c35ea59ee6 | Fix security context sometimes not being added in LD-Signed activities (#31871) | 2024-09-12 12:58:12 +00:00 | 
				
					
						|  David Roetzel | ab763c493f | Ignore `undefined` as canonical url (#31882) | 2024-09-12 11:14:42 +00:00 | 
				
					
						|  Matt Jankowski | cdcd834f3c | Add coverage for `AnnualReport::*` source child classes (#31849) | 2024-09-11 08:01:32 +00:00 | 
				
					
						|  David Roetzel | f85694acfd | Add credentials to redis sentinel configuration (#31768) | 2024-09-05 14:06:58 +00:00 | 
				
					
						|  David Roetzel | 7d91723f05 | Support `REDIS_SENTINEL_PORT` variables (#31767) | 2024-09-05 09:26:49 +00:00 | 
				
					
						|  David Roetzel | ef2bc8ea26 | Add redis sentinel support to ruby part of code (#31744) | 2024-09-04 14:10:45 +00:00 | 
				
					
						|  Matt Jankowski | f1003b2560 | Enable "zero monkey patching" mode in RSpec (#31614) | 2024-09-04 05:12:25 +00:00 | 
				
					
						|  Matt Jankowski | 2f0d0fc127 | Add coverage for `CLI::Accounts#fix_duplications` task (#30639) | 2024-09-03 15:36:59 +00:00 | 
				
					
						|  Matt Jankowski | 31c00108a4 | Add first pass coverage for `AnnualReport` class (#31704) | 2024-09-03 09:05:26 +00:00 | 
				
					
						|  David Roetzel | 388d5473e1 | Refactor (ruby) redis configuration (#31694) | 2024-09-02 14:19:55 +00:00 | 
				
					
						|  Claire | 8a5b57f668 | Revert "Support JSON-LD named graph (#31288)" (#31355) | 2024-08-09 13:48:54 +00:00 |