Skip to content
Snippets Groups Projects
  1. Sep 19, 2017
    • Andrew's avatar
      Add support for multiple themes (#4959) · 0401a245
      Andrew authored
      * Add support for selecting a theme
      
      * Fix codeclimate issues
      
      * Look up site default style if current user is not available due to e.g. not being logged in
      
      * Remove outdated comment in common.js
      
      * Address requested changes in themes PR
      
      * Fix codeclimate issues
      
      * Explicitly check current_account in application controller and only check theme availability if non-nil
      
      * codeclimate
      
      * explicit precedence with &&
      
      * Fix code style in application_controller according to @nightpool's suggestion, use default style in embedded.html.haml
      
      * codeclimate: indentation + return
      0401a245
    • unarist's avatar
      Hide sensitive image in default on the public pages (#5009) · 4aea3f88
      unarist authored
      Additionally, this restores previous background / text color for media spoiler.
      4aea3f88
    • Eugen Rochko's avatar
      Fix incomplete account records being read (#4998) · 41e6c8b1
      Eugen Rochko authored
      * Fix incomplete account records being read
      
      - Put account processing into redis lock
      - Do not save until record is complete
      
      * Fix spaces
      41e6c8b1
    • Akihiko Odaki's avatar
      Remove ubuntu-toolchain-r-test (#5005) · 813e6507
      Akihiko Odaki authored
      813e6507
    • Yamagishi Kazutoshi's avatar
      Fix custom emojis index (#5006) · 1664e52c
      Yamagishi Kazutoshi authored
      1664e52c
    • Eugen Rochko's avatar
      Define emoji context for ActivityPub (#5004) · dce869df
      Eugen Rochko authored
      * Define emoji context for ActivityPub
      
      * Fix the emojo
      
      * Use general Mastodon context instead
      dce869df
    • Eugen Rochko's avatar
      Admin interface for listing, adding and removing custom emojis (#5002) · 09a94b57
      Eugen Rochko authored
      * Admin interface for listing, adding and removing custom emojis
      
      * Only display local ones in the list
      09a94b57
    • Eugen Rochko's avatar
      Run i18n-tasks normalize (#5003) · d4394414
      Eugen Rochko authored
      d4394414
    • Eugen Rochko's avatar
      Custom emoji (#4988) · 81cec35d
      Eugen Rochko authored
      * Custom emoji
      
      - In OStatus: `<link rel="emoji" name="coolcat" href="http://..." />`
      - In ActivityPub: `{ type: "Emoji", name: ":coolcat:", href: "http://..." }`
      - In REST API: Status object includes `emojis` array (`shortcode`, `url`)
      - Domain blocks with reject media stop emojis
      - Emoji file up to 50KB
      - Web UI handles custom emojis
      - Static pages render custom emojis as `<img />` tags
      
      Side effects:
      
      - Undo #4500 optimization, as I needed to modify it to restore
        shortcode handling in emojify()
      - Formatter#plaintext should now make sure stripped out line-breaks
        and paragraphs are replaced with newlines
      
      * Fix emoji at the start not being converted
      81cec35d
  2. Sep 18, 2017
  3. Sep 17, 2017
  4. Sep 16, 2017
  5. Sep 15, 2017
    • unarist's avatar
      Fix invisible load more button (#4962) · 6c81f9d6
      unarist authored
      * Fix behavior while the button is invisible
      e.g. pointer cursor, couldn't open contextmenu
      * Avoid rendering the button to remove blank space if no more items are available or no items are rendered
      6c81f9d6
  6. Sep 14, 2017
Loading