8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-27 14:43:08 +00:00
Commit graph

10 commits

Author SHA1 Message Date
chapeau
1bf6b36e99 Fix typos 2024-03-02 15:22:00 +01:00
chapeau
e3f77f16c3 Move ldap tests under the correct app 2024-02-20 16:20:49 +01:00
chapeau
471fd52bdb Unit tests of disabled optionnal apps are no longer run 2024-02-20 16:20:02 +01:00
chapeau
b162170bf4 Fix LDAP migration #338 2024-02-18 18:23:05 +01:00
545c370c6a fix: Resolve "ldap_sync and ldap_rebuild do not regenerate service-users" 2021-09-05 12:57:59 +00:00
ce2e77546e fix: 🐛 Use correct settings in ldap_sync + typo 2021-02-18 19:59:03 +01:00
ec2b4afd41 style: 🎨 Apply black and isort 2021-02-14 09:29:10 +01:00
6736caf9f4 feat: ⬆️ Support for django 2.2 (#308)
Support for django 2.2. Rename django.conf.urlresolvers. Change url to path. Add apps to app folder. Edit migrations for on_delete. Edit models for on_delete.

Drop compatibility for django 1.x
2021-02-14 09:29:10 +01:00
Hugo Levy-Falk
af70a7893b feat: Integrate the removal of LDAP to migration squash. 2021-01-11 21:53:49 +01:00
Hugo Levy-Falk
697d1ef7aa feat: Move LDAP to an optional app.
The Entire LDAP infrastructures now relies on signals rather than direct function calls and is in its own app. This means it can be deactivated, but also that we can easily plug new services in addition to LDAP, such as OAuth.

Closes issue #270
2021-01-11 21:53:49 +01:00