An error occurred fetching the project authors.
  1. 13 Jun, 2016 2 commits
  2. 10 Jun, 2016 3 commits
  3. 08 Jun, 2016 3 commits
    • Sean McGivern's avatar
      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.
      40b6d906
    • Kamil Trzcinski's avatar
      Update Knapsack report only on master · e7bf9431
      Kamil Trzcinski authored
      e7bf9431
    • Yorick Peterse's avatar
      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
      Unverified
      3883bc05
  4. 06 Jun, 2016 3 commits
    • Thijs Wouters's avatar
      Sort by label priority · d8263b28
      Thijs Wouters authored
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      d8263b28
    • Douwe Maan's avatar
      Add workhorse controller and API helpers · 8c3ba8d6
      Douwe Maan authored
      8c3ba8d6
    • Timothy Andrew's avatar
      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.
      791cc913
  5. 01 Jun, 2016 1 commit
  6. 31 May, 2016 2 commits
  7. 30 May, 2016 1 commit
  8. 25 May, 2016 1 commit
  9. 20 May, 2016 1 commit
  10. 19 May, 2016 2 commits
  11. 13 May, 2016 1 commit
  12. 12 May, 2016 3 commits
  13. 10 May, 2016 2 commits
  14. 09 May, 2016 1 commit
  15. 08 May, 2016 1 commit
  16. 06 May, 2016 2 commits
  17. 30 Apr, 2016 1 commit
  18. 29 Apr, 2016 1 commit
  19. 21 Apr, 2016 1 commit
  20. 20 Apr, 2016 3 commits
  21. 19 Apr, 2016 1 commit
    • Yorick Peterse's avatar
      Configuring of points per UDP packet · 229f3ce9
      Yorick Peterse authored
      This allows users to configure the number of points stored in a single
      UDP packet. This in turn can be used to reduce the number of UDP packets
      being sent at the cost of these packets being somewhat larger.
      
      The default setting is 1 point per packet so nothing changes for
      existing users.
      Unverified
      229f3ce9
  22. 18 Apr, 2016 1 commit
  23. 13 Apr, 2016 3 commits