Laura Klünder
4d97af63b3
importhub stub
2023-12-22 00:13:54 +01:00
Gwendolyn
fadbabf9bf
use minimum_rotated_rectangle instead of bounding box for non-detailed geometry
2023-12-21 23:22:14 +01:00
Gwendolyn
9806472083
support MultiPolygon geojson in geometry schemas (Fixes C3NAV-37C3-1, Fixes C3NAV-37C3-12)
2023-12-21 23:14:09 +01:00
Gwendolyn
15dc4c0023
in query for reviewers (fixes C3NAV-37C3-11)
2023-12-21 23:05:37 +01:00
Gwendolyn
4510c346cb
fix type in tile url pattern
2023-12-21 22:59:10 +01:00
Jenny Danzmayr
9278b98add
disabled wsgi.file_wrapper because it returns 0 bytes
2023-12-21 22:19:54 +01:00
Jenny Danzmayr
5aa14ea93c
fixed wrong extension in ArchiveFileExtConverter
2023-12-21 21:54:22 +01:00
Jenny Danzmayr
d9bdcf29e1
fixed tileserver cache package url
2023-12-21 21:44:30 +01:00
Jenny Danzmayr
702ada35fa
fixed uwsgi metrics endpoint for tileserver container
2023-12-21 19:26:05 +01:00
Gwendolyn
9d8fbc808f
js api refactoring
2023-12-21 16:46:24 +01:00
Gwendolyn
511a40fb5a
force session for all users, even not logged in, to ensure they can save routing settings via api
2023-12-21 16:45:53 +01:00
Gwendolyn
348c176502
fix waytype options in routing
2023-12-21 16:09:14 +01:00
Gwendolyn
b776a7be29
fix graph edges in geometry endpoint (hopefully)
...
the graph edge and geometry schemas are similar and pydantic matches graph edges as geometries if graph edges aren't first in the union types, which makes the from and to nodes disappear
2023-12-21 15:14:38 +01:00
Gwendolyn
d6f234cf1f
positions
2023-12-21 15:14:38 +01:00
se4598
6fefc8c018
map updates view: add link to changeset
2023-12-21 03:00:47 +01:00
se4598
b200001316
map updates view: add link to changeset
2023-12-21 02:58:45 +01:00
Gwendolyn
0646f57c60
use content-based hashing instead of mtime for compressor css files
2023-12-21 02:25:35 +01:00
Gwendolyn
ff91594b19
fix routing options updating no 2
2023-12-21 01:59:28 +01:00
Gwendolyn
a3185bcb55
fix routing options updating
2023-12-21 01:27:39 +01:00
Gwendolyn
73c0bdc92f
add restricted areas in routing options schema
2023-12-21 01:27:39 +01:00
Gwendolyn
d4b7e2bc38
use PUT for routing options
2023-12-21 01:27:39 +01:00
Laura Klünder
a4074cee3a
move routing restrictions setting down
2023-12-21 01:22:15 +01:00
Laura Klünder
e2de0e0e4d
fix error when using routing restriction option
2023-12-21 01:19:37 +01:00
Laura Klünder
7186d48383
make prefer restrictions work right
2023-12-21 01:00:05 +01:00
Laura Klünder
e7f00232b4
feature to avoid/prefer restricted areas
2023-12-21 00:53:57 +01:00
Gwendolyn
af8d9123e1
show route options again
2023-12-21 00:42:29 +01:00
Gwendolyn
a97d4e922d
fix access qr code urls
2023-12-21 00:12:20 +01:00
Gwendolyn
1d4703f86f
access restrictions can be set to public to make them available to everyone (even not logged in users)
...
public access restrictions do not count to the unlocked areas count
2023-12-20 23:56:32 +01:00
Gwendolyn
8a3d3bc18f
migration for ChangedObject.updated_fields to use DjangoJSONEncoder
...
(does not change db)
2023-12-20 23:34:04 +01:00
Gwendolyn
8311bf9668
update migration for main_point to use blank=True
...
(does not change db)
2023-12-20 23:33:36 +01:00
Gwendolyn
65eec891ab
remove weird border from popup tip
2023-12-20 23:15:48 +01:00
Gwendolyn
0928a7d85a
embed popup ( fixes #136 )
2023-12-20 23:14:34 +01:00
Gwendolyn
5e9cd69ade
treat empty strings and None as None rather than an empty geometry, to support optional geometry fields (Fixes C3NAV-37C3-V)
2023-12-20 15:47:20 +01:00
Gwendolyn
50af5328e5
only start c3nav code after the api is authenticated, to ensure we get corect results (should fix #128 )
2023-12-20 15:00:25 +01:00
Laura Klünder
81e159047a
fix missing blank for geometryfield
2023-12-20 00:18:38 +01:00
Laura Klünder
1faeda5e8a
fix main_point form into hidden field
2023-12-20 00:13:36 +01:00
Laura Klünder
3477354688
access permissions can now also be given by group
2023-12-19 19:48:31 +01:00
Laura Klünder
c4a8e1d874
add "main point" to area
2023-12-19 19:48:24 +01:00
Laura Klünder
e55e2a33d5
missing migration for report author
2023-12-19 19:48:18 +01:00
Laura Klünder
4e3ce94852
re-enable level graph
2023-12-19 19:48:10 +01:00
Jenny Danzmayr
b1df8264c6
fixed resolving a users accesspermission into associated groups
2023-12-19 17:35:22 +01:00
Jenny Danzmayr
334dc9c09a
fixed duplication of accessgroups in querysets in some edge cases
2023-12-19 17:07:47 +01:00
Laura Klünder
f037d821f7
remove locate test stuff
2023-12-18 22:59:11 +01:00
Laura Klünder
1caa50d6f2
update german translations
2023-12-18 21:59:18 +01:00
Laura Klünder
00b40cd87c
new imprint stuff
2023-12-18 20:41:39 +01:00
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