Skip to content
Snippets Groups Projects
  1. May 10, 2020
  2. May 08, 2020
  3. May 03, 2020
  4. Apr 30, 2020
    • kaiyou's avatar
      Only check locally when deduplicating usernames (#13581) · 3511528e
      kaiyou authored
      When deduplicating account usernames for OAuthable users, the routine did check if any account was known with that username, including remote accounts. This caused some unnecessary deduplication, and usernames ending with unexpected trailing _1.
      This fixes #13580
      3511528e
  5. Apr 28, 2020
    • ThibG's avatar
      Fix admin-facing uses of inline CSS (#13575) · b8ba9774
      ThibG authored
      * Move .back-button inline styles to CSS file
      
      All occurrences of the back-button CSS class used the same inline
      CSS rules, so moved them over to the CSS file
      
      * Fix “Add new domain block” button using inline CSS
      
      * Replace common pattern of inline-styled button boxes by a CSS class
      
      In particular, switching from `float: left/right` to a flexbox with
      `justify-content: space-between`. This implied changing the order of
      a few HTML tags and adding an empty `div` in one case.
      
      Also removed a `margin-bottom` rule that wasn't needed due to the
      margins of surrounding elements.
      
      * Move account admin view inline CSS to CSS file
      b8ba9774
    • ThibG's avatar
      Fix page incorrectly scrolling when bringing up dropdown menus (#13574) · 77ec0875
      ThibG authored
      Fixes #13573
      
      For some reason (I suspect this may be related to focusing the item before it
      got drown by the browser), Firefox scrolls to top when bringing up dropdown
      menus with pre-selected items.
      
      This commit uses the “preventScroll” option as, due to the placement behavior,
      the menu should be visible anyway and not trigger scrolling.
      77ec0875
    • ThibG's avatar
      Fix end-user-facing uses of inline CSS (#13438) · 0e362b76
      ThibG authored
      
      * Move some inline styles to CSS files
      
      * Move default_account_display_name span to fix useless tags with duplicate id
      
      * Change handling of public pages spoiler text from inline CSS to dataset attribute
      
      * Use the `dir` HTML attribute instead of inline CSS
      
      * Move status action bar inline CSS to CSS file
      
      * Hide logo resources from CSS file, not inline CSS
      
      Fixes #11601
      
      * Move translation prompt styling from inline CSS to CSS file
      
      * Move “invited by” styling on registration form from inline to CSS file
      
      * Use the progress tag to display poll results in JS fallback
      
      * Fix poll results JS-less fallback when the user has voted for an option
      
      * Change account public page “moved” notice to use img tags instead of inline CSS
      
      * Move OTP hint inline CSS to SCSS file
      
      * Hide JS-less fallback vote progressbars from accessibility tools
      
      Co-authored-by: default avatarEugen Rochko <eugen@zeonfederated.com>
      0e362b76
    • ThibG's avatar
      ad9c7aef
    • ThibG's avatar
      Fix messed up z-index when NoScript blocks media/previews (#13449) · 04eb5998
      ThibG authored
      Fixes #13444
      04eb5998
    • ThibG's avatar
    • ThibG's avatar
      Add `invites_enabled` to API (#13501) · b40d68cc
      ThibG authored
      b40d68cc
  6. Apr 26, 2020
  7. Apr 25, 2020
  8. Apr 23, 2020
  9. Apr 21, 2020
  10. Apr 20, 2020
  11. Apr 19, 2020
  12. Apr 18, 2020
  13. Apr 17, 2020
  14. Apr 16, 2020
  15. Apr 15, 2020
Loading