Commit Graph

8803 Commits (e881a5967149e34046f91d3f4445ebb457348b93)

Author SHA1 Message Date
David Roetzel 97eddb5906
Fix details extraction when no title exists. (#30933) 7 months ago
David Roetzel 016c1e4e78
Improve handling of encoding problems when creating link previews (#30929) 7 months ago
github-actions[bot] 81547845ac
New Crowdin Translations (automated) (#30925)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Claire d3a056adfd
Merge pull request from GHSA-xjvf-fm67-4qc3 7 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`
7 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
7 months ago
github-actions[bot] 8331f9e379
New Crowdin Translations (automated) (#30916)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
David Roetzel 9be77fc0db
Revert "Add system check for missing database indexes" (#30909) 7 months ago
github-actions[bot] dd85e3bcc5
New Crowdin Translations (automated) (#30901)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
David Roetzel ebd8e1bbb6
Add system check for missing database indexes (#30888) 7 months ago
github-actions[bot] 1fc14e324b
New Crowdin Translations (automated) (#30890)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Eugen Rochko d3f504245c
Fix missing confirmation when unfollowing from hover card in web UI (#30879) 7 months ago
Eugen Rochko b728c0e8ce
Change hover cards to not appear until the mouse stops in web UI (#30850) 7 months ago
Eugen Rochko 20fa9ce484
Add timeline of public posts about a trending link in web UI (#30840) 7 months ago
github-actions[bot] 7756db6551
New Crowdin Translations (automated) (#30873)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
renovate[bot] 1bccba1408
chore(deps): update dependency @testing-library/react to v16 (#30533)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
7 months ago
github-actions[bot] a5134f2695
New Crowdin Translations (automated) (#30867)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Eugen Rochko ea6c455e81
Fix follow button in hover cards not working when signed out in web UI (#30864) 7 months ago
Eugen Rochko 0f3fef6fda
Change search modifiers to be case-insensitive (#30865) 7 months ago
Michael Stanclift 3225954865
Fix browser window color on light theme (#30861) 7 months ago
David Roetzel ff08d99d4d
Catch encoding errors when creating link previews. (#30853) 7 months ago
David Roetzel 42adb6eaee
Add size limit for link preview URLs (#30854) 7 months ago
Eugen Rochko 096057b845
Change `author_account` to be `authors` in REST API (#30846) 7 months ago
github-actions[bot] 6d1c1fd684
New Crowdin Translations (automated) (#30851)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Matt Jankowski ad53b0ab65
Rely on built-in ruby private IP detection (#30848) 7 months ago
Eugen Rochko 3939352e92
Convert `<ColumnHeader>` to Typescript (#30849) 7 months ago
Eugen Rochko e89317d4c1
Add hover cards in web UI (#30754)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
7 months ago
Renaud Chaput 863c470a2b
Convert `<Directory>` to Typescript / function component (#30829) 7 months ago
Claire 7a84b76bb1
Drop favicon.ico generation (#30375) 7 months ago
Renaud Chaput 8c0ff6498e
Change light mode to apply CSS variables to the body (#30839) 7 months ago
Eugen Rochko a40831b363
Fix account search results (#30803) 7 months ago
Claire 2c7eed1fa1
Fix API requests after #30818 (#30837) 7 months ago
Renaud Chaput 547e97945d
Change `apiRequest` to accept both `params` and `data` (#30818) 7 months ago
Emelia Smith 30ae5952d2
Fix: Ensure "With Media" is highlighted from Admin Accounts page (#30812) 7 months ago
github-actions[bot] 052c90b8de
New Crowdin Translations (automated) (#30825)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Claire 8827cd597e
Fix `/admin/accounts/:account_id/statuses/:id` for edited posts with media attachments (#30819) 7 months ago
github-actions[bot] 61722b1b1f
New Crowdin Translations (automated) (#30808)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Matt Jankowski 929b9fdaff
Remove exclusion for `Rails/LexicallyScopedActionFilter` cop (#30697) 7 months ago
Matt Jankowski 348ccf206e
Fix `Style/ClassEqualityComparison` cop (#30058) 7 months ago
Matt Jankowski 72484a194f
Remove `CacheBuster` default options (#30718) 7 months ago
David Roetzel 2cab1c7b09
Improve encoding detection for link cards (#30780) 7 months ago
github-actions[bot] 9e932fa1dd
New Crowdin Translations (automated) (#30789)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Renaud Chaput 7d12522ed7
Fix error when deleting a status (#30784) 7 months ago
Claire bb2d77b4a0
Change `/api/v2_alpha/notifications` to only return historical data in pages (#30781) 7 months ago
Claire f723370c69
Fix missing `account_warning` delegation in `NotificationGroup` (#30779) 7 months ago
Renaud Chaput 1c65932776
Convert `disconnectTimeline` and `timelineDelete` actions to Typescript (#30777) 7 months ago
Renaud Chaput 27529247b2
Improve `createdataLoadingThunk` (#30778) 7 months ago
Claire 7889e983fb
Add `group_key` attribute to `NotificationSerializer` (#30776)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
7 months ago
github-actions[bot] a0910cd49c
New Crowdin Translations (automated) (#30772)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Matt Jankowski a8b3d2e4e4
Consolidate time periods methods into base measure (#30757) 7 months ago
Claire 58ace2e45e
Fix SQL error in admin measures API (#30753) 7 months ago
Renaud Chaput d558dfd77d
Convert notifications policies frontend code to Typescript (#29868) 7 months ago
github-actions[bot] 50db95b9a1
New Crowdin Translations (automated) (#30746)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Matt Jankowski 38c6825eda
Remove unused `Extractor#extract_cashtags_with_indices` method (#30742) 7 months ago
Michael Stanclift d5f02adad7
Add option to use native Ruby driver for Redis (#30717) 7 months ago
Matt Jankowski d7b7617321
Use `class_names` in admin/account_moderation_notes helper (#30719) 7 months ago
github-actions[bot] 35d52d7914
New Crowdin Translations (automated) (#30723)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Renaud Chaput 43bbdea421
Fix invalid `mask-icon` when a custom instance icon is configured (#30734) 7 months ago
Michael Stanclift a777f7e3cc
Restore short Ruby version on admin dashboard (#30711) 7 months ago
Michael Stanclift 4a5442edaa
Add ffmpeg and ImageMagick versions to admin dashboard (#30710) 7 months ago
Eugen Rochko b9fd7571ae
Change sidebar text in web UI (#30696) 7 months ago
Claire 8eb27c60e1
Add `most_recent_notification_id` to `NotificationGroup` (#30707) 7 months ago
Matt Jankowski b5d1d48266
Convert `form_for` -> `form_with` in views (#30700) 7 months ago
Matt Jankowski 8d5ed19c6d
Migrate `form_tag` to `form_with` in admin and auth views (#30692) 7 months ago
github-actions[bot] a7264a2b42
New Crowdin Translations (automated) (#30704)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Emelia Smith 3d9f00ae16
Fix unsafe URLs in audit log resulting from domain blocks (#27139)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
7 months ago
Marcin Mikołajczak a243963e93
LanguageDropdown: remove unused function (#30346)
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
7 months ago
Louis Brauer f0ca874b09
Include crossorigin in inert css (#30687) 7 months ago
Claire 45abddb302
Fix pagination attributes not being returned in ungroupable-only pages (#30688) 7 months ago
github-actions[bot] dd587d29b6
New Crowdin Translations (automated) (#30684)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Eugen Rochko ed6d24330b
Add author links on the explore page in web UI (#30521) 7 months ago
Claire 37f53542fe
Fix limit handling in grouped notifications CTE (#30685) 7 months ago
Claire bf56e982a9
Fix notifications from limited users being outright dropped (#30559) 7 months ago
Eugen Rochko 9984243467
Fix a few visual glitches with link previews in web UI (#30670) 7 months ago
github-actions[bot] ced463360e
New Crowdin Translations (automated) (#30666)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Claire 1dfd516284
Fix duplicate `@context` attribute in user export (#30653) 7 months ago
Matt Jankowski d818ddd687
Extract `SIGN_COUNT_LIMIT` constant in `WebauthnCredential` class (#30636) 7 months ago
Claire 921b0db544
Add `noindex` meta tag and `rel=canonical` link to redirect interstitials (#30651) 7 months ago
Matt Jankowski 978601a0ae
Extract permitted params constant in v1/admin/tags (#30652) 7 months ago
David Roetzel f48f39a767
Fix cutoff of instance name (#30598) 7 months ago
Matt Jankowski 410370eecd
Extract `PERMITTED_PARAMS` constant from `admin/domain_blocks` controller (#30380) 7 months ago
Matt Jankowski 665f6f09a0
Add expired/revoked scopes for doorkeeper models via extension modules (#29936) 7 months ago
Matt Jankowski 88cfc4056d
Extract method to generate series of days in measure sql classes (#29928) 7 months ago
github-actions[bot] 0dabda9bee
New Crowdin Translations (automated) (#30646)
Co-authored-by: GitHub Actions <noreply@github.com>
7 months ago
Matt Jankowski 9cc4040308
Extract `COMMENT_SIZE_LIMIT` constant in `AP::Activity::Flag` class (#30637) 8 months ago
Matt Jankowski 9bf2e2eda0
Extract `TEXT_LENGTH_LIMIT` constant in `Appeal` class (#30638) 8 months ago
github-actions[bot] bb27321781
New Crowdin Translations (automated) (#30608)
Co-authored-by: GitHub Actions <noreply@github.com>
8 months ago
Daniel M Brasil 77c2216e47
fix: Return HTTP 422 when scheduled status time is less than 5 minutes (#30584) 8 months ago
Claire 496c10542b
Fix division by zero on some video/GIF files (#30600) 8 months ago
Claire 9e9613b286
Fix `mentions.account_id` and `mentions.status_id` not having `NOT NULL` database constraints (#30591) 8 months ago
github-actions[bot] c1b0c1a5e4
New Crowdin Translations (automated) (#30586)
Co-authored-by: GitHub Actions <noreply@github.com>
8 months ago
Claire 1408733386
Fix Mastodon relying on ImageMagick even with `MASTODON_USE_LIBVIPS` (#30590) 8 months ago
Claire 1ffc293b86
Add missing `moderation_warning` notification support to grouped notifications API (#30576) 8 months ago
github-actions[bot] a729104a41
New Crowdin Translations (automated) (#30575)
Co-authored-by: GitHub Actions <noreply@github.com>
8 months ago
Eugen Rochko a2505e8611
Add timeline of public posts about a trending link to REST API (#30381) 8 months ago
Matt Jankowski 2fdd782f21
Fix empty `aria-hidden` attribute value in logo resources area (#30570) 8 months ago
Emelia Smith e02d23b549
Change `read:me` scope to `profile` scope (#30357)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
8 months ago
Eugen Rochko 3c435f9ba0
Change counters to be displayed on profile timelines in web UI (#30525) 8 months ago
Emelia Smith 4655be0da6
Fix add validation to webpush subscription keys (#30542) 8 months ago
Eugen Rochko 5f15a892fa
Add support for libvips in addition to ImageMagick (#30090)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
8 months ago