David Roetzel
|
502ad52c75
|
Add simple feature flag system
Allows specifying enabled features as a comma separated list
in `ENV['EXPERIMENTAL_FEATURES']`.
Can be queries as `Mastodon::Feature.<name>_enabled?`.
|
2025-02-28 16:25:52 +01:00 |
Emelia Smith
|
4960193ed0
|
Add API to delete media attachments that are not in use (#33991)
|
2025-02-28 13:41:42 +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
|
b56e90d049
|
Convert `admin/relationships` spec controller->system (#34002)
|
2025-02-28 11:17:13 +00:00 |
Matt Jankowski
|
3aaa388ce4
|
Convert `admin/trends/*` spec controller->system (#34003)
|
2025-02-28 10:55:37 +00:00 |
Emelia Smith
|
febcd0a76c
|
Expose status language via og:locale (#34012)
|
2025-02-28 10:53:39 +00:00 |
Jeremy Kescher
|
6b519cfefa
|
Merge commit from fork
* Fix domain blocks/rationales being visible to unapproved/unconfirmed users
* Fix domain blocks/rationales being visible to suspended users
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
* Allow moved users to view domain blocks
* Add authorization specs for `/api/v1/instance/domain_blocks` spec
* Fix tests
* Fix incorrect test setup
---------
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2025-02-27 15:49:57 +01:00 |
Claire
|
06f879ce9b
|
Merge commit from fork
* Add rate-limit on `/auth/setup`
* Remove useless test
|
2025-02-27 15:44:35 +01:00 |
Claire
|
20531d1e07
|
Fix `GET /api/v2/notifications/:id` and `POST /api/v2/notifications/:id/dismiss` for ungrouped notifications (#33990)
|
2025-02-25 14:37:44 +00:00 |
Eugen Rochko
|
298ca53593
|
Add choice of law to terms of service generator (#33994)
|
2025-02-25 10:58:11 +00:00 |
Matt Jankowski
|
db97197685
|
Remove `rails-controller-testing` gem (#33955)
|
2025-02-21 14:00:16 +00:00 |
Matt Jankowski
|
2a15bf4ede
|
Convert `admin/roles` controller spec to request/sytem specs (#33947)
|
2025-02-21 11:47:47 +00:00 |
Matt Jankowski
|
d065d02d88
|
Improve example wording in 2FA/confirmations controller spec (#33944)
|
2025-02-21 07:31:06 +00:00 |
Matt Jankowski
|
fbea3a64cc
|
Convert `statuses` spec controller->system/request (#33921)
|
2025-02-18 11:43:49 +00:00 |
Matt Jankowski
|
ea53faeb3f
|
Convert `admin/users/roles` spec controller->system/request (#33930)
|
2025-02-17 09:25:25 +00:00 |
Matt Jankowski
|
8f1b41622b
|
Convert `settings/two_factor_authentication_methods` spec controller->system/request (#33914)
|
2025-02-13 10:50:04 +00:00 |
Matt Jankowski
|
62dc303d3c
|
Convert `settings/two_factor_authentication/recovery_codes` spec controller->system/request (#33912)
|
2025-02-13 08:02:01 +00:00 |
Claire
|
1248c4d1f4
|
Fix handling of duplicate mentions in incoming status `Update` (#33911)
|
2025-02-12 15:34:56 +00:00 |
Claire
|
6b52227fcc
|
Fix Mastodon listing updates older or equal to current version (#33906)
|
2025-02-12 14:27:42 +00:00 |
Matt Jankowski
|
fb0856458b
|
Verify page content in `ChallengableConcern` spec (#33895)
|
2025-02-12 14:24:17 +00:00 |
Matt Jankowski
|
6df24b4bc2
|
Move signed out statuses controller spec examples to request spec (#33907)
|
2025-02-12 14:24:03 +00:00 |
Matt Jankowski
|
b07cd11f4c
|
Convert `settings/migration/redirects` spec controller->system (#33905)
|
2025-02-12 14:06:35 +00:00 |
Matt Jankowski
|
506a70d0d8
|
Convert "http signatures" portion of statuses controller spec to request spec (#33890)
|
2025-02-12 08:33:25 +00:00 |
Matt Jankowski
|
aa10e8f399
|
Verify page content in 2FA portion of `auth/sessions` controller spec (#33891)
|
2025-02-12 08:14:35 +00:00 |
Matt Jankowski
|
4c597d5e2c
|
Convert `settings/privacy` spec controller->system (#33894)
|
2025-02-12 08:13:01 +00:00 |
Matt Jankowski
|
4e58570f73
|
Use common `before` and contexts in admin/base controller spec (#33879)
|
2025-02-11 06:49:51 +00:00 |
Matt Jankowski
|
7d20c12913
|
Convert `settings/featured_tags` controller->request/system spec (#33880)
|
2025-02-11 06:45:34 +00:00 |
Matt Jankowski
|
dd2cb77f1a
|
Remove unused "oversized" spec fixture PNG file (#33881)
|
2025-02-11 06:45:27 +00:00 |
Matt Jankowski
|
8c240ef042
|
Remove final remaining `assigns` usage in controller specs (#33866)
|
2025-02-10 07:33:36 +00:00 |
Matt Jankowski
|
23a0d91126
|
Combine examples to reduce factories in specs (#33841)
|
2025-02-06 10:54:31 +00:00 |
Claire
|
334d306ccc
|
Fix filtering for lists (#33842)
|
2025-02-05 15:08:12 +00:00 |
Matt Jankowski
|
95caa8bc4e
|
Switch coverage generation default to false, allow opt in with `COVERAGE` env var (#33824)
|
2025-02-04 11:14:45 +00:00 |
Claire
|
cf820b2eca
|
Fix `/settings/applications` rejecting scopes parameter (#33798)
|
2025-02-02 21:11:32 +00:00 |
Matt Jankowski
|
77587913ce
|
Convert `admin/reports` spec controller->system (#33789)
|
2025-01-31 08:15:51 +00:00 |
Matt Jankowski
|
c5cd9bda48
|
Convert `auth/passwords` spec controller->system/request (#33790)
|
2025-01-31 08:08:56 +00:00 |
Claire
|
a3d2849d15
|
Fix `tootctl feeds build` not building list timelines (#33783)
|
2025-01-30 09:18:46 +00:00 |
Claire
|
2d545c5fe5
|
Fix flaky test in `/api/v2/notifications` tests (#33773)
|
2025-01-29 12:49:03 +00:00 |
Matt Jankowski
|
2beab34ca4
|
Convert `admin/email_domain_blocks` controller -> system spec (#33759)
|
2025-01-29 10:54:20 +00:00 |
Claire
|
5b291fcbe4
|
Fix incorrect signature after HTTP redirect (#33757)
|
2025-01-28 14:44:27 +00:00 |
Claire
|
32aa83e9d7
|
Fix polls not being validated on edition (#33755)
|
2025-01-28 14:38:18 +00:00 |
Matt Jankowski
|
8a2d764d34
|
Reduce factory creation across `controllers/admin` specs (#33752)
|
2025-01-28 08:08:16 +00:00 |
Matt Jankowski
|
93f3c724ae
|
Use `expect` in remaining controller locations (#33748)
|
2025-01-27 16:32:06 +00:00 |
Matt Jankowski
|
d3b637c757
|
Use `expect` in `Admin::ExportControllerConcern` import params (#33745)
|
2025-01-27 14:29:25 +00:00 |
Matt Jankowski
|
65d9171c7d
|
Use `expect` for `admin/` controllers (#33686)
|
2025-01-27 14:05:16 +00:00 |
Matt Jankowski
|
a1d9c3fb99
|
Use `expect` params wrapper for more "auth" and "2FA" "controllers" (#33717)
|
2025-01-24 14:40:20 +00:00 |
Claire
|
7261951791
|
Fix LDSignature tests (#33705)
|
2025-01-23 17:56:33 +00:00 |
Matt Jankowski
|
51ecc7326f
|
Fix intermittent services/ap/process_status_update tags failure (#33695)
|
2025-01-23 13:35:19 +00:00 |
Matt Jankowski
|
8eee7ae4c3
|
Fix issue with saving empty fields values on filter keyword updates (#33691)
|
2025-01-23 09:04:12 +00:00 |
Matt Jankowski
|
4a9c49ee43
|
Fix issue with saving empty fields values on profile update (#33689)
|
2025-01-22 18:50:15 +00:00 |
Matt Jankowski
|
607f65a0a5
|
Use `expect` for api/v1 and api/web push subs controllers (#33682)
|
2025-01-22 14:55:44 +00:00 |