Commit Graph

  • b7910bc751
    Add button to see results for polls in web UI (#25726) Eugen Rochko 2023-07-05 10:32:04 +0200
  • eb2417ce99
    Fix OAuth apps page crashing when listing apps with certain admin API scopes (#25713) Claire 2023-07-04 18:58:23 +0200
  • 4658263b4a
    Fix re-activated accounts being deleted by AccountDeletionWorker (#25711) Claire 2023-07-04 18:36:24 +0200
  • 182fd93a07
    fix read more button overlapping thread line bug (#25706) Trevor Wolf 2023-07-04 22:57:46 +1000
  • 12fa24a885
    Fix forgotten unconfirmed_email migration file (#25702) Claire 2023-07-04 11:25:29 +0200
  • 6268188543
    Fix local live feeds does not expand (#25694) mogaminsk 2023-07-04 07:37:57 +0900
  • d9a5c1acfa
    Add at-symbol prepended to mention span title (#25684) forsamori 2023-07-03 21:58:10 +0100
  • 54a10523e2
    Change labels of live feeds tabs in web UI (#25683) Eugen Rochko 2023-07-03 22:57:18 +0200
  • 383c00819c
    Fix `/api/v2/search` not working with following query param (#25681) Daniel M Brasil 2023-07-03 13:06:57 -0300
  • 69e124e2ed
    Fix regression of icon button colors in web UI (#25679) Eugen Rochko 2023-07-03 16:51:04 +0200
  • 54cb679c19
    Change button colors to increase hover/focus contrast and consistency (#25677) Trevor Wolf 2023-07-03 19:32:31 +1000
  • e6a8faae81
    Add users index on unconfirmed_email (#25672) Claire 2023-07-02 19:41:35 +0200
  • 933ba1a3eb
    Add superapp index on `oauth_applications` (#25670) Claire 2023-07-02 16:56:16 +0200
  • 180f0e6715
    Fix inefficient query when requesting a new confirmation email from a logged-in account (#25669) Claire 2023-07-02 16:08:58 +0200
  • ba06a2f104
    Revert "Rails 7 update" (#25667) Eugen Rochko 2023-07-02 11:14:22 +0200
  • 5b46345459
    Prevent duplicate concurrent calls of `/api/*/instance` in web UI (#25663) mogaminsk 2023-07-02 18:12:16 +0900
  • 0512537eb6
    Change dropdown icon above compose form from ellipsis to bars in web UI (#25661) Eugen Rochko 2023-07-02 10:39:55 +0200
  • 50c2a03695
    Rails 7 update (#24241) Matt Jankowski 2023-07-02 04:38:53 -0400
  • 4fe2d7cb59
    Fix HTTP 500 in `/api/v1/emails/check_confirmation` (#25595) Daniel M Brasil 2023-07-01 19:05:44 -0300
  • cea9db5a0b
    Change local and federated timelines to be in a single firehose column (#25641) Claire 2023-07-02 00:05:10 +0200
  • 0139b1c8e1
    Update uri to version 0.12.2 (CVE fix) (#25657) Matt Jankowski 2023-07-01 18:04:21 -0400
  • f8bd581126
    Remove unused routes (#25578) Matt Jankowski 2023-07-01 15:48:53 -0400
  • 683ba5ecb1
    Fix rails `rewhere` deprecation warning in directories api controller (#25625) Matt Jankowski 2023-07-01 15:48:16 -0400
  • c47cdf6e17
    Add index to backups on `user_id` column (#25647) Matt Jankowski 2023-06-30 13:09:03 -0400
  • 78ba12f0bf
    Use an Immutable Record as the root state (#25584) Renaud Chaput 2023-06-30 17:03:25 +0200
  • 9934949fc4
    Fix onboarding prompt being displayed because of disconnection gaps (#25617) Claire 2023-06-30 16:32:12 +0200
  • 8bfbd19d2b Update Crowdin configuration file Eugen Rochko 2023-06-30 16:22:40 +0200
  • c4a8c332b2
    Remove `pkg-config` gem dependency (#25615) Renaud Chaput 2023-06-30 14:59:07 +0200
  • a209d1e683
    Fix ResolveURLService not resolving local URLs for remote content (#25637) Claire 2023-06-29 14:48:54 +0200
  • 4581a528f7
    Change account search to match by text when opted-in (#25599) jsgoldstein 2023-06-29 07:05:21 -0400
  • 285a691936
    Remove the search button from UI header when logged out (#25631) Claire 2023-06-28 14:57:51 +0200
  • c7c6f02ae6
    Fix suspending an already-limited domain (#25603) Claire 2023-06-27 12:32:51 +0200
  • ceca93d0d1
    Update dependency glob to v10.3.0 (#25608) renovate[bot] 2023-06-27 12:16:17 +0200
  • a9ba8263a0
    Update mcr.microsoft.com/devcontainers/ruby Docker tag to v1 (#25613) renovate[bot] 2023-06-27 11:28:07 +0200
  • dbd37f129d
    Update dependency pg to v8.11.1 (#25604) renovate[bot] 2023-06-27 10:36:21 +0200
  • b7f6280ef4
    Update dependency pg-connection-string to v2.6.1 (#25605) renovate[bot] 2023-06-27 10:21:54 +0200
  • a90190f813
    Update dependency react-textarea-autosize to v8.5.0 (#25610) renovate[bot] 2023-06-27 10:20:46 +0200
  • ccaa676452
    Update dependency sass to v1.63.6 (#25607) renovate[bot] 2023-06-27 10:20:09 +0200
  • d9b07b6a11
    Update dependency rails to v6.1.7.4 (#25606) renovate[bot] 2023-06-27 10:19:51 +0200
  • 0ccf6c0eb7
    Fix batch attachment deletion leaving empty directories (#25587) Claire 2023-06-27 09:36:11 +0200
  • 9caa0475f8
    Update dependency react-redux to v8.1.1 (#25432) renovate[bot] 2023-06-26 20:59:58 +0200
  • 7a25af64dd
    Remove media attachment only when file was exist (#25586) S.H 2023-06-26 23:38:19 +0900
  • bb4756c823
    Change files to be deleted in batches instead of one-by-one (#23302) Eugen Rochko 2023-06-26 14:17:41 +0200
  • ae30a60b1f
    Improve dismissable banner buttons when they dont fit on 1 line (#25580) Renaud Chaput 2023-06-26 12:31:48 +0200
  • ed96e28c9e
    Fix compose form not being shown when clicking “Make your first post” on mobile (#25581) Claire 2023-06-26 12:30:35 +0200
  • 7b024baf50
    Change header backgrounds to use fewer different colors in web UI (#25577) Eugen Rochko 2023-06-26 05:27:07 +0200
  • 65aa04647a
    Fix onboarding prompt flashing while home feed is loading in web UI (#25579) Eugen Rochko 2023-06-26 05:26:54 +0200
  • 2b78c07ef1
    Fix search not being easily findable on smaller screens in web UI (#25576) Eugen Rochko 2023-06-26 05:26:41 +0200
  • 55e7c08a83
    Fix verified badge in account lists potentially including rel="me" links (#25561) Claire 2023-06-24 17:24:31 +0200
  • a985d587e1
    Change labels and styles on the onboarding screen in web UI (#25559) Eugen Rochko 2023-06-23 16:34:27 +0200
  • 0842a68532
    Remove unique accounts condition from Home onboarding prompt (#25556) Claire 2023-06-23 14:44:54 +0200
  • 00ec43914a
    Add onboarding prompt when home feed too slow in web UI (#25267) Eugen Rochko 2023-06-22 22:48:40 +0100
  • 1d622c8033
    Add POST /api/v1/conversations/:id/unread (#25509) Claire 2023-06-22 18:46:43 +0200
  • c9cd634184
    Use default `bootsnap/setup` in boot.rb (#25502) Matt Jankowski 2023-06-22 12:46:32 -0400
  • a8c1c8bd37
    Fix j/k keyboard shortcuts on some status lists (#25554) Claire 2023-06-22 17:54:43 +0200
  • a5b6f6da80
    Change /api/v1/statuses/:id/history to always return at least one item (#25510) Claire 2023-06-22 14:56:14 +0200
  • 05f9e39b32
    Fix `RSpec/VerifiedDoubles` cop (#25469) Matt Jankowski 2023-06-22 08:55:22 -0400
  • 38433ccd0b
    Reduce `Admin::Reports::Actions` spec db activity (#25465) Matt Jankowski 2023-06-22 08:53:13 -0400
  • 602c458ab6
    Add finer permission requirements for managing webhooks (#25463) Claire 2023-06-22 14:52:25 +0200
  • 63d15d5330
    Speed-up on `StatusesController` spec (#25549) Matt Jankowski 2023-06-22 08:51:53 -0400
  • 8d2c26834f
    Fix custom signup URL may not loaded (#25531) mogaminsk 2023-06-22 19:10:49 +0900
  • 0b39b9abee
    Speed-up on `BackupService` spec (#25527) Matt Jankowski 2023-06-22 05:53:28 -0400
  • 6ac271c2a0
    Migrate to request specs in `/api/v1/suggestions` (#25540) Daniel M Brasil 2023-06-22 06:49:35 -0300
  • 69db507924
    Change emoji picker icon (#25479) Ian 2023-06-21 16:58:00 +0100
  • 37a9c2258a
    Add per-test timeouts to AutoStatusesCleanupScheduler tests (#24841) Claire 2023-06-20 18:54:05 +0200
  • ebfeaebedb
    Fix /api/v1/conversations sometimes returning empty accounts (#25499) Claire 2023-06-20 18:32:26 +0200
  • ec91ea4457
    Fix missing validation on `default_privacy` setting (#25513) Claire 2023-06-20 18:32:14 +0200
  • e53eb38a8d
    Migrate to request specs in `/api/v1/admin/account_actions` (#25514) Daniel M Brasil 2023-06-20 13:16:48 -0300
  • fd23f50243
    Fix wrong view being displayed when a webhook fails validation (#25464) Claire 2023-06-20 18:15:35 +0200
  • c78280a8ce
    Add translate="no" to outgoing mentions and links (#25524) Claire 2023-06-20 18:10:19 +0200
  • 3a91603b15
    Prevent UserCleanupScheduler from overwhelming streaming (#25519) Emelia Smith 2023-06-20 18:04:35 +0200
  • dd07393e75
    Fix user settings not getting validated (#25508) Claire 2023-06-19 15:06:06 +0200
  • 804488d38e
    Rewrite `<AutosuggestHashtag />` as FC and TS (#25481) たいち ひ 2023-06-19 21:11:46 +0900
  • e1c9d52e91
    Reduce `sleep` time in request pool spec (#25470) Matt Jankowski 2023-06-19 07:48:25 -0400
  • cec4f1d506
    Update dependency dotenv to v16.2.0 (#25506) renovate[bot] 2023-06-19 11:28:59 +0200
  • 3a65fb044f
    Add coverage for `UserMailer` methods (#25484) Matt Jankowski 2023-06-19 03:50:35 -0400
  • e835198b26
    Combine assertions in api/v1/notifications spec (#25486) Matt Jankowski 2023-06-19 03:05:42 -0400
  • 155ec185b2
    Remove unused `picture_hint` helper method (#25485) Matt Jankowski 2023-06-19 03:04:15 -0400
  • a0d7ae257d
    Update dependency aws-sdk-s3 to v1.126.0 (#25480) renovate[bot] 2023-06-19 09:03:50 +0200
  • b9bc9d0bda
    Fix incorrect pagination headers in `/api/v2/admin/accounts` (#25477) Daniel M Brasil 2023-06-19 03:53:05 -0300
  • 0a0a1f1495
    Migrate to request specs in `/api/v1/tags` (#25439) Daniel M Brasil 2023-06-19 03:51:40 -0300
  • 64f7a11658
    Fix cross-origin loading of locales (#25498) Claire 2023-06-18 15:47:04 +0200
  • 9e245d147b
    Update dependency aws-sdk-s3 to v1.125.0 (#25458) renovate[bot] 2023-06-16 14:23:58 +0200
  • c9d06d10d4
    Fix non-interactive upload container being given a `button` role and tabIndex (#25462) Claire 2023-06-16 12:03:06 +0200
  • b276b3bb83
    Remove Ruby GC config from spec helper (#25455) Matt Jankowski 2023-06-15 17:14:46 -0400
  • e686a54064
    Update dependency better_errors to v2.10.1 (#25445) renovate[bot] 2023-06-15 10:41:04 +0200
  • b10c05e702
    Migrate to request specs in `/api/v1/lists` (#25443) Daniel M Brasil 2023-06-15 05:19:51 -0300
  • 8b2048d0c8
    Lock file maintenance (#25434) renovate[bot] 2023-06-15 10:13:12 +0200
  • a6d7abb29d
    Update dependency intl-messageformat to v10.5.0 (#25431) renovate[bot] 2023-06-15 09:36:10 +0200
  • 36566e9245
    Update dependency core-js to v3.31.0 (#25430) renovate[bot] 2023-06-14 18:32:55 +0200
  • 478687fc49
    Update libretranslate/libretranslate Docker tag to v1.3.11 (#25428) renovate[bot] 2023-06-14 18:15:32 +0200
  • 841e35e291
    Update devDependencies (non-major) (#25427) renovate[bot] 2023-06-14 18:12:33 +0200
  • 4c5aa0e470
    Update rubocop-rspec to version 2.22.0, fix `RSpec/IndexedLet` cop (#24698) Matt Jankowski 2023-06-14 10:44:37 -0400
  • 24015ef0cc
    Migrate to request specs in `/api/v1/domain_blocks` (#25414) Daniel M Brasil 2023-06-14 11:08:53 -0300
  • 87aff5aad8
    Migrate to request specs in `/api/v1/follow_requests` (#25411) Daniel M Brasil 2023-06-14 10:43:50 -0300
  • d9c6f70cc6
    Fix `ArgumentError` in `/api/v1/admin/accounts/:id/action` (#25386) Daniel M Brasil 2023-06-14 10:21:36 -0300
  • b9e8d2b352
    Update dependency sass to v1.63.3 (#25422) renovate[bot] 2023-06-14 11:23:54 +0200
  • 95b84874f3
    Update dependency redis-namespace to v1.11.0 (#25421) renovate[bot] 2023-06-14 11:18:37 +0200
  • 360759df7b
    Update formatjs monorepo (#25418) renovate[bot] 2023-06-14 11:16:36 +0200
  • f10f4f2359
    Update dependency glob to v10.2.7 (#25417) renovate[bot] 2023-06-14 10:56:22 +0200