BigW Consortium Gitlab

  1. 16 Dec, 2016 3 commits
  2. 14 Dec, 2016 1 commit
  3. 09 Dec, 2016 1 commit
  4. 05 Dec, 2016 1 commit
    • Fix Archived project merge requests add to group's Merge Requests · 4d26ab28
      Jacopo authored
      counter
      
      This is done by:
       - Extending the IssuableFinder adding the non_archived option to the params
       - Overriding the #filter_params in the MergeRequestsAction
       - Passing the non_archived param in the nav/_group.html.haml navbar
         partial from the groups/merge_requests.html.haml
  5. 28 Nov, 2016 1 commit
  6. 23 Nov, 2016 1 commit
  7. 19 Nov, 2016 1 commit
  8. 18 Nov, 2016 1 commit
  9. 17 Nov, 2016 3 commits
  10. 10 Nov, 2016 1 commit
  11. 26 Oct, 2016 1 commit
  12. 19 Oct, 2016 2 commits
  13. 04 Oct, 2016 1 commit
    • Restrict failed login attempts for users with 2FA · 194fbc3c
      Sean McGivern authored
      Copy logic from `Devise::Models::Lockable#valid_for_authentication?`, as
      our custom login flow with two pages doesn't call this method. This will
      increment the failed login counter, and lock the user's account once
      they exceed the number of failed attempts.
      
      Also ensure that users who are locked can't continue to submit 2FA
      codes.
  14. 03 Oct, 2016 3 commits
  15. 22 Sep, 2016 5 commits
  16. 20 Sep, 2016 1 commit
  17. 19 Sep, 2016 2 commits
  18. 10 Sep, 2016 1 commit
  19. 08 Sep, 2016 3 commits
  20. 02 Sep, 2016 1 commit
  21. 31 Aug, 2016 1 commit
  22. 30 Aug, 2016 1 commit
  23. 28 Aug, 2016 1 commit
  24. 18 Aug, 2016 1 commit
    • Handle legacy sort order values · d3acded4
      Sean McGivern authored
      The sort orders used to be id_asc / id_desc, and are now created_asc /
      created_desc. Users can still have cookies containing the old sort
      orders, or bookmarks to links specifying them, so convert these to the
      new versions quietly.
  25. 15 Aug, 2016 2 commits