Commit Graph

  • 392eaf1010
    Ensure consistent ordering of rule translations in admin interface (#35174) Claire 2025-06-25 15:15:59 +0200
  • 6d63f9ef58 fix: Fix search icon overlapping text on Trending page diondiondion 2025-06-25 15:11:37 +0200
  • 7b53f75858 Move layout setup for OAuth views to controllers Matt Jankowski 2025-06-25 09:11:01 -0400
  • 625a8a68bc Ensure consistent ordering of rule translations in admin interface Claire 2025-06-25 15:04:08 +0200
  • c6dddbb66e
    fix: Prevent content scrolling behind main menu (part 1) (#35173) diondiondion 2025-06-25 14:12:49 +0200
  • af31dda0f4
    Merge b21c226396 into c52848b444 Claire 2025-06-25 12:07:39 +0000
  • 76d708dd08 WIP: Add pagination to threads feature-thread-pagination Eugen Rochko 2025-06-21 19:28:38 +0200
  • ff7e62f3c7
    Merge branch 'main' into mute-prefill Sebastian Hädrich 2025-06-25 13:34:34 +0200
  • 59abde12ee
    Pass hashtagUrl variable to useMemo() as dependency Sebastian Hädrich 2025-06-25 13:30:21 +0200
  • f70f096cae
    Explicitly type variable Sebastian Hädrich 2025-06-25 13:25:55 +0200
  • c52848b444
    Storybook Helpers (#35158) Echo 2025-06-25 13:20:11 +0200
  • 241332f37c fix: Return mobile bailout because Safari iOS is silly diondiondion 2025-06-25 13:11:34 +0200
  • 0a7418e6d8
    Change rule translation interface to display english name and populate empty translations (#35170) Claire 2025-06-25 12:02:19 +0200
  • 6d4950c48e
    re-enable inline components for docs pages ChaosExAnima 2025-06-25 11:43:15 +0200
  • d93234f585 Change rule translation interface to display native name and populate empty translations Claire 2025-06-25 11:14:37 +0200
  • 75180a1547 refactor: Add global handling of body scroll locking diondiondion 2025-06-25 11:11:12 +0200
  • 72f2f35bfb
    Implement Instance Moderation Notes (#31529) Emelia Smith 2025-06-25 10:15:44 +0200
  • 0f9f27972d
    New Crowdin Translations (automated) (#35165) github-actions[bot] 2025-06-25 10:05:57 +0200
  • 809846b23a Remove redundant upload limit variable and check number of attached files only once Rens Groothuijsen 2024-09-29 21:50:04 +0200
  • 9380ace992 Rebase branch Rens Groothuijsen 2024-05-30 01:04:18 +0200
  • 9f16f41678
    Remove patch for unsupported redis version (#35155) Matt Jankowski 2025-06-25 03:53:38 -0400
  • 47fda2df2c
    Update OAuth inflection to match spec (#35160) Matt Jankowski 2025-06-25 03:52:30 -0400
  • 377289c961
    Add coverage for doorkeeper model extensions (#35161) Matt Jankowski 2025-06-25 03:50:20 -0400
  • caba251601
    chore(deps): update node.js to 22.17 renovate[bot] 2025-06-25 07:50:11 +0000
  • f852da50f6
    Add User#email_domain method to extract domain from email address (#35159) Matt Jankowski 2025-06-25 03:22:19 -0400
  • 2afd121dfe New Crowdin translations GitHub Actions 2025-06-25 04:28:53 +0000
  • 3eb98aae45
    Check media attachment size limit on client side before uploading - 30475 rebased Shlee 2025-06-25 11:24:27 +0930
  • 3aab4a8bbb
    chore(deps): update dependency aws-sdk-core to '< 3.226.2' renovate[bot] 2025-06-24 23:53:11 +0000
  • 744769882c
    Fix test failures due to invalid instance domain Emelia Smith 2025-06-25 00:03:28 +0200
  • c5f88868b8 Convert migrations Matt Jankowski 2025-06-24 16:57:04 -0400
  • 7e27e1cb9d Add coverage for doorkeeper models Matt Jankowski 2025-06-24 16:41:30 -0400
  • 70e595cb79
    fix const assignment Sebastian Hädrich 2025-06-24 22:24:07 +0200
  • a5e89332c8 Add coverage for doorkeeper models Matt Jankowski 2025-06-24 16:11:29 -0400
  • 40bd2d8b0d Update OAuth inflection to match spec Matt Jankowski 2025-06-24 16:01:56 -0400
  • 9a6187c9e9
    nginx: remove try_files directive Izorkin 2025-06-24 22:03:40 +0300
  • 4eea7d3e76
    nginx: remove unused header Izorkin 2024-09-02 23:58:20 +0300
  • 9820803dfa
    nginx: renaming @proxy block to @mastodon Izorkin 2024-09-02 23:24:48 +0300
  • bf4d970c7d
    nginx: move processing of remaining static files to main location block Izorkin 2024-09-02 23:23:00 +0300
  • 56712dea99
    nginx: add new location block Izorkin 2024-09-02 23:14:26 +0300
  • 5a26ac75cd
    nginx: remove unused location block Izorkin 2024-09-02 22:46:44 +0300
  • 3ef634eebc
    nginx: remove regexp function from location block Izorkin 2024-09-02 22:33:28 +0300
  • 3c944f533b
    move unhandled request handler to api file ChaosExAnima 2025-06-24 18:24:08 +0200
  • 8637db880c
    move and rename testing_helpers to be in new folder ChaosExAnima 2025-06-24 18:18:48 +0200
  • d20c398f94
    consolidate API calls ChaosExAnima 2025-06-24 18:11:43 +0200
  • c9cc1d6688
    change factory arg shape ChaosExAnima 2025-06-24 17:57:54 +0200
  • 8ee148e3d9 Add User#email_domain method to extract domain from email address Matt Jankowski 2025-06-24 11:56:56 -0400
  • 7c223f960a
    fixes issue with paths ChaosExAnima 2025-06-24 17:47:45 +0200
  • 1b0122631e
    Merge branch 'main' into mute-prefill Sebastian Hädrich 2025-06-24 17:36:08 +0200
  • c6bef7522b
    Use validated resource_params instead of plain params Sebastian Hädrich 2025-06-24 17:35:41 +0200
  • 44205c83e4
    handle API responses better ChaosExAnima 2025-06-24 17:30:01 +0200
  • 329ef8525e
    handle routing and add relationships ChaosExAnima 2025-06-24 17:26:10 +0200
  • 12629d020b Fix custom emoji width Mathias Roustan 2023-11-18 18:41:49 +0100
  • 81121da509 Remove patch for unsupported redis version Matt Jankowski 2025-06-21 09:55:54 -0400
  • e8f60a44ea
    add helpers and mock the Account component ChaosExAnima 2025-06-24 16:55:23 +0200
  • 9bf0bca40a
    Implement Moderation Notes capability for Instances Emelia Smith 2025-03-29 18:12:51 +0100
  • 8ba1487f30
    fix: Fix inaccessible "Clear search" button (#35152) diondiondion 2025-06-24 16:36:05 +0200
  • 644da36336
    feat: More obvious loading state when submitting a post (#35153) diondiondion 2025-06-24 16:08:48 +0200
  • 2bd3b7719f chore: Add missing intl string diondiondion 2025-06-24 14:47:02 +0200
  • c8d3efb17c refactor: Replace Icon title prop with aria-label diondiondion 2025-06-24 14:46:01 +0200
  • 0eac87fa1f fix: Fix inaccessible "Clear search" button diondiondion 2025-06-24 13:03:41 +0200
  • 921c6171d3 refactor: Style changes diondiondion 2025-06-24 15:27:38 +0200
  • be0670f190 feat: Add loading prop to Button component diondiondion 2025-06-23 17:35:27 +0200
  • ab374eb9e5
    add React Router to Storybook ChaosExAnima 2025-06-24 14:38:33 +0200
  • 7fa646b5ac
    move account component to folder ChaosExAnima 2025-06-24 14:29:39 +0200
  • f69352fe56
    Use native escaping for hashtag URL Sebastian Hädrich 2025-06-24 13:33:00 +0200
  • 34739f2cce
    Merge branch 'main' into mute-prefill Sebastian Hädrich 2025-06-24 13:23:25 +0200
  • fb5b8ae0a5
    fix: Improve status focus indicators (#35150) diondiondion 2025-06-24 11:34:43 +0200
  • fd902c04f7
    Use config_for for omniauth enabled values (#35015) Matt Jankowski 2025-06-24 05:32:13 -0400
  • 8ee8231a43
    Adds Redux and React-Intl to storybook (#35094) Echo 2025-06-24 11:31:27 +0200
  • 7b5b2b9063
    fix(deps): update dependency vite to v7 renovate/vite-7.x renovate[bot] 2025-06-24 09:19:13 +0000
  • 6b5b3fcb06
    use findByRole instead of waitFor ChaosExAnima 2025-06-24 11:14:10 +0200
  • e03b1eb3b6 fix: Improve status focus indicators diondiondion 2025-06-24 11:13:35 +0200
  • c4128d89c9
    Fix Firefox not updating spellcheck language in textarea (#35148) Claire 2025-06-24 11:08:00 +0200
  • 1ff317168f
    remove test story ChaosExAnima 2025-06-24 11:04:42 +0200
  • 9954acf61d
    Fix “Alt text” button submitting form in moderation interface (#35147) Claire 2025-06-24 11:04:26 +0200
  • 8d3d07f3e6 Fix Firefox not updating spellcheck language in textarea Claire 2025-06-24 10:27:12 +0200
  • 0276354775
    fix(deps): update dependency @vitejs/plugin-react to v4.6.0 (#35137) renovate[bot] 2025-06-24 10:05:24 +0200
  • dba636da7a
    New Crowdin Translations (automated) (#35144) github-actions[bot] 2025-06-24 09:58:50 +0200
  • e1fea393b3 Fix “Alt text” button submitting form in moderation interface Claire 2025-06-24 09:57:02 +0200
  • 43e9186e5d
    chore(deps): update dependency haml_lint to v0.63.0 (#35146) renovate[bot] 2025-06-24 09:54:49 +0200
  • 0338733531
    Add model coverage and scopes to RuleTranslation class (#35098) Matt Jankowski 2025-06-24 03:44:50 -0400
  • 1be48d0cab
    Change terms of service e-mail job to be iterable (#35126) Eugen Rochko 2025-06-24 09:41:39 +0200
  • e60014ed9c
    fix(deps): update dependency pg to v8.16.2 (#35111) renovate[bot] 2025-06-24 09:40:46 +0200
  • 0d7f1584bc
    Move remaining _map method specs from account to mappings spec (#35142) Matt Jankowski 2025-06-24 03:40:24 -0400
  • dded621ee6 New Crowdin translations GitHub Actions 2025-06-24 07:37:44 +0000
  • a0518179c3
    chore(deps): update dependency haml_lint to v0.63.0 renovate[bot] 2025-06-24 07:11:33 +0000
  • 3d70e85bcb
    fix(deps): update dependency pg to v8.16.2 renovate[bot] 2025-06-24 07:11:03 +0000
  • 36f01af6c4
    Add Status#only_reblogs scope for annual report classes (#35141) Matt Jankowski 2025-06-24 02:54:55 -0400
  • 16057f550d
    fix(deps): update dependency pg-connection-string to v2.9.1 (#35112) renovate[bot] 2025-06-24 08:51:37 +0200
  • e79ecabd0a
    chore(deps): update dependency strong_migrations to v2.4.0 (#35140) renovate[bot] 2025-06-24 08:51:09 +0200
  • 0af5cda347 Move _map method specs from account to mappings spec Matt Jankowski 2025-06-23 14:05:34 -0400
  • eb118b2ec5
    adds toolbar option to set locale ChaosExAnima 2025-06-23 19:30:08 +0200
  • 24e43881d6 Add Status#only_reblogs scope for annual report classes Matt Jankowski 2025-06-23 12:56:38 -0400
  • 38b358be7d
    chore(deps): update dependency strong_migrations to v2.4.0 renovate[bot] 2025-06-23 16:17:13 +0000
  • 2ef34cc182
    fix MSW handlers for autodocs ChaosExAnima 2025-06-23 17:55:25 +0200
  • fef425ba4d Move length back to inline Matt Jankowski 2025-06-23 11:22:02 -0400
  • a34794470a Rename scope to _length Matt Jankowski 2025-06-23 08:42:10 -0400
  • 921fa2a1f8 Rely on I18n lib Matt Jankowski 2025-06-18 14:19:24 -0400
  • 5e2023495d Add scopes for locale/language to RuleTranslation Matt Jankowski 2025-06-18 14:01:51 -0400
  • cf143f96e2 Add coverage for RuleTranslation model Matt Jankowski 2025-06-18 13:35:15 -0400