umap/umap
2024-12-10 18:51:58 +01:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-11-20 10:47:28 +01:00
management Update umap/management/commands/empty_trash.py 2024-12-10 17:31:08 +01:00
migrations chore: add missing migration for new share_status values 2024-12-10 17:54:58 +01:00
settings feat: support storing layer data in S3 like servers 2024-12-10 18:51:58 +01:00
static feat: support storing layer data in S3 like servers 2024-12-10 18:51:58 +01:00
templates chore: move form css to a separate file 2024-12-02 17:07:06 +01:00
templatetags fix: do not call teams.all() on anonymous user 2024-09-10 17:56:14 +02:00
tests feat: support storing layer data in S3 like servers 2024-12-10 18:51:58 +01:00
__init__.py 2.7.1 2024-10-25 15:44:52 +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
asgi.py chore: move pydantic and websocket in sync dependencies target 2024-10-21 11:50:10 +02: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 feat: introduce Map.share_status=DRAFT and DELETED 2024-12-10 15:14:12 +01: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: support storing layer data in S3 like servers 2024-12-10 18:51:58 +01:00
storage.py feat: support storing layer data in S3 like servers 2024-12-10 18:51:58 +01:00
urls.py feat: support storing layer data in S3 like servers 2024-12-10 18:51:58 +01:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py feat: support storing layer data in S3 like servers 2024-12-10 18:51:58 +01: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