dependabot[bot]
d21f4675ea
chore: bump mkdocs-material from 9.5.34 to 9.5.36
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.34 to 9.5.36.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.34...9.5.36 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 17:17:15 +00:00
David Larlet
86a8bbafa2
Merge pull request #2156 from umap-project/docs-users
...
docs: improvements by @C-Sophie
2024-09-20 15:18:09 -04:00
David Larlet
3148bb41b9
docs: improvements by @C-Sophie from #2155
2024-09-20 15:15:46 -04:00
David Larlet
30a27861d0
docs: improvements by @C-Sophie from #2154
2024-09-20 15:14:30 -04:00
David Larlet
8b5cf27c77
docs: improvements by @C-Sophie from #2153
2024-09-20 15:12:26 -04:00
David Larlet
58c6022aa7
docs: improvements by @C-Sophie from #2152
2024-09-20 15:11:59 -04:00
Yohan Boniface
e2520587f5
Merge pull request #2143 from umap-project/dependabot/pip/pytest-8.3.3
...
chore: bump pytest from 8.3.2 to 8.3.3
2024-09-19 11:26:51 +02:00
Yohan Boniface
f715f64d51
Merge pull request #2142 from umap-project/dependabot/pip/psycopg-3.2.2
...
chore: bump psycopg from 3.2.1 to 3.2.2
2024-09-19 07:43:43 +02:00
Yohan Boniface
b11813b417
Merge pull request #2141 from umap-project/dependabot/pip/ruff-0.6.5
...
chore: bump ruff from 0.6.4 to 0.6.5
2024-09-19 07:12:31 +02:00
Yohan Boniface
be75936fd5
Merge pull request #2148 from umap-project/close-issues-action
...
chore: add a Github action to autoclose issues after some time
2024-09-19 07:11:43 +02:00
Yohan Boniface
5716883ad0
Merge pull request #2147 from umap-project/fix-edit-coordinates-not-saved
...
fix: editing coordinates manually would not be saved
2024-09-19 07:11:05 +02:00
Yohan Boniface
467d1c545e
chore: add a Github action to autoclose issues after some time
...
For now, only issues marked with "needs info" or "support" will
be affected.
2024-09-17 09:51:10 +02:00
Yohan Boniface
051dd90450
fix: editing coordinates manually would not be saved
...
The primary coordinates is a two-elements Array in Point.coordinates,
but FormBuilder does not know how to edit an Array, so we edit the
`ui._latlngs` instead.
The proper fix would have been to teach FormBuilder how to edit an
Array, but that path is way longer, and given we plan to refactor
it totally, let's wait for that.
fix #2144
2024-09-17 08:57:10 +02:00
dependabot[bot]
212cd46a28
chore: bump pytest from 8.3.2 to 8.3.3
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 17:54:26 +00:00
dependabot[bot]
c15e0eb543
chore: bump psycopg from 3.2.1 to 3.2.2
...
Bumps [psycopg](https://github.com/psycopg/psycopg ) from 3.2.1 to 3.2.2.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst )
- [Commits](https://github.com/psycopg/psycopg/compare/3.2.1...3.2.2 )
---
updated-dependencies:
- dependency-name: psycopg
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 17:54:22 +00:00
dependabot[bot]
cee98d99d6
chore: bump ruff from 0.6.4 to 0.6.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.4...0.6.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 17:54:15 +00:00
Yohan Boniface
8ecc231816
i18n
2024-09-13 19:09:17 +02:00
David Larlet
52e0259a64
Merge pull request #2121 from umap-project/permissions-revamp
...
Chore: rework permissions panel
2024-09-13 12:32:49 -04:00
David Larlet
f8ee22fd43
Merge pull request #2133 from umap-project/edit-profile-settings
...
feat: add a setting to prevent users from editing their profile
2024-09-12 16:21:48 -04:00
David Larlet
d159fdc2cb
feat: add a setting to prevent users from editing their profile
...
In some situations, the profile comes from the OAuth provider and shouldn’t be modified by users.
2024-09-12 14:23:50 -04:00
Yohan Boniface
b48f911bf2
chore: revamp permissions panel
2024-09-12 17:15:43 +02:00
Yohan Boniface
575b563c67
chore: remove unused class umap-facet-search
from css
2024-09-12 17:15:43 +02:00
Yohan Boniface
6d777d9d46
feat: use a copiable input for secret edit link in permissions panel
2024-09-12 17:15:41 +02:00
Yohan Boniface
eda1223516
fix: do not show "Attache to my account" button if no logged in user
2024-09-12 16:53:27 +02:00
Yohan Boniface
445127254b
fix: do not show "Layers" title if not layers in permissions panel
2024-09-12 16:53:27 +02:00
Yohan Boniface
289bef7ba8
Merge pull request #2132 from umap-project/fix-poly-icon-alignement
...
fix: icon alignement in browser, and user icon-xxx class
2024-09-12 15:34:12 +02:00
Yohan Boniface
c158303fbb
Merge pull request #2131 from umap-project/admin-export-csv
...
feat: very minimal CSV export of users and maps in admin
2024-09-12 15:33:47 +02:00
Yohan Boniface
9848abb3b1
wip: use model specific filename in admin CSV export
2024-09-12 15:23:26 +02:00
Yohan Boniface
ba01f09476
fix: icon alignement in browser, and user icon-xxx class
2024-09-12 15:04:13 +02:00
Yohan Boniface
17b67cc5de
feat: very minimal CSV export of users and maps in admin
...
fix #2020
2024-09-12 10:30:35 +02:00
Yohan Boniface
99d1c19b22
Merge pull request #2130 from umap-project/makefile-changelog
...
chore: get Github release notes from command line
2024-09-12 10:16:52 +02:00
Yohan Boniface
010329dce5
2.6.3
2024-09-11 18:36:38 +02:00
Yohan Boniface
c4f3196b27
chore: get Github release notes from command line
...
So we can integrate the changelog in the release, instead of having
a commit after the release.
You need to have a GITHUB_TOKEN env var, with a read only bearer
coming from https://github.com/settings/tokens
2024-09-11 18:26:06 +02:00
Yohan Boniface
409ec13163
i18n
2024-09-11 15:44:33 +02:00
Yohan Boniface
51c1fb0a8f
Merge pull request #2129 from umap-project/fix-cluster-browser-view
...
fix: clicking feature in the browser would not open popup in cluster
2024-09-11 15:30:37 +02:00
Yohan Boniface
ec93c38989
Merge pull request #2128 from umap-project/fix-merge-lines
...
fix: fix merge lines on vertex click
2024-09-11 15:26:37 +02:00
Yohan Boniface
43ca0ae157
Merge pull request #2126 from umap-project/fix-delete-shape
...
fix: delete shape from edit toolbar
2024-09-11 15:26:18 +02:00
Yohan Boniface
f232bf476c
fix: clicking feature in the browser would not open popup in cluster
...
fix #2127
2024-09-11 14:54:54 +02:00
Yohan Boniface
c804a01bfb
fix: fix merge lines on vertex click
...
fix #2125
2024-09-11 11:39:01 +02:00
Yohan Boniface
cd4b2189ee
fix: delete shape from edit toolbar
...
fix #2124
2024-09-11 10:01:39 +02:00
Yohan Boniface
bdcbd09064
2.6.2
2024-09-10 21:37:40 +02:00
Yohan Boniface
7e8800cd44
fix: german translation breaking home page
2024-09-10 21:36:39 +02:00
Yohan Boniface
f28ec81c36
2.6.1
2024-09-10 18:07:51 +02:00
Yohan Boniface
281d909d21
Merge pull request #2123 from umap-project/fix-anonymoususer-teams
...
fix: teams.all() called on anonymous user by mistake
2024-09-10 18:05:46 +02:00
Yohan Boniface
5f67c9c229
fix: do not call teams.all() on anonymous user
...
In the same move, refactor the can_edit/_view/_delete functions to
only take the request, which is what really happen in the code, and
adapt the test in that way.
2024-09-10 17:56:14 +02:00
David Larlet
2ff112d125
chore: fix changelog titles hierarchy
2024-09-10 11:36:37 -04:00
Yohan Boniface
2f9c6e973f
changelog
2024-09-10 16:35:57 +02:00
Yohan Boniface
6194bb8258
2.6.0
2024-09-10 16:31:59 +02:00
Yohan Boniface
e4202eb609
i18n
2024-09-10 16:31:49 +02:00
Yohan Boniface
f9e0eb8016
Merge pull request #2122 from umap-project/browser-filter-without-name
...
fix: filter feature by displayName by default
2024-09-10 16:12:12 +02:00