Commit Graph

  • ba9cfaf1dc
    Update test environment, don't test anymore with Django 2.0 and Django 2.1 master Yohann D'ANELLO 2021-01-26 14:53:51 +0100
  • 2a07cca1f1
    Support for Django 2.0 and 2.1 was dropped Yohann D'ANELLO 2020-12-22 23:42:58 +0100
  • 251cfb9b49
    Construct a middleware without a get_response function is deprecated and will not work in a future release. Yohann D'ANELLO 2020-12-22 23:07:33 +0100
  • d62def6d6b
    django.conf.urls is deprecated and will be removed in Django 4.0, use django.urls.re_path instead Yohann D'ANELLO 2020-12-22 23:07:33 +0100
  • 10b389e7be
    With Python 3.9, the crypt function raises an OSError See https://bugs.python.org/issue39289 Yohann D'ANELLO 2020-12-22 23:07:33 +0100
  • 802fef95fa
    Add Django 3.1 and Python 3.9 support Yohann D'ANELLO 2020-12-22 23:07:32 +0100
  • f15d0fa448
    Merge pull request #60 from nitmir/dev Valentin Samir 2020-07-05 15:41:04 +0200
  • c3e2fdecfe Update to version 1.2.0 Valentin Samir 2020-07-05 15:27:15 +0200
  • 85a022686b Update README for python3 by default Valentin Samir 2020-07-05 15:17:56 +0200
  • 6a82f8654c Drop support for Django 2.0 and 2.1 (EOL) Valentin Samir 2020-07-05 15:07:18 +0200
  • 78b18a5b64 Allow patch release of Django 3.0 in setup.py Valentin Samir 2020-07-05 15:02:10 +0200
  • 87672dda05 Allow patch release of Django 3.0 in requirements.txt Valentin Samir 2020-07-05 14:52:55 +0200
  • b7c7c0f0ba Service URL: keep blank GET arguments Théophile Bastian 2020-04-14 23:47:08 +0200
  • 9cd44aa8aa Code quality Yohann D'ANELLO 2020-04-25 03:14:01 +0200
  • 4129687e41 Support Django 2.2 and 3.0 Yohann D'ANELLO 2020-04-25 02:59:37 +0200
  • 5f30d614e5 General editing of README.rst Ken Whitesell 2020-05-28 16:44:14 -0400
  • f4b4428b94 Fix CRYPT-DES hash method for LDAP Théophile Bastian 2020-04-09 18:57:33 +0200
  • aa88bf7a67 Bootstrap 4 templates (#47) erdnaxe 2020-01-25 10:58:23 +0000
  • 781e516769 Update .travis.yml to use python3 for flake8, check_rst and coverage Valentin Samir 2020-01-01 12:14:44 +0100
  • 4aba254975 Update tox.ini to use python3 for flake8, check_rst and coverage Valentin Samir 2020-01-01 11:52:31 +0100
  • 6ee703847f [docs] Replace calls to add_description_unit William Blough 2020-07-02 12:11:35 -0400
  • d106181b94
    Merge pull request #44 from nitmir/dev Valentin Samir 2019-03-02 11:45:41 +0100
  • bd9aedd1b4 Update to version 1.1.0 Valentin Samir 2019-03-02 11:37:11 +0100
  • 378f70fac9 Fix deprecation warning for {% load staticfiles %} and django.contrib.staticfiles Valentin Samir 2019-03-02 11:31:18 +0100
  • 4025fcbf11 Add support for Django 2.1 Valentin Samir 2019-03-02 11:23:30 +0100
  • 9ee95f0bec Fix checkbox position on the login page Valentin Samir 2019-03-02 11:23:16 +0100
  • 1bdfd2d0db Edit changelog for pull request bf44b4f305 Valentin Samir 2019-03-02 11:22:43 +0100
  • bf44b4f305
    Merge pull request #43 from AIJIJI/master Valentin Samir 2019-01-26 13:59:36 +0100
  • f4ece7f1f2 set ldap3 client_strategy from sync to sync-restartable; in order to avoid error 32 broken pipe caused by time out 钟雪松 2019-01-25 15:28:07 +0800
  • 7e0bf93505
    Merge pull request #41 from nitmir/dev Valentin Samir 2019-01-12 12:09:11 +0100
  • edf4871b4a
    Update to version 1.0.0 Valentin Samir 2019-01-12 12:01:48 +0100
  • a6cf8aaa20
    Fix invalid escape sequence \. in regular expression \\. Valentin Samir 2019-01-12 12:01:12 +0100
  • 248658b52d Fix squashed migrations, the app name should be 'cas_server' and not b'cas_server' Valentin Samir 2018-05-21 13:25:36 +0200
  • 5bd06d47c5 Keep query string then redirecting from / to /login Valentin Samir 2018-05-21 13:10:33 +0200
  • 797b6c6e61 Updates dependancies to Django>=1.11 Valentin Samir 2018-04-30 22:31:10 +0200
  • dc5f59ea46 Update PyPi url from https://pypi.python.org to https://pypi.org Valentin Samir 2018-04-30 18:31:54 +0200
  • ca41c067b9 Wrap some long lines Valentin Samir 2018-04-29 20:13:51 +0200
  • 290701e07f Changes for Django 2.0 support Valentin Samir 2018-04-29 20:10:01 +0200
  • fcafc77b98 Update .travis.yml and setup.py to drop Django <1.11 and python 3.4 support Valentin Samir 2018-04-29 19:21:54 +0200
  • b207cee8ee Update changelog Valentin Samir 2018-04-29 19:16:24 +0200
  • 81d7c7c9c6 Drop support of Django <1.11 and python 3.4 Valentin Samir 2018-04-29 19:16:02 +0200
  • 753e3b5625 Fix #38 calling django.contrib.staticfiles.templatetags.staticfiles.static before collectstatic raise a ValueError. Valentin Samir 2018-04-29 19:04:59 +0200
  • ee69b04b53 Fix code style of previous commit Valentin Samir 2018-04-29 19:04:44 +0200
  • ff8373ee6a Always return authenticationDate, longTermAuthenticationRequestTokenUsed and isFromNewLogin attributes Valentin Samir 2018-04-29 18:48:41 +0200
  • 4123450e9f Add support for Django 2.0, fix #33 Valentin Samir 2018-01-27 10:44:34 +0100
  • 4de2e2c1c6 Add support for python 3.6 and Django 1.11 Valentin Samir 2017-11-17 16:54:51 +0100
  • 4229f871c5
    Merge pull request #34 from nitmir/dev Valentin Samir 2017-11-17 15:47:00 +0100
  • 5811d6435c Update version to 0.9.0 Valentin Samir 2017-11-17 15:29:19 +0100
  • 971cde093c Fix XSS js injection Valentin Samir 2017-11-17 15:23:25 +0100
  • f1a47e7766 Added protuguese translation (brazilian variant) Roberto Morati 2017-08-29 18:11:33 +0200
  • 60ae92cc5a Add changelog for merges 03a069268a and 253b431194 Valentin Samir 2017-04-25 16:26:39 +0200
  • 253b431194 Merge pull request #26 from JostCrow/master Valentin Samir 2017-04-25 16:21:05 +0200
  • 03a069268a Merge pull request #27 from JostCrow/bigger_usernames Valentin Samir 2017-04-25 16:20:50 +0200
  • 9e1fd9962d Merge branch 'master' into bigger_usernames Valentin Samir 2017-04-07 16:07:08 +0200
  • 92bba0da49 added the missing migration Jorik Kraaikamp 2017-03-30 15:25:29 +0200
  • 13af3ccd1d added the bigger username migration and change Jorik Kraaikamp 2017-03-29 17:52:12 +0200
  • 951dc60e99 Fixed some major mistyping and added the default setting. Jorik Kraaikamp 2017-03-29 16:57:27 +0200
  • 81ebc74ecd updated the readme Jorik Kraaikamp 2017-03-29 15:38:21 +0200
  • 224202c5c2 Added a setting to turn of the messages about the service Jorik Kraaikamp 2017-03-29 15:36:12 +0200
  • 1dba4fea95 Support for ldap3 version 2 or more (changes in the API) Valentin Samir 2017-03-29 14:31:45 +0200
  • 443c87fa40 Do not try to bind if the user dn was not found with LDAP auth backend Valentin Samir 2017-03-29 14:28:36 +0200
  • 4c15b51612 Update CHANGELOG with dutch translation Valentin Samir 2017-03-29 14:24:52 +0200
  • 85eae7d609 Merge pull request #25 from JostCrow/master Valentin Samir 2017-03-29 14:23:22 +0200
  • 5410aee3d5 Added dutch translations Jorik Kraaikamp 2017-03-29 13:08:55 +0200
  • aa2a35b279 Merge pull request #22 from nitmir/dev Valentin Samir 2017-03-08 14:26:09 +0100
  • 00d47790e4 Update version to 0.8.0 Valentin Samir 2017-03-08 14:11:26 +0100
  • 9db40bdbcb Disable pip cache then installing with make install Valentin Samir 2016-11-20 16:52:28 +0100
  • 64d3901ec4 Remove spaceless in forms, fix css class errors Valentin Samir 2016-11-20 16:50:49 +0100
  • b80947755a Add module tests.auth a docstring Valentin Samir 2016-10-07 15:36:11 +0200
  • f1fed48b21 Add ldap bind auth method and CAS_TGT_VALIDITY parameter. Fix #18 Valentin Samir 2016-10-07 15:22:49 +0200
  • e77dbbcd03 Update french translation Valentin Samir 2016-09-18 11:40:22 +0200
  • 6185e9c68c Fix more spelling and grammar errors Valentin Samir 2016-09-18 11:34:46 +0200
  • 816d350548 Fix some spelling and grammar on log messages. Allie Micka 2016-09-18 11:26:09 +0200
  • 37c975eaf7 Allow both unicode and bytes dotted string in utils.import_attr Valentin Samir 2016-09-18 11:21:33 +0200
  • 75b3fe4db0 Update coverage upload script Valentin Samir 2016-09-11 19:30:26 +0200
  • 7321583429 Update CHANGELOG Valentin Samir 2016-09-10 15:25:31 +0200
  • c7171bb386 Add a test for login with missing parameter (username or password or both) Valentin Samir 2016-09-10 15:24:30 +0200
  • 58be6fb3e4 Update coverage URLs Valentin Samir 2016-09-10 01:16:33 +0200
  • ebfac168a2 Put update_coverage commands in the script called by tox Valentin Samir 2016-09-09 14:52:52 +0200
  • 09e9b20c5b Do not use codacy for coverage Valentin Samir 2016-09-09 14:25:43 +0200
  • 0c5631ae40 Merge pull request #16 from nitmir/dev Valentin Samir 2016-09-07 20:34:28 +0200
  • 0b44ecf5e5 Update version to 0.7.4 Valentin Samir 2016-09-07 20:19:18 +0200
  • 802c04a116 Add templatetags to Pypi package Valentin Samir 2016-09-07 20:18:30 +0200
  • f2efa86721 Merge pull request #15 from nitmir/dev Valentin Samir 2016-09-07 18:30:03 +0200
  • 8a7ffd8172 Update version to 0.7.3 Valentin Samir 2016-09-07 17:25:28 +0200
  • 216f38db14 Only check for valid username/password if username and password POST fields are posted. Valentin Samir 2016-09-07 17:13:42 +0200
  • 868a06ea3f Really pick the last version on Pypi for new version checking. Valentin Samir 2016-09-06 12:02:43 +0200
  • 990f00fe3c Add autofocus to the username input on the login page Valentin Samir 2016-09-06 11:55:54 +0200
  • 7a86679281 Merge pull request #14 from nitmir/dev Valentin Samir 2016-08-31 16:52:14 +0200
  • 92d3c4515d Update version to 0.7.2 Valentin Samir 2016-08-31 16:32:38 +0200
  • 559e4dc8e8 Add support of gitlab continuous integration Valentin Samir 2016-08-30 19:44:20 +0200
  • 80a1eef900 Fix lang attribute in django 1.7 Valentin Samir 2016-08-27 11:13:55 +0200
  • 5052bd8ddc Fix BootsrapForm: placeholder on Input and Textarea only. Valentin Samir 2016-08-27 11:02:32 +0200
  • 94c2168af1 Add Django 1.10 support Valentin Samir 2016-08-25 13:02:09 +0200
  • 0c8a90e48f Merge pull request #13 from nitmir/dev Valentin Samir 2016-08-24 23:16:57 +0200
  • bbf0c6e287 Update version to 0.7.0 Valentin Samir 2016-08-24 23:15:35 +0200
  • 7bfaaff4f7 Add a forgotten migration (only change help_text and validators) Valentin Samir 2016-08-24 23:14:31 +0200
  • 902dd103f1 Merge pull request #12 from nitmir/dev Valentin Samir 2016-08-24 23:09:40 +0200
  • 5b2795ae44 Update version to 0.7.0 Valentin Samir 2016-08-24 23:03:21 +0200
  • 13cf8cf95b Update CHANGELOG.rst Valentin Samir 2016-08-24 18:40:08 +0200