summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2024-03-15Add diagnostic message for failure during CLI search deploy (#29462)Matt Jankowski
2024-03-14Extract file size sql calc from media storage cli (#29577)Matt Jankowski
2024-03-14Use `Account.activitypub` generated scope (#28157)Matt Jankowski
2024-03-14Use enum-generated scope for `IpBlock` in CLI (#28144)Matt Jankowski
2024-03-11Use unchanging github links in docs/comments (#29545)Matt Jankowski
2024-02-23Fix admin account created by `mastodon:setup` not being auto-approved (#29379)Claire
2024-02-19Move "everyone" role and "instance actor" account magic number IDs to constan...Matt Jankowski
2024-02-16Bump version to v4.3.0-alpha.3 (#29241)Claire
2024-02-14Bump version to v4.3.0-alpha.2 (#29200)Claire
2024-02-14Add `sidekiq_unique_jobs:delete_all_locks` task and disable `sidekiq-unique-j...Claire
2024-02-01Merge pull request from GHSA-3fjr-858r-92rwClaire
2024-01-30Use existing `MediaAttachment.remote` scope in media CLI (#28912)Matt Jankowski
2024-01-26Handle CLI failure exit status at the top-level script (#28322)Matt Jankowski
2024-01-25Extract `rebuild_index` method in maintenance CLI (#28911)Matt Jankowski
2024-01-25Extract helper methods for db connection and table existence check in `CLI::M...Matt Jankowski
2024-01-25Consolidate db test prep steps to rake task (#28886)Matt Jankowski
2024-01-24Add `created_before` and `updated_before` scopes to `MediaAttachment` (#28869)Matt Jankowski
2024-01-23N+1 fixes for CLI maintenance command (#28847)Matt Jankowski
2024-01-23Fix `Rails/WhereExists` cop in lib/tasks (#28852)Matt Jankowski
2024-01-19Fix error when processing remote files with unusually long names (#28823)Claire
2024-01-19Update pre_migration_check postgres version requirement (#28800)Matt Jankowski
2024-01-18Order by sql in `CLI::Maintenance` task (#28289)Matt Jankowski
2024-01-18Update links to upstream migration helpers, remove unused methods (#28781)Matt Jankowski
2024-01-17Fix `Rails/RakeEnvironment` cop (#28782)Matt Jankowski
2024-01-16Add a new `@/` alias for the root frontend directory and use it where possibl...Renaud Chaput
2024-01-15Rename and refactor `User#confirm!` to `User#mark_email_as_confirmed!` (#28735)Claire
2024-01-12Switch from 48px weight 600 material symbol icons to 24px weight 400 icons (#...Claire
2024-01-12Add JS console errors check (#28682)Matt Jankowski
2024-01-11Add new emojis from `jdecked/twemoji` 15.0 (#28404)Essem
2024-01-10Remove `add_column_with_default` migration helper (#28654)Matt Jankowski
2024-01-09Fix ISO code for Canadian French (#26015)gunchleoc
2024-01-08Use Arel `in_order_of` method to generate CASE for `DomainBlock.by_severity` ...Matt Jankowski
2024-01-05Enable Rails 7.1 Marshalling format (#28609)Jean Boussier
2024-01-04Use heredoc on federation CLI warning strings (#28578)Matt Jankowski
2024-01-03Standardize on Thor methods in CLI classes (#28566)Matt Jankowski
2024-01-03Add spec coverage for `CLI::Media#remove_orphans` command (#28267)Matt Jankowski
2023-12-21More duplicates in cli maintenance spec, misc bug fixes (#28449)Matt Jankowski
2023-12-19Add spec for `CLI::Maintenance#fix_duplicates` (#28326)Matt Jankowski
2023-12-14Fix reference to non-existent var in CLI maintenance command (#28363)Matt Jankowski
2023-12-13Remove the `stub_stdout` wrapper around CLI specs (#28340)Matt Jankowski
2023-12-12Add `migrator_version` method to CLI maintenance script (#28323)Matt Jankowski
2023-12-11Only attempt to remove indexes that exist in `CLI::Maintenance` script (#28286)Matt Jankowski
2023-12-08Correct section naming in maintenance cli script (#28279)Matt Jankowski
2023-12-08Add spec for `CLI::Domains#crawl` command (#28271)Matt Jankowski
2023-12-07Remove useless `reorder(nil)` call in `tootctl statuses` (#28141)Matt Jankowski
2023-12-06Use `following` and `followers` scopes in CLI (#28154)Matt Jankowski
2023-12-04Add spec coverage for `CLI::EmailDomainBlocks` commands (#28181)Matt Jankowski
2023-12-01Fix `Style/RedundantParentheses` cop (#28176)Matt Jankowski
2023-12-01Fix `Style/SelfAssignment` cop (#28171)Matt Jankowski
2023-12-01Add spec coverage for media CLI `refresh` command (#28166)Matt Jankowski