Commit graph

17407 commits

Author SHA1 Message Date
Claire a43d469e82 Fix posts made in the future being allowed to trend (#32996) 2024-11-20 14:11:03 +01:00
Claire f81cfdac55 Update dependency rexml 2024-11-19 14:46:29 +01:00
Claire fb44e3eb75 Fix uploading higher-than-wide GIF profile picture with libvips enabled (#32911) 2024-11-19 14:34:31 +01:00
Claire a5e1b5b466 Fix domain attribution field having autocorrect and autocapitalize enabled (#32903) 2024-11-19 14:34:31 +01:00
Claire 06aa5f9083 Fix titles being escaped twice (#32889) 2024-11-19 14:34:31 +01:00
Claire a18ebaa9b5 Fix list creation limit check (#32869) 2024-11-19 14:34:31 +01:00
Matt Jankowski 0f3e39ea88 Fix error in CLI EmailDomainBlocks when supplying --with-dns-records (#32863) 2024-11-19 14:34:31 +01:00
Matt Jankowski b57cc56962 Add DomainHelpers spec support module for DNS/MX stub (#32690) 2024-11-19 14:34:31 +01:00
Eugen Rochko 5a7affedbb Fix min_id and max_id causing error in search API (#32857) 2024-11-19 14:20:09 +01:00
Claire f9f586d1fe Avoid latest featured tag use on post removal unless necessary (#32787) 2024-11-19 14:17:14 +01:00
Claire d1fe60076d Redesign Content Warning and filters (#32543) 2024-11-19 14:16:56 +01:00
Claire 13803d0194 Fix alt-text pop-in not using the translated description (#32766) 2024-11-19 14:16:08 +01:00
Renato "Lond" Cerqueira 9e975048ad Fix 'unknown' media attachment rendering in detailed view (#32713) 2024-11-19 14:15:54 +01:00
Claire d1ac124cc0 Fix preview cards with long titles erroneously causing layout changes (#32678) 2024-11-19 14:15:41 +01:00
Nathan Sparrow 0eed945a69 Embed modal mobile fix (#32641) 2024-11-19 14:15:29 +01:00
Hugo Gameiro 14e23555ff Fix and improve batch attachment deletion handling when using OpenStack Swift (#32637) 2024-11-19 14:15:15 +01:00
Jeong Arm 0683adb589 Fix that blocking was not working on link timeline (#32625) 2024-11-19 14:15:00 +01:00
David Roetzel 171ff80b61 Do not change follow counters when already following (#32622) 2024-11-19 14:14:46 +01:00
Emelia Smith c246d75fa7 Fix 'unknown' media attachment type rendering (#32613) 2024-11-19 14:14:08 +01:00
Eugene Alvin Villar 5647db2f8f Fix tl language native name (#32606) 2024-11-19 14:13:52 +01:00
Matt Jankowski 13b349958f Use async_count in more view locations (#32086) 2024-11-19 14:06:23 +01:00
Leni Kadali e4a6f7dc44 Add error message when user tries to follow their own account (#31910) 2024-11-19 14:06:09 +01:00
Emelia Smith c1d3f90c60 Add client_secret_expires_at to OAuth Applications (#30317) 2024-11-19 14:05:20 +01:00
Matt Jankowski 5170a3fa0a Move account suspension-related methods to concern (#28351) 2024-11-19 14:04:39 +01:00
Claire 9adb96f3a1
Bump version to v4.3.1 (#32582)
Co-authored-by: David Roetzel <david@roetzel.de>
2024-10-21 10:58:01 +02:00
Claire f7aab0cc2f Update changelog 2024-10-18 15:49:26 +02:00
Claire de5f522cc0 Remove ability to get embed code for remote posts (#32578) 2024-10-18 15:49:26 +02:00
Claire d728fa9991 Fix follow recommendation moderation page default language when using regional variant (#32580) 2024-10-18 15:49:26 +02:00
hota 044dd3f788 Fix column-settings spacing in local timeline in advanced view (#32567) 2024-10-18 15:49:26 +02:00
Matt Jankowski afc440435c Fix broken i18n in text welcome mailer tags area (#32571) 2024-10-18 15:49:26 +02:00
github-actions[bot] d0fb7939bb
New Crowdin Translations for stable-4.3 (automated) (#32576)
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-18 10:11:59 +02:00
Claire 7388a6ce9a Add more explicit explanations about author attribution and fediverse:creator (#32383) 2024-10-18 09:14:13 +02:00
Emelia Smith cd2a3bac79 Fix missing or incorrect cache-control headers for Streaming server (#32551) 2024-10-18 09:14:13 +02:00
Matt Jankowski f0e011fbc9 Fix trailing slash newline in changelog (#32545) 2024-10-18 09:14:13 +02:00
Matt Jankowski acbc273d6e Update rails to version 7.1.4.1 (#32542) 2024-10-18 09:14:13 +02:00
Claire 1f0c84749d Change Active Record Encryption variable check to check for emptiness (#32537) 2024-10-18 09:14:13 +02:00
Renaud Chaput e507b4f884 Add ability to group follow notifications in WebUI (#32520) 2024-10-18 09:14:13 +02:00
github-actions[bot] 93348136a5
New Crowdin Translations for stable-4.3 (automated) (#32555)
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-17 10:21:47 +02:00
Claire 36452845d7 Explicitly install ImageMagick in CI (except for libvips tests) (#32534) 2024-10-16 12:40:58 +02:00
Christian Winther 5c4bcd2f08 Run migration tests against postgres 16 and 17 as well (#32416) 2024-10-16 12:40:58 +02:00
Claire a20f38c930 Fix only the first paragraph being displayed in some notifications (#32348) 2024-10-16 12:40:58 +02:00
Renaud Chaput b01bd74698 Add back a 6 hours mute duration option (#32522) 2024-10-16 12:40:58 +02:00
Matt Jankowski 41e342a88f Convert admin/invites controller specs to system specs (#32450) 2024-10-16 12:40:58 +02:00
Matt Jankowski 9258ee8847 Improve app/policies coverage (#32426) 2024-10-16 12:40:58 +02:00
Matt Jankowski 6d72c13a4d Convert status embed controller to request spec (#32448) 2024-10-16 12:40:58 +02:00
Matt Jankowski ad4be12473 Add mention of encryption secrets to production sample (#32512) 2024-10-16 12:40:58 +02:00
Matt Jankowski 527d1253bf Reduce factory creation (14 -> 8) in ActivityPub::Activity::Block spec (#32488) 2024-10-16 12:40:58 +02:00
Matt Jankowski ae676edc2b Expand coverage for User#token_for_app (#32434) 2024-10-16 12:40:58 +02:00
Matt Jankowski 63df649fe5 Expand coverage for Block model (#32480) 2024-10-16 12:40:58 +02:00
Christian Schmidt 0ff427fab3 Translate to regional language variant (e.g. pt-BR) (#32428) 2024-10-16 12:40:58 +02:00