Skip to content
Snippets Groups Projects
  1. Nov 27, 2017
    • Eugen Rochko's avatar
      Add consumable invites (#5814) · 740f8a95
      Eugen Rochko authored
      * Add consumable invites
      
      * Add UI for generating invite codes
      
      * Add tests
      
      * Display max uses and expiration in invites table, delete invite
      
      * Remove unused column and redundant validator
      
      - Default follows not used, probably bad idea
      - InviteCodeValidator is redundant because RegistrationsController
        checks invite code validity
      
      * Add admin setting to disable invites
      
      * Add admin UI for invites, configurable role for invite creation
      
      - Admin UI that lists everyone's invites, always available
      - Admin setting min_invite_role to control who can invite people
      - Non-admin invite UI only visible if users are allowed to
      
      * Do not remove invites from database, expire them instantly
      Unverified
      740f8a95
  2. Oct 10, 2017
  3. Sep 16, 2017
    • Lynx Kotoura's avatar
      Adjust landing pages 2 (#4967) · 1e3b1d72
      Lynx Kotoura authored
      * Adjust landing pages 2
      
      Fix styles of terms page
      Remove action buttons from timeline in about page
      Adjust styles of short description
      Adjust form inputs
      Set autocomplete off for username and email box in registration form. Remove line breakings.
      
      * Revert removing action buttons
      1e3b1d72
  4. Sep 09, 2017
  5. Sep 02, 2017
    • Lynx Kotoura's avatar
      Adjust settings pages (#4765) · cfe39fb5
      Lynx Kotoura authored
      * views: Adjust heading positions
      
      * Adjust settings pages
      
      Adjust label. Adjust tables. Adjust admin/reports/* pages. Fix 2FA QR code style for narrow devices. Widen several pages. Increase contrast.
      
      * Remove trailing whitespace
      cfe39fb5
  6. Jul 29, 2017
    • Lynx Kotoura's avatar
      Fix autocomplete option in haml files (#4438) · 57a794d8
      Lynx Kotoura authored
      * Fix autocomplete in two_factor.html.haml
      
      * Fix autocomplete in registrations edit.html.haml
      
      * Fix autocomplete in passwords edit.html.haml
      
      * Fix autocomplete in _registration.html.haml
      
      * Fix autocomplete in new.html.haml
      
      * Fix autocomplete in show.html.haml
      
      * Add autocomplete option to sessions new.html.haml
      
      * Add autocomplete option to 2FA new.html.haml
      
      * Add autocomplete option to 2FA show.html.haml
      57a794d8
  7. Jul 28, 2017
  8. Jul 19, 2017
  9. 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
  10. Jul 03, 2017
  11. Jun 25, 2017
    • Eugen Rochko's avatar
      Add overview of active sessions (#3929) · f7301bd5
      Eugen Rochko authored
      * Add overview of active sessions
      
      * Better display of browser/platform name
      
      * Improve how browser information is stored and displayed for sessions overview
      
      * Fix test
      f7301bd5
  12. Jun 19, 2017
  13. Jun 14, 2017
    • Eugen Rochko's avatar
      Account deletion (#3728) · 4a618908
      Eugen Rochko authored
      * Add form for account deletion
      
      * If avatar or header are gone from source, remove them
      
      * Add option to have SuspendAccountService remove user record, add tests
      
      * Exclude suspended accounts from search
      4a618908
  14. May 17, 2017
  15. May 08, 2017
  16. Apr 15, 2017
    • Patrick Figel's avatar
      Add recovery code support for two-factor auth (#1773) · df4ff9a8
      Patrick Figel authored
      * Add recovery code support for two-factor auth
      
      When users enable two-factor auth, the app now generates ten
      single-use recovery codes. Users are encouraged to print the codes
      and store them in a safe place.
      
      The two-factor prompt during login now accepts both OTP codes and
      recovery codes.
      
      The two-factor settings UI allows users to regenerated lost
      recovery codes. Users who have set up two-factor auth prior to
      this feature being added can use it to generate recovery codes
      for the first time.
      
      Fixes #563 and fixes #987
      
      * Set OTP_SECRET in test enviroment
      
      * add missing .html to view file names
      df4ff9a8
  17. Apr 13, 2017
  18. Jan 28, 2017
  19. Jan 27, 2017
  20. Nov 16, 2016
  21. Nov 15, 2016
  22. Nov 03, 2016
  23. Oct 18, 2016
  24. Oct 14, 2016
  25. Oct 13, 2016
  26. Oct 06, 2016
  27. Oct 03, 2016
  28. Mar 05, 2016
Loading