Clemens Wolff
d108da9063
Make menu responsive
5 years ago
Clemens Wolff
7c3116f150
Fix CoNLL parsing with trailing newlines
5 years ago
Clemens Wolff
d520ff7724
Embed django-cloud-browser in data import page
5 years ago
Clemens Wolff
219e3b47f3
Fix codacy issues
5 years ago
erikamenezes
0c004a9bec
moving example + adding static method
5 years ago
erikamenezes
603388ead4
rmeoving additional argument
5 years ago
erikamenezes
2ada3e6248
Codacy code quality improvements
5 years ago
Clemens Wolff
4f21eb6cdd
Hide cloud upload button if feature not enabled
5 years ago
Clemens Wolff
d165851965
Implement data import from cloud
5 years ago
Clemens Wolff
f28a133bcb
Avoid having to format URLs in setupTestData
5 years ago
Clemens Wolff
77b589fdb2
Encapsulate axios
5 years ago
Clemens Wolff
9206b499c2
Adopt nuxt folder structure
5 years ago
erikamenezes
8ffab2c4f1
addressing review comments, TextIOWrapper for UTF-8 decoding
5 years ago
erikamenezes
8e246eca28
style change to vue file
5 years ago
erikamenezes
2d702474fb
adding test for downloading json format with text labels
5 years ago
erikamenezes
cf93466145
removing empty lines
5 years ago
erikamenezes
2a0cc35667
minor changes
5 years ago
erikamenezes
a4fca26137
added feature to export jsaon text labels
5 years ago
Clemens Wolff
973809199f
Add option to read user admin status from AAD
5 years ago
Clemens Wolff
74630f078a
Add option to read user admin status from Github
5 years ago
Clemens Wolff
340209a90e
Move examples to unit tests
5 years ago
Clemens Wolff
c996d10402
Extract color utility class
5 years ago
Clemens Wolff
5cd3f31783
Speed up failed CI by delaying collectstatic
5 years ago
Clemens Wolff
fd2e7ca363
Factor out reloading of settings module
5 years ago
Clemens Wolff
02bbc413c3
Fix Azure database connection string parsing
5 years ago
Clemens Wolff
996d67ad54
Add compose file for development setup
5 years ago
Clemens Wolff
9c5bf9c9fd
Add modal to show document metadata
5 years ago
Clemens Wolff
64798605cd
Make annotation modal state name more explicit
5 years ago
Clemens Wolff
606ecfa90b
Auto-generate label colors on corpus import
5 years ago
Clemens Wolff
e37e16bfad
Auto-generate label shortkeys on corpus import
5 years ago
Clemens Wolff
112fba1a7c
Add tests for label creation on corpus import
5 years ago
Clemens Wolff
8ffaeff473
Fix link
5 years ago
Clemens Wolff
379635b0d0
Move projects Vue template to pug
All Vue templates in the code base except for the Projects component are
written in pug, so this change makes the codebase consistent by also
porting the Projects component template from html to pug.
5 years ago
Clemens Wolff
c571d69b35
Fix multiple display of completed items
5 years ago
Clemens Wolff
3759edb544
Add button to delete documents on dataset page
5 years ago
Adam Dudczak
487e7ab204
improvement in responsivness of download view
5 years ago
Clemens Wolff
477f8c3724
Fix sslmode example value
Correct values can be found here:
https://www.postgresql.org/docs/9.1/libpq-ssl.html
5 years ago
Clemens Wolff
756fff84fa
Add test case for explicit sslmode enabling
5 years ago
Clemens Wolff
89372b6242
Remove IS_HEROKU flag
5 years ago
Clemens Wolff
65f2420851
Add unit tests for config
5 years ago
Clemens Wolff
df2bbe34b8
Remove Django template inheritance in admin pages
5 years ago
Clemens Wolff
84653f31fb
Move swiper initialization to webpack bundle
Currently most of doccano's Javascript is in webpack bundles, except for
a few snippets like swiper. To increase consistency, this change moves
the swiper code also into a webpack bundle.
In addition to increasing consistency, this also has the advantages of:
1) Giving developers a single location/directory to look for all the
Javascript.
2) Making the swiper dependency explicit by listing it in the
package.json manifest
3) Ensuring that swiper gets built and minified in the same way as other
dependencies.
4) Making swiper available when developing offline.
In the future, it would also be worth considering to move all the CSS
includes into webpack.
5 years ago
Clemens Wolff
88a4826951
Extract inline styles to scoped styles
5 years ago
Clemens Wolff
e5fc2dbab7
Fix incorrect sequence labeling annotation UI
5 years ago
Clemens Wolff
af26d38397
Fix TypeError: this.chunks is not a function
5 years ago
Clemens Wolff
2bdcada9a7
Collapse Django annotation templates
5 years ago
Clemens Wolff
c2adf315cb
Add linter for pug templates
5 years ago
Clemens Wolff
8d7c98cbb1
Refactor to remove Django template inheritance
5 years ago
Hironsan
eb854b1929
Add filter condition to label serializer and fix #162
5 years ago
Hironsan
a90fd5ef41
Fix security vulnerability for marked
5 years ago