chinwagsocial/spec
Claire 34aeef3453
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
..
config/initializers Merge pull request from GHSA-q3rg-xx5v-4mxh 2024-05-30 14:14:04 +02:00
controllers Merge pull request from GHSA-58x8-3qxw-6hm7 2024-07-04 16:26:49 +02:00
fabricators Fix crash when filtering for “dormant” relationships (#27306) 2023-10-10 13:51:56 +02:00
features Change public accounts pages to mount the web UI (#19319) 2022-10-20 14:35:29 +02:00
fixtures Improve encoding detection for link cards (#30780) 2024-07-03 11:13:40 +02:00
helpers Merge pull request from GHSA-jhrq-qvrm-qr36 2024-02-16 11:56:12 +01:00
lib Normalize language code of incoming posts (#30403) 2024-05-29 15:31:34 +02:00
mailers Add support for language preferences for trending statuses and links (#18288) 2022-10-08 16:45:40 +02:00
models Remove caching in cache_collection (#29862) 2024-05-17 12:30:07 +02:00
policies Add ability to view previous edits of a status in admin UI (#19462) 2022-10-26 13:42:29 +02:00
presenters Add follow request banner on account header (#20785) 2022-12-15 18:50:11 +01:00
requests Merge pull request from GHSA-58x8-3qxw-6hm7 2024-07-04 16:26:49 +02:00
routing Change public accounts pages to mount the web UI (#19319) 2022-10-20 14:35:29 +02:00
serializers/activitypub Fix account URI in UpdatePollSerializer (#11194) 2019-06-27 19:41:55 +02:00
services fix: Return HTTP 422 when scheduled status time is less than 5 minutes (#30584) 2024-07-03 11:13:40 +02:00
support Fix user creation failure handling in OAuth paths (#29207) 2024-02-14 23:16:39 +01:00
validators Fix email with empty domain name labels passing validation (#23246) 2023-01-24 20:18:41 +01:00
views/statuses Fix style for hashes (#20518) 2022-11-17 11:05:39 +01:00
workers Automatically switch from open to approved registrations in absence of moderators (#29337) 2024-02-22 18:28:28 +01:00
rails_helper.rb Merge pull request from GHSA-q3rg-xx5v-4mxh 2024-05-30 14:14:04 +02:00
spec_helper.rb Change registrations to be disabled by default for new servers (#29354) 2024-02-22 18:28:41 +01:00