Skip to content
Snippets Groups Projects
  1. Dec 01, 2019
  2. Nov 30, 2019
    • ThibG's avatar
      f05b0463
    • ThibG's avatar
      Add ability to filter reports by target account domain (#12154) · d8f96028
      ThibG authored
      * Add ability to filter reports by target account domain
      
      * Reword by_target_domain label
      d8f96028
    • ntl-purism's avatar
      LDAP & PAM added to OAuth password grant strategy (#7999) (#12390) · f3a93987
      ntl-purism authored
      When authenticating via OAuth, the resource owner password grant
      strategy is allowed by Mastodon, but (without this PR), it does not
      attempt to authenticate against LDAP or PAM. As a result, LDAP or PAM
      authenticated users cannot sign in to Mastodon with their
      email/password credentials via OAuth (for instance, for native/mobile
      app users).
      
      This PR fleshes out the authentication strategy supplied to doorkeeper
      in its initializer by looking up the user with LDAP and/or PAM when
      devise is configured to use LDAP/PAM backends. It attempts to follow the
      same logic as the Auth::SessionsController for handling email/password
      credentials.
      
      Note #1: Since this pull request affects an initializer, it's unclear
      how to add test automation.
      
      Note #2: The PAM authentication path has not been manually tested. It
      was added for completeness sake, and it is hoped that it can be manually
      tested before merging.
      f3a93987
    • ThibG's avatar
      Fix lost focus when modals open/close (#12437) · 35b142a7
      ThibG authored
      * Fix lost focus after modal closes
      
      Regression caused by the use of the wicg-inert polyfill
      
      * Fix regression introduced by wicg-inert
      
      * Catch errors to please CodeClimate
      35b142a7
  3. Nov 29, 2019
    • Sasha Sorokin's avatar
      Fix counter sizing (#12446) · b532ead7
      Sasha Sorokin authored
      Counter size is currently set to strict 33.3% width, but with it
      counter may break in other languages than English. For example it is
      already broken on Gargron's profile on mastodon.social using Russian
      locale.
      
      This commit changes "width" to "min-width", so counters still displayed
      correctly, but if they need more width to fit text, they are now allowed
      to take as many width as they need.
      b532ead7
    • Shlee's avatar
      Updated NodeJS in Dockerfile (#12492) · 6c2c2eee
      Shlee authored
      6c2c2eee
    • Sasha Sorokin's avatar
      Improve notifications page (#12497) · fd45f5bb
      Sasha Sorokin authored
      Currently notifications page seems a bit cluttered with no clear
      separation between e-mail and filtering settings. This commit tries to
      address them by adding clear separation with headers, hints and removing
      continuously reused texts for events checkboxes.
      fd45f5bb
    • ThibG's avatar
      Add hotkey for opening media files (#12498) · a690b3e4
      ThibG authored
      * [WiP] Add hotkey to open media
      
      * Give focus to play/pause button when opening video modal
      a690b3e4
    • ThibG's avatar
      Fix pending upload count not being decremented on error (#12499) · 667708f5
      ThibG authored
      The arguments were passed to the wrong function… also, there is no
      need to have a conditional decrementation: failure to upload means
      we marked an upload as pending, in all cases.
      667708f5
  4. Nov 28, 2019
  5. Nov 27, 2019
  6. Nov 26, 2019
    • ThibG's avatar
      Fix empty poll options not being filtered on remote poll update (#12484) · 00c219aa
      ThibG authored
      If a poll contains empty options (which is apparently possible on Pleroma),
      it is created without them. However, the poll update code doesn't filter
      empty options, and thus:
      1. Clear known votes, as it assumes the set of options has changed
      2. Errors out because it tries adding empty options, which fails validation
      
      This commit fixes that by filtering them out the same way they are filtered
      out at poll creation time.
      00c219aa
  7. Nov 25, 2019
  8. Nov 24, 2019
  9. Nov 22, 2019
  10. Nov 21, 2019
Loading