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
    • 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
  2. Sep 18, 2017
  3. Sep 17, 2017
  4. Sep 16, 2017
    • Mingye Wang's avatar
      Minor Chinese check & jsx addition (#4973) · c8969dca
      Mingye Wang authored
      * zh-*: transition from "like" back to "fav"
      
      This commit reverts the translation for the yellow-star "fav" button
      back to "fav" in Chinese. Some ambuiguity between "like" and "fav" is
      deliberately used in zh-TW/HK by using the existing phrase "最爱"
      (favorite (adj.), lit. love-most) instead of "收藏" (favourite (v.),
      "collect") in some instances.
      
      Fixes #3511.
      
      * zh-*: apply suggestions for PR #4557
      
      * zh-cn: de-monetize ya account
      
      In Chinese two separate characters, 账 and 帐, can be used to spell the
      word for account (账/帐户). However, the one with a 贝 on the left is
      evolved from the latter specifically for monetary purposes. Since
      people usually can't figure out which one to use, it might be a good
      idea to use the original not-so-money one.
      
      * zh-*: complete jsx translation
      c8969dca
    • Eugen Rochko's avatar
      When accessing uncached media attachment, redownload it (#4955) · 54edb4b8
      Eugen Rochko authored
      * When accessing uncached media attachment, redownload it
      
      * Prevent re-download of rejected media
      54edb4b8
  5. Sep 14, 2017
  6. Sep 13, 2017
  7. Sep 12, 2017
    • unarist's avatar
      Add section for protocol specific information on the admin page (#4910) · af10c9fb
      unarist authored
      This PR adds section for protocol specific information, then always show
      both of OStatus and ActivityPub. Specifically, this will help admins to
      check PuSH subscription status and unsubscribe manually, even `protocol`
      has been changed.
      
      This also includes below changes:
      
      * Add `overflow: hidden` to prevent float leaking
      * Add missing fields for ActivityPub
      af10c9fb
  8. Sep 11, 2017
    • Patrick Figel's avatar
      Add OpenStack Keystone V3 support (#4889) · 3018043f
      Patrick Figel authored
      Keystone V2 is deprecated in favour of V3. This adds the necessary
      connection parameters for establishing a V3 connection. Connections
      to V2 endpoints are still possible and the configuration should
      remain compatible.
      
      This also introduces a SWIFT_REGION variable for multi-region
      OpenStack environments and a SWIFT_CACHE_TTL that controls how long
      tokens and other meta-data is cached for. Caching tokens avoids
      rate-limiting errors that would result in media uploads becoming
      unavailable during high load or when using tasks like
      media:remove_remote. fog-openstack only supports token caching for
      V3 endpoints, so a recommendation for using V3 was added.
      3018043f
  9. Sep 10, 2017
    • Anna e só's avatar
      l10n: Full PT-BR translation (#4882) · c2bee07d
      Anna e só authored
      * devise.pt-BR.yml now fully translated
      
      * pt-BR.json now fully translated
      
      * pt-BR.yml partially translated; 46 lines left
      
      * pt-BR.yml now fully translated
      
      * simple_form.pt-BR.yml fully translated
      
      * doorkeeper.pt-BR.yml now fully translated
      
      * E-mail instructions on app/views/user_mailer added and fully translated
      
      * PT-BR translation for #4871
      
      * Deleted an unwanted caracter on pt-BR.yml
      
      * Fixing typos on pt-BR.yml
      
      * Added translation for Pinned toots tab on pt-BR.json
      
      * Added missing translation for navigation_bar.pins
      c2bee07d
    • Masoud Abkenar's avatar
      l10n: update Persian translation (#4880) · a345479d
      Masoud Abkenar authored
      * l10n: update Persian translation
      
      * l10n: fix missing Persian translation
      a345479d
    • m4sk1n's avatar
      i18n: Update Polish translation (#4881) · 08f00df9
      m4sk1n authored
      08f00df9
    • yoshipc's avatar
      Fix Japanese translation (#4876) · 15b886a6
      yoshipc authored
      I translated the additional text ( added by #4871)
      15b886a6
    • 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. Sep 09, 2017
  11. Sep 07, 2017
  12. Sep 06, 2017
  13. Sep 05, 2017
  14. Sep 04, 2017
  15. Sep 03, 2017
Loading