summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-12-04Change threads to retain sorting returned by the API in web UIfix-web-thread-sortEugen Rochko
2023-12-01Update dependency doorkeeper to v5.6.8 (#28177)renovate[bot]
2023-12-01Fix `Style/HashEachMethods` cop (#28173)Matt Jankowski
2023-12-01Fix `Style/RedundantParentheses` cop (#28176)Matt Jankowski
2023-12-01Fix `Lint/SymbolConversion` cop (#28175)Matt Jankowski
2023-12-01Fix `Style/SuperWithArgsParentheses` cop (#28174)Matt Jankowski
2023-12-01Fix `Lint/RedundantSafeNavigation` cop (#28172)Matt Jankowski
2023-12-01Fix `Style/SelfAssignment` cop (#28171)Matt Jankowski
2023-12-01Add explicit `dependent: nil` to associations (#28169)Matt Jankowski
2023-12-01Add spec coverage for media CLI `refresh` command (#28166)Matt Jankowski
2023-12-01Add shared example for CLI command specs (#28165)Matt Jankowski
2023-12-01Add spec coverage for media CLI usage command (#28167)Matt Jankowski
2023-12-01Change startup command for Puma in Docker Compose (#28138)Michael Stanclift
2023-12-01Model concerns organization into module namespaces (#28149)Matt Jankowski
2023-12-01Eliminate double subject call in admin/ controller specs (#28158)Matt Jankowski
2023-11-30Fix mastodon user not being owner of tmp folder in Dockerfile (#28137)Michael Stanclift
2023-11-30Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases (#2...Claire
2023-11-30Reduce AbcSize complexity in `InitialStateSerializer` (#27782)Matt Jankowski
2023-11-30File cleanup/organization in `controllers/concerns` (#27846)Matt Jankowski
2023-11-30Convert accounts controller spec to request spec (#28126)Matt Jankowski
2023-11-30Spec coverage for missing `q` param and error conditions in `api/v2/search` c...Matt Jankowski
2023-11-30Add zeitwerk inflector for cli->CLI (#27635)Matt Jankowski
2023-11-30Fix onboarding step descriptions being truncated on narrow screens (#28021)Claire
2023-11-30Change `img-src` and `media-src` CSP directives to not include `https:` (#28025)Claire
2023-11-30Remove `default_scope` from `MediaAttachment` class (#28043)Matt Jankowski
2023-11-30fix(deps): update dependency jsdom to v23.0.1 (#28135)renovate[bot]
2023-11-30fix(deps): update dependency @babel/runtime to v7.23.5 (#28136)renovate[bot]
2023-11-30Change dismissed banners to be stored server-side (#27055)Claire
2023-11-30Clean up `two_factor_authentication/confirmations` controller spec (#28128)Matt Jankowski
2023-11-30Fix FamiliarFollowersController test response comparison (#28121)Filippo Giunchedi
2023-11-30fix(deps): update babel monorepo to v7.23.5 (#28122)renovate[bot]
2023-11-30Move self destruct CLI command definition code to module (#28131)Matt Jankowski
2023-11-30Change Vagrant to install Node 20 (#28100)Filippo Giunchedi
2023-11-29Remove `default_scope` from `Admin::ActionLog` (#28026)Matt Jankowski
2023-11-29Remove un-needed `action` and `template` options to `render` in controllers (...Matt Jankowski
2023-11-29Move lib/devise/* to lib/devise/strategies/* (#27638)Matt Jankowski
2023-11-29Move lib/mastodon/premailer_webpack_strategy to lib/ (#27636)Matt Jankowski
2023-11-29Extract helper methods for form label in admin/ area views (#27575)Matt Jankowski
2023-11-29Extract helper methods for labels from filters/_filter_fields (#27574)Matt Jankowski
2023-11-29Refactor, lint fix, and bug fix on admin/roles/form partial (#27558)Matt Jankowski
2023-11-29chore(deps): update dependency pghero to v3.4.0 (#28117)renovate[bot]
2023-11-29Add VAPID public key to instance serializer (#28006)Emelia Smith
2023-11-28Fix apt cache not being properly utilized in Dockerfile (#28115)Michael Stanclift
2023-11-28Fix incorrect apt-get install block in Dockerfile (#28112)Michael Stanclift
2023-11-28Handle scenario when webfinger response `subject` is missing host value (#28088)Matt Jankowski
2023-11-28Update `bcrypt` to version 3.1.20 (#28084)Matt Jankowski
2023-11-28Update temple to version 0.10.3 (#28086)Matt Jankowski
2023-11-28Converted hashtag.jsx to TypeScript (#27872)Josh Goldberg ✨
2023-11-28Converted app/javascript/mastodon/utils/ folder to TypeScript (#27895)Josh Goldberg ✨
2023-11-28Fix devcontainer by not forcing `NODE_ENV` (#28099)Renaud Chaput