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  
				
					
						
							
							
								 
						
							
								1fcffa573c 
								
							 
						 
						
							
							
								
								Fix 500 error in `GET /api/v2_alpha/notifications` when there are no notifications to return ( #31746 )  
							
							
							
						 
						
							2024-09-04 12:54:15 +00:00  
				
					
						
							
							
								 
						
							
								fef055db96 
								
							 
						 
						
							
							
								
								Merge commit 'c9ea91f8683cd5c0cfac14071a17e3956ac6d3b0' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `spec/requests/api/v1/timelines/tag_spec.rb`:
  Upstream refactored this file, while we had a change to switch a default setting.
  Updated as upstream did.
- `spec/views/statuses/show.html.haml_spec.rb`:
  Upstream refactored this file, while we stubbed different methods.
  Updated as upstream did, and updated the stubs accordingly. 
							
						 
						
							2024-09-03 21:51:53 +02:00  
				
					
						
							
							
								 
						
							
								ea0d691e19 
								
							 
						 
						
							
							
								
								Add `GET /api/v2_alpha/notifications/:group_key/accounts` ( #31725 )  
							
							
							
						 
						
							2024-09-03 14:32:26 +00:00  
				
					
						
							
							
								 
						
							
								402c1e116d 
								
							 
						 
						
							
							
								
								Merge commit '491033c86cc9c29302bfe68cc94dabad82ded4cc' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-09-02 17:43:10 +02:00  
				
					
						
							
							
								 
						
							
								a23b3747ac 
								
							 
						 
						
							
							
								
								Fix N+1s in grouped notifications ( #31638 )  
							
							
							
						 
						
							2024-09-02 09:56:00 +00:00  
				
					
						
							
							
								 
						
							
								6f35e93f72 
								
							 
						 
						
							
							
								
								Merge commit '02633d6ebbe944a8769c8f2229fa9e0d6c7d1142' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-08-31 16:06:04 +02:00  
				
					
						
							
							
								 
						
							
								ad0a28a8bf 
								
							 
						 
						
							
							
								
								Add `grouped_types` parameter to allow clients to restrict which notifications types get grouped ( #31594 )  
							
							
							
						 
						
							2024-08-29 12:39:07 +00:00  
				
					
						
							
							
								 
						
							
								18556d3e9b 
								
							 
						 
						
							
							
								
								Merge commit '98237207e67697abffc6b141f2388e3d8c925260' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/helpers/application_helper.rb`:
  Upstream refactored some helpers and moved them in another file.
  Not a real conflict, but glitch-soc had adjacent glitch-only definitions.
  Kept glitch-soc definitions where they are and moved upstream ones
  as upstream did. 
							
						 
						
							2024-08-22 19:54:20 +02:00  
				
					
						
							
							
								 
						
							
								98237207e6 
								
							 
						 
						
							
							
								
								Fix unnecessary “next” link when API returns fewer notification requests than requested ( #31541 )  
							
							
							
						 
						
							2024-08-22 13:42:04 +00:00  
				
					
						
							
							
								 
						
							
								1760f84349 
								
							 
						 
						
							
							
								
								Merge commit '53c183f899b5382f1eebd72e34a090c30f8eba6a' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-08-19 18:25:31 +02:00  
				
					
						
							
							
								 
						
							
								53c183f899 
								
							 
						 
						
							
							
								
								Reload notifications when accepted notifications are merged (streaming only) ( #31419 )  
							
							
							
						 
						
							2024-08-19 15:59:06 +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  
				
					
						
							
							
								 
						
							
								06e034db15 
								
							 
						 
						
							
							
								
								Merge commit '670e4655d13975e0597bd1c74ebeeeeffc4edc37' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-08-07 19:22:25 +02:00  
				
					
						
							
							
								 
						
							
								670e4655d1 
								
							 
						 
						
							
							
								
								Change dismissing a notification to clear existing filtered notifications for that account ( #31329 )  
							
							
							
						 
						
							2024-08-07 15:14:37 +00:00  
				
					
						
							
							
								 
						
							
								08adca0c63 
								
							 
						 
						
							
							
								
								Merge commit 'c8b9e60ec123c458efff83eedcfd07f067ef05ae' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-08-06 17:27:48 +02:00  
				
					
						
							
							
								 
						
							
								438dac99d6 
								
							 
						 
						
							
							
								
								Add option to request partial accounts in grouped notifications API ( #31299 )  
							
							
							
						 
						
							2024-08-06 12:09:35 +00:00  
				
					
						
							
							
								 
						
							
								e67e07211f 
								
							 
						 
						
							
							
								
								Merge commit 'ad95c98054574080ac5d15584b3018d1db836531' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `package.json`:
  Upstream removed their direct dependency `autoprefixer`, which was textually adjacent
  to glitch-soc-only dependency `atrament`.
  Removed direct dependency on `autoprefixer`.
- `yarn.lock`:
  Upstream removed their direct dependency `autoprefixer`, which was textually adjacent
  to glitch-soc-only dependency `atrament`.
  Removed direct dependency on `autoprefixer`. 
							
						 
						
							2024-08-02 18:09:48 +02:00  
				
					
						
							
							
								 
						
							
								f55099fea3 
								
							 
						 
						
							
							
								
								Increase maximum page size for Admin Domain Management APIs ( #31253 )  
							
							
							
						 
						
							2024-08-02 06:54:48 +00:00  
				
					
						
							
							
								 
						
							
								da5b45a573 
								
							 
						 
						
							
							
								
								Add endpoints to accept and dismiss multiple notification requests at once ( #31242 )  
							
							
							
						 
						
							2024-08-01 12:36:54 +00:00  
				
					
						
							
							
								 
						
							
								8dd671a977 
								
							 
						 
						
							
							
								
								Merge commit 'a50c8e951f03a8eb53957ad1c3703155b223ed24' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-07-31 18:16:01 +02:00  
				
					
						
							
							
								 
						
							
								549ab089ee 
								
							 
						 
						
							
							
								
								Change grouped notifications API shape (take 2) ( #31214 )  
							
							
							
						 
						
							2024-07-31 10:50:13 +00:00  
				
					
						
							
							
								 
						
							
								1f796d129d 
								
							 
						 
						
							
							
								
								Merge commit '598ae4f2da86029b1c3c3e35e64b89873037b598' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `config/routes/api.rb`:
  Upstream added an endpoint, textually close to a glitch-soc-only endpoint.
  Ported upstream changes. 
							
						 
						
							2024-07-30 20:47:34 +02:00  
				
					
						
							
							
								 
						
							
								598ae4f2da 
								
							 
						 
						
							
							
								
								Add endpoints for unread notifications count ( #31191 )  
							
							
							
						 
						
							2024-07-30 08:39:11 +00:00  
				
					
						
							
							
								 
						
							
								f7598b267b 
								
							 
						 
						
							
							
								
								Merge commit '0397df9bef82042221f35e9938ad5b917fa1d4fc' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-07-19 17:45:19 +02:00  
				
					
						
							
							
								 
						
							
								0397df9bef 
								
							 
						 
						
							
							
								
								Resolve `TODO` in `api/v1/admin/domain_*` controllers ( #31067 )  
							
							
							
						 
						
							2024-07-19 15:32:42 +00:00  
				
					
						
							
							
								 
						
							
								c75fe09e2b 
								
							 
						 
						
							
							
								
								Merge commit '82344342c1c5adb3f6a4b376559db737a9e982b7' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-07-18 17:56:25 +02:00  
				
					
						
							
							
								 
						
							
								f587ff643f 
								
							 
						 
						
							
							
								
								Grouped Notifications UI ( #30440 )  
							
							... 
							
							
							
							Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2024-07-18 14:36:09 +00:00  
				
					
						
							
							
								 
						
							
								c546757cd1 
								
							 
						 
						
							
							
								
								Merge commit '66430cb25c824cfad0394216d8e7a523533bcf4b' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-07-16 17:54:36 +02:00  
				
					
						
							
							
								 
						
							
								aa88aca0ad 
								
							 
						 
						
							
							
								
								Add optional OAuth application to reports ( #30539 )  
							
							
							
						 
						
							2024-07-16 13:23:08 +00:00  
				
					
						
							
							
								 
						
							
								edec2e9fdf 
								
							 
						 
						
							
							
								
								Merge commit '00cb4a0313190bfa118966692a649db9c8328094' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-07-14 18:43:35 +02:00  
				
					
						
							
							
								 
						
							
								35a437a03f 
								
							 
						 
						
							
							
								
								Destroy `NotificationRequest`s that are dismissed ( #31008 )  
							
							
							
						 
						
							2024-07-12 12:09:52 +00:00  
				
					
						
							
							
								 
						
							
								388672ff0d 
								
							 
						 
						
							
							
								
								Merge commit '967505ee9bcacf0e5189aa06c654ff586c198a46' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-07-09 20:39:09 +02:00  
				
					
						
							
							
								 
						
							
								3875bd138d 
								
							 
						 
						
							
							
								
								Fix HTTP 500 in `/api/v1/polls/:id/votes` ( #25598 )  
							
							
							
						 
						
							2024-07-09 12:41:49 +00:00  
				
					
						
							
							
								 
						
							
								e61a7794f8 
								
							 
						 
						
							
							
								
								Merge commit 'df9e26158d9787859b24bdc276af478abf05e1af' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `lib/sanitize_ext/sanitize_config.rb`:
  Conflict because glitch-soc has a different list of allowed tags.
  Added upstream's new allowed tags while keeping ours.
- `spec/requests/api/v1/timelines/public_spec.rb`:
  Conflict because of glitch-soc's default settings.
  Updated accordingly. 
							
						 
						
							2024-07-04 17:12:14 +02:00  
				
					
						
							
							
								 
						
							
								502cf75b16 
								
							 
						 
						
							
							
								
								Merge pull request from GHSA-58x8-3qxw-6hm7  
							
							... 
							
							
							
							* Fix insufficient permission checking for public timeline endpoints
Note that this changes unauthenticated access failure code from 401 to 422
* Add more tests for public timelines
* Require user token in `/api/v1/statuses/:id/translate` and `/api/v1/scheduled_statuses` 
							
						 
						
							2024-07-04 16:26:49 +02:00  
				
					
						
							
							
								 
						
							
								fd867adffe 
								
							 
						 
						
							
							
								
								Merge commit 'bb2d77b4a07e95e7d96df080f2d6994c1422b0c0' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-06-20 18:36:13 +02:00  
				
					
						
							
							
								 
						
							
								bb2d77b4a0 
								
							 
						 
						
							
							
								
								Change `/api/v2_alpha/notifications` to only return historical data in pages ( #30781 )  
							
							
							
						 
						
							2024-06-20 15:54:50 +00:00  
				
					
						
							
							
								 
						
							
								4daed855e5 
								
							 
						 
						
							
							
								
								Merge commit 'd818ddd6870094e89e58ef61f37da4cb73935856' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-06-11 19:46:11 +02:00  
				
					
						
							
							
								 
						
							
								978601a0ae 
								
							 
						 
						
							
							
								
								Extract permitted params constant in v1/admin/tags ( #30652 )  
							
							
							
						 
						
							2024-06-11 15:29:41 +00:00  
				
					
						
							
							
								 
						
							
								30b00ca2b5 
								
							 
						 
						
							
							
								
								Merge commit '5652ca613582df03e5b838626078981414f3b897' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2024-06-06 12:27:26 +02:00  
				
					
						
							
							
								 
						
							
								a2505e8611 
								
							 
						 
						
							
							
								
								Add timeline of public posts about a trending link to REST API ( #30381 )  
							
							
							
						 
						
							2024-06-06 08:43:04 +00:00  
				
					
						
							
							
								 
						
							
								e02d23b549 
								
							 
						 
						
							
							
								
								Change `read:me` scope to `profile` scope ( #30357 )  
							
							... 
							
							
							
							Co-authored-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2024-06-06 07:30:10 +00:00  
				
					
						
							
							
								 
						
							
								974335e414 
								
							 
						 
						
							
							
								
								Add experimental server-side notification grouping ( #29889 )  
							
							
							
						 
						
							2024-06-03 08:35:59 +00:00  
				
					
						
							
							
								 
						
							
								469de923aa 
								
							 
						 
						
							
							
								
								Update `current_user` override mode description in controllers ( #30515 )  
							
							
							
						 
						
							2024-06-03 07:16:29 +00:00  
				
					
						
							
							
								 
						
							
								85d9053b36 
								
							 
						 
						
							
							
								
								Move `pagination_params` into `API::BaseController` ( #28845 )  
							
							
							
						 
						
							2024-05-30 14:56:48 +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  
				
					
						
							
							
								 
						
							
								36fe8f8566 
								
							 
						 
						
							
							
								
								Change `ids` param to `id` in `/api/v1/statuses` and `/api/v1/accounts` for consistency ( #30465 )  
							
							
							
						 
						
							2024-05-29 09:19:17 +00:00  
				
					
						
							
							
								 
						
							
								128987eded 
								
							 
						 
						
							
							
								
								Add support for `fediverse:creator` OpenGraph tag ( #30398 )  
							
							
							
						 
						
							2024-05-29 01:34:33 +02:00