Skip to content
Snippets Groups Projects
  1. Jul 06, 2017
    • 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
    • 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
  4. Jul 03, 2017
  5. Jul 02, 2017
  6. Jul 01, 2017
  7. Jun 30, 2017
  8. Jun 27, 2017
  9. Jun 26, 2017
  10. Jun 25, 2017
  11. Jun 24, 2017
  12. Jun 23, 2017
  13. Jun 21, 2017
    • unarist's avatar
      Don't attach IntersectionObserver for wrapped statuses (#3883) · cc382c50
      unarist authored
      (This patch has been merged as bugfix and reverted, but still valuable as
      improvement)
      
      Previously, we've attached IntersectionObserver twice for boosted statuses:
      wrapper Status and wrapped Status. but wrapped Status don't need to manage
      intersection and visibility by itself, because it's a part of wrapper Status.
      cc382c50
  14. Jun 20, 2017
    • Eugen Rochko's avatar
    • Eugen Rochko's avatar
      Revert "Don't attach IntersectionObserver for wrapped statuses" (#3877) · 31cd6490
      Eugen Rochko authored
      * Revert "Bump version to 1.4.4"
      
      This reverts commit 1585b0c6.
      
      * Revert "Fix conversations (fixes #3869) (#3870)"
      
      This reverts commit 15b43f55.
      
      * Revert "Fix streaming server. Redis connection subscribe for each channel. (#3828)"
      
      This reverts commit d8ec8328.
      
      * Revert "Filter direct statuses in Status.as_home_timeline (#3842)"
      
      This reverts commit bab5a182.
      
      * Revert "Fix RemoteFollow behavior (#3868)"
      
      This reverts commit a20cf3b6.
      
      * Revert "Update fabricator for MediaAttachment to attach a file according to type (#3862)"
      
      This reverts commit 356df7ae.
      
      * Revert "Upgrade React Router (#3677)"
      
      This reverts commit 8f03fdce.
      
      * Revert "Do not call setState from unmounted component (#3853)"
      
      This reverts commit 1fc6cb49.
      
      * Revert "Replace TextIconButton for SensitiveButton to IconButton (#3759)"
      
      This reverts commit eb832e88.
      
      * Revert "Fix RTL detection on Ruby side (#3867)"
      
      This reverts commit b16b6935.
      
      * Revert "i18n: Fixed typo in Polish translation (#3864)"
      
      This reverts commit da6fa029.
      
      * Revert "Don't attach IntersectionObserver for wrapped statuses (#3863)"
      
      This reverts commit 94ad0706.
      31cd6490
Loading