Collin Brown
908659f0b2
Replacing hard-coded values with templates, part 2
4 years ago
Collin Brown
7519c4dfc6
Merge branch 'master' of https://github.com/doccano/doccano into feature/multiple-language-support
Pulling upstream changes into feature branch
4 years ago
dependabot[bot]
a258047479
Bump http-proxy from 1.17.0 to 1.18.1 in /app/server/static
Bumps [http-proxy](https://github.com/http-party/node-http-proxy ) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases )
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Setu Shah
6dc6319f1d
Add timestamps to annotation serializers
4 years ago
dependabot[bot]
5dd8b7b3b7
Bump elliptic from 6.5.2 to 6.5.3 in /app/server/static
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Hironsan
0da32bb468
Update requirements.txt
4 years ago
Christian Gill
303f9851c4
allow for uploading empty label
testcase for empty label
4 years ago
Christian Gill
62f373f061
implement feedback
4 years ago
Hironsan
1ac6d5122f
Fix ApproveLabelsAPI not to show other's annotations if it's checked
4 years ago
Hironsan
c36d0a4005
Allow annotator to update/delete other's annotations
4 years ago
Setu Shah
68fdfb2b7b
Batch user save calls
4 years ago
Setu Shah
8976abb79d
Re-add azuread, add openidconnect
4 years ago
Hironsan
16d1c1fb41
Replace django-pyodbc-azure with django-mssql-backend
Because django-pyodbc-azure is inactive:
- https://github.com/michiya/django-pyodbc-azure/pull/204#issuecomment-563248221
4 years ago
Setu Shah
6bfd188503
Skip OAuth2 for OIDC backend
4 years ago
Setu Shah
8d0315667c
Set Django staff status from superuser status
4 years ago
Setu Shah
0dde28f2cc
Add tests
4 years ago
Setu Shah
6b65247629
Add pipeline fetch functions
4 years ago
Setu Shah
9135e21c8f
Add Okta support
4 years ago
dependabot[bot]
831ad49834
Bump lodash from 4.17.14 to 4.17.19 in /app/server/static
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Hironsan
ad3b5a88c8
Fix error on Django Admin search, closes #859
4 years ago
Christian Gill
f1ff2f6066
fix csv testcases to overlook missing labels
4 years ago
Christian Gill
43043e302b
add testcase for csv upload
4 years ago
Christian Gill
78d7575886
allow rows to contain less data than columns suggest
4 years ago
Alexander Kurakin
1ef215babe
apk and pip: turn off caching
4 years ago
Maksym Komar
86dd316a46
Add From: email setting to awsdeploy.yml
4 years ago
Charles Tapley Hoyt
f12c30d02f
More grammar fixes
4 years ago
Hironsan
d4ecaa543f
Add a merge migration
4 years ago
Harm Weites
8232a6b035
Add in bash and symlink /usr/bin/python
Pip3 doesn't need to be symlinked as the creation of /usr/bin/pip is
done through installation of setuptools (or the pip upgrade).
4 years ago
dependabot[bot]
e37be8dde0
Bump websocket-extensions from 0.1.3 to 0.1.4 in /app/server/static
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
bf83280524
Bump django from 2.2.10 to 2.2.13 in /app
Bumps [django](https://github.com/django/django ) from 2.2.10 to 2.2.13.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.2.10...2.2.13 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Yuri Baburov
b6aed7f3ec
Show annotation verification status with thumbs up icon on the left side view.
4 years ago
Yuri Baburov
19c8dc4fe1
Display newlines for sequence-labeling projects in old frontend
4 years ago
Sergey Kolesnikov
1df7cab04d
Dockerfile cleanup
4 years ago
Harm Weites
44d9ef1195
Extremely simple /v1/health endpoint
Anonymous endpoint that may be used by a container platform to verify
availability of the application.
Simply returns: HTTP/200 {"status":"green"}
Future iterations could extend this into reflecting status of
dependencies like database connections.
4 years ago
Harm Weites
b2ba6354c2
Use Alpine as root image
4 years ago
Christian Gill
20d16c8ea8
Update exception raising
critical errors are now raised
Co-authored-by: Alexander Kurakin <kuraga333@mail.ru>
4 years ago
Christian Gill
586cfbe5dc
add logging for password reset
4 years ago
Christian Gill
86252aa314
fix code style
4 years ago
Christian Gill
890d7659e5
avoid error all together
4 years ago
Christian Gill
2581f8ab4d
join errors to one exception
4 years ago
Christian Gill
13a3ec4ef4
catch exception commanderror to avoid 'that username is already taken' in startup
4 years ago
Christian Gill
79449b7c78
change of permission for annotation edits
4 years ago
Hironsan
d2f6706a37
Add CORS whitelist
4 years ago
tusharmakkar08
0c2cc3909b
Fixing test case
4 years ago
tusharmakkar08
62c1ed5644
Added user completed data
4 years ago
Hironsan
63044f942b
Enable to display non-ascii metadata, resolves #513
4 years ago
Hironsan
0a0a3320ef
Add LabelUploadAPI
4 years ago
Hironsan
fce1703f82
Add API document generator, resolves #299 , resolves #646
4 years ago
Hironsan
1f4f491023
Fix duplicate key error, resolve #589
4 years ago
Hironsan
a4781beaa6
Enable to use digits as shortcut keys and resolve #599
4 years ago