Gwendolyn
|
aa011154ff
|
re-authenticate api when user data changes (closes #137)
this re-authenticates a bit more often than necessary, but I think it's fine for now
|
2023-12-18 11:47:34 +01:00 |
|
Laura Klünder
|
6a5097a0b6
|
delete account feature
|
2023-12-18 11:14:27 +01:00 |
|
Laura Klünder
|
a2d6012369
|
improve groundaltitude ux in editor
|
2023-12-18 11:14:27 +01:00 |
|
Gwendolyn
|
b9344df87c
|
don't show "click anywhere popup" in embed views (fixes #135)
|
2023-12-18 09:49:43 +01:00 |
|
Gwendolyn
|
79752f574c
|
check foreign keys for None before looking them up in changeset (fixes C3NAV-37C3-P)
|
2023-12-18 09:10:26 +01:00 |
|
Gwendolyn
|
a0078a6312
|
fix wall rendering bug
|
2023-12-18 00:19:17 +01:00 |
|
Gwendolyn
|
d16a477c1b
|
use unwrap_geom() instead of .wrapped_geom
to catch cases where the value is not wrapped
|
2023-12-17 14:54:43 +01:00 |
|
Gwendolyn
|
2ecef02a9e
|
use DjangoJSONEncoder for ChangedObject.updated_fields (fixes C3NAV-37C3-K)
|
2023-12-17 14:49:37 +01:00 |
|
Gwendolyn
|
8dca16f46c
|
hopefully fixes C3NAV-37C3-M
|
2023-12-17 14:17:24 +01:00 |
|
Gwendolyn
|
7d11c88b01
|
hopefully fixes C3NAV-37C3-J
|
2023-12-17 14:14:06 +01:00 |
|
Gwendolyn
|
09741b9cee
|
fix proxy string validation
|
2023-12-17 13:46:28 +01:00 |
|
Gwendolyn
|
dc506238ff
|
fix permission token granting
|
2023-12-14 20:19:55 +01:00 |
|
Gwendolyn
|
7bc75e4207
|
fix wrong indentation from f85bcc1
|
2023-12-14 20:07:25 +01:00 |
|
Gwendolyn
|
f41fe3dcc0
|
fix the pattern in the api schema for object ids in changesets
|
2023-12-14 18:43:37 +01:00 |
|
Gwendolyn
|
478057e515
|
fix api permission error message
|
2023-12-12 19:14:03 +01:00 |
|
Gwendolyn
|
2bbd3e7994
|
return priority as string in display details
|
2023-12-12 17:45:47 +01:00 |
|
Gwendolyn
|
2ec5e40f41
|
user data subtitle can be null
|
2023-12-12 16:55:58 +01:00 |
|
renovate[bot]
|
42d5e73cd9
|
⬆️ Update ubuntu_23_04/python3.11 to v3.11.4-1~23.04.2
|
2023-12-11 22:36:57 +00:00 |
|
renovate[bot]
|
acb40e8b5d
|
⬆️ Update ubuntu_23_04/python3.11 to v3.11.4-1~23.04.2
|
2023-12-11 22:36:42 +00:00 |
|
Gwendolyn
|
4b1ac9f194
|
convert django lazy string proxies to strings in the base schema validator, rather than in the serialization code of each source model
|
2023-12-11 20:59:19 +01:00 |
|
Gwendolyn
|
4c06abd400
|
hide map when in background and only show it again after a call to updates/fetch has returned, to ensure the tile cookie is properly set
|
2023-12-11 20:58:46 +01:00 |
|
Gwendolyn
|
22f1777c1c
|
add samesite=strict for tile cookie
|
2023-12-11 20:58:46 +01:00 |
|
Laura Klünder
|
607c3f82fa
|
fix grounaltitude migration
|
2023-12-11 20:34:11 +01:00 |
|
Laura Klünder
|
764ed575c9
|
commit missing migrations
|
2023-12-11 19:02:48 +01:00 |
|
Laura Klünder
|
ef83e73a36
|
make linter happy
|
2023-12-11 19:02:19 +01:00 |
|
Laura Klünder
|
30b0c12ebe
|
remove debug statements and fix stuff etc
|
2023-12-11 18:50:36 +01:00 |
|
Laura Klünder
|
c3ce665562
|
linter stuff
|
2023-12-11 18:49:18 +01:00 |
|
Laura Klünder
|
11a631136b
|
remove old debug strings
|
2023-12-11 18:49:18 +01:00 |
|
Laura Klünder
|
f85bcc173a
|
extract color variables for rendering
|
2023-12-11 18:49:18 +01:00 |
|
Jenny Danzmayr
|
eb256132de
|
fixed missing new-line escape in tileserver dockerfile
|
2023-12-11 18:45:16 +01:00 |
|
Jenny Danzmayr
|
4fb1230163
|
added version information to sentry and the about page
|
2023-12-11 18:32:26 +01:00 |
|
Laura Klünder
|
97c9c7ecb7
|
make altitudes reusable using GroundAltitude model
|
2023-12-11 18:17:57 +01:00 |
|
Gwendolyn
|
c939c81c71
|
updates/fetch should return user information in field "user_data" and not "user"
|
2023-12-11 15:13:16 +01:00 |
|
Gwendolyn
|
a26724715b
|
locate_test needs to take a request parameter
|
2023-12-11 14:09:33 +01:00 |
|
Gwendolyn
|
d0d18fcae2
|
SerializableSchema should check if its values can be serialized, so that it doesn't break when used in a union with a base type or schema that isn't a SerializableSchema
|
2023-12-11 14:07:41 +01:00 |
|
Gwendolyn
|
058ff148cf
|
locate-test sets the user location, so setting the user location should not break if mobileclient is not available
|
2023-12-11 13:35:12 +01:00 |
|
Gwendolyn
|
7836cf41a7
|
positioning/locate-test is a GET endpoint
|
2023-12-11 13:33:51 +01:00 |
|
Gwendolyn
|
19dafe5ea0
|
js functions that don't use await should not be async
|
2023-12-11 13:32:47 +01:00 |
|
Laura Klünder
|
4bb59c2265
|
fix the same thing again? sorry no idea what the last commit was
|
2023-12-10 21:59:20 +01:00 |
|
Laura Klünder
|
0b3d94124f
|
better __str__ for altitudearea
|
2023-12-10 21:17:10 +01:00 |
|
Jenny Danzmayr
|
5b804a069c
|
sentry tracing config option
|
2023-12-10 08:14:49 +01:00 |
|
Laura Klünder
|
a8fda62d24
|
read x-mesh-secret header correctly
|
2023-12-09 20:24:48 +01:00 |
|
Gwendolyn
|
2c395462b0
|
encode whether editor request is done with ajax in etag (fixes #126)
|
2023-12-09 00:01:00 +01:00 |
|
Jenny Danzmayr
|
555b4b107c
|
added readme for building the docker containers
|
2023-12-08 22:58:37 +01:00 |
|
Laura Klünder
|
d19e1db3d2
|
sort access restrictions by title
|
2023-12-08 20:55:36 +01:00 |
|
Laura Klünder
|
ac53230f99
|
set CONN_MAX_AGE to 0 for ASGI
|
2023-12-08 12:58:44 +01:00 |
|
Jenny Danzmayr
|
03e0354ba5
|
removed devlop and build from dockerfile as docker compose watch doesn't work
|
2023-12-08 01:17:45 +01:00 |
|
Jenny Danzmayr
|
11aeda11e5
|
added script to load data from production
|
2023-12-08 01:17:45 +01:00 |
|
Jenny Danzmayr
|
9d0a8e08fd
|
more typos *ugh*
|
2023-12-08 01:17:45 +01:00 |
|
Jenny Danzmayr
|
4bf510cdb3
|
fixed typo
|
2023-12-08 01:17:45 +01:00 |
|