Commit graph

4110 commits

Author SHA1 Message Date
renovate[bot]
7118d8a311
⬆️ Update ubuntu_23_04/tzdata to v2023d-0ubuntu0.23.04 2024-01-16 04:46:51 +00: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
Jenny Danzmayr
ff7d9d85fd fixed PUT on /positions/{position_id}/ API endpoint 2023-12-28 15:27:43 +01:00
Gwendolyn
d45bcfb2fb wifi rtt data in editor 2023-12-27 23:09:32 +01:00
Laura Klünder
4227288e6d fix not calling .rssi 2023-12-27 22:26:57 +01:00
Laura Klünder
2f6570f718 Correct variable naming in locator module 2023-12-27 22:18:34 +01:00
Laura Klünder
3637b3cdd5 fix the thing with the lambda and stuff in locator 2023-12-27 21:54:46 +01:00
Laura Klünder
2bcbdb6f8b fix locator build issue number 203847234786139876 2023-12-27 21:47:27 +01:00
Gwendolyn
ab224b2770 avoid race condition between multiple tile renderers using the same cache 2023-12-27 21:44:02 +01:00
Laura Klünder
9b3e6727fb fix keyerror distance 2023-12-27 21:36:39 +01:00
Laura Klünder
3cebd01c28 add missing create_peers=True 2023-12-27 21:32:00 +01:00
Gwendolyn
1b731ca882 fix C3NAV-37C3-2K 2023-12-27 20:50:19 +01:00
Jenny Danzmayr
1c8c01530b fixed location api endpoint to not break if user can't be located 2023-12-27 19:08:59 +01:00
Gwendolyn
a4f363a9f2 hopefully fix the level undefined bug 2023-12-27 18:54:24 +01:00
Gwendolyn
ccf676e5c7 fix locator data conversion issue 2023-12-27 17:44:20 +01:00
Gwendolyn
50b97bf533 fix preview card related stuff 2023-12-27 17:44:08 +01:00
Gwendolyn
de0f087668 make assembly report warning blinky 2023-12-27 17:15:29 +01:00
Gwendolyn
439adc0078 locate data 2023-12-27 16:25:48 +01:00
Gwendolyn
5fd99f890a support distance standard deviation in wifi measurement 2023-12-27 16:20:23 +01:00
Jenny Danzmayr
a8c7f82d2b convert level to rssi for older mobileclients 2023-12-27 15:53:25 +01:00
Gwendolyn
509670ec2a c3nav._levelControl is apparently not yet set at some point when _pause may be called 2023-12-27 13:34:13 +01:00
Gwendolyn
e15d178102 wifi measurements have no x and y properties directly, get them from geometry 2023-12-27 13:28:02 +01:00
Gwendolyn
71359ef3cb show custom position links in popup rather than modal 2023-12-27 13:14:17 +01:00
Gwendolyn
f498592390 some more preview image and embed card related stuff 2023-12-27 13:13:32 +01:00
Jenny Danzmayr
42d148441c Store if an AP support 802.11mc during Wi-Fi measurement 2023-12-27 03:55:17 +01:00
Jenny Danzmayr
ca03ea78fd fixed Wi-Fi measurements editor 2023-12-27 03:55:17 +01:00
Gwendolyn
30d16c4cc9 file caching for preview images 2023-12-26 23:59:34 +01:00
Gwendolyn
ddc765ca52 etags for preview images 2023-12-26 23:19:16 +01:00
Gwendolyn
920af6ee66 previews support for location groups 2023-12-26 23:10:20 +01:00
Gwendolyn
4e69e8025a hopefully set the level correctly when resuming (#145) 2023-12-26 22:21:13 +01:00
Gwendolyn
d025ffa194 preview images for routes 2023-12-26 20:04:02 +01:00
Gwendolyn
7ab1881185 make wifi measurement data default value list instead of [] 2023-12-26 20:04:02 +01:00
Jenny Danzmayr
18ed547e58 fixed wifiscanning in editor with empty scan list 2023-12-26 19:28:55 +01:00
Laura Klünder
c039184f3b assembly t&c translation 2023-12-26 19:03:18 +01:00
Laura Klünder
e4c184d5a5 add assembly reports t&c 2023-12-26 18:57:56 +01:00
Gwendolyn
ac6ecb425a make random location selection tolerant for non-locationgroup IDs (by ignoring them) 2023-12-26 18:18:05 +01:00
Gwendolyn
9d422a777c little bit of render refactoring 2023-12-26 18:15:07 +01:00
Gwendolyn
51d2ec5714 cache preview images 2023-12-26 17:50:37 +01:00
Laura Klünder
e8e68888f6 what the fuck are slugs with underscores 2023-12-26 17:46:08 +01:00
Gwendolyn
3732163006 initialise wifi measurement data as empty list instead of null 2023-12-26 17:42:14 +01:00