Skip to content
Snippets Groups Projects
  1. May 19, 2018
  2. May 16, 2018
  3. May 06, 2018
  4. May 05, 2018
    • Eugen Rochko's avatar
      Improve admin UI for accounts (#7360) · c7d1a2e4
      Eugen Rochko authored
      * Improve design of account statuses admin UI (consistent with reports)
      
      * Make account moderation notes look consistent with report notes
      
      * i18n-tasks remove-unused
      
      * Fix code style issues
      
      * Fix tests
      c7d1a2e4
  5. Apr 20, 2018
    • Eugen Rochko's avatar
      Improve report layout (#7188) · a9c44063
      Eugen Rochko authored
      * Use table for statuses in report
      
      * Display reported account and reporter in the same table
      
      * Split accounts and general report info into two tables again
      
      * Redesign report statuses table, notes, merge notes and action log
      
      * Remove unused translations
      
      * Fix code style issue
      
      * Fix code style issue
      
      * Fix code style issue
      a9c44063
  6. Apr 04, 2018
    • Eugen Rochko's avatar
      Adjust privacy policy (#6666) · f1867a73
      Eugen Rochko authored
      * Adjust privacy policy to be more specific to Mastodon
      
      Fix #6613
      
      * Change data retention of IP addresses from 5 years to 1 year
      
      * Add even more information
      
      * Remove all (now invalid) translations of the privacy policy
      
      * Add information about archive takeout, remove pointless consent section
      
      * Emphasis on DM privacy
      
      * Improve wording
      
      * Add line about data use for moderation purposes
      f1867a73
  7. Apr 02, 2018
  8. Mar 13, 2018
  9. Mar 07, 2018
    • Sylvhem's avatar
      Add headings to the security settings page (#6661) · cb74c0cf
      Sylvhem authored
      * Changes the headings' rank of the security settings section
      
      This commit changes the existing headings' rank of the security settings section from level 6 to level 4.
      
      * Renames the auth.change_password string into auth.security
      
      The "Security" preferences' section used to be called "Change password". When it was renamed, the string name wasn't changed.
      This commits changes auth.change_password to auth.security.
      
      * Adds a heading to the password change form
      
      There was previously no heading for the part of the "Security" page that contain the password change form.
      This commit adds a rank 4 heading to this section and reintroduces an "auth.change_password" string to be used inside it.
      
      * Removes useless HR elements
      
      The various sections of the "Security" settings page were previously separated by HR elements.
      Now that there is proper headings, they're not required anymore.
      
      * Updates CSS
      
      This commit updates CSS in such a way that the same style is applied to all the H4 elements of the settings.
      
      * Correct a mistake
      
      A character went missing on one of the previous commits, broking the CSS.
      This new commit fixes it.
      cb74c0cf
  10. Feb 22, 2018
    • Eugen Rochko's avatar
      Redesign landing page (again) (#6486) · c71aa468
      Eugen Rochko authored
      * Redesign landing page (again)
      
      * Move login form in small version to the right column
      
      * Display closed registrations message
      
      * Add site setting for the hero image
      
      * Fix test
      
      * Increase spacing, maximum width, change call to action section
      c71aa468
  11. Jan 18, 2018
  12. Jan 17, 2018
  13. Jan 09, 2018
    • Evgeny Petrov's avatar
      Russian language update (#6227) · eec6095e
      Evgeny Petrov authored
      * Russian language update
      
      New strings translated, except "terms" key.
      Should this be translated? Can it be changed by end user?
      
      * Removed double quotes in "terms" -> "title" key
      eec6095e
  14. Nov 19, 2017
  15. Oct 25, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (#5517) · 20fee786
      Ratmir Karabut authored
      * Add Russian translation (ru)
      
      * Fix a missing comma
      
      * Fix the wording for better consistency
      
      * Update Russian translation
      
      * Arrange Russian setting alphabetically
      
      * Fix syntax error
      
      * Update Russian translation
      
      * Fix formatting error
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update ru.jsx
      
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Fix translation consistency
      
      * Update Russian translation
      
      * Update Russian translation (pluralizations)
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update Russian translation (pin)
      
      * Update Russian translation (account deletion)
      
      * Fix extra line
      
      * Update Russian translation (sessions)
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Fix merge conflicts (revert)
      
      * Update Russian translation
      
      * Update Russian translation (fix)
      
      * Update Russian translation (fix quotes)
      
      * Update Russian translation (fix quotes)
      
      * Update Russian translation (fix)
      
      * Update Russian translation
      
      * Add quotes
      
      * bundle exec i18n-tasks normalize
      20fee786
  16. Sep 03, 2017
  17. Sep 01, 2017
  18. Aug 05, 2017
  19. Jul 27, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (#4407) · 2654f3be
      Ratmir Karabut authored
      * Add Russian translation (ru)
      
      * Fix a missing comma
      
      * Fix the wording for better consistency
      
      * Update Russian translation
      
      * Arrange Russian setting alphabetically
      
      * Fix syntax error
      
      * Update Russian translation
      
      * Fix formatting error
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update ru.jsx
      
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Fix translation consistency
      
      * Update Russian translation
      
      * Update Russian translation (pluralizations)
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update Russian translation (pin)
      
      * Update Russian translation (account deletion)
      
      * Fix extra line
      
      * Update Russian translation (sessions)
      
      * Update Russian translation
      2654f3be
  20. Jul 26, 2017
  21. Jul 24, 2017
  22. Jul 23, 2017
  23. Jul 12, 2017
  24. Jul 11, 2017
    • Eugen Rochko's avatar
      Redesign the landing page, mount public timeline on it (#4122) · e19eefe2
      Eugen Rochko authored
      * Redesign the landing page, mount public timeline on it
      
      * Adjust the standalone mounted component to the lacking of router
      
      * Adjust auth layout pages to new design
      
      * Fix tests
      
      * Standalone public timeline polling every 5 seconds
      
      * Remove now obsolete translations
      
      * Add responsive design for new landing page
      
      * Address reviews
      
      * Add floating clouds behind frontpage form
      
      * Use access token from public page when available
      
      * Fix mentions and hashtags links, cursor on status content in standalone mode
      
      * Add footer link to source code
      
      * Fix errors on pages that don't embed the component, use classnames
      
      * Fix tests
      
      * Change anonymous autoPlayGif default to false
      
      * When gif autoplay is disabled, hover to play
      
      * Add option to hide the timeline preview
      
      * Slightly improve alt layout
      
      * Add elephant friend to new frontpage
      
      * Display "back to mastodon" in place of "login" when logged in on frontpage
      
      * Change polling time to 3s
      e19eefe2
  25. Jul 02, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (sessions) (#4041) · 331f0953
      Ratmir Karabut authored
      * Add Russian translation (ru)
      
      * Fix a missing comma
      
      * Fix the wording for better consistency
      
      * Update Russian translation
      
      * Arrange Russian setting alphabetically
      
      * Fix syntax error
      
      * Update Russian translation
      
      * Fix formatting error
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update ru.jsx
      
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Fix translation consistency
      
      * Update Russian translation
      
      * Update Russian translation (pluralizations)
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update Russian translation (pin)
      
      * Update Russian translation (account deletion)
      
      * Fix extra line
      
      * Update Russian translation (sessions)
      331f0953
  26. Jun 25, 2017
  27. Jun 22, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (#3902) · 9ca02a00
      Ratmir Karabut authored
      * Add Russian translation (ru)
      
      * Fix a missing comma
      
      * Fix the wording for better consistency
      
      * Update Russian translation
      
      * Arrange Russian setting alphabetically
      
      * Fix syntax error
      
      * Update Russian translation
      
      * Fix formatting error
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update ru.jsx
      
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Fix translation consistency
      
      * Update Russian translation
      
      * Update Russian translation (pluralizations)
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update Russian translation (pin)
      
      * Update Russian translation (account deletion)
      
      * Fix extra line
  28. Jun 08, 2017
  29. May 31, 2017
  30. May 15, 2017
  31. May 07, 2017
  32. May 04, 2017
  33. Apr 28, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (pluralizations) (#2565) · 4acc386d
      Ratmir Karabut authored
      * Add Russian translation (ru)
      
      * Fix a missing comma
      
      * Fix the wording for better consistency
      
      * Update Russian translation
      
      * Arrange Russian setting alphabetically
      
      * Fix syntax error
      
      * Update Russian translation
      
      * Fix formatting error
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update ru.jsx
      
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Fix translation consistency
      
      * Update Russian translation
      
      * Update Russian translation (pluralizations)
      4acc386d
  34. Apr 27, 2017
  35. Apr 26, 2017
    • Koala Yeung's avatar
      Update Russian translation (rebased) (#2503) · a23eaf72
      Koala Yeung authored
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Update Russian translation
      
      * Fix merge conflicts
      
      Redid Works by @rkarabut
      a23eaf72
  36. Apr 23, 2017
  37. Apr 22, 2017
    • Matt Jankowski's avatar
      2FA controller cleanup (#2296) · 67dea31b
      Matt Jankowski authored
      * Add spec coverage for settings/two_factor_auth area
      
      * extract setup method for qr code
      
      * Move otp required check to before action
      
      * Merge method only used once
      
      * Remove duplicate view
      
      * Consolidate creation of @codes for backup
      
      * Move settings/2fq#recovery_codes to settings/recovery_codes#create
      
      * Rename settings/two_factor_auth#disable to #destroy
      
      * Add coverage for the otp required path on 2fa#show
      
      * Clean up the recovery codes list styles
      
      * Move settings/two_factor_auth to settings/two_factor_authentication
      
      * Reorganize the settings two factor auth area
      
      Updated to use a flow like:
      
      - settings/two_factor_authentication goes to a #show view which has a button
        either enable or disable 2fa on the account
      - the disable button turns off the otp requirement for the user
      - the enable button cycles the user secret and redirects to a confirmation page
      - the confirmation page is a #new view which shows the QR code for user
      - that page posts to #create which verifies the code, and creates the recovery
        codes
      - that create action shares a view with a recovery codes controller which can be
        used separately to reset codes if needed
      67dea31b
Loading