Skip to content
Snippets Groups Projects
  1. Jun 22, 2023
  2. May 15, 2023
  3. May 12, 2023
  4. Apr 30, 2023
  5. Nov 17, 2022
  6. Oct 12, 2022
  7. Oct 06, 2022
  8. Oct 05, 2022
  9. Mar 03, 2022
  10. Oct 13, 2021
  11. Jul 13, 2021
  12. Jul 07, 2019
  13. Mar 12, 2019
  14. Oct 07, 2018
  15. Oct 04, 2018
  16. Aug 30, 2018
  17. Aug 09, 2018
  18. Jul 31, 2018
  19. Jul 28, 2018
  20. Jul 07, 2018
  21. Apr 23, 2018
  22. Apr 11, 2018
    • Akihiko Odaki's avatar
      Paginate ancestor statuses in public page (#7102) · 519119f6
      Akihiko Odaki authored
      This also limits the statuses returned by API, but pagination is not
      implemented in Web API yet. I still expect it brings user experience
      better than making a user wait to fetch all ancestor statuses and flooding
      the column with them.
      519119f6
  23. Apr 03, 2018
  24. 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
  25. Sep 13, 2017
  26. Sep 12, 2017
  27. Aug 22, 2017
  28. Jul 24, 2017
  29. Jul 14, 2017
  30. 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
  31. May 14, 2017
    • Matt Jankowski's avatar
      Update rails to version 5.0.3 (#3054) · 5f727f90
      Matt Jankowski authored
      * Update rails to version 5.0.3
      
      * Update aws-sdk to version 2.9.17
      
      * Update capistrano to version 3.8.1
      
      * Update climate_control to version 0.2.0
      
      * Update debug_inspector to version 0.0.3
      
      * Update et-orbi to version 1.0.4
      
      * Update oj to version 3.0.7
      
      * Update microformats2 to version 2.9.0
      
      * Update lograge to version 0.5.1
      
      * Clean up usage of Microformats2 object to remove deprecation warnings
      
      * Update microformats2 to version 3.0.1
      5f727f90
  32. May 04, 2017
  33. Apr 28, 2017
  34. Apr 22, 2017
    • Wesley Ellis's avatar
      Add og:url tags (#2298) · a1174a6d
      Wesley Ellis authored
      * add og:url to stream_item view
      
      * add og:url and text to about/show
      
      * add og:url to profile, followers and follows pages
      a1174a6d
  35. Apr 16, 2017
    • Eugen's avatar
      Make file attachment on MediaAttachment optional (#1865) · 5d710b11
      Eugen authored
      Create MediaAttachment but without actual file download when domain is blocked with reject_media set to true
      Clean up old media files when creating a new domain block with reject_media set to true
      Return remote_url in media attachments API if local file is not present
      Undo domain block action in admin UI
      Ability to enable reject_media from admin UI
      5d710b11
    • Matt Jankowski's avatar
      View spec fix (#1888) · 3834e1e6
      Matt Jankowski authored
      * Add option to disable verify partial doubles
      
      * Add show_landing_strip? helper method
      
      * Use show_landing_strip? helper in accounts and stream entries views
      
      * Fix naming in view specs
      3834e1e6
Loading