Claire
8c50d2fb5e
Fix linting issues
2026-06-09 21:53:09 +02: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
Matt Jankowski
fc64804b4d
Update rubocop-rspec to version 3.10.1 ( #39303 )
2026-06-08 15:27:34 +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
5f33cf0b0a
Extract api/v1/statuses#context to standalone controller ( #38348 )
2026-05-19 07:15:35 +00:00
Claire
b9014ec220
Merge commit '66fdd3ae65e13349fbc0b2818d4b91a389075553' into glitch-soc/main
2026-04-08 19:32:32 +02:00
Claire
97ba08113d
Fix being able to quote someone you blocked ( #38608 )
2026-04-08 16:03:24 +00:00
Claire
45b87f31ff
Merge commit 'a3aeae02885408381c7c1f3f6a0cc88799823409' into glitch-soc/merge-upstream
2026-03-03 18:12:16 +01:00
Claire
a3aeae0288
Add test to cover proper URL for media in DELETE /api/v1/statuses/:id ( #38037 )
2026-03-03 15:36:54 +00:00
Claire
5b926157e8
Merge commit '6188de3efc293a6327cabcb858430aa79564dfd7' into glitch-soc/merge-upstream
2026-02-02 18:26:04 +01:00
Matt Jankowski
9de54635ed
Add coverage for "too many IDs" scenario in api/v1/statuses ( #37699 )
2026-02-02 15:11:15 +00:00
Claire
b14cbb3ee9
Merge pull request #3364 from ClearlyClaire/glitch-soc/features/local-only-drop-emoji
...
Deprecate eye emoji in favor of a bespoke API parameter
2026-01-27 22:30:17 +01:00
Matt Jankowski
19bc3e76ea
Add spec for quote policy update change ( #37474 )
2026-01-13 16:21:55 +00:00
Claire
f711e222dc
Fix quotes with CWs but no text not having fallback link ( #37361 )
2026-01-05 10:35:35 +00:00
David Roetzel
5e8b8f9c23
Extract interaction policy class ( #37277 )
2025-12-17 10:12:43 +00:00
David Roetzel
b16452dd99
Add shared context for API authentication ( #36981 )
2025-11-24 08:48:49 +00:00
Claire
70d71c10c8
Fix /api/v1/statuses/:id/context sometimes returing Mastodon-Async-Refresh without result_count ( #36779 )
2025-11-07 10:02:25 +00:00
Claire
9b3e92bf17
Prevent creation of Private Mentions quoting someone who is not mentioned ( #36689 )
2025-11-03 14:16:25 +00:00
Claire
4b42fe6aba
Change API behavior of reblogs wrt. quotes for consistency ( #36559 )
2025-10-28 08:05:23 +00:00
Claire
e1f7847b64
Remove the outgoing_quotes feature flag, making the feature unconditional ( #36130 )
2025-09-24 08:58:08 +00:00
Claire
90765342a3
Fix posts when omitting quote policy and default policy is nobody ( #36158 )
2025-09-17 19:16:36 +00:00
Claire
fbf093a87f
Fix CW being moved to text when posting quote posts with empty text ( #36151 )
2025-09-17 12:19:00 +00:00
Jeong Arm
3055afd1d2
Fix applying user's default quote policy if API parameter is not specified ( #36132 )
2025-09-17 07:08:55 +00:00
Claire
9ec99ffef1
Add quote_approval_policy parameter when posting and editing statuses ( #35699 )
2025-08-06 14:23:12 +00:00
Claire
5a88b7f683
Add experimental basic quote post authoring ( #35355 )
2025-07-25 12:35:24 +00:00
Claire
e71fb450e0
Add optional delete_media parameter to DELETE /api/v1/statuses/:id ( #33988 )
2025-02-28 13:39:01 +00:00
Matt Jankowski
66326065b0
Add response.content_type checks for JSON to api/v1 request specs ( #31981 )
2024-09-20 13:13:04 +00:00
Matt Jankowski
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
Matt Jankowski
f1003b2560
Enable "zero monkey patching" mode in RSpec ( #31614 )
2024-09-04 05:12:25 +00:00
Matt Jankowski
40f993b3a0
Use built-in response.parsed_body for JSON response specs ( #31674 )
2024-09-02 14:25:21 +00:00
Daniel M Brasil
77c2216e47
fix: Return HTTP 422 when scheduled status time is less than 5 minutes ( #30584 )
2024-06-10 13:33:48 +00:00
Claire
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
Claire
2fe1b8d169
Add API to get multiple accounts and statuses ( #27871 )
...
Co-authored-by: noellabo <noel.yoshiba@gmail.com>
2024-05-06 15:19:15 +00:00
Wolfgang Fournès
86627ea2e4
Add a missing thread example to the statuses spec ( #29278 )
2024-02-19 13:35:58 +00:00
Matt Jankowski
32e19e3af6
Reduce .times usage in request and controller specs ( #27949 )
2023-11-21 13:05:59 +00:00
Claire
297839c10c
Rewrite /api/v1/statuses tests as request specs ( #27891 )
2023-11-17 11:36:04 +00:00