Skip to content
Snippets Groups Projects
  1. Mar 27, 2022
  2. Mar 26, 2022
  3. Mar 25, 2022
  4. Mar 22, 2022
  5. Mar 21, 2022
  6. Mar 15, 2022
  7. Mar 14, 2022
  8. Mar 09, 2022
  9. Mar 07, 2022
  10. Mar 05, 2022
  11. Mar 03, 2022
  12. Mar 02, 2022
  13. Mar 01, 2022
    • Eugen Rochko's avatar
      Add ability to mark statuses as sensitive from reports in admin UI (#17668) · 25d3dc43
      Eugen Rochko authored
      * Add ability to mark statuses as sensitive from reports in admin UI
      
      * Allow mark as sensitive action on statuses with preview cards
      Unverified
      25d3dc43
    • Claire's avatar
      Change old moderation strikes to be displayed in a separate page (#17566) · 14919fe1
      Claire authored
      * Change old moderation strikes to be displayed in a separate page
      
      Fixes #17552
      
      This changes the moderation strikes displayed on `/auth/edit` to be those from
      the past 3 months, and make all moderation strikes targeting the current user
      available in `/disputes`.
      
      * Add short description of what the strikes page is for
      
      * Move link to list of strikes to “Account status” instead of navigation item
      
      * Normalize i18n file
      
      * Fix layout and styling of strikes link
      
      * Revert highlights_on regexp
      
      * Reintroduce account status summary
      
      - this way, “Account status” is never empty
      - account status is not necessarily bound to strikes, or recent strikes
      Unverified
      14919fe1
    • Eugen Rochko's avatar
      Change authorized applications page (#17656) · 50ea54b3
      Eugen Rochko authored
      * Change authorized applications page
      
      * Hide revoke button for superapps and suspended accounts
      
      * Clean up db/schema.rb
      Unverified
      50ea54b3
  14. Feb 26, 2022
    • Claire's avatar
      Fix remote reports with comments revealing remote reporter (#17652) · 57814a98
      Claire authored
      * Display username rather than display name in report comment
      
      For consistency with report notes and appeals
      
      * Fix remote reports with comments revealing remote reporter
      
      * Display instance name in placeholder
      
      * Make instance name in report comment a link to the federation admin page
      
      * Normalize i18n file
      Unverified
      57814a98
  15. Feb 24, 2022
  16. Feb 23, 2022
  17. Feb 22, 2022
  18. Feb 16, 2022
  19. Feb 14, 2022
    • Eugen Rochko's avatar
      Add appeals (#17364) · 564efd06
      Eugen Rochko authored
      * Add appeals
      
      * Add ability to reject appeals and ability to browse pending appeals in admin UI
      
      * Add strikes to account page in settings
      
      * Various fixes and improvements
      
      - Add separate notification setting for appeals, separate from reports
      - Fix style of links in report/strike header
      - Change approving an appeal to not restore statuses (due to federation complexities)
      - Change style of successfully appealed strikes on account settings page
      - Change account settings page to only show unappealed or recently appealed strikes
      
      * Change appealed_at to overruled_at
      
      * Fix missing method error
      Unverified
      564efd06
  20. Feb 13, 2022
  21. Feb 11, 2022
  22. Feb 09, 2022
  23. Feb 08, 2022
  24. Feb 05, 2022
  25. Jan 23, 2022
    • Claire's avatar
      Add OMNIAUTH_ONLY environment variable to enforce externa log-in (#17288) · bddd9ba3
      Claire authored
      * Remove support for OAUTH_REDIRECT_AT_SIGN_IN
      
      Fixes #15959
      
      Introduced in #6540, OAUTH_REDIRECT_AT_SIGN_IN allowed skipping the log-in form
      to instead redirect to the external OmniAuth login provider.
      
      However, it did not prevent the log-in form on /about introduced by #10232 from
      appearing, and completely broke with the introduction of #15228.
      
      As I restoring that previous log-in flow without introducing a security
      vulnerability may require extensive care and knowledge of how OmniAuth works,
      this commit removes support for OAUTH_REDIRECT_AT_SIGN_IN instead for the time
      being.
      
      * Add OMNIAUTH_ONLY environment variable to enforce external log-in only
      
      * Disable user registration when OMNIAUTH_ONLY is set to true
      
      * Replace log-in links When OMNIAUTH_ONLY is set with exactly one OmniAuth provider
      Unverified
      bddd9ba3
Loading