David Roetzel
|
d2f82d402a
|
Add shared context for API authentication
And use it in request specs.
|
2025-11-21 16:18:28 +01: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)
Check i18n / check-i18n (push) Waiting to run
Chromatic / Run Chromatic (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Check formatting / lint (push) Waiting to run
CSS Linting / lint (push) Waiting to run
JavaScript Linting / lint (push) Waiting to run
Ruby Linting / lint (push) Waiting to run
JavaScript Testing / test (push) Waiting to run
Historical data migration test / test (14-alpine) (push) Waiting to run
Historical data migration test / test (15-alpine) (push) Waiting to run
Historical data migration test / test (16-alpine) (push) Waiting to run
Historical data migration test / test (17-alpine) (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (.ruby-version) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.2) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
|
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)
Check i18n / check-i18n (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Check formatting / lint (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (.ruby-version) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.2) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Bundler Audit / security (push) Has been cancelled
Crowdin / Upload translations / upload-translations (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
Ruby Linting / lint (push) Has been cancelled
Historical data migration test / test (14-alpine) (push) Has been cancelled
Historical data migration test / test (15-alpine) (push) Has been cancelled
Historical data migration test / test (16-alpine) (push) Has been cancelled
Historical data migration test / test (17-alpine) (push) Has been cancelled
|
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 |
|