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

Moderator Tool Improvements #767

Draft
wants to merge 376 commits into
base: develop
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    66689b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319aa37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    756a491 View commit details
    Browse the repository at this point in the history
  4. Update from re-install

    ArtOfCode- authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c13b529 View commit details
    Browse the repository at this point in the history
  5. Start with migration to rails 6.0

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8c4a3f8 View commit details
    Browse the repository at this point in the history
  6. Update schema

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f3957cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8df8b50 View commit details
    Browse the repository at this point in the history
  8. Enable all safe new defaults

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1cba6e4 View commit details
    Browse the repository at this point in the history
  9. Fix deprecated where.not usage

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    10b184c View commit details
    Browse the repository at this point in the history
  10. Fix content_type test

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4ed47df View commit details
    Browse the repository at this point in the history
  11. Update dependencies

    New dependencies require ruby 2.7 and rails 6.0 as minimum versions.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    caaa40b View commit details
    Browse the repository at this point in the history
  12. Please the linter gods

    It seems that the update to rubocop/rails means we get some new rules.
    The new rules seem to have changed their minds on how some things should
    look or be done. This applies the new rules.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    07e0e9d View commit details
    Browse the repository at this point in the history
  13. Fix docker image

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ba90ab6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ee5b3df View commit details
    Browse the repository at this point in the history
  15. Fix deprecation warnings for rmagick

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2f6ef2a View commit details
    Browse the repository at this point in the history
  16. Check media type rather than content type

    Also swap arguments around such that the error message upon failure
    lists the right value as expected.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    cc73bd1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e9acd15 View commit details
    Browse the repository at this point in the history
  18. Remove comments of safely updated packages

    Also add a note in the INSTALLATION about the ruby versions that are
    supported/not supported.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    65a9559 View commit details
    Browse the repository at this point in the history
  19. Update redis library to v5

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e77bd6f View commit details
    Browse the repository at this point in the history
  20. Switch to rails 6 defaults and cleanup safe settings

    The only setting left in new_framework_defaults_6.0 is about updating
    the cookies. If the system runs stable on rails 6, the file can be
    removed and the upgrade is completed.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    edd3a1c View commit details
    Browse the repository at this point in the history
  21. Fix files without .html extension

    Rails 6.1 is more picky about the response formats, and not having the
    intended html extension can cause issues.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6cf9a46 View commit details
    Browse the repository at this point in the history
  22. Run rails 6.1 update procedure

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    76bfd41 View commit details
    Browse the repository at this point in the history
  23. Fix rails 6 image uploading

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    53897ef View commit details
    Browse the repository at this point in the history
  24. Toggle safe rails 6.1 settings

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    93bc9fb View commit details
    Browse the repository at this point in the history
  25. Fix assets

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    eda29fa View commit details
    Browse the repository at this point in the history
  26. Upgrade puma and clean up Gemfile

    Package notes are added into the PR instead.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a996013 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    13823b6 View commit details
    Browse the repository at this point in the history
  28. Add missing translation

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0d2ac7e View commit details
    Browse the repository at this point in the history
  29. Fix flag fixture polymorphic relation without type

    When a relation is polymorphic, the type of the target must be specified
    in the fixture, otherwise the polymorphic_type field is not set and the
    record is invalid.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4997d7d View commit details
    Browse the repository at this point in the history
  30. Fix categories controller test

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    46d39b5 View commit details
    Browse the repository at this point in the history
  31. Don't spam codidact.com during the tests

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2f293d7 View commit details
    Browse the repository at this point in the history
  32. Update sass-rails to sassc-rails

    Fix invalid SCSS
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    405c680 View commit details
    Browse the repository at this point in the history
  33. Fix help posts not editable

    The user is not present on those posts, and rails 6 performs better
    validations. It must be marked as optional to fix the issue.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    dae5fb9 View commit details
    Browse the repository at this point in the history
  34. Ensure saved value is string in redis

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    dc4d829 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b258ec2 View commit details
    Browse the repository at this point in the history
  36. Fix caching

    The namespaced env cache needs to be recreated after forking. With the
    old method of changing the Rails cache, this was not happening
    correctly.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    aa2250b View commit details
    Browse the repository at this point in the history
  37. Fix rubocop errors

    The namespaced env cache breaks multiple rubocop rules with regards to
    using map on a hash-like object. However, the suggested fixes break the
    intention of the code. Therefore, I have added it to be ignored.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    de53aaa View commit details
    Browse the repository at this point in the history
  38. Properly use redis in tests

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    29ca3d3 View commit details
    Browse the repository at this point in the history
  39. Use fully qualified name for redis

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    08ecfcf View commit details
    Browse the repository at this point in the history
  40. Remove new defaults initializer

    Otherwise, new checkouts/installs of the project would not run with
    recommended settings.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    64c466c View commit details
    Browse the repository at this point in the history
  41. Start with migration to rails 6.0

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9e6b4d8 View commit details
    Browse the repository at this point in the history
  42. Upgrade to rails 7

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e2026d3 View commit details
    Browse the repository at this point in the history
  43. Update sass-rails to sassc-rails

    Fix invalid SCSS
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d882265 View commit details
    Browse the repository at this point in the history
  44. Use sprockets 4

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e9a7d7f View commit details
    Browse the repository at this point in the history
  45. Switch to terser for js compression

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7591c7c View commit details
    Browse the repository at this point in the history
  46. Add schema version

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e9f5ae9 View commit details
    Browse the repository at this point in the history
  47. Switch to rails 7.0 defaults

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    bce0197 View commit details
    Browse the repository at this point in the history
  48. Fix linter error

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1624284 View commit details
    Browse the repository at this point in the history
  49. Update installation instructions

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c5c7844 View commit details
    Browse the repository at this point in the history
  50. Update schema for 7

    ArtOfCode- authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9146c80 View commit details
    Browse the repository at this point in the history
  51. Fix CI images

    Use less specific versions to prevent image removals from breaking the CI.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3edb77b View commit details
    Browse the repository at this point in the history
  52. Add ruby 3 support

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    48da4af View commit details
    Browse the repository at this point in the history
  53. Update omniauth

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d1166ab View commit details
    Browse the repository at this point in the history
  54. Add ability to create tags for mods

    Closes #180
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    905f9cf View commit details
    Browse the repository at this point in the history
  55. Prevent updating of tag names

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c649581 View commit details
    Browse the repository at this point in the history
  56. Bump co-design version to 0.12.5

    sau226 authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3ce2275 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    4992009 View commit details
    Browse the repository at this point in the history
  58. Changed error messages to avoid 'tags can't have more than 5 tags' co…

    …nstruct. I realize that usually we want to attach an error to the field (:tags) not the post (:base), but I couldn't come up with wordings that were clear and the error messages point to tags as the problem, so I think this is ok.
    cellio authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    659f0c9 View commit details
    Browse the repository at this point in the history
  59. Apparently there is actually a save

    MoshiKoi authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4e42309 View commit details
    Browse the repository at this point in the history
  60. Do not display closed posts in hot posts

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f3fdd56 View commit details
    Browse the repository at this point in the history
  61. Also hide locked posts

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    170a091 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3326fd2 View commit details
    Browse the repository at this point in the history
  63. Add missing relation

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c2ada5f View commit details
    Browse the repository at this point in the history
  64. In seeding, actually link to the corresponding objects

    Previously, we would pass ids to the creation handler. However, this
    does not pass validations whenever the association is non-optional (i.e.
    belongs_to). With these changes, we pass the actual Rails objects
    instead of just the ids, which does pass the validations and sets it
    properly.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4ff4833 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    d3fd074 View commit details
    Browse the repository at this point in the history
  66. Revert redis to version 4 until issue is fixed and update settings

    Settings are now properly loaded from the database.yml config file,
    rather than only taking some of those settings.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a38be9a View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    875fa72 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    d5b7a4c View commit details
    Browse the repository at this point in the history
  69. Add back still required install instructions

    The `rmagick` library requires imagemagick to also be installed (libvips is the new default used by image processing in rails).
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f670c19 View commit details
    Browse the repository at this point in the history
  70. Fix error in docker

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e91cdb3 View commit details
    Browse the repository at this point in the history
  71. Ensure docker works out of the box

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5a77f8a View commit details
    Browse the repository at this point in the history
  72. Add some notes on docker compose and Mac

    Also update display
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    72b34d2 View commit details
    Browse the repository at this point in the history
  73. Also create storage config in docker

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d51d591 View commit details
    Browse the repository at this point in the history
  74. Wait until mysql is up properly

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b739e2a View commit details
    Browse the repository at this point in the history
  75. Remove outdated config option

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4e29a1c View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    4094c66 View commit details
    Browse the repository at this point in the history
  77. Fix upload redirects

    ArtOfCode- authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e1350ab View commit details
    Browse the repository at this point in the history
  78. Asyncify to fix error

    ArtOfCode- authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    45459ad View commit details
    Browse the repository at this point in the history
  79. Bump nokogiri from 1.13.8 to 1.13.9

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.8 to 1.13.9.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.13.8...v1.13.9)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b5ce5be View commit details
    Browse the repository at this point in the history
  80. Bump commonmarker from 0.23.5 to 0.23.6

    Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.5 to 0.23.6.
    - [Release notes](https://github.com/gjtorikian/commonmarker/releases)
    - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
    - [Commits](gjtorikian/commonmarker@v0.23.5...v0.23.6)
    
    ---
    updated-dependencies:
    - dependency-name: commonmarker
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b588748 View commit details
    Browse the repository at this point in the history
  81. Add SAML support

    - Add devise_saml_authenticatable
    - Add saml_authenticatable to user
    - Add SamlInit concern + attribute map
    - Add devise config for SAML
    - Add site settings for SAML
    - Add SsoProfile model
    - Add conditional SAML routes
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    66c4d4d View commit details
    Browse the repository at this point in the history
  82. Fix routes and update links in UI

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2c5b72c View commit details
    Browse the repository at this point in the history
  83. Add 2FA support

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6e1e20a View commit details
    Browse the repository at this point in the history
  84. Apply code suggestions from ArtOfCode

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    594bfb4 View commit details
    Browse the repository at this point in the history
  85. Fix mistake in attribute map

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9982de3 View commit details
    Browse the repository at this point in the history
  86. Use helpers in devise

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    11b7bd6 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    db4ac6a View commit details
    Browse the repository at this point in the history
  88. Fix links to SAML

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c718a57 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    a8ccc88 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    e8c6777 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    394df08 View commit details
    Browse the repository at this point in the history
  92. Enforce that SSO users sign-in with SSO

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8e2cf3e View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    2bb50a0 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    54cf8a0 View commit details
    Browse the repository at this point in the history
  95. Fix impersonation with SSO

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1e5d6ed View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    bbd16d3 View commit details
    Browse the repository at this point in the history
  97. Bump loofah from 2.18.0 to 2.19.1

    Bumps [loofah](https://github.com/flavorjones/loofah) from 2.18.0 to 2.19.1.
    - [Release notes](https://github.com/flavorjones/loofah/releases)
    - [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md)
    - [Commits](flavorjones/loofah@v2.18.0...v2.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: loofah
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    14149b1 View commit details
    Browse the repository at this point in the history
  98. Bump rails-html-sanitizer from 1.4.3 to 1.4.4

    Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.3 to 1.4.4.
    - [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
    - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/master/CHANGELOG.md)
    - [Commits](rails/rails-html-sanitizer@v1.4.3...v1.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: rails-html-sanitizer
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    cd68b1f View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    48fd3ba View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    f5ff803 View commit details
    Browse the repository at this point in the history
  101. clarified field labels

    cellio authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    75a7d8f View commit details
    Browse the repository at this point in the history
  102. Fix double bracketed footnotes

    MoshiKoi authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0688462 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    a7a67ac View commit details
    Browse the repository at this point in the history
  104. Fix tour test for the 3rd time

    Also add tests to ensure that the tagset is correctly created by the
    seeds.
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d046eda View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    dac23b4 View commit details
    Browse the repository at this point in the history
  106. Add notifications tab to user page

    MoshiKoi authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    af05474 View commit details
    Browse the repository at this point in the history
  107. Fix CI issues

    - Fix rubocop errors accidentally merged
    - Fix failing test
    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a6e6ca8 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    b158517 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    b0cd00a View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    33c8d77 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    d2579cf View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    392c42e View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    8040dee View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    fef5828 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    13fc6cd View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    6a8d5b7 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    7ec63a8 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    4a90da4 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    76c1717 View commit details
    Browse the repository at this point in the history
  120. update Ruby version info (since we've moved to Ruby 3 I don't know if…

    … we still support 2.7, so hedging a little there)
    cellio authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3b62124 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    04f8b02 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    e09675f View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    fbea7cb View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    9c0b57c View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    36c7d2b View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    532f394 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    2d1b3c4 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    41f888a View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    8775594 View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    41431c2 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    c247bc8 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    963607f View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    3b5ab24 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    d2ea865 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    3ea48a7 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    bde36fa View commit details
    Browse the repository at this point in the history
  137. search results count added

    Added search results post count and adjusted styling to accommodate
    duncanscode authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a6cb525 View commit details
    Browse the repository at this point in the history
  138. Removed cateogry-meta

    Adjusted styling to better conform with project standards.
    duncanscode authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    adcef28 View commit details
    Browse the repository at this point in the history
  139. Bump globalid from 1.0.0 to 1.0.1

    Bumps [globalid](https://github.com/rails/globalid) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/rails/globalid/releases)
    - [Commits](rails/globalid@v1.0.0...v1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: globalid
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    793ea25 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    c1c0679 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    06760e8 View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    d2bebee View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    4fd2a9d View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    a364bcf View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    51bc0cf View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    2a4e996 View commit details
    Browse the repository at this point in the history
  147. Bump rack from 2.2.4 to 2.2.6.2

    Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 2.2.6.2.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@2.2.4...v2.2.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0a69483 View commit details
    Browse the repository at this point in the history
  148. Fix comparisons

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    038bcc3 View commit details
    Browse the repository at this point in the history
  149. Remove unnecessary test

    Taeir authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    fabd3e1 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    98275fe View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    f1998db View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    66a881f View commit details
    Browse the repository at this point in the history
  153. Move pending logic to helper method

    MoshiKoi authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e9dcdb6 View commit details
    Browse the repository at this point in the history
  154. Update app/models/suggested_edit.rb

    Co-authored-by: Taico Aerts <[email protected]>
    2 people authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1f60b2f View commit details
    Browse the repository at this point in the history
  155. site -> community

    superplane39 authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5c4e79b View commit details
    Browse the repository at this point in the history
  156. site -> community

    superplane39 authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c7e829b View commit details
    Browse the repository at this point in the history
  157. Move check for signed in user from preferences function to preference

    Previously the QPixel.preferences function returned null when there
    was no signed in user. This caused an error as the QPixel.preference
    function tried to access properties of null. Now the check for a
    signed in user happens in QPixel.preference and this function returns
    null when there is no signed in user. The three places that currently
    use this return value all behave correctly when there is no signed in
    user - the null does not cause incorrect behaviour.
    trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    46f6f5b View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    d8ba668 View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    d029359 View commit details
    Browse the repository at this point in the history
  160. Add Stripe setting

    ArtOfCode- authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5983d37 View commit details
    Browse the repository at this point in the history
  161. Only load Stripe on donation pages

    ArtOfCode- authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5ce193a View commit details
    Browse the repository at this point in the history
  162. Add all-users email tool

    ArtOfCode- authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    655d810 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    641ccae View commit details
    Browse the repository at this point in the history
  164. Bump commonmarker from 0.23.6 to 0.23.7

    Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.6 to 0.23.7.
    - [Release notes](https://github.com/gjtorikian/commonmarker/releases)
    - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
    - [Commits](gjtorikian/commonmarker@v0.23.6...v0.23.7)
    
    ---
    updated-dependencies:
    - dependency-name: commonmarker
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    41b2c66 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    f699079 View commit details
    Browse the repository at this point in the history
  166. Add missing indentation

    trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e6c0193 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    7054876 View commit details
    Browse the repository at this point in the history
  168. Add missing semicolon

    trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5222fd7 View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    8909606 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    c372ba5 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    9c4cf5a View commit details
    Browse the repository at this point in the history
  172. Remove debug printing code

    trichoplax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8af6193 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    1f0f7ef View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    f98fc8d View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    7fb8ae9 View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    174082c View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    ddd4803 View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    d08f4af View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    409ac9d View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    c4d05dc View commit details
    Browse the repository at this point in the history
  181. Configuration menu
    Copy the full SHA
    2c50a2d View commit details
    Browse the repository at this point in the history
  182. Configuration menu
    Copy the full SHA
    96c798e View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    c18fec3 View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    56a3cf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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

Commits on Jun 25, 2023

  1. Ignore rbenv local file

    luap42 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    80d3472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e910c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

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

Commits on Aug 18, 2023

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

Commits on Aug 29, 2023

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

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    fa5e0bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    048685b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f157386 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    277c2e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500ca1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65db2e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    320c578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e68ba0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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

Commits on May 29, 2024

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

Commits on Jun 3, 2024

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

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    d271b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b225c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f0926c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    4f07b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2795ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2acc08e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    07d0088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1934a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ecc843 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    c10685a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa5f99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    948c139 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4980181 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e40e6de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68f8949 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 23, 2024

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

Commits on Aug 29, 2024

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

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    61552d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973a98d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85e9b41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e128a38 View commit details
    Browse the repository at this point in the history
  5. Apply Taeir's suggestion from a comment on pull request 1009

    Taeir's explanation: NOTE: I use select here to allow rails to merge the two operations into one query and avoid loading the full ThreadFollower objects
    trichoplax committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    bfb45b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd6a774 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7947127 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    acc3c1c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    6e781b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8543bc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    864c420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b6b9d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Oct 3, 2024

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

Commits on Oct 7, 2024

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

Commits on Oct 14, 2024

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

Commits on Oct 16, 2024

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

Commits on Oct 20, 2024

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

Commits on Oct 25, 2024

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

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    5f32ee5 View commit details
    Browse the repository at this point in the history
  2. rubocop fix

    Oaphi committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4f9147d View commit details
    Browse the repository at this point in the history