Hironsan
7a3f9b616b
Move auto labeling code to auto labeling app
2 years ago
Hironsan
193df3b854
Remove server application
2 years ago
Hironsan
be5faaf304
Separate data export app
2 years ago
Hironsan
fd7bc43947
Move data import's code and data to data_import app
2 years ago
Hironsan
3ef7793e70
Move API related to users to users app
2 years ago
Hironsan
5f39b595ad
Move statistics code to metrics app
2 years ago
Hironsan
72da8884ac
Move Member model to members
2 years ago
Hironsan
f5d7f128ce
Move code from api to roles
2 years ago
Davide Allavena
d6ee449393
other isort
3 years ago
Hironsan
32a438e76c
Add middleware for range request
3 years ago
Hironsan
2e7cec33b2
Add DEFAULT_AUTO_FIELD to settings.py
3 years ago
Hironsan
a64628e3bb
Replace postgres url for heroku, fix #1327
3 years ago
Hironsan
a3a054c393
Rename app dir to backend for pip installation
3 years ago
Hironsan
9066a62ab9
Support bulk create
3 years ago
Hironsan
a95c70c49f
Change file store path
3 years ago
Hironsan
1e93d970ec
Add celery settings
3 years ago
Hironsan
2f2efa2a8d
Add filepond variables to settings.py
3 years ago
Hironsan
0272355753
Install dj-rest-auth
3 years ago
Hironsan
33e1ceccf3
Update settings and move commands, fix #1134 #1135
3 years ago
Hironsan
f98bab34f3
Update settings.py to avoid assignment statement
3 years ago
Hironsan
ff32468fd8
Update settings.py to fix loading error of django_heroku
3 years ago
Hironsan
cc51045f68
Update setup.py and settings.py to fix #1095
3 years ago
Hironsan
4457422090
Allow django to load nuxt files
3 years ago
Setu Shah
6b65247629
Add pipeline fetch functions
4 years ago
Setu Shah
9135e21c8f
Add Okta support
4 years ago
Maksym Komar
86dd316a46
Add From: email setting to awsdeploy.yml
4 years ago
Hironsan
d2f6706a37
Add CORS whitelist
4 years ago
Hironsan
fce1703f82
Add API document generator, resolves #299 , resolves #646
4 years ago
Hironsan
f07a121d52
Add docker compose config to setup development environment quickly
4 years ago
Clemens Wolff
ef8a77f747
Enable configuring email backend via environment
4 years ago
Clemens Wolff
1dd2e2b1cf
Add support for MySQL
5 years ago
Clemens Wolff
37a4fa3cb5
Remove unused db_options variable
5 years ago
Razi Rais
c1082e14e9
Role and RoleMapping Models
5 years ago
Michael Perel
482e308649
Add settings required for SSL
5 years ago
Arman Rahman
00db001aa7
Fix header and sidebar scrolling viewport
5 years ago
Clemens Wolff
33f3f17c39
Remove Google Analytics from Azure deployment
5 years ago
Clemens Wolff
45ac8d2eb3
Enable token authorization for API calls
5 years ago
Clemens Wolff
27d2324d3a
Add option to customize the AppInsights endpoint
5 years ago
rbinrais
00d1f5ea3a
Adds middlware that enables automatic login based on HTTP headers
5 years ago
Clemens Wolff
47bbb741d2
Add support for SQL Server database
5 years ago
Guillim
a713dd136a
Following Hironsan review, did some change.
5 years ago
Hironsan
8713a281d9
Create new app and move codes
5 years ago
Guillim
3038639092
we add some lines for emailing possibilities
5 years ago
Guillim
d7ccf5789a
Env variables:
We want to allow the admin to choose wether the users can signin in by
themselves, or if only the admin can do it. We will later implement it
in the python code
Here we have to modify
- docker-compose.yml : add the env ALLOW_SIGNUP
Note: I am not sure if it's True or "True"
Note: we could have put it inside the Dockerfile instead of
docker-compose, it doesn't matter.
- settings.py : Here we make the env variable available to the python
app
- app.json : that's for the heroku deployment. we simply describe to
heroku that we have an env variable
5 years ago
Guillim
e1e82a06ad
We finally make URLs available to the whole application
5 years ago
Guillim
9caf7751fa
Small trick: we add a filter to the Django templating in order to add some class to our form inputs
5 years ago
Clemens Wolff
44de1824af
Make import batch size configurable via env
5 years ago
Clemens Wolff
d165851965
Implement data import from cloud
5 years ago
Clemens Wolff
9206b499c2
Adopt nuxt folder structure
5 years ago
Clemens Wolff
973809199f
Add option to read user admin status from AAD
5 years ago