Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-20 | Audofix Rubocop Style/WordArray (#23739) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/LeadingSubject (#23670) | Nick Schonning | |
2023-02-20 | Enable Rubocop RSpec/ExpectActual (#23720) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/ImplicitSubject (#23721) | Nick Schonning | |
2023-02-20 | Autofix Rubocops RSpec/ScatteredLet (#23725) | Nick Schonning | |
2023-02-20 | Enable Rubocop HTTP status rules (#23717) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/EmptyLineAfterSubject (#23719) | Nick Schonning | |
2023-02-20 | Autofix Rubocop Lint/UnusedBlockArgument (#23712) | Nick Schonning | |
2023-02-20 | Enable Rubocop RSpec/NotToNot (#23723) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/ReturnFromStub (#23724) | Nick Schonning | |
2023-02-20 | Autofix Rubocop Rails/Pluck (#23730) | Nick Schonning | |
2023-02-19 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
Conflicts: - `.github/dependabot.yml`: Upstream made changes while we have dropped this file. Keep the file deleted. - `.prettierignore`: Upstream made changes at the end of the file, where we had our extra lines. Just moved our extra lines back at the end. - `app/serializers/initial_state_serializer.rb`: Upstream code style changes. Applied them. - `app/services/backup_service.rb`: Upstream code style changes. Applied them. | |||
2023-02-19 | Autofix Rubocop RSpec/EmptyLineAfterHook (#23718) | Nick Schonning | |
2023-02-19 | Autofix Rubocop Style/StringLiterals (#23695) | Nick Schonning | |
2023-02-19 | Autofix Rubocop RSpec/LetBeforeExamples (#23671) | Nick Schonning | |
2023-02-19 | Autofix Rubocop Style/EmptyLambdaParameter (#23705) | Nick Schonning | |
2023-02-19 | Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707) | Nick Schonning | |
2023-02-19 | Autofix Rubocop Style/BlockDelimiters (#23706) | Nick Schonning | |
2023-02-19 | Autofix Rubocop RSpec/Capybara/FeatureMethods (#23708) | Nick Schonning | |
2023-02-19 | Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693) | Nick Schonning | |
2023-02-18 | Autofix Rubocop RSpec/ExcessiveDocstringSpacing (#23666) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Style/TrailingCommaInArguments (#23694) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Style/IfUnlessModifier (#23697) | Nick Schonning | |
2023-02-18 | Apply Rubocop Style/RedundantConstantBase (#23463) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Lint/ParenthesesAsGroupedExpression (#23682) | Nick Schonning | |
2023-02-18 | Enable Rubocop RSpec/HooksBeforeExamples (#23668) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Style/RedundantPercentQ (#23651) | Nick Schonning | |
2023-02-18 | Autofix Rubocop RSpec/ExampleWording (#23667) | Nick Schonning | |
2023-02-18 | Enable Rubocop RSpec/MultipleDescribes (#23672) | Nick Schonning | |
2023-02-18 | Autofix Rubocop RSpec/ClassCheck (#23685) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Lint/SymbolConversion (#23683) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Lint/AmbiguousOperator (#23680) | Nick Schonning | |
2023-02-18 | Enable Rubocop Style/NumericLiterals (#23647) | Nick Schonning | |
2023-02-18 | Run rubocop formatting except line length (#23632) | Nick Schonning | |
2023-02-17 | Autofix Rubocop RSpec/EmptyLineAfterExample (#23661) | Nick Schonning | |
2023-02-17 | Autofix Rubocop RSpec/BeNil (#23653) | Nick Schonning | |
2023-02-17 | Autofix Rubocop Style/NestedParenthesizedCalls (#23646) | Nick Schonning | |
2023-02-17 | Autofix Rubocop Style/MethodCallWithoutArgsParentheses (#23645) | Nick Schonning | |
2023-02-14 | Add `memorial` attribute to REST API (#23591) | Claire | |
2023-02-13 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
Conflicts: - `.prettierignore`: Upstream added a line at the end, glitch-soc had extra entries at the end. Added upstream's new line before glitch-soc's. - `Gemfile.lock`: Upstream updated dependencies while glitch-soc has an extra one (hcaptcha). Updated dependencies like upstream did. - `app/controllers/api/v1/statuses_controller.rb`: Not a real conflict, upstream added a parameter (`allowed_mentions`) where glitch-soc already had an extra one (`content_type`). Added upstream's new parameter. - `app/javascript/styles/fonts/roboto-mono.scss`: A lot of lines were changed upstream due to code style changes, and a lot of those lines had path changes to accomodate glitch-soc's theming system. Applied upstream's style changes. - `app/javascript/styles/fonts/roboto.scss`: A lot of lines were changed upstream due to code style changes, and a lot of those lines had path changes to accomodate glitch-soc's theming system. Applied upstream's style changes. | |||
2023-02-13 | Add API parameter to safeguard unexpect mentions in new posts (#18350) | Claire | |
2023-02-13 | Add tests to indicate inclusion of self replies in statuses endpoint (#23266) | Varun Sharma | |
2023-02-13 | Add tests for `REST::AccountSerializer` (#23319) | Claire | |
2023-02-10 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
2023-02-10 | Fix unbounded recursion in post discovery (#23506) | Claire | |
* Add a limit to how many posts can get fetched as a result of a single request * Add tests * Always pass `request_id` when processing `Announce` activities --------- Co-authored-by: nametoolong <nametoolong@users.noreply.github.com> | |||
2023-02-09 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
Conflicts: - `README.md`: Minor upstream change, our README is completely different. Kept ours. - `lib/tasks/assets.rake`: glitch-soc has extra code to deal with its theming system, upstream changed a line that exists in glitch-soc. Applied upstream changes. | |||
2023-02-08 | Apply Rubocop Rails/WhereNot (#23448) | Nick Schonning | |
* Apply Rubocop Rails/WhereNot * Update spec for where.not | |||
2023-02-08 | Apply Rubocop Style/ExpandPathArguments (#23450) | Nick Schonning | |
2023-02-07 | Autofix Rails/EagerEvaluationLogMessage (#23429) | Nick Schonning | |
* Autofix Rails/EagerEvaluationLogMessage * Update spec for debug block syntax |