Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updatemeemu #16

Merged
merged 1,968 commits into from
Jul 8, 2023
Merged

Updatemeemu #16

merged 1,968 commits into from
Jul 8, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    c425913 View commit details
    Browse the repository at this point in the history
  2. Update dependency redis to v4.6.7 (mastodon#25300)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9a65389 View commit details
    Browse the repository at this point in the history
  3. Autofix Rubocop Regex Style rules (mastodon#23690)

    Co-authored-by: Claire <claire.github-309c@sitedethib.com>
    nschonni and ClearlyClaire authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c66250a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b74c3cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c0e3f4 View commit details
    Browse the repository at this point in the history
  6. Configure RenovateBot to add proper language labels (mastodon#25316)

    Co-authored-by: Claire <claire.github-309c@sitedethib.com>
    Co-authored-by: Nick Schonning <nschonni@gmail.com>
    3 people authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ed04c27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4fd950 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67d17ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f378f10 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Update dependency sass-loader to v10.4.1 (mastodon#25315)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7e22287 View commit details
    Browse the repository at this point in the history
  2. Update dependency dotenv to v16.1.3 (mastodon#25302)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    5265655 View commit details
    Browse the repository at this point in the history
  3. Update dependency webpack-bundle-analyzer to v4.9.0 (mastodon#25327)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    db047e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b85c387 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    18f092d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    4aff1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75e299f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e341427 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16dd3f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    4c9406b View commit details
    Browse the repository at this point in the history
  2. Merge commit '44cd88adc4e2f4028dcc2b08b98368f0dc90cee4' into glitch-s…

    …oc/merge-upstream
    
    Conflicts:
    - `.github/dependabot.yml`:
      Updated upstream, but we've deleted it.
      Keep it deleted.
    - `app/javascript/mastodon/locales/index.js`:
      Reworked upstream, but the code was mostly in
      `app/javascript/locales/index.js` in glitch-soc.
      Updated that file accordingly.
    - `app/javascript/packs/public.jsx`:
      Not a real conflict, but different imports in
      glitch-soc and upstream.
    - `app/views/layouts/application.html.haml`:
      Conflict due to locales loading and theme system
      discrepancies.
      Updated in our own way.
    - `app/views/layouts/embedded.html.haml`:
      Conflict due to locales loading and theme system
      discrepancies.
      Updated in our own way.
    - `config/webpack/generateLocalePacks.js`:
      Deleted upstream, as upstream now directly loads the
      JSON at runtime.
      Deleted as well, will switch to runtime loading in
      an upcoming commit.
    - `config/webpack/shared.js`:
      Not a real conflict, but different imports in
      glitch-soc and upstream.
    - `config/webpack/translationRunner.js`:
      Mostly deleted upstream, to be replaced with `formatjs-formatter.js`
      instead.
      Moved the glitch-soc logic there and deleted the file.
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    85722a9 View commit details
    Browse the repository at this point in the history
  3. [Glitch] Upgrade react-intl

    Port 44cd88a to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    renchap authored and ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    9e133e2 View commit details
    Browse the repository at this point in the history
  4. Merge commit 'b922ad7a1b4bc8d968d0df2c7f307d4fec53435d' into glitch-s…

    …oc/merge-upstream
    
    Conflicts:
    - `package.json`:
      Upstream changed various script definitions in lines surrounding the one for
      `i18n:extract`, which had glitch-soc-specific changes.
      Updated the scripts as upstream did, while keeping our changes to
      `i18n:extract`.
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    93c7144 View commit details
    Browse the repository at this point in the history
  5. [Glitch] Translate CW, poll options and media descriptions

    Port 6905746 to glitch-soc
    
    Co-authored-by: Claire <claire.github-309c@sitedethib.com>
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    c960657 and ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    7e25fd9 View commit details
    Browse the repository at this point in the history
  6. [Glitch] Fix prev/next buttons color in media viewer

    Port 675672f to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    renchap authored and ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    8188522 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b27a9a5 View commit details
    Browse the repository at this point in the history
  8. [Glitch] Add a confirmation screen when suspending a domain

    Port e9385e9 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    9af04d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa57f7e View commit details
    Browse the repository at this point in the history
  10. [Glitch] Fix using Date.now() instead of intl.now()

    Port b3f9a0d to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    S-H-GAMELINKS authored and ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    a4d7a17 View commit details
    Browse the repository at this point in the history
  11. Merge commit 'b0780cfeeda641645ea65da257a72ec507e71647' into glitch-s…

    …oc/merge-upstream
    
    Conflicts:
    - `app/javascript/mastodon/load_locale.js`:
      The file moved to `app/javascript/mastodon/locales/load_locale.ts`.
      Ported the changes there and deleted `app/javascript/mastodon/load_locale.js`.
    - `app/javascript/mastodon/locales/index.js`:
      The file moved to `app/javascript/mastodon/locales/index.ts`.
      Did *not* port the changes as I want to try something a bit different.
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    734e186 View commit details
    Browse the repository at this point in the history
  12. [Glitch] Fix /share and cleanup and reorganize frontend locale loading

    Port b0780cf to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    renchap authored and ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    9e66c07 View commit details
    Browse the repository at this point in the history
  13. Merge commit '1483a3ddfe74e4fb81d87447a1781943eab86c60' into glitch-s…

    …oc/merge-upstream
    
    Conflicts:
    - `config/initializers/simple_form.rb`:
      Upstream added a new simple_form component, where we had an extra one.
      Kept both components.
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    d8b0a73 View commit details
    Browse the repository at this point in the history
  14. [Glitch] Fix spacing of middle dots in the detailed status meta section

    Port acc419b to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    j-f1 authored and ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    753385d View commit details
    Browse the repository at this point in the history
  15. [Glitch] Add card with who invited you to join when displaying rules …

    …on sign-up
    
    Port SCSS from 0766c9a to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    bf23afa View commit details
    Browse the repository at this point in the history
  16. [Glitch] Add exclusive lists

    Port bacb674 to glitch-soc
    
    Co-authored-by: Liam Cooke <liam@liamcooke.com>
    Co-authored-by: John Holdun <john@johnholdun.com>
    Co-authored-by: Effy Elden <effy@effy.space>
    Co-authored-by: Lina Reyne <git@lina.pizza>
    Co-authored-by: Lina <20880695+necropolina@users.noreply.github.com>
    Co-authored-by: Claire <claire.github-309c@sitedethib.com>
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    7 people committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    a8a30f1 View commit details
    Browse the repository at this point in the history
  17. [Glitch] Fix design issues with recent react-intl upgrade

    Port c2c3961 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    475185a View commit details
    Browse the repository at this point in the history
  18. [Glitch] Fix not shown announcements in hometimeline.

    Port a6c898f to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    S-H-GAMELINKS authored and ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    5a961f8 View commit details
    Browse the repository at this point in the history
  19. [Glitch] Add data-nosnippet so Google doesn't use trending posts in s…

    …nippets for /
    
    Port 1483a3d to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    88c5ad3 View commit details
    Browse the repository at this point in the history
  20. Merge commit 'b85c387c5c0527b0ad31c27031a09d361826c5fc' into glitch-s…

    …oc/merge-upstream
    
    Conflicts:
    - `config/initializers/content_security_policy.rb`:
      Kept our version, it was not affected by upstream's bug.
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    c48ec9c View commit details
    Browse the repository at this point in the history
  21. [Glitch] Rewrite <LoadMore /> as FC and TS

    Port fb5bf5c to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    alfe authored and ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    83ae40e View commit details
    Browse the repository at this point in the history
  22. [Glitch] Change design of dropdowns in web UI

    Port e4fd950 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    fb0d2de View commit details
    Browse the repository at this point in the history
  23. Merge commit '16dd3f08c1e5396d5f9ff3f13417901bc4e4b8b9' into glitch-s…

    …oc/merge-upstream
    
    Conflicts:
    - `app/views/settings/preferences/appearance/show.html.haml`:
      Upstream fixed a translation bug in the theme selector that is absent from
      glitch-soc due to our different theming system.
      Discarded upstream changes.
    - `streaming/index.js`:
      Upstream changed the signature of a function to change its return type.
      This is not a real conflict, the conflict being caused by an extra
      argument in glitch-soc's code.
      Applied upstream's change while keeping our extra argument.
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    8c26d49 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    34efd1a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c81f595 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c94bb9b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3a2a15c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0e200d4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    841c220 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4301d8c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b4e19f9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    99216e3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b19a695 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2150812 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    07933db View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b5675e2 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    62c996b View commit details
    Browse the repository at this point in the history
  38. Merge commit '3a2a15c6ea4d4603469861ed9be09da12a122e45' into glitch-s…

    …oc/merge-upstream
    
    Conflicts:
    - `app/views/settings/preferences/appearance/show.html.haml`:
      Conflict because glitch-soc does not have a theme selector here.
    ClearlyClaire committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    42a0898 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    20718a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    432a5d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfaf59d View commit details
    Browse the repository at this point in the history
  3. Merge pull request mastodon#2246 from ClearlyClaire/glitch-soc/merge-…

    …upstream
    
    Merge upstream changes
    ClearlyClaire authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    af97a6a View commit details
    Browse the repository at this point in the history
  4. [Glitch] Change "direct message" nomenclature to "private mention" in…

    … web UI (mastodon#2158)
    
    Port 68a192e to glitch-soc
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    Plastikmensch authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    fefdc32 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    6637ef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c66fa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    10746af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb4514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72590e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a86886b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b5e302 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39110d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    bca649b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec59166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f206980 View commit details
    Browse the repository at this point in the history
  4. Update dependency aws-sdk-s3 to v1.124.0 (mastodon#25297)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    780d54e View commit details
    Browse the repository at this point in the history
  5. Update dependency capybara to v3.39.2 (mastodon#25407)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a99201c View commit details
    Browse the repository at this point in the history
  6. Update babel monorepo to v7.22.5 (mastodon#25405)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Renaud Chaput <renchap@gmail.com>
    renovate[bot] and renchap authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ae2790d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c5f62d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6407aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5b62e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31d5bc8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae9f537 View commit details
    Browse the repository at this point in the history
  12. Update dependency glob to v10.2.7 (mastodon#25417)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f10f4f2 View commit details
    Browse the repository at this point in the history
  13. Update formatjs monorepo (mastodon#25418)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    360759d View commit details
    Browse the repository at this point in the history
  14. Update dependency redis-namespace to v1.11.0 (mastodon#25421)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    95b8487 View commit details
    Browse the repository at this point in the history
  15. Update dependency sass to v1.63.3 (mastodon#25422)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b9e8d2b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d9c6f70 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    87aff5a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    24015ef View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4c5aa0e View commit details
    Browse the repository at this point in the history
  20. Update devDependencies (non-major) (mastodon#25427)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    841e35e View commit details
    Browse the repository at this point in the history
  21. Update libretranslate/libretranslate Docker tag to v1.3.11 (mastodon#…

    …25428)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    478687f View commit details
    Browse the repository at this point in the history
  22. Update dependency core-js to v3.31.0 (mastodon#25430)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    36566e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Update dependency intl-messageformat to v10.5.0 (mastodon#25431)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a6d7abb View commit details
    Browse the repository at this point in the history
  2. Lock file maintenance (mastodon#25434)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8b2048d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b10c05e View commit details
    Browse the repository at this point in the history
  4. Update dependency better_errors to v2.10.1 (mastodon#25445)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e686a54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b276b3b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    c9d06d1 View commit details
    Browse the repository at this point in the history
  2. Update dependency aws-sdk-s3 to v1.125.0 (mastodon#25458)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9e245d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    65cbcce View commit details
    Browse the repository at this point in the history
  2. [Glitch] Change "bot" label to "automated"

    Port 432a5d2 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    f815bd5 View commit details
    Browse the repository at this point in the history
  3. [Glitch] Rewrite <LoadPending /> as FC and TS

    Port dfaf59d to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    alfe authored and ClearlyClaire committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    cdec45e View commit details
    Browse the repository at this point in the history
  4. [Glitch] Add missing report category translation

    Port 1cb4514 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    renchap authored and ClearlyClaire committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    0a212cf View commit details
    Browse the repository at this point in the history
  5. [Glitch] Rewrite <LoadingIndicator/> as FC and TS (mastodon#25364)

    Port a86886b to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    alfe authored and ClearlyClaire committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    9bf6325 View commit details
    Browse the repository at this point in the history
  6. [Glitch] Rewrite emoji_mart_data_light as TS

    Port 3b5e302 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    taichi221228 authored and ClearlyClaire committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    b1b95dd View commit details
    Browse the repository at this point in the history
  7. [Glitch] Fix CAPTCHA page not following design pattern of sign-up flow

    Port 39110d1 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d795c2c View commit details
    Browse the repository at this point in the history
  8. Merge commit '9e245d147bcb2c72cc552ff8c276a1c34e2f686d' into glitch-s…

    …oc/merge-upstream
    
    Conflicts:
    - `app/views/settings/profiles/show.html.haml`:
      Upstream redesigned the settings page, where glitch-soc had changes because of
      the ability to set some custom limits.
      Went with upstream's design while keeping our custom limits.
    - `yarn.lock`:
      Upstream updated dependencies textually close to a glitch-soc-only dependency.
      Updated the dependnencies as well.
    ClearlyClaire committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    6c99479 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e597818 View commit details
    Browse the repository at this point in the history
  10. [Glitch] Fix non-interactive upload container being given a button

    …role and tabIndex
    
    Port c9d06d1 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    3b04e39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64f7a11 View commit details
    Browse the repository at this point in the history
  12. Merge pull request mastodon#2251 from ClearlyClaire/glitch-soc/merge-…

    …upstream
    
    Merge upstream changes
    ClearlyClaire authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    f3c2035 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' into glitch-soc/merge-upstream

    Conflicts:
    - `app/views/layouts/application.html.haml`:
      Conflicts due to glitch-soc's theming system.
      Added `crossorigin: 'anonymous'` like upstream did, to the glitch-soc-specific code.
    - `app/views/layouts/embedded.html.haml`:
      Conflicts due to glitch-soc's theming system.
      Added `crossorigin: 'anonymous'` like upstream did, to the glitch-soc-specific code.
    ClearlyClaire committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    dc68306 View commit details
    Browse the repository at this point in the history
  14. Merge pull request mastodon#2252 from ClearlyClaire/glitch-soc/merge-…

    …upstream
    
    Merge upstream changes
    ClearlyClaire authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    4ddb736 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    0a0a1f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9bc9d0 View commit details
    Browse the repository at this point in the history
  3. Update dependency aws-sdk-s3 to v1.126.0 (mastodon#25480)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a0d7ae2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    155ec18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e835198 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a65fb0 View commit details
    Browse the repository at this point in the history
  7. Update dependency dotenv to v16.2.0 (mastodon#25506)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cec4f1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1c9d52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    804488d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd07393 View commit details
    Browse the repository at this point in the history
  11. Re-allow title attribute in <abbr> (mastodon#2254)

    * Re-allow title attribute in <abbr>
    
    This was accidentally removed in 7623e18
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    
    * Add test
    
    Add a new test to check that title attribute on <abbr> is kept.
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    Plastikmensch authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    eba3411 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    3a91603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78280a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd23f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e53eb38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec91ea4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebfeaeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37a9c22 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    69db507 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    6ac271c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b39b9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d2c268 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63d15d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    602c458 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38433cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05f9e39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5b6f6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8c1c8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9cd634 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d622c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00ec439 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    0842a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a985d58 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    55e7c08 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-s…

    …oc/merge-upstream
    
    Conflicts:
    - `app/models/user_settings.rb`:
      Upstream added a constraint on a setting textually close
      to glitch-soc-only settings.
      Applied upstream's change.
    - `lib/sanitize_ext/sanitize_config.rb`:
      Upstream added support for the `translate` attribute on a few elements,
      where glitch-soc had a different set of allowed elements and attributes.
      Extended glitch-soc's allowed attributes with `translate` as upstream did.
    - `spec/validators/status_length_validator_spec.rb`:
      Upstream refactored to use RSpec's `instance_double` instead of `double`,
      but glitch-soc had changes to tests due to configurable max toot chars.
      Applied upstream's changes while keeping tests against configurable max
      toot chars.
    ClearlyClaire committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    178e151 View commit details
    Browse the repository at this point in the history
  2. [Glitch] Rewrite <AutosuggestHashtag /> as FC and TS

    Port 804488d to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    taichi221228 authored and ClearlyClaire committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    c71fc42 View commit details
    Browse the repository at this point in the history
  3. [Glitch] Change emoji picker icon

    Port 69db507 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    iparr authored and ClearlyClaire committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    6fe345c View commit details
    Browse the repository at this point in the history
  4. [Glitch] Fix custom signup URL may not loaded

    Port 8d2c268 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    mgmn authored and ClearlyClaire committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    222713a View commit details
    Browse the repository at this point in the history
  5. [Glitch] Fix j/k keyboard shortcuts on some status lists

    Port a8c1c8b to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    7d160d2 View commit details
    Browse the repository at this point in the history
  6. [Glitch] Add onboarding prompt when home feed too slow in web UI

    Port 00ec439 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    6fb3425 View commit details
    Browse the repository at this point in the history
  7. [Glitch] Remove unique accounts condition from Home onboarding prompt

    Port 0842a68 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    5def74a View commit details
    Browse the repository at this point in the history
  8. Merge pull request mastodon#2256 from ClearlyClaire/glitch-soc/merge-…

    …upstream
    
    Merge upstream changes
    ClearlyClaire authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    b052a7e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    2b78c07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65aa046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b024ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed96e28 View commit details
    Browse the repository at this point in the history
  5. Improve dismissable banner buttons when they dont fit on 1 line (mast…

    …odon#25580)
    
    Co-authored-by: Claire <claire.github-309c@sitedethib.com>
    renchap and ClearlyClaire authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ae30a60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb4756c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a25af6 View commit details
    Browse the repository at this point in the history
  8. Update dependency react-redux to v8.1.1 (mastodon#25432)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9caa047 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    0ccf6c0 View commit details
    Browse the repository at this point in the history
  2. Update dependency rails to v6.1.7.4 (mastodon#25606)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d9b07b6 View commit details
    Browse the repository at this point in the history
  3. Update dependency sass to v1.63.6 (mastodon#25607)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ccaa676 View commit details
    Browse the repository at this point in the history
  4. Update dependency react-textarea-autosize to v8.5.0 (mastodon#25610)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a90190f View commit details
    Browse the repository at this point in the history
  5. Update dependency pg-connection-string to v2.6.1 (mastodon#25605)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b7f6280 View commit details
    Browse the repository at this point in the history
  6. Update dependency pg to v8.11.1 (mastodon#25604)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    dbd37f1 View commit details
    Browse the repository at this point in the history
  7. Update mcr.microsoft.com/devcontainers/ruby Docker tag to v1 (mastodo…

    …n#25613)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a9ba826 View commit details
    Browse the repository at this point in the history
  8. Update dependency glob to v10.3.0 (mastodon#25608)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ceca93d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7c6f02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80a5c16 View commit details
    Browse the repository at this point in the history
  11. [Glitch] Fix search not being easily findable on smaller screens in w…

    …eb UI
    
    Port 2b78c07 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2f99637 View commit details
    Browse the repository at this point in the history
  12. [Glitch] Fix onboarding prompt flashing while home feed is loading in…

    … web UI
    
    Port 65aa046 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4faa4eb View commit details
    Browse the repository at this point in the history
  13. [Glitch] Improve dismissable banner buttons when they dont fit on 1 line

    Port ae30a60 to glitch-soc
    
    Co-authored-by: Claire <claire.github-309c@sitedethib.com>
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    renchap and ClearlyClaire committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c43cfd2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request mastodon#2258 from ClearlyClaire/glitch-soc/merge-…

    …upstream
    
    Merge upstream changes
    ClearlyClaire authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8b4df95 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    285a691 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Change account search to match by text when opted-in (mastodon#25599)

    Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
    jsgoldstein and Gargron authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4581a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a209d1e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    c4a8c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bfbd19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9934949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78ba12f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c47cdf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    683ba5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8bd581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    155fc45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0139b1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cea9db5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fe2d7c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    50c2a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0512537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b46345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba06a2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44e98a2 View commit details
    Browse the repository at this point in the history
  6. [Glitch] Remove the search button from UI header when logged out

    Port 285a691 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b75aa6b View commit details
    Browse the repository at this point in the history
  7. [Glitch] Fix onboarding prompt being displayed because of disconnecti…

    …on gaps
    
    Port 9934949 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2ba4773 View commit details
    Browse the repository at this point in the history
  8. [Glitch] Use an Immutable Record as the root state

    Port 78ba12f to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    renchap authored and ClearlyClaire committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    eb1cb82 View commit details
    Browse the repository at this point in the history
  9. [Glitch] Change local and federated timelines to be in a single fireh…

    …ose column
    
    Port cea9db5 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    ClearlyClaire committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7cc2c1b View commit details
    Browse the repository at this point in the history
  10. [Glitch] Change dropdown icon above compose form from ellipsis to bar…

    …s in web UI
    
    Port 0512537 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    c49e339 View commit details
    Browse the repository at this point in the history
  11. [Glitch] Prevent duplicate concurrent calls of /api/*/instance in w…

    …eb UI
    
    Port 5b46345 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    mgmn authored and ClearlyClaire committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    587ddc2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    180f0e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    933ba1a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e6a8faa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9f3c3f5 View commit details
    Browse the repository at this point in the history
  16. Merge pull request mastodon#2263 from ClearlyClaire/glitch-soc/merge-…

    …upstream
    
    Merge upstream changes
    ClearlyClaire authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    ed567c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Fix showing local only toots in "All" (mastodon#2265)

    * Fix warnings about missing dependency in hooks
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    
    * Add `allowLocalOnly` to timelineId
    
    Without this local-only toots will never be loaded.
    
    feedType is checked to be public to not show local-only toots in the "Remote" tab.
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    Plastikmensch authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b422b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54cb679 View commit details
    Browse the repository at this point in the history
  3. Add regex filter back to firehose (mastodon#2266)

    * Add regex filter back to firehose
    
    The regex filter will apply to all tabs and not be automatically applied when pinned.
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    
    * Keep regex when pinned
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
    Plastikmensch authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ed15893 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e124e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    383c008 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54a1052 View commit details
    Browse the repository at this point in the history
  7. Add at-symbol prepended to mention span title (mastodon#25684)

    Co-authored-by: Sam BC <samuel.balbirnie-cumming@xdesign.com>
    forsamori and xdesign-sambc authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d9a5c1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6268188 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    12fa24a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    182fd93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4658263 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb2417c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    b7910bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    000b835 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5de49e7 View commit details
    Browse the repository at this point in the history
  4. [Glitch] Change labels of live feeds tabs in web UI

    Port 54a1052 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0a52716 View commit details
    Browse the repository at this point in the history
  5. [Glitch] Add at-symbol prepended to mention span title

    Port d9a5c1a to glitch-soc
    
    Co-authored-by: Sam BC <samuel.balbirnie-cumming@xdesign.com>
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    2 people authored and ClearlyClaire committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ac74374 View commit details
    Browse the repository at this point in the history
  6. [Glitch] Fix local live feeds does not expand

    Port 6268188 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    mgmn authored and ClearlyClaire committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c624680 View commit details
    Browse the repository at this point in the history
  7. [Glitch] Add canonical link tags in web UI

    Port 000b835 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b3f2093 View commit details
    Browse the repository at this point in the history
  8. [Glitch] Add button to see results for polls in web UI

    Port b7910bc to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a117c95 View commit details
    Browse the repository at this point in the history
  9. [Glitch] Change button colors to increase hover/focus contrast and co…

    …nsistency
    
    Port 54cb679 to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Trevor Wolf authored and ClearlyClaire committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4719d88 View commit details
    Browse the repository at this point in the history
  10. [Glitch] Fix regression of icon button colors in web UI

    Port 69e124e to glitch-soc
    
    Signed-off-by: Claire <claire.github-309c@sitedethib.com>
    Gargron authored and ClearlyClaire committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c0fa85b View commit details
    Browse the repository at this point in the history
  11. Merge pull request mastodon#2272 from ClearlyClaire/glitch-soc/merge-…

    …upstream
    
    Merge upstream changes
    ClearlyClaire authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    30ad9d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    fed9cbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request from GHSA-ccm4-vgcc-73hp

    * Tighten allowed HTML in oEmbed-based preview cards
    
    * Sanitize preview cards at render time
    
    * Add `sandbox` attribute to preview card iframes
    ClearlyClaire authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6d8e0fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request from GHSA-9928-3cp5-93fm

    * Fix attachments getting processed despite failing content-type validation
    
    * Add a restrictive ImageMagick security policy tailored for Mastodon
    
    * Fix misdetection of MP3 files with large cover art
    
    * Reject unprocessable audio/video files instead of keeping them unchanged
    ClearlyClaire authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dc8f1fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request from GHSA-9pxv-6qvf-pjwc

    * Fix timeout handling of outbound HTTP requests
    
    * Use CLOCK_MONOTONIC instead of Time.now
    ClearlyClaire authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c592979 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    610731b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e1752c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff7aae3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request mastodon#2274 from ClearlyClaire/glitch-soc/merge-…

    …upstream
    
    Merge upstream changes
    ClearlyClaire authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c25ba31 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    513078d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fbac7 View commit details
    Browse the repository at this point in the history
  3. Update dependency sanitize to v6.0.2 [SECURITY] (mastodon#25777)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8b62455 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfedf0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71d4494 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6d173b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d481e72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0051128 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into glitch-soc/merge-upstream

    Conflicts:
    - `.github/workflows/build-image.yml`:
      Upstream attempted something with tags.
      Kept our version.
    ClearlyClaire committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b9aa228 View commit details
    Browse the repository at this point in the history
  10. Merge pull request mastodon#2279 from ClearlyClaire/glitch-soc/merge-…

    …upstream
    
    Merge upstream changes
    ClearlyClaire authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a40529f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98ec18d View commit details
    Browse the repository at this point in the history
  12. woo

    goatrocks committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    fe66060 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    c9f3248 View commit details
    Browse the repository at this point in the history