Commit graph

1689 commits

Author SHA1 Message Date
Éloi Rivard
f6abd1e22f
refactor: avoid to build one form per button in the pagination toolbar 2023-08-27 16:33:48 +02:00
Éloi Rivard
c718f7b258
refactor: remove unnecessary htmx 1506 workarounds
fixes #143
2023-08-27 16:25:30 +02:00
Éloi Rivard
89f5c09a6a
chore: bump to htmx 1.9.5 2023-08-27 16:19:23 +02:00
Éloi Rivard
21ea0238b5
OIDC jwks endpoint do not return empty kid claim 2023-08-26 19:59:44 +02:00
Éloi Rivard
823bba35b4
chore: bump to 0.0.33 2023-08-26 17:39:40 +02:00
Éloi Rivard
26f1a0fbc5
fix: use importlib instead of the deprecated pkg_resources 2023-08-26 16:50:01 +02:00
Éloi Rivard
2a38bcb3fc
chore: typo 2023-08-23 16:48:40 +02:00
Éloi Rivard
77cccc3a10
doc: better model inheritance to generate a clearer documentation 2023-08-23 16:41:41 +02:00
Éloi Rivard
67b0669fa8
doc: models types draft 2023-08-23 15:18:43 +02:00
Éloi Rivard
8b98726348
refactor: User.login and User.logout methods moved to app.flask module 2023-08-23 14:56:56 +02:00
Éloi Rivard
94682bc02e
doc: memory backend 2023-08-23 14:38:38 +02:00
Éloi Rivard
b5f8d19499
chore: update sphinx-rtd-theme 2023-08-23 14:36:22 +02:00
Éloi Rivard
27b9375be9
chore: bump to sphinx-rtd-theme 1.3.0rc1 2023-08-21 15:12:32 +02:00
Éloi Rivard
5986e3e18d
fix: demo client redirection_uri typo 2023-08-21 14:55:46 +02:00
Éloi Rivard
55c031171c
chore: bump to 0.0.32 2023-08-17 16:20:06 +02:00
Éloi Rivard
553595c5ed
doc: model documentation 2023-08-17 16:11:24 +02:00
Éloi Rivard
b213610903
doc: coverage instructions 2023-08-17 14:40:10 +02:00
Éloi Rivard
6e9f1ac0ad Merge branch 'issue-167-extra-dependencies' into 'main'
split installation in different extras packages

Closes #167

See merge request yaal/canaille!150
2023-08-17 12:40:38 +00:00
Éloi Rivard
96ccf12ad9
feat: split installation in different extras packages 2023-08-17 14:34:30 +02:00
Éloi Rivard
74e7dee258 Merge branch 'issue-30-backend-genericity' into 'main'
Dummy inmemory backend

See merge request yaal/canaille!149
2023-08-17 10:39:53 +00:00
Éloi Rivard
588ec8792e
Implement a dummy inmemory backend 2023-08-17 12:33:45 +02:00
Éloi Rivard
b344445c30
chore: pre-commit ignores pot files 2023-08-17 10:03:10 +02:00
Éloi Rivard
62f5c127f0
chore: pre-commit do not remove trailing spaces from minified files 2023-08-17 09:58:56 +02:00
Éloi Rivard
4f89f4ff29
Translated using Weblate (French)
Currently translated at 100.0% (367 of 367 strings)

Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/fr/
2023-08-16 17:54:29 +02:00
gallegonovato
be27345ee3
Translated using Weblate (Spanish)
Currently translated at 100.0% (367 of 367 strings)

Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/es/
2023-08-16 17:54:28 +02:00
Éloi Rivard
37c2a7d4de
refactor: joinform email validation in a separate method 2023-08-16 17:45:39 +02:00
Éloi Rivard
2909357b9c
fix: typo 2023-08-16 17:34:53 +02:00
Éloi Rivard
6ede3b75cb
tests: disable javascript in template rendering 2023-08-16 17:33:59 +02:00
Éloi Rivard
39a5eafd71
tests: fix a variable in ldap tests 2023-08-16 16:55:21 +02:00
Éloi Rivard
ce48d5d54b
Revert "doc: README"
This reverts commit 962f18ca89.
2023-08-16 16:31:36 +02:00
Éloi Rivard
962f18ca89
doc: README 2023-08-16 16:30:47 +02:00
Éloi Rivard
508450c90b
doc: update profile screenshot 2023-08-16 16:29:14 +02:00
Éloi Rivard
0314abc217
chore: add 'Development Status' classifier 2023-08-16 16:18:06 +02:00
Éloi Rivard
7f07f92424
chore: README 2023-08-15 17:20:26 +02:00
Éloi Rivard
4642829d80
chore: bump to 0.0.31 2023-08-15 17:16:09 +02:00
Éloi Rivard
1962c92542
chore: update dependencies 2023-08-15 17:13:52 +02:00
Hosted Weblate
4504650ea5
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/
2023-08-15 17:04:36 +02:00
Éloi Rivard
0cd713ed09
Translated using Weblate (French)
Currently translated at 100.0% (367 of 367 strings)

Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/fr/
2023-08-15 17:04:35 +02:00
gallegonovato
3ceeb3efe1
Translated using Weblate (Spanish)
Currently translated at 98.6% (362 of 367 strings)

Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/es/
2023-08-15 17:04:35 +02:00
Éloi Rivard
ccaba0b9d5
feat: registration email admin debug page 2023-08-15 17:00:38 +02:00
Éloi Rivard
c4274d1030
fix: fix impersonate success message 2023-08-15 16:48:21 +02:00
Hosted Weblate
4c06fe7faf
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/
2023-08-15 16:39:19 +02:00
Éloi Rivard
78d7e43971
chore: update babel catalogs 2023-08-15 16:36:58 +02:00
Éloi Rivard
565975931c Merge branch 'registration' into 'main'
Registration

Closes #55

See merge request yaal/canaille!148
2023-08-15 14:37:35 +00:00
Éloi Rivard
5a9df64f68
feat: implement registration process 2023-08-15 16:31:44 +02:00
Éloi Rivard
f73e9c3187
chore: style tox env faster install 2023-08-15 13:57:05 +02:00
Éloi Rivard
29b50dc25e
remove onboarding screen 2023-08-15 12:40:18 +02:00
Éloi Rivard
b60dbebd28
Merge branch 'main' into registration 2023-08-15 00:48:49 +02:00
Éloi Rivard
dd08fd7976
chore: changelog 2023-08-14 17:09:36 +02:00
Éloi Rivard
fc252acaaa
refactor: user permission sugar 2023-08-14 16:25:12 +02:00