1. 18 7月, 2019 1 次提交
    • M
      impersonation support for the dashboard (#4082) · 65c9f442
      Marc Boorshtein 提交于
      * Added user impersonation and username to ui
      
      * groups working
      
      * Added unit tests, extras for impersonation
      
      * added docs
      
      * fixed formatting to be consistent
      
      * updates per pr review
      
      * ran npm frontend:fix per travis ci
      65c9f442
  2. 22 12月, 2017 1 次提交
  3. 10 11月, 2017 1 次提交
  4. 06 10月, 2017 1 次提交
  5. 04 8月, 2017 1 次提交
    • S
      Add log in mechanism (#2206) · b08ba789
      Sebastian Florek 提交于
      * Initial commit
      
      * Configure auth workflow
      
      * Run goimports
      
      * Add auth manager
      
      * Add go-jose dependency
      
      * Add JWE token support
      
      * Adapt frontend login page
      
      * Make login state independent of chrome state
      
      * Fix deps after rebase
      
      * Add documentation for Go files
      
      * Move login status endpoint to auth handler
      
      * Fix JSDoc
      
      * Update license header
      
      * Update formatting
      
      * Fix lint and format files
      
      * Fix backend imports
      
      * Refactor code
      
      * Refactor code and fix existing tests
      
      * Fix lint
      
      * Rebase and update go-jose dep
      
      * Prepare test files
      
      * Add test and refactor token manager
      
      * Add backend tests
      
      * Add frontend tests
      
      * Fix server prod
      
      * Fix tests
      
      * Revert translation files
      
      * Rever translation files to master
      
      * Regenerate translations
      
      * Fix documentation comments
      
      * Fix license header
      
      * Fix integration tests
      
      * Fix karma test failing on IE11
      b08ba789