Skip to content
Snippets Groups Projects
  1. Jul 06, 2017
    • のら's avatar
      Togglable filter links (#4021) · 2d612867
      のら authored
      * Togglable filter links
      
      * Rename is_selected to selected?
      2d612867
    • Daniel Hunsaker's avatar
      [nanobox] Add Automated Backups (#4023) · 185b41be
      Daniel Hunsaker authored
      This PR adds automatic backups to Nanobox instances. The database, Redis, and user files are backed up every day at 03:00 (server time) to the data warehouse component which comes with every Nanobox app. Old backups are automatically cleared out, but the number of backups that are left untouched can be configured by setting the `BACKUP_COUNT` environment variable to any integer value greater than 0 (the default is 1).
      
      Also updated `.env.nanobox` to reflect the current `.env.production.sample`.
      185b41be
    • Akihiko Odaki (@fn_aki@pawoo.net)'s avatar
      Set default From address in config (#3756) · 20830000
      Akihiko Odaki (@fn_aki@pawoo.net) authored
      The old implementation sets default From address in mailers. It sets
      the address from SMTP_FROM_ADDRESS, or notifications@localhost. The
      behavior is occasionally undesired results.
      
      In production environment, notifications@localhost is likely to be
      incorrect.
      In testing environment, the email address should not be varied by a
      environment variable.
      
      After appling this change,
      
      In production environment, it will throw an exception when launching
      Mastodon.
      In testing environment, the address will be fixed with
      notifications@localhost.
      20830000
    • Damien Erambert's avatar
      Add a setting allowing the use of system's default font in Web UI (#4033) · 18d3fa95
      Damien Erambert authored
      * add a system_font_ui setting on the server
      
      * Plug the system_font_ui on the front-end
      
      * add EN/FR locales for the new setting
      
      * put Roboto after all other fonts
      
      * remove trailing whitespace so CodeClimate is happy
      
      * fix user_spec.rb
      
      * correctly write user_spect this time
      
      * slightly better way of adding the classes
      
      * add comments to the system-font stack for clarification
      
      * use .system-font for the class instead
      
      * don't use multiple lines for comments
      
      * remove trailing whitespace
      
      * use the classnames module for consistency
      
      * use `mastodon-font-sans-serif` instead of Roboto directly
      18d3fa95
    • abcang's avatar
      Improve Activity stream spoiler (#4088) · f76e7182
      abcang authored
      f76e7182
    • STJrInuyasha's avatar
      Parse links in status content on update as well as mount (#4042) · 6bf6d356
      STJrInuyasha authored
      * Update links in status content on update as well as mount
      Fixes occasional bugs with mentions and hashtags not being set to open in a new column like they should, and instead opening in a new page
      
      * use classList instead of raw className
      6bf6d356
    • unarist's avatar
      Unobserve status on unmount (#4013) · 9c03fd9c
      unarist authored
      This fixes a warning on status unmounting (e.g. deletion).
      
      This also resets IntersectionObserverWrapper on disconnect to avoid `unobserve()` calls
      which has bug in Edge.
      9c03fd9c
    • Mantas's avatar
      34c8a46d
    • Quent-in's avatar
      l10n Occitan locale (#4089) · 26949607
      Quent-in authored
      * Small adjustments
      
      About the report part.
      
      * Update time format
      26949607
    • Shin Kojima's avatar
      Fix embedded SVG fill attribute (#4086) · e7c0d87d
      Shin Kojima authored
      * Fix embedded SVG fill attribute
      
      SCSS darken/lighten functions may not return a color value, but a color
      name like "white".  See following example:
      
      https://www.sassmeister.com/gist/c41da93b87d536890ddf30a1f42e7816
      
      This patch will normalize $color argument to FFFFFF style.
      
      I also changed the function name from "url-friendly-colour" to
      "hex-color", Because...
      
      1. The name "url-friendly" is not meaningful enough to describe what it
         does.
      
      2. It is familier to me using "color" rather than "colour"
      
          kojima:kojiMac mastodon[master]$ git grep -l colour
          app/javascript/styles/boost.scss
          spec/fixtures/files/attachment.jpg
      
          kojima:kojiMac mastodon[master]$ git grep -l color
          .rspec
          .scss-lint.yml
          Gemfile.lock
          app/javascript/mastodon/features/status/components/action_bar.js
          app/javascript/styles/about.scss
          app/javascript/styles/accounts.scss
          app/javascript/styles/admin.scss
          app/javascript/styles/basics.scss
          app/javascript/styles/boost.scss
          app/javascript/styles/compact_header.scss
          app/javascript/styles/components.scss
          app/javascript/styles/containers.scss
          app/javascript/styles/footer.scss
          app/javascript/styles/forms.scss
          app/javascript/styles/landing_strip.scss
          app/javascript/styles/reset.scss
          app/javascript/styles/stream_entries.scss
          app/javascript/styles/tables.scss
          app/javascript/styles/variables.scss
          app/views/admin/subscriptions/_subscription.html.haml
          app/views/layouts/application.html.haml
          app/views/layouts/error.html.haml
          app/views/manifests/show.json.rabl
          bin/webpack-dev-server
          config/initializers/httplog.rb
          public/500.html
          public/emoji/1f1e6-1f1e8.svg
          public/emoji/1f1ec-1f1f8.svg
          public/emoji/1f1f3-1f1ee.svg
          public/emoji/1f1fb-1f1ec.svg
          spec/fixtures/requests/idn.txt
          yarn.lock
      
      * Add semicolon
      e7c0d87d
    • m4sk1n's avatar
      i18n: minor changes in Polish translation (#4087) · 6d106d39
      m4sk1n authored
      * i18n: minor changes in Polish translation
      
      * Update pl.json
      6d106d39
  2. Jul 05, 2017
  3. Jul 04, 2017
    • m4sk1n's avatar
      i18n: Updated Polish translation (#4068) · a38b34c3
      m4sk1n authored
      
      * i18n: Updated Polish translation
      
      Signed-off-by: default avatarMarcin Mikołajczak <me@m4sk.in>
      
      * fuggin nano
      a38b34c3
    • Gyuhwan Park's avatar
      i18n: Update korean translation (#4066) · 1921ab40
      Gyuhwan Park authored
      * Added Korean Translation (based on japanese)
      
      * Update korean translation
      
      * Update korean translation: fix syntax error
      
      * Updated korean translation
      
      * Update korean translation
      
      * Update ko.json
      
      Translate non-translated parts
      
      * Update ko.yml
      
      Translated missed parts - and fixed some typos
      
      * Create simple_form.ko.yml
      
      * Updated korean translation
      
      * i18n: fix test fails
      
      * Updated korean translation
      1921ab40
    • Minori Hiraoka's avatar
      Fix Korean translation (#4065) · 976c18aa
      Minori Hiraoka authored
      * Added Korean Translation (based on japanese)
      
      * Update korean translation
      
      * Update korean translation: fix syntax error
      
      * Updated korean translation
      
      * Update korean translation
      
      * Update ko.json
      
      Translate non-translated parts
      
      * Update ko.yml
      
      Translated missed parts - and fixed some typos
      
      * Create simple_form.ko.yml
      
      * Update simple_form.ko.yml
      
      Translation error fix - password change form
      
      * Update simple_form.ko.yml
      
      * Update ko.json
      
      Missing translation
      976c18aa
    • Gyuhwan Park's avatar
      i18n: Add korean translation (#4064) · 4cddef1c
      Gyuhwan Park authored
      * Added Korean Translation (based on japanese)
      
      * Update korean translation
      
      * Update korean translation: fix syntax error
      
      * Updated korean translation
      
      * Update korean translation
      
      * Update ko.json
      
      Translate non-translated parts
      
      * Update ko.yml
      
      Translated missed parts - and fixed some typos
      
      * Create simple_form.ko.yml
      
      * Updated korean translation
      
      * i18n: fix test fails
      4cddef1c
    • Yamagishi Kazutoshi's avatar
      cbe94b88
    • Yamagishi Kazutoshi's avatar
  4. Jul 03, 2017
  5. Jul 02, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (sessions) (#4041) · 331f0953
      Ratmir Karabut authored
      * Add Russian translation (ru)
      
      * Fix a missing comma
      
      * Fix the wording for better consistency
      
      * Update Russian translation
      
      * Arrange Russian setting alphabetically
      
      * Fix syntax error
      
      * Update Russian translation
      
      * Fix formatting error
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update ru.jsx
      
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Fix translation consistency
      
      * Update Russian translation
      
      * Update Russian translation (pluralizations)
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update Russian translation (pin)
      
      * Update Russian translation (account deletion)
      
      * Fix extra line
      
      * Update Russian translation (sessions)
      331f0953
    • Damien Erambert's avatar
      Update French locales (#4034) · 133b892e
      Damien Erambert authored
      * add missing locales for French translation
      
      * accent "Media" in the front-end locales
      
      * images => médias
      
      * Change 'rapport' to 'signalement' in French locales to be more coherent
      
      * fix typo
      
      * remove duplicate EN locale
      
      * translate missing locales
      
      * update missing locale
      
      * fix typo
      
      * unify with "utilisateur⋅ice⋅s"
      
      * address PR comments
      133b892e
    • Sorin Davidoi's avatar
  6. Jul 01, 2017
  7. Jun 30, 2017
Loading