c2c3a66478 
								
							 
						 
						
							
							
								
								Merge commit '5dfdec645313e556413147597138a8008bc35996' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-09-23 20:24:18 +02:00  
				
					
						
							
							
								 
						
							
								0ba3ad4a35 
								
							 
						 
						
							
							
								
								Remove `body_json_ids` from api/v2/admin/accounts spec ( #32003 )  
							
							
							
						 
						
							2024-09-23 08:45:05 +00:00  
				
					
						
							
							
								 
						
							
								221bba1897 
								
							 
						 
						
							
							
								
								Merge commit '7ed9c590b98610f8d68deab9ef8df260eec6d8f0' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-09-21 15:06:06 +02:00  
				
					
						
							
							
								 
						
							
								d55f4fbda1 
								
							 
						 
						
							
							
								
								Add content type checks to api/v2 request specs ( #31983 )  
							
							
							
						 
						
							2024-09-20 13:19:53 +00:00  
				
					
						
							
							
								 
						
							
								9a03902ab6 
								
							 
						 
						
							
							
								
								Capture actual behavior in v2/notifications "someone else" dismiss scenario ( #31985 )  
							
							
							
						 
						
							2024-09-20 08:16:19 +00:00  
				
					
						
							
							
								 
						
							
								b071e618e7 
								
							 
						 
						
							
							
								
								Combine API request spec assertions ( #31970 )  
							
							
							
						 
						
							2024-09-19 10:15:21 +00:00  
				
					
						
							
							
								 
						
							
								665e9129fe 
								
							 
						 
						
							
							
								
								Merge commit 'e0648a916ab81925545504173bf4f43ec64d4f3c' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/models/custom_emoji.rb`:
  An upstream refactor touched lines adjacent to ones modified in glitch-soc.
  Ported upstream's changes. 
							
						 
						
							2024-09-16 21:08:58 +02:00  
				
					
						
							
							
								 
						
							
								e0648a916a 
								
							 
						 
						
							
							
								
								Rename `/api/v2_alpha/notifications*` to `/api/v2/notifications*` ( #31840 )  
							
							
							
						 
						
							2024-09-16 12:10:02 +00:00  
				
					
						
							
							
								 
						
							
								29124990a2 
								
							 
						 
						
							
							
								
								Merge commit '7335a43b6dac0e82c305ce4dec9db4da114c769e' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/helpers/application_helper.rb`:
  Upstream reworked how CSS classes for the document's body are computed.
  Slight conflict due to glitch-soc's different theming system.
  Updated as upstream did. 
							
						 
						
							2024-09-06 19:25:31 +02:00  
				
					
						
							
							
								 
						
							
								6b6a80b407 
								
							 
						 
						
							
							
								
								Remove `body_as_json` in favor of built-in `response.parsed_body` for JSON response specs ( #31749 )  
							
							
							
						 
						
							2024-09-06 09:58:46 +00:00  
				
					
						
							
							
								 
						
							
								5a55180b95 
								
							 
						 
						
							
							
								
								Merge commit 'fe04291af46d7cb9d3439fa73739b2ffb2b53d72' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `spec/lib/sanitize/config_spec.rb`:
  Upstream rewrote top-level `describe` calls to `RSpec.describe`, and
  glitch-soc had differences in the first few tests because of the wider
  subset of HTML it accepts.
  Changed `describe` to `RSpec.describe` as upstream did, keeping
  glitch-soc's tests. 
							
						 
						
							2024-09-04 19:38:52 +02:00  
				
					
						
							
							
								 
						
							
								f1003b2560 
								
							 
						 
						
							
							
								
								Enable "zero monkey patching" mode in RSpec ( #31614 )  
							
							
							
						 
						
							2024-09-04 05:12:25 +00:00  
				
					
						
							
							
								 
						
							
								ac4002fe08 
								
							 
						 
						
							
							
								
								Merge commit '611533cd12059d365ca0267342b750e615637bd4' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-09-03 12:12:23 +02:00  
				
					
						
							
							
								 
						
							
								24a0b20408 
								
							 
						 
						
							
							
								
								Use `body_as_json` directly instead of via local var assignment ( #31696 )  
							
							
							
						 
						
							2024-09-03 08:03:08 +00:00  
				
					
						
							
							
								 
						
							
								402c1e116d 
								
							 
						 
						
							
							
								
								Merge commit '491033c86cc9c29302bfe68cc94dabad82ded4cc' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-09-02 17:43:10 +02:00  
				
					
						
							
							
								 
						
							
								40f993b3a0 
								
							 
						 
						
							
							
								
								Use built-in `response.parsed_body` for JSON response specs ( #31674 )  
							
							
							
						 
						
							2024-09-02 14:25:21 +00:00  
				
					
						
							
							
								 
						
							
								0cec9077a4 
								
							 
						 
						
							
							
								
								Merge commit 'edeae945c0c9d6318d489ab720587621545063d0' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `spec/requests/api/v2/instance_spec.rb`:
  Upstream added a test for a new attribute, next to a line we modified
  in glitch-soc because of a different default value.
  Updated as upstream's did, keeping glitch-soc's default value. 
							
						 
						
							2024-08-21 18:44:21 +02:00  
				
					
						
							
							
								 
						
							
								19a1acb38b 
								
							 
						 
						
							
							
								
								Add `api_versions` to `/api/v2/instance` ( #31354 )  
							
							
							
						 
						
							2024-08-21 14:54:59 +00:00  
				
					
						
							
							
								 
						
							
								31a00c0c1a 
								
							 
						 
						
							
							
								
								Merge commit '658addcbf783f6baa922d11c9524ebb9ddbcbc59' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-08-09 17:15:32 +02:00  
				
					
						
							
							
								 
						
							
								cbdd8edf68 
								
							 
						 
						
							
							
								
								Revamp notification policy options ( #31343 )  
							
							
							
						 
						
							2024-08-09 13:30:55 +00:00  
				
					
						
							
							
								 
						
							
								55cf5e0188 
								
							 
						 
						
							
							
								
								Merge commit 'c929b4cace3f95fe54fdafe449ea7e972c8d61e8' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-07-12 13:41:54 +02:00  
				
					
						
							
							
								 
						
							
								43e24dbb13 
								
							 
						 
						
							
							
								
								Use `include_pagination_headers` in more places ( #30999 )  
							
							
							
						 
						
							2024-07-12 08:30:52 +00:00  
				
					
						
							
							
								 
						
							
								6a55232988 
								
							 
						 
						
							
							
								
								Merge commit 'fa8e972722fb8fc056aa348dddaee4005b4a8ac4' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-07-08 19:41:14 +02:00  
				
					
						
							
							
								 
						
							
								f1300ad284 
								
							 
						 
						
							
							
								
								Rename jobs/attachments rspec tag names ( #29762 )  
							
							
							
						 
						
							2024-07-08 16:01:08 +00:00  
				
					
						
							
							
								 
						
							
								c827a98f19 
								
							 
						 
						
							
							
								
								Merge commit 'd20a5c3ec9ed40a991245fe32d0acb6187dd48c4' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `yarn.lock`:
  Not a real conflict, just a line adjacent to a glitch-soc only dependency
  getting updated.
  Updated dependencies as upstream did. 
							
						 
						
							2024-05-29 17:03:24 +02:00  
				
					
						
							
							
								 
						
							
								c61e356475 
								
							 
						 
						
							
							
								
								Add `Status::MEDIA_ATTACHMENTS_LIMIT` configuration constant ( #30433 )  
							
							
							
						 
						
							2024-05-27 09:49:44 +00:00  
				
					
						
							
							
								 
						
							
								0e8633f6c7 
								
							 
						 
						
							
							
								
								Merge commit '3a862439dfc989c6c5741e007c2f4e0335fffe33' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-05-23 20:11:12 +02:00  
				
					
						
							
							
								 
						
							
								3a862439df 
								
							 
						 
						
							
							
								
								Remove unused account record in api/v2/admin/accounts spec ( #30397 )  
							
							
							
						 
						
							2024-05-23 08:26:58 +00:00  
				
					
						
							
							
								 
						
							
								15f6d2d038 
								
							 
						 
						
							
							
								
								Merge commit 'd27eb181f6ab419d1745a1fe9b94094be17a618f' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `spec/requests/api/v2/instance_spec.rb`:
  Conflict due to glitch-soc having a different default site name.
  Updated the tests as upstream did, keeping glitch-soc's default name. 
							
						 
						
							2024-05-01 17:22:02 +02:00  
				
					
						
							
							
								 
						
							
								34489591ec 
								
							 
						 
						
							
							
								
								Add `max_pinned_statuses` to instances serializer and api response ( #29441 )  
							
							
							
						 
						
							2024-04-02 13:54:11 +00:00  
				
					
						
							
							
								 
						
							
								06881a8669 
								
							 
						 
						
							
							
								
								Merge commit '2c0441acd7f943a9873b650cf75d33c73d545acf' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-03-13 19:16:47 +01:00  
				
					
						
							
							
								 
						
							
								71eecbfa1f 
								
							 
						 
						
							
							
								
								Move `api/v2/filters/*` to request spec ( #28956 )  
							
							
							
						 
						
							2024-03-13 08:47:09 +00:00  
				
					
						
							
							
								 
						
							
								ab2f0daa10 
								
							 
						 
						
							
							
								
								Merge commit 'aaa58d4807377e04649499ebee91757b16b9a007' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `.github/workflows/build-security.yml`:
  Changes were already cherry-picked and adapted in glitch-soc.
  Kept glitch-soc's version.
- `Gemfile.lock`:
  Changes were already cherry-picked and updated further in glitch-soc.
  Kept glitch-soc's version.
- `lib/mastodon/version.rb`:
  Changes were already cherry-picked and updated further in glitch-soc.
  Kept glitch-soc's version. 
							
						 
						
							2024-02-24 14:27:43 +01:00  
				
					
						
							
							
								 
						
							
								dfd74f0dae 
								
							 
						 
						
							
							
								
								Merge commit '1467f1e1e1c18dc4b310862ff1f719165a24cfb6' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-02-24 14:15:49 +01:00  
				
					
						
							
							
								 
						
							
								7ee93b7431 
								
							 
						 
						
							
							
								
								Change `source` attribute of `Suggestion` entity in `/api/v2/suggestions` back to a string ( #29108 )  
							
							
							
						 
						
							2024-02-06 17:10:17 +00:00  
				
					
						
							
							
								 
						
							
								b6baab447d 
								
							 
						 
						
							
							
								
								Move `api/v2/admin/accounts` to request spec ( #28950 )  
							
							
							
						 
						
							2024-01-26 17:41:13 +00:00  
				
					
						
							
							
								 
						
							
								92aa6e2ec9 
								
							 
						 
						
							
							
								
								Merge commit 'b7bdcd4f395aaa1e85930940975439d10b570f40' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2023-12-21 19:42:13 +01:00  
				
					
						
							
							
								 
						
							
								6e56f95285 
								
							 
						 
						
							
							
								
								Merge commit '4a7395d989e40c3bd4ef18173aa5ea850c8ddcdd' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `README.md`:
  Upstream modified its README, we have a completely different one.
  Kept our README file. 
							
						 
						
							2023-12-21 18:17:17 +01:00  
				
					
						
							
							
								 
						
							
								6c00d5b0c4 
								
							 
						 
						
							
							
								
								Fix test failure caused by glitch-soc changes  
							
							
							
						 
						
							2023-12-19 21:14:39 +01:00  
				
					
						
							
							
								 
						
							
								c28976d89e 
								
							 
						 
						
							
							
								
								Handle negative offset param in `api/v2/search` ( #28282 )  
							
							
							
						 
						
							2023-12-19 10:55:39 +00:00  
				
					
						
							
							
								 
						
							
								0e4233de9d 
								
							 
						 
						
							
							
								
								Controller spec to request spec: `api/v2/suggestions` ( #28297 )  
							
							
							
						 
						
							2023-12-11 08:13:57 +00:00  
				
					
						
							
							
								 
						
							
								7e514688b3 
								
							 
						 
						
							
							
								
								Convert `api/v2/search` controller spec to request spec ( #28269 )  
							
							
							
						 
						
							2023-12-08 09:27:33 +00:00  
				
					
						
							
							
								 
						
							
								9742bccbe7 
								
							 
						 
						
							
							
								
								Add coverage for `api/v2/media` endpoint ( #28027 )  
							
							
							
						 
						
							2023-11-22 15:39:34 +00:00  
				
					
						
							
							
								 
						
							
								32e19e3af6 
								
							 
						 
						
							
							
								
								Reduce `.times` usage in request and controller specs ( #27949 )  
							
							
							
						 
						
							2023-11-21 13:05:59 +00:00  
				
					
						
							
							
								 
						
							
								876f5b1d12 
								
							 
						 
						
							
							
								
								Convert `/instances/*` controller specs to request specs ( #27988 )  
							
							... 
							
							
							
							Co-authored-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2023-11-20 11:05:28 +00:00  
				
					
						
							
							
								 
						
							
								09a2db3f6c 
								
							 
						 
						
							
							
								
								Move api/v2/filters spec to correct path location ( #27950 )  
							
							
							
						 
						
							2023-11-20 08:48:56 +00:00  
				
					
						
							
							
								 
						
							
								949f5eb860 
								
							 
						 
						
							
							
								
								Fix `RSpec/MetadataStyle` cop in spec/ ( #27729 )  
							
							
							
						 
						
							2023-11-06 14:28:20 +00:00  
				
					
						
							
							
								 
						
							
								812a84ff5f 
								
							 
						 
						
							
							
								
								Migrate to request specs in `/api/v2/filters` ( #25721 )  
							
							
							
						 
						
							2023-07-27 14:58:20 +02:00  
				
					
						
							
							
								 
						
							
								94fbac77e7 
								
							 
						 
						
							
							
								
								Fix processing of media files with unusual names ( #25788 )  
							
							
							
						 
						
							2023-07-07 13:35:22 +02:00