Commit Graph

30 Commits

Author SHA1 Message Date
e5c1bbed4b Django 5: LogoutView must be called via POST now
Some checks failed
Run tests / Execute tox to run the test suite (push) Failing after 1m26s
2025-04-11 09:37:12 +02:00
a143e8e239 Fixed LogoutView for Django 4 2025-04-10 15:02:42 +02:00
62accd4197 Replaced default_app_config variable by module config to locate the
AppConfig object
2025-04-10 15:01:46 +02:00
b70fbbfa90 Replaced django.conf.urls.url by django.urls.re_path 2025-04-10 12:14:35 +02:00
d7e2acff34 Replaced ugettext and ugettext_lazy with gettext and gettext_lazy
ugettext and ugettext_lazy were deprecated in Django 3 and will be
removed in Django 4.
2025-04-10 11:33:06 +02:00
14c2a50503 dav_auth: admin: add group members as inline to group admin
Some checks failed
Run tests / Execute tox to run the test suite (push) Successful in 3m40s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Failing after 1m14s
2024-09-19 15:42:06 +02:00
1327fde4b5 dav_auth: write log message when password is changed 2024-09-19 15:23:29 +02:00
8a766c760d Updated tests for new version of selenium
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 2m2s
Run tests every night at 05:05 / Execute tox to run the test suite (push) Successful in 2m46s
2024-08-29 14:09:44 +02:00
98a6fc3ce7 try to make pylint happy
All checks were successful
buildbot/tox Build done.
2022-06-08 00:08:09 +02:00
8610e2a557 BIG UPD: migrate to python 3.10 and django 3.2
All checks were successful
buildbot/tox Build done.
2022-06-07 16:07:08 +02:00
c3f72a50ff UPD: enable stronger password validation and eventually warning message on login
All checks were successful
buildbot/tox Build done.
2020-12-22 18:42:06 +01:00
47dd196c6a UPD: auth: added a custom wordlist password validator 2020-12-22 17:04:40 +01:00
0762876ec5 UPD: auth: added score based password validator 2020-12-22 15:53:32 +01:00
5f296ff1c0 UPD: dav_auth: refactor the ResetPasswordView for better name 2020-12-22 11:51:59 +01:00
03bdc0f7c1 FIX/UPD: tests are OK with python3. 2019-03-28 22:11:00 +01:00
943285f1ed UPD: small steps to become python3 compatible. 2019-03-28 18:08:12 +01:00
e05bf3e56f FIX: Get rid of basestring (not python3 compatible). 2019-03-28 16:54:58 +01:00
1031442d9b ADD: Added suport for test coverage. 2019-03-28 12:55:58 +01:00
303560bb63 UPD: improved email tests. 2019-03-28 10:29:36 +01:00
bbe1ffac08 UPD: more/better tests. 2019-03-25 17:17:56 +01:00
94402fb5d0 FIX: fixed css (space between page header and page body) 2019-03-25 10:54:22 +01:00
e20f536b1b UPD: more and better tests. 2019-03-22 17:32:08 +01:00
dc37c110df UPD: improved tests. 2019-03-21 20:28:46 +01:00
2dce52cb25 UPD: more test. 2019-03-14 15:36:09 +01:00
3f68579b78 UPD: improved tests. 2019-03-14 11:15:05 +01:00
848db26516 UPD: improved tests. 2019-03-13 18:38:58 +01:00
c39f09709b UPD: dav_auth: tests! 2019-03-12 18:13:45 +01:00
c38cc0d6e5 FIX: dav_auth: new passwords were limited to 12 chars because of the SetPasswordForm. 2019-03-12 18:10:24 +01:00
e6a5f9818a BROKEN! MIGRATE! BIG UPD: not yet complete support for publish[ed|ing]_[web|facebook] 2019-01-23 18:36:11 +01:00
0d5a8c65e3 Refactor: split code into several django apps (we call them modules). 2018-12-13 14:47:58 +01:00