BigW Consortium Gitlab

  1. 10 Jun, 2016 3 commits
  2. 09 Jun, 2016 1 commit
    • Enable RuboCop for migrations · 98bb435f
      Sean McGivern authored
      Migrations shouldn't fail RuboCop checks - especially lint checks, such
      as the nested method check. To avoid changing code in existing
      migrations, add the magic comment to the top of each of them to skip
      that file.
  3. 08 Jun, 2016 3 commits
    • Allow custom text on 'almost there' page · 40b6d906
      Sean McGivern authored
      Add a new application setting, after_sign_up_text. This is text to be
      rendered as Markdown and shown on the 'almost there' page after a user
      signs up, but before they've confirmed their account.
      
      Tweak the styles for that page so that centered lists look reasonable.
    • Update Knapsack report only on master · e7bf9431
      Kamil Trzcinski authored
    • Remove notification settings in batches · 3883bc05
      Yorick Peterse authored
      This improves performance of the duplicate notification settings
      migration by removing duplicates in batches instead of using one big
      "DELETE FROM" query.
      
      The previous query would locally run over 45 minutes without even
      finishing. This new setup finished in a matter of seconds.
      
      Fixes #18289
  4. 06 Jun, 2016 3 commits
    • Fix missed colorize methods. · efb7da68
      Connor Shea authored
    • Sort by label priority · d8263b28
      Thijs Wouters authored
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
    • Add a `U2fRegistrations` table/model. · 791cc913
      Timothy Andrew authored
      - To hold registrations from U2F devices, and to authenticate them.
      - Previously, `User#two_factor_enabled` was aliased to the
        `otp_required_for_login` column on `users`.
      - This commit changes things a bit:
          - `User#two_factor_enabled` is not a method anymore
          - `User#two_factor_enabled?` checks both the
            `otp_required_for_login` column, as well as `U2fRegistration`s
          - Change all instances of `User#two_factor_enabled` to
            `User#two_factor_enabled?`
      - Add the `u2f` gem, and implement registration/authentication at the
        model level.
  5. 03 Jun, 2016 2 commits
  6. 01 Jun, 2016 1 commit
  7. 31 May, 2016 6 commits
  8. 30 May, 2016 1 commit
  9. 27 May, 2016 1 commit
  10. 25 May, 2016 1 commit
  11. 20 May, 2016 2 commits
  12. 19 May, 2016 4 commits
  13. 16 May, 2016 4 commits
  14. 13 May, 2016 1 commit
  15. 12 May, 2016 3 commits
  16. 11 May, 2016 1 commit
  17. 10 May, 2016 2 commits
  18. 09 May, 2016 1 commit