No description
Find a file
Yohan Boniface 9ca5ba974b Auth: mark id as protected, otherwise social-core try to create
new account at each login:

```
  File "/srv/umap/venv/lib/python3.10/site-packages/social_core/backends/base.py", line 83, in pipeline
    out = self.run_pipeline(pipeline, pipeline_index, *args, **kwargs)
  File "/srv/umap/venv/lib/python3.10/site-packages/social_core/backends/base.py", line 113, in run_pipeline
    result = func(*args, **out) or {}
  File "/srv/umap/venv/lib/python3.10/site-packages/social_core/pipeline/user.py", line 122, in user_details
    strategy.storage.user.changed(user)
  File "/srv/umap/venv/lib/python3.10/site-packages/social_django/storage.py", line 16, in changed
    user.save()
django.db.utils.IntegrityError: duplicate key value violates unique constraint "auth_user_username_key"
DETAIL:  Key (username)=(xxxxx) already exists.
```
2023-05-30 08:42:23 +02:00
.github/ISSUE_TEMPLATE Add issue templates 2023-05-09 15:03:31 -04:00
.tx i18n 2023-02-22 10:23:03 +01:00
docs changelog 2023-05-16 10:34:43 +02:00
umap Auth: mark id as protected, otherwise social-core try to create 2023-05-30 08:42:23 +02:00
.gitignore Simpler .gitignore, easier to read, understand, maintain 2020-03-09 17:54:43 +01:00
.pipignore Upgrade django-social-auth to python-social-auth 2014-03-06 23:22:37 +01:00
.prettierrc.yaml Apply PrettierJS to the whole codebase 2023-05-12 13:57:03 -04:00
.readthedocs.yaml Control which version of mkdocs is install on readthedocs 2023-04-30 11:35:23 +02:00
.travis.yml chore: use setup.cfg 2021-12-30 11:16:00 +01:00
LICENSE Fixed typo 2013-06-23 22:43:29 -05:00
Makefile Install and apply Lebab for JS arrows’ conversions 2023-05-12 14:04:59 -04:00
manage.py Allow to load setting from a non python path 2016-09-10 08:26:23 +02:00
MANIFEST.in Explicitly exclude local.py from being released 2018-07-07 23:46:10 +02:00
mkdocs.yml chore: remove mkdocs warning about "pages" replaced by "nav" 2021-12-30 12:01:59 +01:00
osmic-white.yaml update osmic YAML files according to new configuration 2018-11-17 22:03:08 +01:00
osmic.yaml update osmic YAML files according to new configuration 2018-11-17 22:03:08 +01:00
package-lock.json Install and apply Lebab for JS arrows’ conversions 2023-05-12 14:04:59 -04:00
package.json Install and apply Lebab for JS arrows’ conversions 2023-05-12 14:04:59 -04:00
pytest.ini Use ipdb with pytest --pdb 2023-02-27 11:01:01 +01:00
README.md Change 'cured' to 'improved' 2019-02-13 12:09:00 +02:00
SECURITY.md Create SECURITY.md to report security issues 2023-05-05 15:13:53 -04:00
setup.cfg Bump requests 2023-05-16 15:02:47 +02:00
setup.py chore: use setup.cfg 2021-12-30 11:16:00 +01:00

uMap project

Requirements Status Join the chat at https://gitter.im/umap-project/umap Documentation StatusBuild Status

About

uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site. Because we think that the more OSM will be used, the more OSM will be improved. It uses django-leaflet-storage and Leaflet.Storage, built on top of Django and Leaflet.

Installation and configuration

See developer documentation.