1. 17 11月, 2022 2 次提交
  2. 16 11月, 2022 1 次提交
  3. 15 11月, 2022 1 次提交
  4. 14 11月, 2022 1 次提交
    • B
      Supported type for all labels (#5273) · 72655536
      Boris Sekachev 提交于
      * Supported type for all labels
      
      * Multiple fixes in UI for new type scheme
      
      * Fixed on 3d annotation view
      
      * Fixed tests
      
      * Updated version && changelog
      
      * Fixed test
      
      * Added type
      
      * Fixed typos
      
      * Fixed minor comments
      72655536
  5. 11 11月, 2022 1 次提交
  6. 09 11月, 2022 2 次提交
    • 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
  7. 08 11月, 2022 3 次提交
  8. 05 11月, 2022 1 次提交
  9. 04 11月, 2022 1 次提交
  10. 02 11月, 2022 2 次提交
  11. 01 11月, 2022 2 次提交
  12. 31 10月, 2022 1 次提交
  13. 27 10月, 2022 2 次提交
  14. 26 10月, 2022 1 次提交
  15. 25 10月, 2022 1 次提交
  16. 21 10月, 2022 2 次提交
  17. 18 10月, 2022 3 次提交
  18. 17 10月, 2022 1 次提交
  19. 16 10月, 2022 2 次提交
  20. 14 10月, 2022 1 次提交
  21. 12 10月, 2022 1 次提交
  22. 11 10月, 2022 1 次提交
  23. 09 10月, 2022 2 次提交
  24. 07 10月, 2022 3 次提交
    • Р
      cvat-sdk: Fix creating tasks with non-local files (#5058) · b029bc9d
      Роман Донченко 提交于
      * Move the test file share contents to tests/share
      
      This way, it can be reused between tests.
      
      * cvat-sdk: Fix creating tasks with non-local files
      
      Forcing the `Content-Type` for the `upload_data` API call to
      `multipart/form-data` does not work, because the current logic for
      converting Python values to parts (`ApiClient._convert_body_to_post_params`)
      does not encode them in a way that Django REST Framework can understand (it
      JSON-encodes each part).
      
      Fortunately, we don't actually need to do that, since when we create a task
      with non-local files, we don't need to upload any files, and so we can just
      post the original JSON, so do just that.
      
      I couldn't add a test for the remote image case, because CVAT rejects all URLs
      with non-public IP addressses. However, I did test this case manually.
      b029bc9d
    • K
      Enabled authentication via email (#5037) · b7371ede
      Kirill Lakhov 提交于
      b7371ede
    • K
      Fix ESlint problems / typescript for cvat-core (#5027) · f719f58d
      Kirill Lakhov 提交于
      * typescripted some files
      
      * typescripted cloud storage
      
      * reverted api-implementation, fixed minor errors
      
      * updated changelog
      
      * fixed jest test
      
      * updated file: to link:
      Co-authored-by: NBoris Sekachev <boris.sekachev@yandex.ru>
      f719f58d
  25. 05 10月, 2022 2 次提交