Claire
a7f46757eb
Change /api/v1/statuses/:id/history to always return at least one item ( #25510 )
2026-07-11 13:42:14 -04:00
Claire
2f491f0d48
Merge commit 'b5e771b89e7b55b9feb301d257e2d4dc7ca46c1d' into glitch-soc/merge-4.6
...
Conflicts:
- `lib/mastodon/version.rb`:
Upstream bumped the Mastodon API version.
Did it as well.
2026-06-23 18:01:59 +02:00
nicole mikołajczyk
30b1bf86fa
Accept avatar_description and header_description in /api/v1/accounts/update_credentials ( #39547 )
...
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-06-23 17:35:29 +02:00
David Roetzel
7608436b64
Add route constraint to only allow numeric ids ( #39523 )
2026-06-23 11:17:54 +02:00
Claire
08027edb10
Merge commit 'b902c825054b953599cd0341acf428332fca5044' into glitch-soc/merge-upstream
2026-06-12 18:37:02 +02:00
Pia B.
35f3748482
Add import for custom filters ( #39256 )
2026-06-11 16:32:46 +00:00
Shlee
640cc39869
Typo in authorize_interactions_controller.rb ( #39376 )
2026-06-11 13:05:25 +00:00
Claire
89c2ac444f
Merge commit '9e0a3aaf08e7d4fc700f7f19d61f5f8fee346b6a' into glitch-soc/merge-upstream
2026-06-10 18:52:58 +02:00
David Roetzel
008f377a37
Redirect if collection AP ID is requested as HTML ( #39361 )
2026-06-10 15:54:50 +00:00
David Roetzel
70bb70c2e6
Add meta tags to Collection HTML ( #39357 )
2026-06-10 13:28:52 +00:00
Claire
e08c8b6933
Merge commit 'b48f907b20e2c9909665a484041845697d26f17c' into glitch-soc/merge-upstream
...
Conflicts:
- `app/helpers/settings_helper.rb`:
Upstream added a new helper.
Conflict caused by the fact there is a glitch-soc specific helper.
Added upstream's new helper in addition to glitch-soc's.
2026-06-09 21:30:54 +02:00
David Roetzel
b48f907b20
Add Deprecation headers to collections alpha API ( #39349 )
2026-06-09 15:40:01 +00:00
Matt Jankowski
e0fc0858a1
Use http POST on rules acceptance button during registration ( #39345 )
2026-06-09 15:39:24 +00:00
Evan Prodromou
9c493c20b9
Add policy to filter notifications from bots ( #38494 ) ( #38809 )
2026-06-09 12:28:53 +00:00
David Roetzel
4fcb28e081
Collections API: Set a maximum for the pagination limit param ( #39342 )
2026-06-09 10:31:58 +00:00
Eugen Rochko
ea5b613796
Add ability to view individual newsletters in admin UI ( #39271 )
2026-06-08 07:05:27 +00:00
Claire
c2e6cbb12b
Merge commit 'ead13d4826a7ba1699d6bb310e58642b15687671' into glitch-soc/merge-upstream
2026-06-07 14:29:57 +02:00
Claire
62bcdc41fc
Allow authorized_interactions endpoint to handle Collections ( #39287 )
2026-06-05 07:54:55 +00:00
Claire
3cf0fb7ba0
Merge commit 'facb552c9cdbe8a2ebff0b94ebf2c9e9ec385347' into glitch-soc/merge-upstream
2026-06-01 18:00:03 +02:00
Matt Jankowski
8d4f9a97fe
Move by_domain/local interaction check to filter ( #39216 )
2026-06-01 14:52:19 +00:00
Claire
1bd13af546
Fix error handling for invalid keys in signature verification ( #39235 )
2026-06-01 13:20:23 +00:00
Pia B.
f6c156197e
Add export for custom filters ( #39085 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2026-06-01 09:56:17 +00:00
Claire
ae2ff31f32
Merge commit '0caf334891e0a5f4e995f1d667eb83d3aad7e41e' into glitch-soc/merge-upstream
...
Conflicts:
- `lib/mastodon/version.rb`:
Upstream updated the API version, while we also have a custom glitch API version.
Updated as upstream did.
2026-05-30 12:13:35 +02:00
David Roetzel
572612fde9
Remove collections feature flag ( #39211 )
2026-05-29 09:37:42 +00:00
David Roetzel
6d3182a6eb
Move Collections API to v1 namespace ( #39210 )
2026-05-29 08:39:51 +00:00
Claire
06176deee2
Merge commit 'd20d04922672ed016029c40ed64798f341ebca91' into glitch-soc/merge-upstream
2026-05-26 20:48:49 +02:00
nicole mikołajczyk
6b2616453f
Make it possible to retrieve both resolved and unresolved reports by api ( #38323 )
...
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-05-23 11:07:02 +00:00
Claire
487c814eb9
Merge commit '6a4d14b178fc00de989b4a2758f2a1e4adf5ed33' into glitch-soc/merge-upstream
...
Conflicts:
- `lib/sanitize_ext/sanitize_config.rb`:
Glitch-soc allows a wider range of HTML than upstream.
Upstream added `:all => %w(lang)`, which was not supported by glitch-soc,
added it there too.
2026-05-22 19:43:42 +02:00
David Roetzel
e18ca373eb
Revert "Add partial accounts to collections endpoint ( #38919 )" ( #39128 )
2026-05-21 13:45:09 +00:00
Claire
0c80bf0e82
Merge commit 'fcf012c6026418b6c76bff173eec944e0c25913f' into glitch-soc/merge-upstream
...
Conflicts:
- `vite.config.mts`:
Upstream changed a line adjacent to one glitch-soc modified due to its theming system.
Adapted upstream's change.
- `yarn.lock`:
Upstream updated a dependency next to one glitch-soc added.
Updated the dependency as upstream did.
2026-05-19 20:40:57 +02:00
Matt Jankowski
1232b55211
Use mime type symbol to set content_type for custom css response ( #37845 )
2026-05-19 07:16:24 +00:00
Matt Jankowski
5f33cf0b0a
Extract api/v1/statuses#context to standalone controller ( #38348 )
2026-05-19 07:15:35 +00:00
Claire
42ec9a607b
Merge commit 'c26003af215da7696e2b0dcece7fa695b1be8871' into glitch-soc/merge-upstream
2026-05-18 19:35:08 +02:00
Pia B.
07a05e1edf
Add batch remove for collections in reports ( #39020 )
2026-05-18 14:53:40 +00:00
Claire
808b7a858d
Merge commit '8bbde181db0d6d79018fb1754a8296e753d47415' into glitch-soc/merge-upstream
2026-05-13 18:42:04 +02:00
Pia B.
7c05f56fe8
Add batch actions to collections and possibility to report multiple collections ( #38991 )
2026-05-12 16:13:01 +00:00
Claire
99f0a03dec
Merge commit 'b2aa476abbe82e2b49d84c9fb8ef654f95391fd3' into glitch-soc/merge-upstream
2026-05-07 18:26:17 +02:00
Claire
b2aa476abb
Redirect with interstitial when trying to view a remote collection while logged out ( #38941 )
2026-05-07 16:04:26 +00:00
Claire
49310aeecf
Merge commit '1a2038775c0a999024a615348fcba6240e27b0fa' into glitch-soc/merge-upstream
2026-05-06 21:00:32 +02:00
Pia B.
1a2038775c
Add ability to search email blocks by domain ( #38923 )
2026-05-06 15:54:12 +00:00
David Roetzel
f6f45c43a9
Add partial accounts to collections endpoint ( #38919 )
2026-05-06 15:08:26 +00:00
Matt Jankowski
d243ba36ce
Add admin area spec for email subscriptions management ( #38912 )
2026-05-06 08:47:12 +00:00
Claire
6935fce458
Merge commit 'ba83509ff4ed3f7193f3ca5c5deb3038c39620b1' into glitch-soc/merge-upstream
2026-05-04 21:08:25 +02:00
Eugen Rochko
ee88da4511
Add admin UI for managing email subscriptions ( #38741 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2026-05-04 13:56:04 +00:00
Claire
44394878a4
Merge commit 'c6facd27ed191177afb003640b8ee7d0742c7f63' into glitch-soc/merge-upstream
2026-04-30 19:00:48 +02:00
Claire
5b395774c0
Add fallback attributes to notifications for new and infrequent notifications ( #38832 )
2026-04-29 15:53:29 +00:00
Claire
b3bae7e78f
Merge commit '3473b8a65278783bc74ce2738aea98cca0c7a5ed' into glitch-soc/merge-upstream
...
Conflicts:
- `config/settings.yml`:
Upstream added a new setting textually adjacent to ones modified by glitch-soc's.
Added upstream's new setting.
2026-04-25 09:20:39 +02:00
Shlee
7c1d6ab114
Role "collection limit" setting missing in params ( #38794 )
2026-04-23 13:32:12 +00:00
David Roetzel
fdb2563abf
Use /collections/:id as canonical URL for a collection ( #38783 )
2026-04-23 07:36:35 +00:00
Claire
e0a34e6d89
Merge commit 'b15d234ccb5d004180561c440dd45536d70e67b2' into glitch-soc/merge-upstream
2026-04-17 18:06:10 +02:00