umap/umap
Yohan Boniface a2af7171d9 chore: call render at end of save
All changes at some point should call render, and render should
become more subtle to update only the needed part according to
the actual changes
2024-10-21 16:25:07 +02:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-10-04 18:38:00 +02:00
management feat: delete datalayer's files on delete (#2158) 2024-10-04 16:41:11 +02:00
migrations chore: remove logo_url from Team model 2024-08-30 10:55:26 -04:00
settings feat: delete datalayer's files on delete 2024-09-23 09:56:20 +02:00
static chore: call render at end of save 2024-10-21 16:25:07 +02:00
templates chore: use colorbrewer as ES module 2024-10-16 09:01:31 +02:00
templatetags fix: do not call teams.all() on anonymous user 2024-09-10 17:56:14 +02:00
tests feat: add a global toolbox in browser (#2160) 2024-10-16 19:45:56 +02:00
__init__.py 2.7.0b3 2024-10-16 19:55:32 +02:00
admin.py chore: display user maps in admin and add in csv export 2024-09-24 20:07:03 +02:00
apps.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
autocomplete.py [style] Format the code 2023-11-24 23:31:18 +01:00
context_processors.py feat: add a setting to prevent users from editing their profile 2024-09-12 14:23:50 -04:00
decorators.py fix: do not call teams.all() on anonymous user 2024-09-10 17:56:14 +02:00
fields.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
forms.py chore: remove logo_url from Team model 2024-08-30 10:55:26 -04:00
managers.py [style] Format the code 2023-11-24 23:31:18 +01:00
middleware.py [style] Format the code 2023-11-24 23:31:18 +01:00
models.py feat: delete datalayer's files on delete 2024-09-23 09:56:20 +02:00
storage.py exp: try to increase the number of process passes 2024-08-30 20:16:51 +02:00
urls.py feat: add a setting to prevent users from editing their profile 2024-09-12 14:23:50 -04:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py chore: always return user infos on map save 2024-10-04 17:34:59 +02:00
websocket_server.py feat(sync): Send remote operations to peers when they join. 2024-09-27 18:26:47 +02:00
wsgi.py chore: bump ruff 2024-03-05 17:23:49 +01:00