Skip to content
Snippets Groups Projects
  1. Jul 06, 2018
  2. 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
  3. Feb 04, 2018
    • Renato "Lond" Cerqueira's avatar
      Add option to show only local toots in timeline preview (#6292) · 4e4f1b0d
      Renato "Lond" Cerqueira authored
      * Add option to show only local toots in timeline preview
      Right know, toots from all the known fediverse are shown in the main
      page of an instance. That however doesn't reflect the instance itself.
      With this option the admin may choose to display only local toots so
      that users checking the instance get a better idea of internal
      conversations.
      
      * Fix issues pointed by codeclimate and eslint
      
      * Add default message for community timeline
      
      * Update pl.yml
      4e4f1b0d
  4. Dec 29, 2017
    • Eugen Rochko's avatar
      Add more instance stats APIs (#6125) · 38fc1b49
      Eugen Rochko authored
      * Add GET /api/v1/instance/peers API to reveal known domains
      
      * Add GET /api/v1/instance/activity API
      
      * Make new APIs disableable, exclude private statuses from activity stats
      
      * Fix code style issue
      
      * Fix week timestamps
  5. 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
  6. Nov 19, 2017
  7. Nov 11, 2017
  8. Sep 13, 2017
  9. Sep 10, 2017
    • Eugen Rochko's avatar
      Default follows for new users (#4871) · 7d7844a4
      Eugen Rochko authored
      When a new user confirms their e-mail, bootstrap their home timeline
      by automatically following a set of accounts. By default, all local
      admin accounts (that are unlocked). Can be customized by new admin
      setting (comma-separated usernames, local and unlocked only)
      7d7844a4
  10. Jul 12, 2017
  11. 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
  12. Jul 10, 2017
  13. Jul 04, 2017
  14. May 04, 2017
  15. Apr 20, 2017
    • Matt Jankowski's avatar
      Admin settings controller refactor, add specs, cleanup (#2225) · 1ada494b
      Matt Jankowski authored
      * Add render_views for admin/settings spec
      
      * Add coverage for admin/settings#update
      
      * Add coverage for admin/settings typecasting open_registrations setting
      
      * Simplify how admin/settings finds the value for updating
      
      * Rely on activerecord to not update a value that hasnt changed
      
      * Add coverage for non-existent setting
      
      * Use a constant for boolean settings
      1ada494b
  16. Apr 10, 2017
    • Matt Jankowski's avatar
      Admin base controller (#1465) · dbe9f33f
      Matt Jankowski authored
      * Add Admin::BaseController to wrap admin area
      
      Extracts the setting of the `admin` layout and verifying that users are admins
      to a common base class for the admin/ controllers.
      
      * Add basic coverage for admin/reports and admin/settings controllers
      dbe9f33f
  17. Apr 04, 2017
  18. Jan 12, 2017
Loading