Commit Graph

8508 Commits (b61ae28f8d4b6f269f50a05c3e65ec7f2c846d32)

Author SHA1 Message Date
Jeong Arm 39839baec3
Fix mute for 30 days (#29640) 12 months ago
Matt Jankowski 6d2986017e
Remove unused `active_nav_class` helper method (#29617) 12 months ago
Claire d5063072c3
Revert friends-of-friends follow recommendation query to using a CTE (#29619) 12 months ago
Matt Jankowski b5115850bb
Move repeated `insert_pagination_headers` method to api base class (#29606) 12 months ago
Matt Jankowski 92855948a0
Remove unused `show_landing_strip?` helper method (#29618) 12 months ago
Matt Jankowski ecdbf15ebe
Remove unused `link_to_older` and `link_to_newer` helper methods (#29620) 12 months ago
github-actions[bot] 04817e965a
New Crowdin Translations (automated) (#29623)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
Claire 82c2af0356
Fix `user_mailer.welcome.hashtags_recent_count` not having plural form (#29607) 12 months ago
Claire 726e7ad024
Fix extra separator besides favourite count on private posts (#29605) 12 months ago
Claire d702a03a0c
Add “Learn more” on block modal to inform of federation caveats (#29614) 12 months ago
Eugen Rochko ec19d0a14b
Change mute, block and domain block confirmations in web UI (#29576) 12 months ago
Claire be7a68b095
Change Explore icon to compass in advanced interface (#29610) 12 months ago
Renaud Chaput c76ae7a5c0
Convert `packs/public.jsx` to Typescript (#29501) 12 months ago
Eugen Rochko 407287573c
Add domain information to profiles in web UI (#29602)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
12 months ago
Matt Jankowski f445d33fd6
Fix haml-lint `LineLength` cops in app/views/admin (#28680) 12 months ago
Matt Jankowski 7720c684c5
Move common module inclusion in sub classes to `ActivityPub::BaseController` (#29560) 12 months ago
github-actions[bot] 6865fda593
New Crowdin Translations (automated) (#29603)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
Matt Jankowski 838b0bdf2d
Remove unused `Account::Interactions#endorsed?` method (#29463) 12 months ago
Matt Jankowski d39d625561
Use inclusive range in `ActivityTracker#get` (#29413) 12 months ago
Matt Jankowski 6c3e718b86
Remove setting of `sensitive` value (default false, not null) in Status model (#29589) 12 months ago
Matt Jankowski 14aa7f1e15
Use `Account.activitypub` generated scope (#28157) 12 months ago
Eugen Rochko 30483d618f
Fix back button appearing in column header unexpectedly in web UI (#29551) 12 months ago
Claire 95a5713ff7
Fix accounts not getting imported into redux store for some filtered notification types (#29588) 12 months ago
Matt Jankowski 0bc17a3d48
Use enum-generated `public_visibility` scope on Status (#28156) 12 months ago
Matt Jankowski 19cbadfbd6
Use enum-generated scope for `IpBlock` in CLI (#28144) 12 months ago
Eugen Rochko 4991198b70
Change design of metadata underneath posts in web UI (#29585) 12 months ago
Matt Jankowski f9100743ec
Add `Api::ErrorHandling` concern for api/base controller (#29574) 12 months ago
Eugen Rochko 1e1d97a787
Fix wrong background color on search results in web UI (#29584) 12 months ago
github-actions[bot] 5aea35de13
New Crowdin Translations (automated) (#29587)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
mogaminsk 3156d04ec1
Use sender's `username` to column title in notification request if it's `display_name` is not set (#29575) 12 months ago
Claire a32a126cac
Hide media by default in notification requests (#29572) 12 months ago
Matt Jankowski c09b8a7164
Add `Account.without_internal` scope (#29559)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
12 months ago
Renaud Chaput acf3f410ae
Fix navigation panel icons missing classes (#29569) 12 months ago
github-actions[bot] 171948b910
New Crowdin Translations (automated) (#29563)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
Erik Uden 268856d5d9
Fix toggle button color for light (and dark/default) theme (#29553) 12 months ago
Claire b43eaa4517
Refactor notification filtering behavior definition (#29567) 12 months ago
Claire 27fd084cb5
Exempt some notification types from notification filtering (#29565) 12 months ago
Matt Jankowski 2c0441acd7
Use rails built-in `tag` methods in `TextFormatter.shortened_link` (#28976) 12 months ago
Matt Jankowski 7e6eb64f1e
Use full snowflake range in `admin/metrics` classes (#29416) 12 months ago
Matt Jankowski 9754967d5f
Move `pagination_max_id` and `pagination_since_id` into api/base controller (#28844) 12 months ago
Matt Jankowski 01b624c4a0
Use `normalizes` on `CustomFilter#context` value (#27602) 12 months ago
Matt Jankowski 00d94f3ffa
Use vanilla JS to get Rails CSRF values (#29403) 12 months ago
Matt Jankowski d4ed7e466c
Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 12 months ago
Eugen Rochko 5b60d4b696
Change background color in web UI (#29522) 12 months ago
Renaud Chaput af4e44e30a
Fix i18n typo (#29557) 12 months ago
github-actions[bot] dc36b961aa
New Crowdin Translations (automated) (#29554)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
Matt Jankowski 216cea1e27
Fix incorrect frequency value in `FriendsOfFriendsSource` data (#29550) 12 months ago
Eugen Rochko c10bbf5fe3
Add notification policies and notification requests in web UI (#29433) 12 months ago
Eugen Rochko 19efa1b9f1
Change action button to be last on profiles in web UI (#29533) 12 months ago
Eugen Rochko 16c856729b
Change icons in navigation panel to be filled when active in web UI (#29537) 12 months ago
Jeong Arm 4a6ddbc9c0
Normalize idna domain before account unblock domain (#29530) 12 months ago
Matt Jankowski a7284690fc
Add coverage for admin/metrics base classes, simplify subclass generation (#29527) 12 months ago
Renaud Chaput b9722dfe2b
Use the server setting to get the max number of poll options in UI (#29490) 12 months ago
Eugen Rochko 2347ea813e
Change dropdown menu icon to not be replaced by close icon when open in web UI (#29532) 12 months ago
Eugen Rochko 5b3a8737d6
Add hints for rules (#29539) 12 months ago
github-actions[bot] f85168b189
New Crowdin Translations (automated) (#29467)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
gunchleoc 81400b02b1
Add nds locale to posting languages (#27434) 12 months ago
Eugen Rochko 50b17f7e10
Add notification policies and notification requests (#29366) 12 months ago
gunchleoc c01f4cebed
Add Mohawk to posting languages (#27115) 12 months ago
gunchleoc 995e15c24a
Add Jawi Malay to posting languages (#29098) 12 months ago
Mashiro b8bd94ca8e
Fix unhandled nullable attachments limitation counter (#29183) 1 year ago
Claire ee8d0b9447
Fix follow suggestions potentially including silenced or blocked accounts (#29306) 1 year ago
gunchleoc 1d5de8b26a
Add Vai to posting languages (#27136) 1 year ago
gunchleoc 5ab944af95
Rename Panjabi to Punjabi (#27117) 1 year ago
Helge 8d22599318
Add Pennsylvania Dutch to languages dropdown (#26634) 1 year ago
Krzysztof Piwowar b4af3639e8
Add Kashubian to languages dropdown (#26024) 1 year ago
Claire 1d721b21e1
Add attribution to Tabler.io icons used in the new mailer designs (#29470) 1 year ago
HTeuMeuLeu 934cab7508
New welcome email (#28883)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
1 year ago
Matt Jankowski 3389c41b58
Move `nobody` position in `UserRole` magic number to constant (#29465) 1 year ago
Claire ec953bf378
Fix regression in handling `select` elements in `packs/admin.tsx` (#29469) 1 year ago
Renaud Chaput 958a810553
Convert `packs/admin.jsx` to Typescript (#29425) 1 year ago
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