Commit graph

4101 commits

Author SHA1 Message Date
Laura Klünder
79b67056e4 update ibeacon config message 2024-03-24 22:49:04 +01:00
Laura Klünder
46ce78eb8e fix changesets not working with get_prefetch_queryset 2024-03-24 21:05:27 +01:00
Laura Klünder
9e0284b172 fix mesh overview 2024-03-24 20:25:05 +01:00
Laura Klünder
946f3968f7 update german translations 2024-03-24 17:47:00 +01:00
Laura Klünder
0d91a71b9f overhaul entire report process 2024-03-24 17:38:24 +01:00
Laura Klünder
482da3b244 add migration that overhauls report flow settings 2024-03-24 15:24:59 +01:00
dfjera
868317dabf make settings.py bootstrap compatible with windows 2024-03-20 18:34:25 +01:00
se4598
5319149488
Merge pull request #165 from c3nav/dependabot/pip/src/requirements/django-5.0.3
Bump django from 5.0.2 to 5.0.3 in /src/requirements
2024-03-19 14:54:50 +01:00
Gwendolyn
fcee95bd60 *now* it is good though I think 2024-03-18 23:30:00 +01:00
Gwendolyn
d029114ef0 oops need to actually call MapUpdate.current_cache_key() 2024-03-18 23:28:42 +01:00
Gwendolyn
d42cd01e95 don't cache theme colors past a mapdata update 2024-03-18 23:23:14 +01:00
dependabot[bot]
61b6bc110b
Bump django from 5.0.2 to 5.0.3 in /src/requirements
Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.3.
- [Commits](https://github.com/django/django/compare/5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 20:47:44 +00:00
Gwendolyn
1989098d7e don't hide database error details in clearmapcache 2024-03-18 16:48:22 +01:00
Laura Klünder
602035a624 add node and ibeacon config messages 2024-03-17 12:51:54 +01:00
Laura Klünder
0ca93acbf6 add missing migration 2024-03-10 13:46:05 +01:00
Laura Klünder
372db50224 add bluetooth and UWB parameters to RangingBeacon model 2024-03-10 13:45:20 +01:00
Laura Klünder
0fd789173a change all of the MeshMessages c-models from dataclasses to pydantic 2024-03-09 17:19:08 +01:00
renovate[bot]
9cb0c6cb7a
⬆️ Update shapely to v2.0.3 2024-02-28 20:31:18 +00:00
se4598
bd51116141
Merge pull request #159 from c3nav/renovate/matplotlib-3.x
⬆️ Update matplotlib to v3.8.3
2024-02-28 21:30:16 +01:00
se4598
1862e9f478
Merge pull request #157 from c3nav/renovate/django-5.x
⬆️ Update Django to v5.0.2
2024-02-28 18:54:10 +01:00
renovate[bot]
07b2558309
⬆️ Update matplotlib to v3.8.3 2024-02-19 08:07:56 +00:00
Laura Klünder
54031df457 introducing StructType.get_field_format 2024-02-11 18:15:27 +01:00
Laura Klünder
69c33690af fix ctypes for uwb / spi stuff 2024-02-10 21:44:05 +01:00
Laura Klünder
24e14c32ae rewrite migration to stay compatible with sqlite 2024-02-09 21:35:50 +01:00
Laura Klünder
a8261d0b3d configurable in-memory cache sizes 2024-02-07 20:20:40 +01:00
Laura Klünder
62ce1ab1e0 correct SERVE_API fallback 2024-02-07 20:06:02 +01:00
Laura Klünder
ce49a103da import shortest_path correctly 2024-02-07 20:05:32 +01:00
Laura Klünder
2b0df524cb import scipy.linalg.norm lazily 2024-02-07 20:05:15 +01:00
Laura Klünder
43b4b63a63 only import PIL.Image if needed 2024-02-07 19:59:53 +01:00
Laura Klünder
ebaeef920a mesh_api_router shall not be imported if mesh is disabled 2024-02-07 19:57:56 +01:00
Laura Klünder
9917a78a05 disable mesh api if mesh is disabled 2024-02-07 19:38:03 +01:00
Laura Klünder
c7bf7d6b8b move optimization settings to [c3nav] 2024-02-07 19:12:33 +01:00
Laura Klünder
732c6f8449 set_node_number 2024-02-07 18:35:02 +01:00
Laura Klünder
8c8ef12cf0 make linter happy 2024-02-07 18:34:28 +01:00
Laura Klünder
d7f175f7ef add options and postpone imports to massively reduce memory usage 2024-02-07 18:17:13 +01:00
renovate[bot]
c97b4a4288
⬆️ Update Django to v5.0.2 2024-02-06 18:04:38 +00:00
Laura Klünder
0e5b10b586 fix get_locator_xyz if it's not loaded 2024-02-01 16:59:04 +01:00
Laura Klünder
776ec0b348 request up to 128 chunks 2024-02-01 16:58:52 +01:00
Laura Klünder
233d09fd04 send ota chunks more slowly 2024-02-01 16:39:17 +01:00
Laura Klünder
a3ed84b8e1 update dependencies (including django 5.0) 2024-01-14 23:52:49 +01:00
Gwendolyn
da5346d0a9 theme selector 2024-01-06 20:52:46 +01:00
Gwendolyn
124b0e82df theme color fields in editor 2024-01-06 20:11:37 +01:00
Gwendolyn
0e72967698 optional theme in tile server URLs
theme is not optional in core because it has optional access restrictions already, but in an actual deployment all tiles are loaded through the tile server, and this is only for backwards compatibility with external services
2024-01-06 18:58:13 +01:00
Gwendolyn
59317f9a42 oops forgot to remove the color field on line obstacles 2024-01-06 18:51:04 +01:00
Gwendolyn
4778e6955e fix default theme tile url in js 2024-01-06 18:31:07 +01:00
Gwendolyn
62ab46387e tile server theme support 2024-01-06 16:13:52 +01:00
Gwendolyn
9399e5c377 rudimentary theme support 2024-01-06 16:13:38 +01:00
Jenny Danzmayr
b44197a1c5 fixed unique check of APISecretForm 2023-12-28 16:56:45 +01:00
Gwendolyn
16f55f472b enforce that the session auth endpoint is not used with api keys 2023-12-28 16:04:05 +01:00
Gwendolyn
5dd30dff2d prefix created api secret with "secret:", since that is how it needs to be supplied as an API key 2023-12-28 15:57:09 +01:00