Skip to content
Snippets Groups Projects
  1. Apr 21, 2018
  2. 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
  3. Jun 12, 2017
  4. Jun 08, 2017
  5. May 04, 2017
  6. Apr 19, 2017
    • Matt Jankowski's avatar
      Restful refactor of accounts/ routes (#2133) · 8bac0350
      Matt Jankowski authored
      * Add routing specs for accounts followers and following actions
      
      * Use more restful route naming for public account follow pages
      
      Moves two actions:
      - accounts#followers to accounts/follower_accounts#index
      - accounts#following to accounts/following_accounts#index
      
      Adds routing spec to ensure prior URLs are preserved.
      8bac0350
  7. Apr 17, 2017
    • Matt Jankowski's avatar
      Improve handling of HTTP_ACCEPT for webfinger (#2008) · 21a767dc
      Matt Jankowski authored
      This change includes:
      
      - Improve the spec coverage for incoming request to the webfinger action
      - For requests without an accept header (ie, what a browser might look like),
        return a JSON response.
      - For requests with an explicit format of xml or json, return that format.
      - For requests using an accept header, return that format.
      
      Also adds failing spec showing webfinger does not return xml, which covers the
      issue described in: https://github.com/tootsuite/mastodon/issues/1983
      21a767dc
  8. Apr 14, 2017
    • Matt Jankowski's avatar
      Improve i18n chooser (#1804) · f5cd1383
      Matt Jankowski authored
      * Add locale spec with failing locale plus region check
      
      * Use a more accurate locale when supplied by browser headers
      
      Previously we were using a matching option which would use the first locale
      available which matched the locale portion, even if a region was specified.
      
      This changes to first try to find an exact match, and then fall back to the
      region, and then fall back to the  default.
      
      * Clean up default_locale method
      f5cd1383
  9. Apr 13, 2017
  10. Apr 12, 2017
  11. Apr 09, 2017
Loading