Commit graph

4331 commits

Author SHA1 Message Date
Laura Klünder
7f67d68312 fix branding in some more places 2024-09-16 23:28:37 +02:00
Laura Klünder
deba9dca84 make show-nearby work again 2024-09-16 21:56:40 +02:00
Laura Klünder
b40a35cfd0 fix de messages 2024-09-16 21:32:38 +02:00
Laura Klünder
4ba2241228 default theme setting 2024-09-16 21:27:46 +02:00
Laura Klünder
ce88e5dd3c move branding and app-enabled into theme context processor 2024-09-16 21:19:19 +02:00
Laura Klünder
99b0308253 legend/key feature should not hide behind embed link 2024-09-16 18:09:44 +02:00
Laura Klünder
8828362950 allow changing the branding, disabling app adds, and fix "imprint" 2024-09-16 18:06:33 +02:00
Jenny Danzmayr
33242ba86d fixed sso group user permission logic 2024-09-16 14:44:55 +02:00
Jenny Danzmayr
84eb346501 string representation for models using titled mixin 2024-09-16 13:21:29 +02:00
Jenny Danzmayr
b5fbe28146 added feature to grant access permissions via SSO groups 2024-09-16 13:20:19 +02:00
Jenny Danzmayr
09b2375d79 added SSO support using Python Social Auth including custom backend for EF Identity 2024-09-12 21:42:28 +02:00
Jenny Danzmayr
42da0ffa27 fixed timeout of process map updates lock 2024-09-08 19:48:53 +02:00
Jenny Danzmayr
44c4264f7d don't create and compile message files for external packages 2024-09-08 18:10:03 +02:00
Laura Klünder
e1314b87d0 remove erroreously added line in settings.py 2024-09-07 13:17:06 +02:00
Laura Klünder
157b6eeaa7 uwuify → uwuipy 2024-09-06 23:16:09 +02:00
Laura Klünder
43f7414573 UwU suppowt 2024-09-06 21:15:08 +02:00
Gwendolyn
bece878aa2 make map legend styling more in line with other controls 2024-09-06 19:25:43 +02:00
Gwendolyn
4e54103953 adjust pin toggle of legend 2024-09-06 19:18:57 +02:00
Laura Klünder
edef4437f7 legend use material icons now 2024-09-06 19:14:28 +02:00
Laura Klünder
3101a8ada1 hide locate button if no ssids set 2024-09-06 19:02:29 +02:00
Gwendolyn
8350ba8f81 key/legend control 2024-09-06 18:53:20 +02:00
Laura Klünder
aadc1c10d3 fix ui not loading 2024-09-06 15:25:33 +02:00
Laura Klünder
30b467005c filter ObstacleGroup in legend endpoint by in_legend 2024-09-06 15:09:32 +02:00
Laura Klünder
d49b6d6645 add legend / color key API endpoint 2024-09-06 15:07:54 +02:00
Laura Klünder
839d4beb7c add in_legend field for locationgroups 2024-09-06 14:11:41 +02:00
Laura Klünder
70c6ab0aa0 don't show location controls and app ad if there's no ssids defined 2024-09-06 13:57:17 +02:00
Gwendolyn
4490e39392 oops 2024-09-05 21:54:57 +02:00
Gwendolyn
afaf6e0085 better overlay control for the editor 2024-09-05 19:35:15 +02:00
Laura Klünder
50aef0bed3 fix columns with access restrictions 2024-09-05 16:52:06 +02:00
Laura Klünder
cdc183f3a6 m/px should have up to 6 decimals 2024-09-04 12:49:27 +02:00
Laura Klünder
b125f7aff6 sort some imports 2024-08-31 15:42:26 +02:00
Laura Klünder
66db7c4c7c fix show-nearby thing 2024-08-31 12:49:15 +02:00
Laura Klünder
20acc3bc5b understand that beaconmeasurement data is split into wifi and ibeacon 2024-08-30 20:47:35 +02:00
Laura Klünder
cffc277b18 delete superfluous line of code 2024-08-28 15:07:35 +02:00
Laura Klünder
abd1523594 turn click anywhere on the map into a one-step process 2024-08-28 15:05:38 +02:00
Laura Klünder
dc6df1fb7b fix convert_scans not working for some reason 2024-08-28 14:56:59 +02:00
Laura Klünder
0999bb46fc fix cross-origin stuff for embed 2024-08-27 23:59:52 +02:00
Laura Klünder
e56aa9e77e add about_extra setting 2024-08-27 18:47:17 +02:00
se4598
d6ba4a71d5
compile translations when building image (#189) 2024-08-27 16:37:58 +02:00
Gwendolyn
40601371f4 smaller UI elements for smaller screens (fixes #147) 2024-08-27 14:31:56 +02:00
Gwendolyn
18279f61d0 PgUp and PgDown for switching levels (fixes #192) 2024-08-27 13:34:14 +02:00
Gwendolyn
82d1f48685 filtering mesh message types and nodes 2024-08-27 12:52:37 +02:00
Laura Klünder
78fe28b3ec s/or/and/ in can_manage_mesh 2024-08-22 19:47:34 +02:00
Laura Klünder
07a7e041cb fix template errors if mesh not enabled 2024-08-22 13:22:00 +02:00
Laura Klünder
f7d1f6736d avoid duplicate points in new ramp altitudeareas → no crashes! \o/ 2024-08-22 13:12:12 +02:00
Laura Klünder
4979c137e4 fix upper bound after rewrite 2024-08-20 22:36:19 +02:00
Laura Klünder
aaa748efdc fix another thing that broke with the new ramps 2024-08-20 22:26:43 +02:00
Laura Klünder
d4e5b2e9c8 fix intersections in multilinestring configurations and stuff 2024-08-20 21:50:51 +02:00
Laura Klünder
c5b2ed9f4b split LevelGeometries into its two subtypes 2024-08-19 15:49:58 +02:00
Laura Klünder
9f264d1f59 make LevelRenderData into a dataclass 2024-08-19 15:19:12 +02:00