Commit Graph

8387 Commits (30483d618f94ed85ac90c78ae24fc40349891208)

Author SHA1 Message Date
Matt Jankowski eb1b8f69de
Allow pagination `Link` headers on API accounts/statuses when pinned true (#29442) 1 year ago
Claire edd6aa70e1
Fix regression with search bar icon position (#29456) 1 year ago
Claire f24c62a5c8
Fix preview card player getting embedded when clicking on the external link button (#29457) 1 year ago
Matt Jankowski e1fcb02867
Align `TagServersMeasure` to use `WITH` query style similar to others (#29435) 1 year ago
Renaud Chaput 4185f3792c
Fix full date display not respecting the locale 12/24h format (#29448) 1 year ago
github-actions[bot] cdf5098166
New Crowdin Translations (automated) (#29452)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
github-actions[bot] 7f84bbfd92
New Crowdin Translations (automated) (#29430)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Jeong Arm deffb8ecb6
Show comments in the admin/instances page (#29240)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
Roni Laukkarinen edfc53856f
Fix the regression with the search icon position (#29417) 1 year ago
Matt Jankowski ea8e7f3e9d
Align `TagServersMeasure` query style with other classes (#29414) 1 year ago
renovate[bot] dc4427dc9b
Update devDependencies (non-major) (#29089)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
1 year ago
Renaud Chaput 899eac1a92
Use modern ES syntax rather than `.call` (#29368) 1 year ago
github-actions[bot] bc4c5ed918
New Crowdin Translations (automated) (#29423)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Matt Jankowski 76d256138e
Wrap media attachment size calculation in `COALESCE` (#29415) 1 year ago
Claire 90573c3abb
Change behavior of privacy dropdown to only change value on validation (#29406) 1 year ago
Evan Paterakis 213c87ae59
Fix filters title and keywords overflow (#29396) 1 year ago
zunda a30cdfd4d4
Specify 410 for code when responding as json while self-destruction (#29420) 1 year ago
Matt Jankowski c7555271a6
Remove unused `media-spoiler-*` JS/CSS (#29407) 1 year ago
Roni Laukkarinen 10fdd88288
Change new explore compass icon CSS class to explore (#29395) 1 year ago
Matt Jankowski 8429d07454
Add `RankedTrend` concern for trends classes (#29388) 1 year ago
github-actions[bot] 98e3dc2578
New Crowdin Translations (automated) (#29382)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Jason Punyon 1ad3cffaea
Missed a .to_date (#29390) 1 year ago
Roni Laukkarinen 1cb74eeec0
Fix search icon position on mobile (#29384) 1 year ago
Roni Laukkarinen bbf6cb66f6
Improve alt text form accessibility with long texts (#27095) 1 year ago
Claire 25ffe0af45
Fix pixel alignment for some composer icons (#29372) 1 year ago
github-actions[bot] bba4118ddd
New Crowdin Translations (automated) (#29369)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Claire 9d8dfeb5fb
Fix processing of `Link` objects in `Image` objects (#29335) 1 year ago
Claire 5152dd869e
Fix link verifications when page size exceeds 1MB (#29358) 1 year ago
Claire a9496882fc
Fix auto-close email being sent to users with devops permissions instead of settings permissions (#29355) 1 year ago
Claire b71904816a
Change registrations to be disabled by default for new servers (#29280) 1 year ago
Claire 2751acb6cd
Automatically switch from open to approved registrations in absence of moderators (#29318) 1 year ago
github-actions[bot] fd2b6c29c6
New Crowdin Translations (automated) (#29311)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Matt Jankowski 937dad1ee6
Extract ES query and filter hashes into private methods in `TagSearchService` (#29288) 1 year ago
github-actions[bot] 9a2b9d1484
New Crowdin Translations (automated) (#29298)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Matt Jankowski 0ef44ee720
Move `AccountSuggestions::Source` subclasses default limit value to constant (#29282) 1 year ago
Claire bde4df6be6
Remove CSS definitions for some unused classes (#29279) 1 year ago
Matt Jankowski 785e2f9399
Add scope `providing_styles` to `UserRole` (#29286) 1 year ago
Eugen Rochko b8b2f20b16
Change explore icon from hashtag to compass in web UI (#29294) 1 year ago
Hinaloe c645490d55
Fix `sensitive` flag not being removed when removing CW in new compose form (#29248) 1 year ago
github-actions[bot] ad16362efe
New Crowdin Translations (automated) (#29255)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Eugen Rochko 63f4ea055a
Change follow suggestions design in web UI (#29272) 1 year ago
Matt Jankowski 245064bb98
Move "everyone" role and "instance actor" account magic number IDs to constants (#29260) 1 year ago
Wolfgang Fournès cfadb87077
Update enum syntax to use the new Rails 7.0 style (#29217) 1 year ago
Claire 9fee5e8526
Merge pull request from GHSA-jhrq-qvrm-qr36
* Fix insufficient Content-Type checking of fetched ActivityStreams objects

* Allow JSON-LD documents with multiple profiles
1 year ago
github-actions[bot] 1c93d625c6
New Crowdin Translations (automated) (#29195)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Claire d4d0565b0f
Fix user creation failure handling in OAuth paths (#29207) 1 year ago
Claire b31af34c97
Merge pull request from GHSA-vm39-j3vx-pch3
* Prevent different identities from a same SSO provider from accessing a same account

* Lock auth provider changes behind `ALLOW_UNSAFE_AUTH_PROVIDER_REATTACH=true`

* Rename methods to avoid confusion between OAuth and OmniAuth
1 year ago
Emelia Smith 68eaa804c9
Merge pull request from GHSA-7w3c-p9j8-mq3x
* Ensure destruction of OAuth Applications notifies streaming

Due to doorkeeper using a dependent: delete_all relationship, the destroy of an OAuth Application bypassed the existing AccessTokenExtension callbacks for announcing destructing of access tokens.

* Ensure password resets revoke access to Streaming API

* Improve performance of deleting OAuth tokens

---------

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
Emelia Smith e8b66a0525
Ignore legacy moderator and admin columns on User model (#29188) 1 year ago
Nicolas Hoffmann 476a043fc5
Fix modal container bounds (#29185) 1 year ago
github-actions[bot] 5de1ce23c3
New Crowdin Translations (automated) (#29182)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
github-actions[bot] 6482948547
New Crowdin Translations (automated) (#29156)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
github-actions[bot] c07028b2fa
New Crowdin Translations (automated) (#29152)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Claire ca8fbda5d0
Add end-to-end test for OCR in media uploads (#29148) 1 year ago
Claire 67ec192d7d
Clean up some unused CSS definitions (#29146) 1 year ago
github-actions[bot] 2a362d62a8
New Crowdin Translations (automated) (#29145)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Claire eff447a455
Rewrite signature verification using regexps and `StringScanner` (#29133) 1 year ago
Claire 7efc33b909
Move HTTP Signature parsing code to its own class (#28932) 1 year ago
github-actions[bot] 17052714a2
New Crowdin Translations (automated) (#29121)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Claire eeabf9af72
Fix compatibility with Redis <6.2 (#29123) 1 year ago
github-actions[bot] 90ccf7beb2
New Crowdin Translations (automated) (#28965)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Claire 7ee93b7431
Change `source` attribute of `Suggestion` entity in `/api/v2/suggestions` back to a string (#29108) 1 year ago
Matt Jankowski 2f19ddd1fa
Move status serializer error handling to private method (#29031) 1 year ago
Matt Jankowski 93a5b3f9df
Move status serializer chooser to private method (#29030) 1 year ago
Matt Jankowski 69e61fff38
Move direct serializer usage out of admin view partial (#29028) 1 year ago
Matt Jankowski 0877f6fda4
Remove redundant `return` in `IntentsController` (#29099) 1 year ago
Emelia Smith 4fb7f611de
Return domain block digests from admin domain blocks API (#29092) 1 year ago
Matt Jankowski 4cf07ed78c
Add missing action logging to `api/v1/admin/reports#update` (#29044) 1 year ago
Claire 9ce914cc89
Fix report reason selector in moderation interface not unselecting rules when changing category (#29026) 1 year ago
Claire 66dda7c762
Fix already-invalid reports failing to resolve (#29027) 1 year ago
Matt Jankowski 86500e3312
Extract scenic view model common methods to concern (#28111) 1 year ago
Eugen Rochko 1666b19559
Fix confirmation e-mails when signing up through an app (#29064) 1 year ago
y.takahashi 3c315a68af
Fix 'focus the compose textarea' shortcut is not working (#29059) 1 year ago
Claire 1726085db5
Merge pull request from GHSA-3fjr-858r-92rw
* Fix insufficient origin validation

* Bump version to 4.3.0-alpha.1
1 year ago
Eugen Rochko 9cdc60ecc6
Change onboarding prompt to follow suggestions carousel in web UI (#28878) 1 year ago
Eugen Rochko fa0ba67753
Change materialized views to be refreshed concurrently to avoid locks (#29015) 1 year ago
Eugen Rochko c4af668e5c
Fix follow recommendations for less used languages (#29017) 1 year ago
Yamagishi Kazutoshi b3075a9993
Remove unused l18n messages (#28964) 1 year ago
J H 1467f1e1e1
Fixed the toggle emoji dropdown bug (#29012) 1 year ago
Claire 805dba7f8d
Change compose form to use server-provided post character limit (#28928) 1 year ago
github-actions[bot] 45287049ab
New Crowdin Translations (automated) (#28923)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Eugen Rochko 6936e5aa69
Change design of compose form in web UI (#28119)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
Matt Jankowski 42ab855b23
Add specs for `Instance` model scopes and add `with_domain_follows` scope (#28767) 1 year ago
Matt Jankowski 17ea22671d
Fix `Style/GuardClause` cop in app/controllers (#28420) 1 year ago
Eugen Rochko 3205a654ca
Refactor conversations components in web UI (#28833)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
github-actions[bot] 59d2ea0d82
New Crowdin Translations (automated) (#28899)
Co-authored-by: GitHub Actions <noreply@github.com>
1 year ago
Matt Jankowski 6b6586f5d0
Add `CustomFilterKeyword#to_regex` method (#28893) 1 year ago
Matt Jankowski 7c9c6c7f80
Fix remaining `Rails/WhereExists` cop violations, regenerate todo (#28892) 1 year ago
Claire c50274a0ac
Fix redirect confirmation for accounts (#28902) 1 year ago
KMY(雪あすか) 9a8293f58d
Fix process of receiving posts with bearcaps is not working (#26527) 1 year ago
Matt Jankowski 38f7f8b909
Tidy up association declaration in `Instance` model (#28880) 1 year ago
Claire 5a838ceaa9
Use active variants for boost icons and increase icon size (#27924) 1 year ago
Matt Jankowski 1290fede65
Fix `Rails/WhereExists` cop in app/lib (#28862) 1 year ago
Eugen Rochko b19ae521b7
Add confirmation when redirecting logged-out requests to permalink (#27792)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
Matt Jankowski 7a1f087659
Add `created_before` and `updated_before` scopes to `MediaAttachment` (#28869) 1 year ago
Matt Jankowski 9d413cbaf8
Fix `Rails/WhereExists` cop in app/models (#28863) 1 year ago
Matt Jankowski 599bc69503
Simplify `AccountSummary.filtered` query generation (#28868) 1 year ago
Eugen Rochko 5b1eb09d54
Add annual reports for accounts (#28693) 1 year ago
Eugen Rochko 01ce9df880
Fix search form re-rendering spuriously in web UI (#28876) 1 year ago
Matt Jankowski c0e8e457ab
Eager loading fixes for `api/` controllers (#28848) 1 year ago