Gwendolyn
a4b72478fa
access restrictions for obstacles in renderer?
2023-12-25 17:40:35 +01:00
Gwendolyn
907c01d756
only use samesite=none with secure cookies
2023-12-25 17:40:35 +01:00
Laura Klünder
fba5c2cbd4
import_block implementation
2023-12-25 16:49:03 +01:00
Jenny Danzmayr
e8944b9ae3
replaced material icons with material symbols
2023-12-25 15:48:58 +01:00
Gwendolyn
3e9933890d
make session and tile cookies samesite=none so that things work when embedded in an iframe
2023-12-25 14:16:10 +01:00
Gwendolyn
21c8db79b7
load routing options from session correctly ( fixes #142 )
2023-12-25 12:42:44 +01:00
Gwendolyn
7f72aa8b79
move tile directory before calling rmtree on it
...
this avoids the case where rmtree fails because other files are written to the directory from a different request while it is being deleted (fixes C3NAV-37C3-1W)
2023-12-25 12:27:35 +01:00
Jenny Danzmayr
0cf56deb0c
fixed /map/positions api endpoint to work for unavailable custom locations
...
fixes C3NAV-37C3-1X
2023-12-25 12:05:45 +01:00
Jenny Danzmayr
d3b0b959e2
fixed css of header logo
2023-12-24 20:32:04 +01:00
Laura Klünder
f23aaf86bf
fix problem with editor and main_point
2023-12-24 16:37:09 +01:00
Laura Klünder
29bd8fa5ad
carry through access query string into embed links
2023-12-24 16:23:46 +01:00
Laura Klünder
c1d9a011cf
make linter happy
2023-12-24 16:07:07 +01:00
Laura Klünder
2b9c99070e
sort imports
2023-12-24 16:04:33 +01:00
Laura Klünder
c284745681
one more fix for unlimited
2023-12-24 16:04:17 +01:00
Laura Klünder
0970a6558d
manage unlimited tokens in control panel
2023-12-24 16:03:48 +01:00
Laura Klünder
d5ec23a7fb
get access permissions without signing in
2023-12-24 15:40:48 +01:00
Laura Klünder
fef1fb2c06
make unlimited accesspermission tokens actually unlimited
2023-12-24 14:35:07 +01:00
Laura Klünder
2fea67f5a8
make about imprint link target=_blank
2023-12-24 12:33:34 +01:00
Laura Klünder
dbdfcf3c7f
implementation start for importhub
2023-12-24 03:39:13 +01:00
Laura Klünder
7f42ef9775
fix bug that made restricted spaces with holes see-through even without permission
2023-12-24 03:25:34 +01:00
Jenny Danzmayr
18462e9ea7
improved health checks for tile cache server
2023-12-23 23:32:07 +01:00
Gwendolyn
59e02a90af
fix url display in location details
2023-12-23 20:01:40 +01:00
Laura Klünder
7d47d945bc
update german translations
2023-12-23 17:57:36 +01:00
Laura Klünder
4025278882
fix awful editor-is-so-slow-oh-my-god bug with graph
2023-12-23 17:43:53 +01:00
Laura Klünder
4ade6cfc1f
add external_url and hub_import_type
2023-12-22 01:20:24 +01:00
Jenny Danzmayr
21688c11d9
fixed wsgi.file_wrapper usage in get_cache_package
2023-12-22 00:31:41 +01:00
Jenny Danzmayr
0e50f9ab3a
fixed tile render endpoint to work correctly with requests from the tileserver
2023-12-22 00:29:55 +01:00
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