Commit graph

1117 commits

Author SHA1 Message Date
Philip Beelmann
839ffd89bb add distance to "continue drawing message" 2023-04-25 10:57:58 +00:00
Yohan Boniface
fec581548e i18n 2023-04-25 10:57:56 +00:00
knowname
0ea3678c78
Merge branch 'master' into dev 2023-04-24 12:15:23 +02:00
Yohan Boniface
9b9d1a01d6
Merge pull request #1067 from umap-project/svg-optimizations
Optimize SVG icons sizes
2023-04-23 20:55:59 +02:00
David Larlet
9e688f4d24 Optimize SVG icons sizes
Using Jake Archibald’s tool: https://jakearchibald.github.io/svgomg/ with default settings except keeping width/height attributes because some old browsers require default sizes for rendering (it also avoid huge/100% icons in case the CSS is not applied for whatever reason).
2023-04-22 19:05:05 -04:00
Yohan Boniface
50fffd0417 i18n 2023-04-21 23:19:18 +02:00
Philip Beelmann
ec6239a837 append distance as variable to all translations 2023-04-21 14:55:20 +00:00
Philip Beelmann
aeb48a40ee show line length while drawing line 2023-04-21 14:49:03 +00:00
Yohan Boniface
edc97f4cc7 Initialize STATICFILES_DIRS
fix #1060
2023-04-04 09:11:12 +02:00
Yohan Boniface
0116696ee6
Merge pull request #1058 from framasoft/allow-old-anonymous-edit-url
🐛 — Allow to use SHA1-signed anonymous edit URL
2023-03-29 13:09:47 +02:00
Luc Didry
123af0a7c9
🐛 — Allow to use SHA1-signed anonymous edit URL
The default django.core.signing Signer uses SHA256 algorithm since Django 3.
Umap used Django 2 in the paste, so people had SHA1 signed anonymous edit URLs,
which became unusable when umap switch to Django 3.
This commit makes them usable again (the new SHA256-signed anonymous edit URLs
still works, obviously).
2023-03-29 12:49:32 +02:00
Yohan Boniface
eb24eea052
Merge pull request #1056 from davidbgk/patch-1
[docs] Update the contributing page with DB setup
2023-03-24 21:08:32 +01:00
David Larlet
2b91373207
[docs] Update the contributing page with DB setup 2023-03-24 11:35:14 -04:00
Yohan Boniface
3f155101af black on decorators.py 2023-03-01 19:14:59 +01:00
Yohan Boniface
83ca957263 Remove unused code 2023-03-01 19:13:45 +01:00
Yohan Boniface
b55b5504d7 bump social-auht-core 2023-03-01 18:50:34 +01:00
Yohan Boniface
b493334803 Exclude remoteLayer from import targets
Those layers cannot contain data, as they use an URL to fetch it.
2023-03-01 18:27:20 +01:00
Yohan Boniface
ae6f9fda57 Fix restauring full umap with remoteData
The check about umap_id was before isLoaded and hasDataLoaded split,
so I guess (hope) it's useless here.

A bit of history:

217f2fcb15
2ea27c87f6
2023-03-01 18:21:24 +01:00
Yohan Boniface
58cee72915 CSS: move alert above panel 2023-03-01 18:19:58 +01:00
Yohan Boniface
67027c117e Bump requests 2023-03-01 17:38:16 +01:00
Yohan Boniface
f6f765e52f Catch empty attribution in overlay 2023-03-01 17:35:07 +01:00
Yohan Boniface
b589787dc1 bump psycopg2 2023-03-01 17:30:42 +01:00
Yohan Boniface
5da96a490c Pump Pillow 2023-03-01 17:29:21 +01:00
Yohan Boniface
d2161a3d09 black on utils.py
o
2023-02-28 17:29:11 +01:00
Yohan Boniface
90607c7581 Black on test_datalayer_views 2023-02-28 17:14:57 +01:00
Yohan Boniface
849e50abc7 changelog 2023-02-28 15:44:01 +01:00
Yohan Boniface
492f0dc59c bump leaflet.formbuilder 2023-02-28 14:14:43 +01:00
Yohan Boniface
169f7e954c Allow to add an overlay tilelayer
cf #71 #976
2023-02-28 14:08:34 +01:00
Yohan Boniface
1c3fe61aa4 Split L.Map.edit function 2023-02-28 11:02:07 +01:00
Yohan Boniface
0cb72fb5f6 i18n 2023-02-27 18:54:51 +01:00
Yohan Boniface
238401f983 i18n 2023-02-27 14:39:59 +01:00
Yohan Boniface
41e40a1ea8 i18n 2023-02-27 13:52:05 +01:00
Yohan Boniface
9fad415c9f Add missing migration 2023-02-27 13:51:33 +01:00
Yohan Boniface
1c39245af8 iwyu 2023-02-27 13:50:37 +01:00
Yohan Boniface
e343ddb636 Do not deal with gzip while serving without x-accel-redirect
Let's keep this path simple, as it should not be used in normal
production context.
2023-02-27 13:49:21 +01:00
Yohan Boniface
6694306660 Use If-Unmodified-Since istead of If-Match
If-Match relies on ETag, which depends on the Content-Encoding,
which is more fragile given we updated the etag on save, while normal
files are served by nginx. So this may occurs false mismatch.
2023-02-27 13:45:15 +01:00
Yohan Boniface
894facc7e3 Document x-accel-redirect and ajax-proxy cache configuration 2023-02-27 12:32:35 +01:00
Yohan Boniface
5b7f08ed08 Refactor gzip creation 2023-02-27 12:04:09 +01:00
Yohan Boniface
abc1f119d5 black on views.py 2023-02-27 11:38:59 +01:00
Yohan Boniface
122e9de3a3 Use ipdb with pytest --pdb 2023-02-27 11:01:01 +01:00
Yohan Boniface
3aa34d124e black on views.py 2023-02-27 11:00:33 +01:00
Yohan Boniface
97e2df0a8d Prevent caching datalayer's data for owners/editors
cf #1038
2023-02-25 22:17:10 +01:00
Yohan Boniface
2bd4008f97 Use Nginx ETag algo
There is a situation where the ETag can be generated by Nginx,
but then used by Django: when the user starts editing a layer,
the js client will send the ETag received from Nginx to uMap
as value to check is there is an editing conflict.
2023-02-25 21:50:39 +01:00
Yohan Boniface
a8dee3fa07 Add Vary: Accept-Encoding header 2023-02-23 11:17:19 +01:00
Yohan Boniface
0300a5f962 ETag must be between double quotes per spec 2023-02-23 11:10:44 +01:00
Yohan Boniface
cfcb83dbfb black on urls.py 2023-02-23 11:10:24 +01:00
Yohan Boniface
e60227f7da
Merge pull request #1041 from k-3st3ban/master
New asked features: checkbox filters, permanent credits, and caption menus options
2023-02-23 10:28:53 +01:00
3st3ban3
eed12fdf87 Update wording to avoid confusion for data checkboxes 2023-02-22 17:36:22 +01:00
Yohan Boniface
2fc30b117b Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
Yohan Boniface
96a194e1f4 i18n 2023-02-22 15:18:56 +01:00