umap/umap
Alexis Métaireau b956101d5d feat(sync): sync layer's properties.
This also changes the interface between the synced classes and the sync
engine.

The sync engines only requires two methods now:

- `getSyncMetadata()` which returns all the metadata needed, including
the `engine`.
- `render()` which renders the object, updating the needed parts.
2024-06-07 18:21:30 +02:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-05-17 17:44:26 +02:00
management path was doubled 2024-02-25 10:50:13 +01:00
migrations feat: remove Map.description 2024-04-24 16:39:59 +02:00
settings feat(websockets): Authenticate with signed tokens. 2024-06-07 18:21:30 +02:00
static feat(sync): sync layer's properties. 2024-06-07 18:21:30 +02:00
templates chore: move importer to modules/ 2024-05-23 19:32:07 +02:00
templatetags fix: hide delete button for editors in dashboard 2024-04-16 11:32:00 +02:00
tests chore: add minimal dialog class to replace custom made help box 2024-05-22 14:00:53 +02:00
__init__.py 2.3.1 2024-05-17 17:45:55 +02:00
admin.py Allow to edit pictogram categories from admin list 2023-12-17 12:20:30 +01: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 minimal OpenGraph links 2024-04-17 10:55:07 +02:00
decorators.py wip: refactor login flow 2024-02-05 07:22:53 +01:00
fields.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
forms.py [style] Format the code 2023-11-24 23:31:18 +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 doc: update cookie-related comment 2024-06-07 18:21:30 +02:00
storage.py chore: raise error if any in storage post_process 2024-02-19 13:47:57 +01:00
urls.py feat(websockets): Authenticate with signed tokens. 2024-06-07 18:21:30 +02:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py feat(websockets): Authenticate with signed tokens. 2024-06-07 18:21:30 +02:00
ws.py feat(sync): sync layer's properties. 2024-06-07 18:21:30 +02:00
wsgi.py chore: bump ruff 2024-03-05 17:23:49 +01:00