pagure Logo
  • Log In

copr / copr

Clone
Source Code
GIT
Documentation
GIT

Learn more about these different git repos.

Other Git URLs

  • Source
  • Docs
  • Issues  0
  • Pull Requests  0
  • Roadmap 
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

45fcad8 [frontend] make FAS opt-out

Authored and Committed by praiskup 8 years ago
raw patch tree parent
8 files changed. 89 lines added. 12 lines removed.
frontend/copr-frontend.spec
file modified
+2 -1
frontend/coprs_frontend/config/copr.conf
file modified
+8 -0
frontend/coprs_frontend/coprs/config.py
file modified
+8 -0
frontend/coprs_frontend/coprs/context_processors.py
file modified
+49 -0
frontend/coprs_frontend/coprs/templates/coprs/show/user.html
file modified
+9 -2
frontend/coprs_frontend/coprs/templates/layout.html
file modified
+6 -9
frontend/coprs_frontend/coprs/templates/user_info.html
file added
+4
frontend/coprs_frontend/coprs/views/misc.py
file modified
+3 -0
    [frontend] make FAS opt-out
    
    This would be used for Red Hat Internal Copr in coprs.conf:
    
    FAS_LOGIN = False
    LOGIN_INFO = {
        'user_link': 'https://people.engineering.redhat.com/employee/{username}/',
        'description': 'orgchart',
    }
    KRB5_LOGIN = { ... }
    
        
frontend/copr-frontend.spec
file modified
+2 -1
frontend/coprs_frontend/config/copr.conf
file modified
+8 -0
frontend/coprs_frontend/coprs/config.py
file modified
+8 -0
frontend/coprs_frontend/coprs/context_processors.py
file modified
+49 -0
frontend/coprs_frontend/coprs/templates/coprs/show/user.html
file modified
+9 -2
frontend/coprs_frontend/coprs/templates/layout.html
file modified
+6 -9
frontend/coprs_frontend/coprs/templates/user_info.html
file added
+4
frontend/coprs_frontend/coprs/views/misc.py
file modified
+3 -0
Powered by Pagure 5.14.1
Documentation • File an Issue • About • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.