12 Commits (d802642512a8175c9dcc6a1ec4e2eeac211e615f)

Author SHA1 Message Date
Artyom Zankevich d802642512 Add `header-layout` component (#671) 7 years ago
Nikita Manovich 7fb7ba150e
Debug cvat-core inside cvat-ui (#655)
* Added ability to debug cvat-core inside cvat-ui (use `ui.js: debug` configuration).
* Fix a codacy issue.
7 years ago
Nikita Manovich e7bab87039
Auth for REST API (api/v1/auth/*) (#622)
* Added trivial login/logout/register
* Auth methods for REST API.

- api/v1/auth/login
- api/v1/auth/logout

For basic auth only:
- api/v1/auth/register
- api/v1/auth/password/*

* Add info about auth for REST API into CHANGELOG.md
* Add pylintrc for codacy, updated pylint and its dependecies.
* Add token authorization, renamed cvat.js to cvat-core in all places.
* Implemented register method in cvat-core
* Added first_name and last_name to RegisterSerializer.
7 years ago
Artyom Zankevich b7609cae91 [NEW-UI]: Create and update task (#612)
- Create task
 - Update task
 - Upload annotations
 - Download annotations
7 years ago
Artyom Zankevich efa47a3aa3 [NEW-UI] Delete task and pagination edge-cases (#599) 7 years ago
Artyom Zankevich 5dd4f3981e [NEW-UI] Add basic login page (#592)
Refactoring and basic login page
7 years ago
Artyom Zankevich 3a91571bbc [NEW-UI] Add task filter reducer (#587)
* Case sensitive renaming
* Update `cvat-js` lib.
* Add `.env` file
* Add basic redux capabilities
* Remove `setTimeout` as it was fixes in `cvat-js`
* Remove redundant state field
* Add header and footer styles
* Remove `Affix`
* Add basic styles to task cards
* Fix empty component
* Pagination fixes
* Add modal on task delete
* Rename reducers
* Add task reducer
* Add lib. to parse query strings
* Minor refactoring
* Update `cvatjs`
* Add tasks filter reducer
* Do not make request with the same input value
* Fix some linter errors
* Refactor `dashboard-content` component
* Router changes
Redirect added.
Page not found added.
7 years ago
Artyom Zankevich 3ba80d2e77 Dashboard components basic styles (#574)
* Case sensitive renaming

* Update `cvat-js` lib.

* Add `.env` file

* Add basic redux capabilities

* Remove `setTimeout` as it was fixes in `cvat-js`

* Remove redundant state field

* Add header and footer styles

* Remove `Affix`

It does not recalculete width for some reason

* Add basic styles to task cards

* Fix empty component

* Pagination fixes

* Add modal on task delete
7 years ago
Artyom Zankevich 9651a19c7e Basic dashboard components (#562)
* Case sensitive renaming

* Update `cvat-js` lib.

* Add `.env` file

* Add basic redux capabilities

* Remove `setTimeout` as it was fixes in `cvat-js`

* Remove redundant state field
7 years ago
Artyom Zankevich 59cd9260c3 Basic dashboard components (#548)
* Update `cvat.js`
* Update metadata
* Minor refactoring
* Using sass
* Dashboard components structure
* Add pagination
7 years ago
Artyom Zankevich 9eabd1738e Add dashboard component (#521)
Allow CORS from `http://localhost:3000`
7 years ago
Boris Sekachev 923bcacd77 CVAT.js (part 1) (#463) 7 years ago