Commit graph

82 commits

Author SHA1 Message Date
Valentin Samir
0f2281f2ea Update CHANGELOG.rst and README.rst 2022-10-17 19:39:41 +02:00
Valentin Samir
319c63a7f2 Add settings to allow deletings Django cookies upon logout. Fix #80 2022-10-17 19:29:05 +02:00
Valentin Samir
1209c2cc68 Restaure django 1.11 support as Ubuntu bionic is still maintained 2022-10-17 18:38:47 +02:00
Valentin Samir
6212ba5f2a Add support for Django 4.0 and 4.2. Fix #81 2022-10-16 20:52:28 +02:00
Valentin Samir
e3e7c0852a Drop support for Django 1.11 and for python 2.7 2022-10-16 20:45:35 +02:00
Valentin Samir
8ca36f6b7a Update to version 1.3.0 2021-06-19 18:25:47 +02:00
Valentin Samir
fa7789d226 Add support for Django 3.2 2021-06-19 18:10:33 +02:00
Valentin Samir
956bec1178
Merge pull request #69 from ynerant/master
Add Django 3.1 and Python 3.9 support
2021-06-19 16:03:46 +02:00
Yohann D'ANELLO
802fef95fa
Add Django 3.1 and Python 3.9 support
Signed-off-by: Yohann D'ANELLO <ynerant@¢rans.org>
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2020-12-22 23:07:32 +01:00
Valentin Samir
35d01797a5
Merge pull request #64 from agn-7/master
Update README.rst
2020-12-06 15:42:28 +01:00
Benyamin Jafari
8cbd1fa789
Update README.rst
MIDDLEWARE_CLASSES is the old setting, MIDDLEWARE is the new setting
2020-09-19 14:35:06 +04:30
Valentin Samir
498298c12d [auth] Allow to use user attributes if auth by ldap bind 2020-07-05 15:57:28 +02:00
Valentin Samir
85a022686b Update README for python3 by default 2020-07-05 15:17:56 +02:00
Yohann D'ANELLO
4129687e41 Support Django 2.2 and 3.0 2020-07-05 14:52:01 +02:00
Ken Whitesell
5f30d614e5 General editing of README.rst 2020-07-05 14:52:01 +02:00
erdnaxe
aa88bf7a67 Bootstrap 4 templates (#47) 2020-07-05 14:52:01 +02:00
Valentin Samir
797b6c6e61 Updates dependancies to Django>=1.11 2018-04-30 22:31:10 +02:00
Valentin Samir
dc5f59ea46 Update PyPi url from https://pypi.python.org to https://pypi.org 2018-04-30 18:31:54 +02:00
Valentin Samir
81d7c7c9c6 Drop support of Django <1.11 and python 3.4 2018-04-29 19:16:02 +02:00
Valentin Samir
4de2e2c1c6 Add support for python 3.6 and Django 1.11 2017-11-17 16:56:44 +01:00
Jorik Kraaikamp
81ebc74ecd updated the readme 2017-03-29 15:38:21 +02:00
Valentin Samir
f1fed48b21 Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 2016-10-07 15:27:43 +02:00
Valentin Samir
58be6fb3e4 Update coverage URLs 2016-09-10 01:16:33 +02:00
Valentin Samir
09e9b20c5b Do not use codacy for coverage 2016-09-09 14:25:43 +02:00
Valentin Samir
94c2168af1 Add Django 1.10 support 2016-08-25 13:02:45 +02:00
Valentin Samir
e8d893beeb Add a CAS_INFO_MESSAGES and CAS_INFO_MESSAGES_ORDER settings allowing to display messages 2016-08-24 18:01:45 +02:00
Valentin Samir
8874a20292 Add link to the Authentication backend section in README.rst 2016-08-23 12:50:04 +02:00
Valentin Samir
6412ee5e09 Remove code-blocks and use double ` in README.rst 2016-08-22 15:17:48 +02:00
Valentin Samir
f0e1aa8d7d README.rst typos 2016-08-22 15:10:18 +02:00
Valentin Samir
816156fa59 Allow the user defined CAS_COMPONENT_URLS to omit not changed values 2016-08-22 15:07:15 +02:00
Valentin Samir
d0e92ed8f7 typo in README.rst 2016-08-06 11:09:38 +02:00
Valentin Samir
ee003b6b65 Add a github version badge 2016-08-03 01:50:45 +02:00
Valentin Samir
f4882c3057 Add powered by footer, set warn cookie using javascript, w3c validation 2016-08-02 18:52:43 +02:00
Valentin Samir
1a04b5af9d s@fr/1.9@en/stable@ in README.rst 2016-08-02 15:45:27 +02:00
Valentin Samir
e9523baf7d Forgotten to remove ~comments in README.rst 2016-08-02 14:15:15 +02:00
Valentin Samir
94fc7d0e2b Add dependancies correspondance between python pypi, debian and centos packages 2016-08-02 14:06:52 +02:00
Valentin Samir
15188ba186 Add internal links to some sections to README.rst 2016-08-02 12:02:48 +02:00
Valentin Samir
2298b94f78 Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of SqlAuthUser in favor of SqlAuthUser.
SqlAuthUser use django databases management, and thus is compatible with all SQL databases supported
by django: postgresql, mysql, sqlite3 and oracle.

LdapAuthUser use the full pythonic ldap3 module
2016-07-31 17:09:27 +02:00
Valentin Samir
3d0f2496dd Put favicon (shortcut icon) URL in settings 2016-07-30 00:46:57 +02:00
Valentin Samir
b6cffcf482 Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
Valentin Samir
f5dcbfe8a1 Add latest doc badge 2016-07-27 15:51:16 +02:00
Valentin Samir
3ff4bb16a9 Drop dependancies django-picklefield and django-bootstrap3 2016-07-24 10:51:29 +02:00
Valentin Samir
5f5f3595c8 Update README.rst put image link at the bottom of the document 2016-07-23 18:47:03 +02:00
Valentin Samir
542a0351e8 Use https://badges.genua.fr for badges
Our own instance of https://shields.io/
2016-07-22 14:47:31 +02:00
Valentin Samir
df01c93c35 Update README.rst 2016-07-06 14:15:10 +02:00
Valentin Samir
b0a07efe41 Add a display field to Identity Providers 2016-07-04 17:40:31 +02:00
Valentin Samir
aa433d3c58 Use django admin application to add/modif identty providers when CAS_FEDERATE is True 2016-07-04 17:23:11 +02:00
Valentin Samir
d6c6bac5eb Add federated mode to features list in README.rst 2016-07-03 18:44:00 +02:00
Valentin Samir
36b165b699 Merge branch 'master' into federate 2016-07-03 18:43:14 +02:00
Valentin Samir
323f200afc Add a TOC to README.rst 2016-07-03 18:40:11 +02:00