1. 09 11月, 2022 3 次提交
    • B
      Fixed issue 5256, improved 'occluded' visualization (#5259) · 080755a8
      Boris Sekachev 提交于
      * Fixed issue 5256, improved 'occluded' visualization
      
      * Updated version & added test
      
      * Updated changelog
      
      * Fixed tests
      080755a8
    • K
      New authentication UI (#5181) · 92ba1ab8
      Kirill Lakhov 提交于
      * Add social accounts authentication && improve email confirmation
      
      * Pass env variables to docker
      
      * Update helm chart
      
      * Update email verification templates
      
      * Small refactoring
      
      * Send email verification && redirect to /auth/email-verification-sent
      
      * added new login form
      
      * added main assets
      
      * added main social buttons
      
      * changed reset password form
      
      * refactored reset password page
      
      * Fix helm chart
      
      * Fix typo
      
      * Pass enabled advanced auth methods to client
      
      * Rename class
      
      * Fix
      
      * Fix helm
      
      * Fix github scope
      
      * changed register page
      
      * adjusted no social auth methods
      
      * Some fixes
      
      * Fix schema generation
      
      * Fixes
      
      * Apply comments
      
      * Update changelog
      
      * added responsiveness, refactored inputs
      
      * cleanup
      
      * fixed email-confirmed.tsx
      
      * updated reset page, changed style on register page
      
      * added fonts, fixed some ui problems
      
      * removed some code
      
      * fixed index.html
      
      * made resizing less expressed
      
      * fixed form sizing, issue#5166
      
      * fixed submiting form by enter
      
      * made toggle bigger, fixed headers
      
      * updated versions
      
      * removed extra lines
      
      * fixed fields on form
      
      * changed tests
      
      * fixed more tests
      
      * fixed comments
      
      * reverted header
      
      * added grid-unit-size for height, removed for fonts
      
      * added new animation
      Co-authored-by: NMaya <maya17grd@gmail.com>
      92ba1ab8
    • B
      e5d01359
  2. 08 11月, 2022 4 次提交
  3. 07 11月, 2022 2 次提交
  4. 06 11月, 2022 1 次提交
  5. 05 11月, 2022 3 次提交
  6. 04 11月, 2022 5 次提交
  7. 02 11月, 2022 5 次提交
  8. 01 11月, 2022 5 次提交
  9. 31 10月, 2022 2 次提交
  10. 28 10月, 2022 1 次提交
  11. 27 10月, 2022 4 次提交
    • R
      Remove `--` from some `yarn run` commands (#5173) · 286f942b
      Roman Donchenko 提交于
      In Yarn 1.0, the `--` is no longer required, and in Yarn 2.0 it is now
      passed to the script verbatim, thus breaking the command.
      
      There are also usages of `--` in `lint-staged.config.js`, but in those
      cases, passing `--` to the script would be mildly beneficial (ensuring that
      none of the file names are interpreted as options), so I'm keeping those.
      286f942b
    • B
      No extra rerender of different pages with each click (#5178) · 6d965b80
      Boris Sekachev 提交于
      * No extra rerender of different pages with each click
      
      * updated changelog
      
      * Dedicated effects
      
      * Removed extra code
      6d965b80
    • K
      Refactor CI (#5060) · 4cd43a27
      Kirill Sizov 提交于
      * workflows: add docker image scan for CI workflow
      
      * enter debug mode
      
      * update mod-wsgi dependency
      
      * add Trivy image scanner for cvat/ui image
      
      * add trivyignore file
      
      * update trivyignore file
      
      * try scan without trivyignore
      
      * remove trivy scanner
      
      * add workflow that updates yarn.lock file for PRs from Snyk
      
      * remove extra empty lines
      
      * revert changes for mod-wsgi version
      
      * remove deprecated set-output for workflows
      
      * update upload-artifact action
      
      * update upload-artifact action
      
      * test another github action for getting changed files
      
      * fix typo
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * revert changes for bandit linter
      
      * remove debug changes
      
      * remove debug changes
      
      * remove debug changes
      
      * remove debug changes
      
      * exit debug mode
      4cd43a27
    • M
      Fix create manifest command (#5172) · e4e8da28
      Maria Khrustaleva 提交于
      e4e8da28
  12. 26 10月, 2022 2 次提交
  13. 25 10月, 2022 3 次提交