50b17f7e10 
								
							 
						 
						
							
							
								
								Add notification policies and notification requests ( #29366 )  
							
							
							
						 
						
							2024-03-07 14:53:37 +00:00  
				
					
						
							
							
								 
						
							
								ee8d0b9447 
								
							 
						 
						
							
							
								
								Fix follow suggestions potentially including silenced or blocked accounts ( #29306 )  
							
							
							
						 
						
							2024-03-04 06:35:20 +00:00  
				
					
						
							
							
								 
						
							
								a25014de8f 
								
							 
						 
						
							
							
								
								Improve `IpBlock` model test coverage ( #29460 )  
							
							
							
						 
						
							2024-03-01 16:17:40 +00:00  
				
					
						
							
							
								 
						
							
								3389c41b58 
								
							 
						 
						
							
							
								
								Move `nobody` position in `UserRole` magic number to constant ( #29465 )  
							
							
							
						 
						
							2024-03-01 11:05:24 +00:00  
				
					
						
							
							
								 
						
							
								1f648fdf1a 
								
							 
						 
						
							
							
								
								Remove erroneous service type on `TagFeed` model spec ( #29302 )  
							
							
							
						 
						
							2024-02-21 11:25:33 +00:00  
				
					
						
							
							
								 
						
							
								64f9939e39 
								
							 
						 
						
							
							
								
								Use `capture_emails` helper to improve email assertions in specs ( #29245 )  
							
							
							
						 
						
							2024-02-19 15:57:47 +00:00  
				
					
						
							
							
								 
						
							
								245064bb98 
								
							 
						 
						
							
							
								
								Move "everyone" role and "instance actor" account magic number IDs to constants ( #29260 )  
							
							
							
						 
						
							2024-02-19 11:09:43 +00:00  
				
					
						
							
							
								 
						
							
								117b507df5 
								
							 
						 
						
							
							
								
								Extract `subject` from `User#mark_email_as_confirmed!` spec ( #29231 )  
							
							
							
						 
						
							2024-02-16 13:01:04 +00:00  
				
					
						
							
							
								 
						
							
								bba488c189 
								
							 
						 
						
							
							
								
								Reduce `RSpec/MultipleExpectations` in media_attachment spec ( #29228 )  
							
							
							
						 
						
							2024-02-16 13:00:09 +00:00  
				
					
						
							
							
								 
						
							
								b31af34c97 
								
							 
						 
						
							
							
								
								Merge pull request from GHSA-vm39-j3vx-pch3  
							
							... 
							
							
							
							* Prevent different identities from a same SSO provider from accessing a same account
* Lock auth provider changes behind `ALLOW_UNSAFE_AUTH_PROVIDER_REATTACH=true`
* Rename methods to avoid confusion between OAuth and OmniAuth 
							
						 
						
							2024-02-14 15:16:07 +01:00  
				
					
						
							
							
								 
						
							
								68eaa804c9 
								
							 
						 
						
							
							
								
								Merge pull request from GHSA-7w3c-p9j8-mq3x  
							
							... 
							
							
							
							* Ensure destruction of OAuth Applications notifies streaming
Due to doorkeeper using a dependent: delete_all relationship, the destroy of an OAuth Application bypassed the existing AccessTokenExtension callbacks for announcing destructing of access tokens.
* Ensure password resets revoke access to Streaming API
* Improve performance of deleting OAuth tokens
---------
Co-authored-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2024-02-14 15:15:34 +01:00  
				
					
						
							
							
								 
						
							
								95da28d201 
								
							 
						 
						
							
							
								
								Add common `ThreadingHelper` module for specs ( #29116 )  
							
							
							
						 
						
							2024-02-07 14:53:29 +00:00  
				
					
						
							
							
								 
						
							
								66dda7c762 
								
							 
						 
						
							
							
								
								Fix already-invalid reports failing to resolve ( #29027 )  
							
							
							
						 
						
							2024-02-06 09:35:27 +00:00  
				
					
						
							
							
								 
						
							
								6d35a77c92 
								
							 
						 
						
							
							
								
								Combine repeated subjects in `models/user` spec ( #28937 )  
							
							
							
						 
						
							2024-01-26 16:22:44 +00:00  
				
					
						
							
							
								 
						
							
								42ab855b23 
								
							 
						 
						
							
							
								
								Add specs for `Instance` model scopes and add `with_domain_follows` scope ( #28767 )  
							
							
							
						 
						
							2024-01-25 15:28:27 +00:00  
				
					
						
							
							
								 
						
							
								2866106ec1 
								
							 
						 
						
							
							
								
								Reduce factory creation in `spec/models/account_statuses_cleanup_policy` ( #28361 )  
							
							
							
						 
						
							2024-01-25 13:37:25 +00:00  
				
					
						
							
							
								 
						
							
								6b6586f5d0 
								
							 
						 
						
							
							
								
								Add `CustomFilterKeyword#to_regex` method ( #28893 )  
							
							
							
						 
						
							2024-01-25 13:00:34 +00:00  
				
					
						
							
							
								 
						
							
								b0207d7757 
								
							 
						 
						
							
							
								
								Add coverage for `Tag.recently_used` scope ( #28850 )  
							
							
							
						 
						
							2024-01-23 09:10:11 +00:00  
				
					
						
							
							
								 
						
							
								18004bf227 
								
							 
						 
						
							
							
								
								Add `Account.matches_uri_prefix` scope and use in activitypub/followers_synchronizations controller ( #28820 )  
							
							
							
						 
						
							2024-01-22 13:55:37 +00:00  
				
					
						
							
							
								 
						
							
								1480573c83 
								
							 
						 
						
							
							
								
								Add `Account.auditable` scope, fix N+1 in admin/action_logs#index ( #28812 )  
							
							
							
						 
						
							2024-01-19 01:39:30 +00:00  
				
					
						
							
							
								 
						
							
								d0b3bc23d7 
								
							 
						 
						
							
							
								
								Remove unused `matches_domain` scopes on Account, DomainAllow, DomainBlock ( #28803 )  
							
							
							
						 
						
							2024-01-18 16:11:04 +00:00  
				
					
						
							
							
								 
						
							
								07e10e3747 
								
							 
						 
						
							
							
								
								Combine assertions about same setup in `Account#suspend!` spec ( #28787 )  
							
							
							
						 
						
							2024-01-18 09:36:59 +00:00  
				
					
						
							
							
								 
						
							
								1b0cb3b54d 
								
							 
						 
						
							
							
								
								Announcement reactions query spec improvement and refactor ( #28768 )  
							
							
							
						 
						
							2024-01-17 09:18:13 +00:00  
				
					
						
							
							
								 
						
							
								98b5f85f10 
								
							 
						 
						
							
							
								
								Rename and refactor `User#confirm!` to `User#mark_email_as_confirmed!` ( #28735 )  
							
							
							
						 
						
							2024-01-15 18:04:58 +00:00  
				
					
						
							
							
								 
						
							
								cd37048439 
								
							 
						 
						
							
							
								
								Move followable_by coverage to suggestions ( #28697 )  
							
							
							
						 
						
							2024-01-12 09:11:34 +00:00  
				
					
						
							
							
								 
						
							
								8b26614fa7 
								
							 
						 
						
							
							
								
								Combine results include check in spec/models/account ( #28471 )  
							
							
							
						 
						
							2024-01-11 16:17:45 +00:00  
				
					
						
							
							
								 
						
							
								0a7cff53c2 
								
							 
						 
						
							
							
								
								Add coverage for `Account.followable_by` scope ( #28689 )  
							
							
							
						 
						
							2024-01-11 09:30:29 +00:00  
				
					
						
							
							
								 
						
							
								543d7890fd 
								
							 
						 
						
							
							
								
								Use normalizes to prepare `User` values ( #28650 )  
							
							... 
							
							
							
							Co-authored-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2024-01-10 13:36:06 +00:00  
				
					
						
							
							
								 
						
							
								00341c70ff 
								
							 
						 
						
							
							
								
								Use Sidekiq `fake!` instead of `inline!` in specs ( #25369 )  
							
							
							
						 
						
							2024-01-10 11:06:58 +00:00  
				
					
						
							
							
								 
						
							
								10203bd57a 
								
							 
						 
						
							
							
								
								Clean up `Setting` model and remove dead code ( #28661 )  
							
							
							
						 
						
							2024-01-09 14:01:53 +00:00  
				
					
						
							
							
								 
						
							
								1781849884 
								
							 
						 
						
							
							
								
								Inline what remains of the rails-settings-cached gem ( #28618 )  
							
							... 
							
							
							
							Co-authored-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2024-01-09 11:50:21 +00:00  
				
					
						
							
							
								 
						
							
								5dc634796a 
								
							 
						 
						
							
							
								
								Misc coverage improvements re: sidekiq/inline ( #28651 )  
							
							
							
						 
						
							2024-01-09 09:40:08 +00:00  
				
					
						
							
							
								 
						
							
								e677eb164c 
								
							 
						 
						
							
							
								
								Remove unused `Announcement#time_range?` ( #28648 )  
							
							
							
						 
						
							2024-01-08 15:26:30 +00:00  
				
					
						
							
							
								 
						
							
								3e43cd095c 
								
							 
						 
						
							
							
								
								Remove unused scope `Announcement.without_muted` ( #28645 )  
							
							
							
						 
						
							2024-01-08 15:26:14 +00:00  
				
					
						
							
							
								 
						
							
								aa6d07dbd9 
								
							 
						 
						
							
							
								
								Use normalizes to prepare CustomEmoji `domain` value ( #28624 )  
							
							
							
						 
						
							2024-01-08 11:20:59 +00:00  
				
					
						
							
							
								 
						
							
								12bed81187 
								
							 
						 
						
							
							
								
								Add validation specs to `CustomFilter` model ( #28600 )  
							
							
							
						 
						
							2024-01-05 15:13:59 +00:00  
				
					
						
							
							
								 
						
							
								bb8077e784 
								
							 
						 
						
							
							
								
								Fix `RSpec/LetSetup` cop in models/account_status_cleanup_policy ( #28470 )  
							
							
							
						 
						
							2023-12-22 15:29:50 +00:00  
				
					
						
							
							
								 
						
							
								e6e217fedd 
								
							 
						 
						
							
							
								
								Clean up `tagged_with_*` Status specs, fix `RSpec/LetSetup` cop ( #28462 )  
							
							
							
						 
						
							2023-12-22 08:32:27 +00:00  
				
					
						
							
							
								 
						
							
								c753b1ad35 
								
							 
						 
						
							
							
								
								Clean up of `RSpec/LetSetup` within `spec/models` ( #28444 )  
							
							
							
						 
						
							2023-12-21 09:18:38 +00:00  
				
					
						
							
							
								 
						
							
								6fed0fcbaa 
								
							 
						 
						
							
							
								
								Remove unneeded settings cleanup from specs ( #28425 )  
							
							
							
						 
						
							2023-12-19 15:17:22 +00:00  
				
					
						
							
							
								 
						
							
								af366f65ee 
								
							 
						 
						
							
							
								
								Add spec coverage for `models/form/custom_emoji_batch` class ( #28388 )  
							
							
							
						 
						
							2023-12-18 12:41:37 +00:00  
				
					
						
							
							
								 
						
							
								1820bad646 
								
							 
						 
						
							
							
								
								Fix `Performance/StringIdentifierArgument` cop ( #28399 )  
							
							
							
						 
						
							2023-12-18 10:26:09 +00:00  
				
					
						
							
							
								 
						
							
								28e1a7a394 
								
							 
						 
						
							
							
								
								Improve spec coverage for `models/announcement` class ( #28350 )  
							
							
							
						 
						
							2023-12-14 10:29:10 +00:00  
				
					
						
							
							
								 
						
							
								89a8e6e622 
								
							 
						 
						
							
							
								
								Remove 2x double subject call in `models/form/account_batch` spec ( #28209 )  
							
							
							
						 
						
							2023-12-04 15:41:43 +00:00  
				
					
						
							
							
								 
						
							
								5631f139c1 
								
							 
						 
						
							
							
								
								Fix `Lint/SymbolConversion` cop ( #28175 )  
							
							
							
						 
						
							2023-12-01 15:53:35 +00:00  
				
					
						
							
							
								 
						
							
								440b80b2e7 
								
							 
						 
						
							
							
								
								Model concerns organization into module namespaces ( #28149 )  
							
							
							
						 
						
							2023-12-01 11:00:41 +00:00  
				
					
						
							
							
								 
						
							
								e48ecd2929 
								
							 
						 
						
							
							
								
								Remove `default_scope` from `Admin::ActionLog` ( #28026 )  
							
							
							
						 
						
							2023-11-29 10:39:59 +00:00  
				
					
						
							
							
								 
						
							
								973597c6f1 
								
							 
						 
						
							
							
								
								Consolidate configuration of `Sidekiq::Testing.fake!` setup ( #28046 )  
							
							
							
						 
						
							2023-11-23 09:43:43 +00:00  
				
					
						
							
							
								 
						
							
								cdc57c74b7 
								
							 
						 
						
							
							
								
								Fix unsupported time zone or locale preventing sign-up ( #28035 )  
							
							... 
							
							
							
							Co-authored-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2023-11-22 11:38:07 +00:00  
				
					
						
							
							
								 
						
							
								371f355719 
								
							 
						 
						
							
							
								
								Reduce `.times` usage in `AccountStatusesCleanupPolicy` ( #27947 )  
							
							
							
						 
						
							2023-11-20 09:08:54 +00:00