Commit graph

125 commits

Author SHA1 Message Date
Éloi Rivard
61c8fa73ae
chore: split the 'sql' package extra
in 'sqlite', 'postgresql' and 'mysql'.
2024-11-07 13:23:30 +01:00
Éloi Rivard
e79319110b
doc: remove sphinxcontrib-images
at least until the status_iterator deprecation is solved
https://github.com/sphinx-contrib/images/pull/39
2024-10-28 08:45:30 +01:00
Éloi Rivard
40136fa394 Merge branch '177-security-events-logging-policy' into 'main'
feat: Added security logs for email update, forgotten password mail, token...

Closes #177

See merge request yaal/canaille!185
2024-10-23 07:21:35 +00:00
Éloi Rivard
831517d740
doc: remove sitemap
temporarily, until it does not break RTD builds anymore
https://readthedocs.org/projects/canaille/builds/25905113/
2024-10-19 18:27:49 +02:00
Félix Rohrlich
038e6c094e feat: Added security logs for email update, forgotten password mail, token emission/refresh/revokation, new consent, consent revokation #177 2024-10-14 14:04:39 +02:00
Éloi Rivard
c5317b7f5b
doc: environment vars syntax 2024-09-13 15:41:42 +02:00
Éloi Rivard
cfabcc485c
chore: automitaclly fix typos 2024-09-11 09:33:42 +02:00
Éloi Rivard
50b6a11d3b
doc: document SQL package extra 2024-08-16 09:46:01 +02:00
Éloi Rivard
da6a3b2e68
doc: apache configuration example 2024-08-16 09:41:46 +02:00
Éloi Rivard
fad11e72c4
doc: simplify installation instructions 2024-08-15 19:40:11 +02:00
Éloi Rivard
eee7ba98de
doc: fix nginx example conf certificates domain 2024-08-15 18:44:16 +02:00
Éloi Rivard
107ea63183 Merge branch 'doc-nginx-headers' into 'main'
doc: Don't set nested headers for nginx, use more_set_headers instead

See merge request yaal/canaille!176
2024-08-15 16:43:07 +00:00
Kerstin Humm
a1712968e1 fix create user command in docs 2024-08-15 16:23:01 +02:00
Kerstin Humm
a51c76db30 doc: Don't set nested headers for nginx, use more_set_headers instead
See https://github.com/yandex/gixy/blob/master/docs/en/plugins/addheaderredefinition.md
2024-08-07 14:17:23 +02:00
Éloi Rivard
18a711ef7d
doc: features and use cases documentation 2024-05-21 11:07:07 +02:00
Éloi Rivard
194147d84e
doc: actually, document enums without any dependency 2024-05-14 09:32:32 +02:00
Éloi Rivard
8be781cdea
doc: remove unused myst_parser 2024-05-14 09:17:08 +02:00
Éloi Rivard
345177f519
doc: user enum_tools instead of sphinx-auto-enum 2024-05-14 09:05:46 +02:00
Éloi Rivard
25f2b6dedd
feat: model management commands 2024-05-13 14:16:14 +02:00
Éloi Rivard
405da6a680
doc: document CLI 2024-05-08 10:25:24 +02:00
Éloi Rivard
3df1b9d7c7
doc: fix doc building 2024-05-08 10:08:46 +02:00
Éloi Rivard
bfae3fbe18
doc: pydantic-settings nested secret directories are not ready yet
https://github.com/pydantic/pydantic-settings/issues/154
2024-03-29 13:57:03 +01:00
Éloi Rivard
2d027a6790
doc: wording 2024-03-29 12:08:03 +01:00
Éloi Rivard
be2fa8b7f5
doc: minor various improvements 2024-03-29 09:35:29 +01:00
Éloi Rivard
8625318341
feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
Éloi Rivard
731016d7f3
doc: changelog improvements 2024-03-28 15:31:55 +01:00
Éloi Rivard
d7675f18b7
doc: databases documentation improvements 2024-03-28 14:57:29 +01:00
Éloi Rivard
a4851b5ef0
doc: fix CHANGELOG titles 2024-03-28 14:35:01 +01:00
Éloi Rivard
97470bffe6
doc: better translation documentation 2024-03-28 14:22:07 +01:00
Éloi Rivard
8122e88d2e
doc: canaille logo adapts to the luminosity 2024-03-27 22:45:50 +01:00
Éloi Rivard
af298c39b8
docs: add a sitemap 2024-03-27 21:17:30 +01:00
Éloi Rivard
acf882ad9a
feat: use the shibuya documentation theme 2024-03-27 14:58:07 +01:00
Éloi Rivard
edebf189dd
doc: update flask doc link 2024-03-16 13:47:49 +01:00
Éloi Rivard
e8802c406a
docs: Canaille implements a SQL backend 2024-02-05 16:38:52 +01:00
Éloi Rivard
ad65fe428c
docs: SCIM implementation 2024-02-05 16:38:22 +01:00
Éloi Rivard
c362f0256f
doc: split installation page 2023-12-24 15:59:39 +01:00
Éloi Rivard
c847ef9284
feat: OIDC prompt=create implementation 2023-12-23 19:37:48 +01:00
Éloi Rivard
445d854af1
feat: THEME can be a relative path 2023-12-22 18:00:07 +01:00
Éloi Rivard
066aed7735
feat: convert the png in webp 2023-12-01 22:09:54 +01:00
Éloi Rivard
9463d0c52a
doc: link to the LDAP ppolicy draft 2023-11-30 16:52:03 +01:00
Éloi Rivard
cba95cf666
doc: wording 2023-11-24 15:56:01 +01:00
Éloi Rivard
02cdaf72fa
doc: readme tweaks 2023-11-24 15:45:24 +01:00
Éloi Rivard
27639081f0
feat: implement sqlalchemy backend
Co-authored-by: Loan Robert <loan@yaal.coop>
2023-11-24 13:57:46 +01:00
Éloi Rivard
1fd8af2cf4
refactor: models attributes cardinality is closer to SCIM models 2023-11-17 21:21:25 +01:00
Éloi Rivard
f70883cfdc
doc: add several OIDC documentations 2023-10-24 23:46:46 +02:00
Éloi Rivard
d22766e704
doc: add rfc9394 2023-08-30 13:52:25 +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
94682bc02e
doc: memory backend 2023-08-23 14:38:38 +02:00
Éloi Rivard
553595c5ed
doc: model documentation 2023-08-17 16:11:24 +02:00