Skip to content
Snippets Groups Projects
  1. May 08, 2020
  2. May 07, 2020
  3. May 04, 2020
  4. May 03, 2020
  5. May 01, 2020
  6. 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
      Unverified
      3511528e
  7. 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
      Unverified
      b8ba9774
Loading