1. 13 7月, 2017 1 次提交
    • R
      Fixes needed when GitLab sign-in is not enabled · 672a68d3
      Robin Bobbitt 提交于
      When sign-in is disabled:
       - skip password expiration checks
       - prevent password reset requests
       - don’t show Password tab in User Settings
       - don’t allow login with username/password for Git over HTTP requests
       - render 404 on requests to Profiles::PasswordsController
      672a68d3
  2. 11 7月, 2017 1 次提交
  3. 08 7月, 2017 2 次提交
  4. 07 7月, 2017 18 次提交
  5. 06 7月, 2017 1 次提交
    • Y
      Add many foreign keys to the projects table · c63e3221
      Yorick Peterse 提交于
      This removes the need for relying on Rails' "dependent" option for data
      removal, which is _incredibly_ slow (even when using :delete_all) when
      deleting large amounts of data. This also ensures data consistency is
      enforced on DB level and not on application level (something Rails is
      really bad at).
      
      This commit also includes various migrations to add foreign keys to
      tables that eventually point to "projects" to ensure no rows get
      orphaned upon removing a project.
      c63e3221
  6. 05 7月, 2017 5 次提交
  7. 04 7月, 2017 3 次提交
  8. 01 7月, 2017 1 次提交
  9. 29 6月, 2017 1 次提交
  10. 27 6月, 2017 2 次提交
  11. 26 6月, 2017 5 次提交