Skip to content
Snippets Groups Projects
  1. Sep 02, 2017
    • Eugen Rochko's avatar
      Define missing JSON-LD properties (#4767) · 1b5806b7
      Eugen Rochko authored
      Using _: property names is discouraged, as in the future,
      canonicalization may throw an error when encountering that instead
      of discarding it silently like it does now.
      
      We are defining some ActivityStreams properties which we expect
      to land in ActivityStreams eventually, to ensure that future versions
      of Mastodon will remain compatible with this even once that happens.
      Those would be `locked`, `sensitive` and `Hashtag`
      
      We are defining a custom context inline for some properties which we
      do not expect to land in any other context. `atomUri`, `inReplyToAtomUri`
      and `conversation` are part of the custom defined OStatus context.
      1b5806b7
    • mayaeh's avatar
      ab9f1b6e
    • Yamagishi Kazutoshi's avatar
      Add RoutingHelper (#4769) · b767eb7f
      Yamagishi Kazutoshi authored
      b767eb7f
  2. Sep 01, 2017
  3. Aug 31, 2017
  4. Aug 30, 2017
  5. Aug 29, 2017
  6. Aug 28, 2017
  7. Aug 27, 2017
    • Lynx Kotoura's avatar
      Adjust "signed in as" pages (#4720) · 07994eed
      Lynx Kotoura authored
      * Adjust "signed in as" pages
      
      
      Fix min-width
      
      
      Set width of .account-header .name
      
      To apply text-overflow and overflow settings
      Set overflow for detailed-status__display-name
      
      * Remove trailing whitespace
      07994eed
    • Lynx Kotoura's avatar
      Adjust public profile pages (#4713) · bab9afaa
      Lynx Kotoura authored
      * Adjust account-grid in public profiles
      
      Full-width card on mobile UI. Set break-word for long name and ID. Fix margin.
      
      * Reduce padding-bottom of public profiles
      
      * Revive next prev buttons in mobile public profiles
      
      In followers followees pages.
      
      * Revert break-word for username
      
      * Fix overflow of display_name
      
      Need re-setting text-overflow and overflow in display: block;
      bab9afaa
    • Eugen Rochko's avatar
Loading