Skip to content
Snippets Groups Projects
  1. May 19, 2017
    • Eugen Rochko's avatar
      Add account media gallery view to web UI (#3120) · de475cf8
      Eugen Rochko authored
      * Add account media gallery view to web UI
      
      * Link media view from account dropdown
      
      * Adjust link
      de475cf8
    • Sorin Davidoi's avatar
      b369fc2d
    • Eugen Rochko's avatar
      Add buttons to block and unblock domain (#3127) · f1ab7064
      Eugen Rochko authored
      * Add buttons to block and unblock domain
      
      * Relationship API now returns "domain_blocking" status for accounts,
      rename "block entire domain" to "hide entire domain", fix unblocking domain,
      do not block notifications from domain-blocked-but-followed people, do
      not send Salmons to domain blocked users
      
      * Add test
      
      * Personal domain blocks shouldn't affect Salmon after all, since in this
      direction of communication the control is very thin when it comes to
      public stuff. Best stay consistent and not affect federation in this way
      
      * Ignore followers and follow request from domain blocked folks,
      ensure account domain blocks are not created for empty domain,
      and avoid duplicates in validation
      
      * Purge followers when blocking domain (without soft-blocks, since they
      are useless here)
      
      * Add tests, fix local timeline being empty when having any domain blocks
      f1ab7064
    • Sorin Davidoi's avatar
      Avoid useless renders (#3141) · 1548695c
      Sorin Davidoi authored
      * feat(eslint): Set react/jsx-no-bind: error
      
      * refactor(notifications/setting_toggle): Do not use bind
      
      * refactor(components/dropdown_menu): Do not use bind
      
      * refactor(components/autosuggest_textarea): Do not use bind
      
      * refactor(compose/privacy_dropdown): Do not use bind
      
      * refactor(compose/upload_form): Do not use bind
      
      * refactor(components/status): Do not use bind
      
      * refactor(components/onboarding_modal): Do not use bind
      
      * refactor: PR feedback
      
      * chore(notifications/setting_toggle): Lint
      
      * refactor: PR feedback
      1548695c
    • Yamagishi Kazutoshi's avatar
      Downgrade eslint-plugin-jsx-a11y to v4.0.0 (#3131) · dc559d6b
      Yamagishi Kazutoshi authored
      In Code Climate, eslint-plugin-jsx-a11y v4.0.0 is used.
      Therefore, it seems that a warning is displayed.
      
      ref https://github.com/codeclimate/codeclimate-eslint/pull/273
      dc559d6b
    • Yamagishi Kazutoshi's avatar
      b8b7b506
  2. May 18, 2017
  3. May 17, 2017
  4. May 16, 2017
  5. May 15, 2017
    • Eugen Rochko's avatar
    • Akihiko Odaki's avatar
      Introduce common JavaScript file (#2981) · 85c94963
      Akihiko Odaki authored
      * Create common chunk rather than vendor chunk
      
      vendor chunk is a set of modules provided by external vendors, but now we
      can have a chunk as a set of modules shared by multiple entry points,
      which could be more efficent than having vendor chunk.
      
      * Start rails-ujs in common.js
      
      This is used by /settings/two_factor_authentication.
      85c94963
    • Kazuhiro NISHIYAMA's avatar
    • Eugen Rochko's avatar
      Feature conversations muting (#3017) · d0dd9eb5
      Eugen Rochko authored
      * Add <ostatus:conversation /> tag to Atom input/output
      
      Only uses ref attribute (not href) because href would be
      the alternate link that's always included also.
      
      Creates new conversation for every non-reply status. Carries
      over conversation for every reply. Keeps remote URIs verbatim,
      generates local URIs on the fly like the rest of them.
      
      * Conversation muting - prevents notifications that reference a conversation
      (including replies, favourites, reblogs) from being created. API endpoints
      /api/v1/statuses/:id/mute and /api/v1/statuses/:id/unmute
      
      Currently no way to tell when a status/conversation is muted, so the web UI
      only has a "disable notifications" button, doesn't work as a toggle
      
      * Display "Dismiss notifications" on all statuses in notifications column, not just own
      
      * Add "muted" as a boolean attribute on statuses JSON
      
      For now always false on contained reblogs, since it's only relevant for
      statuses returned from the notifications endpoint, which are not nested
      
      Remove "Disable notifications" from detailed status view, since it's
      only relevant in the notifications column
      
      * Up max class length
      
      * Remove pending test for conversation mute
      
      * Add tests, clean up
      
      * Rename to "mute conversation" and "unmute conversation"
      
      * Raise validation error when trying to mute/unmute status without conversation
      d0dd9eb5
  6. May 14, 2017
    • Eugen Rochko's avatar
      Fix style regressions (#3062) · a588358f
      Eugen Rochko authored
      From #2327 - Elephant friend was overlapping with text, oversized in
      single column layout
      
      From #2021 - Centered layout goes against design principles, changes
      UX for everybody who's already used to the current one
      
      From #2271 - CPU/RAM overusage from keeping columns in DOM (fix #2648,
      possibly also #2101)
      a588358f
    • Paul's avatar
      Fix only typo (#3035) · bc1a91f4
      Paul authored
      bc1a91f4
  7. May 13, 2017
  8. May 12, 2017
  9. May 11, 2017
  10. May 10, 2017
    • Eugen Rochko's avatar
      Fix regressions from #2683 (#2970) · 72698bc3
      Eugen Rochko authored
      * Fix regressions from #2683
      
      Properly format spoiler text HTML, while keeping old logic for blankness intact
      Process hashtags and mentions in spoiler text
      Format spoiler text for Atom
      Change "show more" toggle into a button instead of anchor
      Fix style regression on dropdowns for detailed statuses
      
      * Fix lint issue
      
      * Convert spoiler text to plaintext in desktop notifications
      72698bc3
    • jeroenpraat's avatar
      Very small fix/update NL strings (#2971) · 65027657
      jeroenpraat authored
      * Very small fix/update NL strings
      
      * Oops
      65027657
    • Yamagishi Kazutoshi's avatar
      Add boop sounds in Vorbis format (#2963) · 2fba4196
      Yamagishi Kazutoshi authored
      Vorbis is audio format of Open Source.
      Can play audio in a free environment where you can not play mp3.
      2fba4196
Loading