Commit Graph

2428 Commits (e6969cf4e434abb7a03a1f1300e97f031b23a042)

Author SHA1 Message Date
Matt Jankowski 3959f36d19
Add checks about response body content to admin/dash spec (#30716) 6 months ago
Matt Jankowski 48f4e5444d
Convert `media_proxy` controller spec to request spec (#31600) 6 months ago
Matt Jankowski a7f8417795
Convert "CSV export" settings controller specs to request specs (#31601) 6 months ago
Matt Jankowski 38a3466741
Convert `api/oembed` controller spec to request spec (#31605) 6 months ago
Matt Jankowski c09d232ee3
Convert `api/web/settings` controller spec to request spec (#31606) 6 months ago
Matt Jankowski 14d7fe05d0
Use `describe` instead of `context` in top-level spec declaration (#31607) 6 months ago
Matt Jankowski 4c2534d12e
Convert "static page" controller specs to system specs (#31599) 6 months ago
Matt Jankowski dbe0ee8a81
Convert `emojis` controller spec to request spec (#31597)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
6 months ago
Matt Jankowski 5172d84946
Convert `manifest` controller spec to request spec (#31596) 6 months ago
Matt Jankowski 36ccdcc9e1
Convert "custom css" controller spec to request spec (#31595) 6 months ago
Matt Jankowski 641ae6a2cf
Convert health check endpoint controller spec to request spec (#31565) 6 months ago
Matt Jankowski bcc4b1078c
Fix `Rails/RootPathnameMethods` cop (#31582) 6 months ago
David Roetzel 0374918746
Add spec for doorkeeper behavior around issuing tokens (#31545) 7 months ago
Renaud Chaput 4a968cb7a9
Add `icon` field to instance endpoint (#30205) 7 months ago
Claire 19a1acb38b
Add `api_versions` to `/api/v2/instance` (#31354) 7 months ago
Matt Jankowski f91403ccaa
Remove unused `fa_icon` helper method (#31511) 7 months ago
Claire 711e1fce0a
Fix pagination parameters in `GET /api/v2_alpha/notificatins` (#31509) 7 months ago
Matt Jankowski fa2e7b1708
Migrate fontawesome->material in more views (#31360) 7 months ago
Claire 53c183f899
Reload notifications when accepted notifications are merged (streaming only) (#31419) 7 months ago
Edward Moulsdale d4f135bc6d
Fix in memoriam accounts appearing in follow recommendations (#31474)
Co-authored-by: Utkarsh Wankar <46633523+kernal053@users.noreply.github.com>
7 months ago
Claire d2e4be0456
Hopefully fix notifications pagination flaky test (#31494) 7 months ago
Renaud Chaput 5d04e29775
Disable Chrome's search engine selection screen when running system specs (#31437) 7 months ago
Renaud Chaput 4545b8d6cb
Add the ability to ignore specific browser errors for a spec (#31436) 7 months ago
Jeong Arm 95c11d365d
Don't push to cache buster if attachment path is nil (#31414) 7 months ago
Claire 7996a9543d
Change notification request acceptance to immediately delete the request (#31256) 7 months ago
Renaud Chaput c3e1d86d58
Fix log out from user menu not working on Safari (#31402) 7 months ago
Matt Jankowski 02df1b4e4a
Finish email allow/deny list naming migration (#30530) 7 months ago
Claire 8a5b57f668
Revert "Support JSON-LD named graph (#31288)" (#31355) 7 months ago
Claire cbdd8edf68
Revamp notification policy options (#31343) 7 months ago
Claire 994ef16b72
Bust CDN cache on media deletion (#31353) 7 months ago
Matt Jankowski 52a626f39b
Replace more `font-awesome` icons in `app/helpers` (#30962) 7 months ago
Claire 670e4655d1
Change dismissing a notification to clear existing filtered notifications for that account (#31329) 7 months ago
Claire af2aec1a82
Change notification requests to only count mentions (#31322) 7 months ago
Claire 719cabe024
Fix logic of block/mute bypass for mentions from moderators (#31271) 7 months ago
Claire 438dac99d6
Add option to request partial accounts in grouped notifications API (#31299) 7 months ago
Christian Schmidt 9d0cafd06b
Check Content-Length in ResponseWithLimitAdapter (#31285) 7 months ago
Christian Schmidt e9e63ed203
Support JSON-LD named graph (#31288) 7 months ago
Claire da5b45a573
Add endpoints to accept and dismiss multiple notification requests at once (#31242) 7 months ago
Claire 549ab089ee
Change grouped notifications API shape (take 2) (#31214) 7 months ago
Claire 598ae4f2da
Add endpoints for unread notifications count (#31191) 7 months ago
Tim Rogers 2ce99c51dd
Fixed Rails route covering %40-encoded profile URL paths to not 404 (#31184) 7 months ago
Emelia Smith c40e481169
Implement UI for Admin Search of Hashtags (#30880) 7 months ago
Matt Jankowski 95eadabe44
Extrude `fill_in_auth_details` method to `ProfileStories` spec support module (#31163) 7 months ago
David Roetzel dd53792714
Move UI tests from controller to system spec (#31158) 7 months ago
Emelia Smith 693d9b03ed
Enable OAuth PKCE Extension (#31129) 7 months ago
Adam Niedzielski 887e64efd4
Allow @ at the end of an URL (#31124) 7 months ago
Adam Niedzielski fbf95216c5
Fix LinkCrawlWorker NoMethodError: undefined method `[]' for nil (#31144) 7 months ago
Matt Jankowski bfaa53343a
Improve failure message on pagination matcher (#31146) 7 months ago
Adam Niedzielski 337a7fcf30
Fix ß bug in regexp for mentions and tags (#31122) 7 months ago
Matt Jankowski e881a59671
Add `User.unconfirmed` scope, reduce factories in `scheduler/user_cleanup` spec (#31063) 7 months ago
Adam Niedzielski cd0ca4b994
Select correct self link when parsing Webfinger response (#31110) 8 months ago
Emelia Smith bb2e5a4b58
Add audit logs to Admin::InstancesController (#27386) 8 months ago
Claire ced5e853c7
Fix duplicate `orderedItems` in user archive's `outbox.json` (#31099) 8 months ago
Matt Jankowski 6e4305de69
Fix spec descriptions around configurable limit values (#31079) 8 months ago
Matt Jankowski ef796446e5
Ignore manifest JS parse/interrupt error on CI (#31080) 8 months ago
kyori19 3a00f89aa1
Respect `Account::DISPLAY_NAME_LENGTH_LIMIT` in account spec correctly (#31075) 8 months ago
Matt Jankowski 05342529dd
Reduce factory creation in AP activity move spec (#31064) 8 months ago
Matt Jankowski 848b59c8ae
Reduce factory creation in `MediaAttachment` model spec (#31058) 8 months ago
Matt Jankowski 47ea83d246
Reduce factory creation in `AP::ProcessStatusUpdateService` spec (#31051) 8 months ago
Matt Jankowski 2616fde9e6
Use change-requiring records in admin/reports controller spec (#31052) 8 months ago
Matt Jankowski c5f8256801
Reduce extra factories in `FanOutOnWriteService` spec (#31053) 8 months ago
Matt Jankowski 76c2c5c748
Reduce extra round trips in `activitypub` controller specs (#31041) 8 months ago
Matt Jankowski f5e90f3de3
Reduce extra round trips in `AP::SynchronizeFollowersService` spec (#31044) 8 months ago
Matt Jankowski 81877e7950
Reduce extra round trips in `AP::FetchRemoteStatusService` spec (#31045) 8 months ago
Emelia Smith aa88aca0ad
Add optional OAuth application to reports (#30539) 8 months ago
Matt Jankowski 91ef4a6fc5
Add assertion about key columns to account key generate spec (#30635) 8 months ago
Claire 1dd8262071
Add optional `filtered` attribute to notification entities in REST API (#31011) 8 months ago
Matt Jankowski 00cb4a0313
Avoid repeated factory creation in media_attachments_vacuum_spec (#31000) 8 months ago
David Roetzel 35a437a03f
Destroy `NotificationRequest`s that are dismissed (#31008) 8 months ago
Matt Jankowski 43e24dbb13
Use `include_pagination_headers` in more places (#30999) 8 months ago
Matt Jankowski 73d53827ea
Add change assertion to invites destroy spec (#31004) 8 months ago
David Roetzel 2ea9336b68
Do not pass unknown encoding names to nokogiri. (#30987) 8 months ago
David Roetzel 967505ee9b
Add size limit for all PreviewCard URLs (#30973) 8 months ago
Daniel M Brasil 3875bd138d
Fix HTTP 500 in `/api/v1/polls/:id/votes` (#25598) 8 months ago
David Roetzel fa8e972722
Fix author names as arrays in linked data. (#30957) 8 months ago
Matt Jankowski f1300ad284
Rename jobs/attachments rspec tag names (#29762) 8 months ago
Claire d41b43ed4f
Limit attachments to `MEDIA_ATTACHMENTS_LIMIT` when returning posts through the API (#30932) 8 months ago
David Roetzel 97eddb5906
Fix details extraction when no title exists. (#30933) 8 months ago
David Roetzel 016c1e4e78
Improve handling of encoding problems when creating link previews (#30929) 8 months ago
Claire 502cf75b16
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`
8 months ago
Claire 395f17ca17
Merge pull request from GHSA-vp5r-5pgw-jwqx
* Fix streaming sessions not being closed when revoking access to an app

* Add tests for GHSA-7w3c-p9j8-mq3x
8 months ago
Emelia Smith 47f0faebc9
Implement HTML ruby tags for east-asian languages (#30897) 8 months ago
David Roetzel 9be77fc0db
Revert "Add system check for missing database indexes" (#30909) 8 months ago
David Roetzel ebd8e1bbb6
Add system check for missing database indexes (#30888) 8 months ago
Matt Jankowski 836c0477ac
Use vips setting instead of env var in media processing spec (#30859) 8 months ago
David Roetzel ff08d99d4d
Catch encoding errors when creating link previews. (#30853) 8 months ago
David Roetzel 42adb6eaee
Add size limit for link preview URLs (#30854) 8 months ago
Matt Jankowski f6390c3326
Use flatware to parallelize CI specs (#30284) 8 months ago
Claire 7a84b76bb1
Drop favicon.ico generation (#30375) 8 months ago
Matt Jankowski 8ef59729a1
Ignore intermittent chrome/manifest/icon interaction failure (#30793) 8 months ago
Emelia Smith 30ae5952d2
Fix: Ensure "With Media" is highlighted from Admin Accounts page (#30812) 8 months ago
Claire 8827cd597e
Fix `/admin/accounts/:account_id/statuses/:id` for edited posts with media attachments (#30819) 8 months ago
Matt Jankowski 72484a194f
Remove `CacheBuster` default options (#30718) 9 months ago
David Roetzel 2cab1c7b09
Improve encoding detection for link cards (#30780) 9 months ago
Matt Jankowski 84a31319e9
Add `match_json_values` and use in AP worker specs (#30720) 9 months ago
Claire 8098d27f84
Stop calling Webpacker in full-stack tests (#30763) 9 months ago
Claire 58ace2e45e
Fix SQL error in admin measures API (#30753) 9 months ago
Matt Jankowski 38c6825eda
Remove unused `Extractor#extract_cashtags_with_indices` method (#30742) 9 months ago
Matt Jankowski d7b7617321
Use `class_names` in admin/account_moderation_notes helper (#30719) 9 months ago
Matt Jankowski f287462f76
Fix repeated Delete/Undo assertion in remove status service spec (#30715) 9 months ago