Commit graph

  • 002b3dd304
    Add support for Django 5.0 in v12.0.0 release master Kumi 2023-12-19 21:47:48 +0100
  • d3e8f846ee
    Major version bump to 12.0.0 Kumi 2023-12-19 21:46:03 +0100
  • 06d428f465
    Update to v2.0.1: Support Django 5.0, migrate IDs to BigAutoField Kumi 2023-12-19 21:37:24 +0100
  • 0025a3772b
    Merge pull request #83 from nitmir/dev Valentin Samir 2022-10-17 20:07:46 +0200
  • 06f525bcfe Update to version 2.0.0 Valentin Samir 2022-10-17 19:52:40 +0200
  • 2b767f3db5 setup.py imports cas_server/__init__.py. Django might not be installed Valentin Samir 2022-10-17 19:46:54 +0200
  • 0f2281f2ea Update CHANGELOG.rst and README.rst Valentin Samir 2022-10-17 19:39:41 +0200
  • 319c63a7f2 Add settings to allow deletings Django cookies upon logout. Fix #80 Valentin Samir 2022-10-17 19:29:05 +0200
  • a4e50ac7d5 Fix DeprecationWarning about USE_L10N in Django 4.0 Valentin Samir 2022-10-17 19:27:51 +0200
  • 2c1236106d Fix DeprecationWarning about default_app_config in Django 3.2 Valentin Samir 2022-10-17 19:27:26 +0200
  • 1209c2cc68 Restaure django 1.11 support as Ubuntu bionic is still maintained Valentin Samir 2022-10-17 18:32:21 +0200
  • 305b2e7532 Update pytest to remove dependancy to pytest-pythonpath Valentin Samir 2022-10-17 18:15:55 +0200
  • 605cc6c248 Upgrade travis dist from xenial to focal in order to support python 3.10 Valentin Samir 2022-10-17 18:07:30 +0200
  • 9466796002 Update travis-ci: add new Django version and remove dropped versions Valentin Samir 2022-10-16 21:07:48 +0200
  • a82d348b20 Fix unicode sandwich issue in cas_server.utils.update_url. Fix #82 Valentin Samir 2022-10-16 20:53:33 +0200
  • 6212ba5f2a Add support for Django 4.0 and 4.2. Fix #81 Valentin Samir 2022-10-16 20:52:28 +0200
  • e3e7c0852a Drop support for Django 1.11 and for python 2.7 Valentin Samir 2022-10-16 20:41:15 +0200
  • 3ee7e0ae98 Add a unit test with a non ascii char in service url as reported in #82 Valentin Samir 2022-10-16 19:42:31 +0200
  • 00ea051dcd
    Merge pull request #77 from daimon99/master Valentin Samir 2022-10-16 18:35:13 +0200
  • 0ef811fdc7 Add locale of zh_Hans. daimon 2021-08-01 23:04:41 +0800
  • 9cf10efc7d
    Merge pull request #76 from nitmir/dev Valentin Samir 2021-07-03 12:39:47 +0200
  • c08617c47e Update to version 1.3.1 Valentin Samir 2021-07-03 12:22:31 +0200
  • d2b3e00abb [setup.py] update classifier and requirements versions Valentin Samir 2021-06-20 00:39:01 +0200
  • 892ff68c69 Fix some docstring reStructuredText syntax Valentin Samir 2021-06-20 00:21:35 +0200
  • 75e00f02e7 [docs] Update djangodocs extension and conf.py to build against current Django and sphinx verions Valentin Samir 2021-06-19 23:55:00 +0200
  • d010e757a1
    Merge pull request #74 from nitmir/dev Valentin Samir 2021-06-19 18:42:29 +0200
  • 8ca36f6b7a Update to version 1.3.0 Valentin Samir 2021-06-19 18:11:21 +0200
  • fa7789d226 Add support for Django 3.2 Valentin Samir 2021-06-19 18:10:33 +0200
  • 5b8fc55f78 Remove python2 tests from travis Valentin Samir 2021-06-19 17:50:38 +0200
  • 968f4a591f Rationalize testing and fix travis Valentin Samir 2021-06-19 17:21:48 +0200
  • aeb794fe74 [urls] Fix typo and remove unused imports Valentin Samir 2021-06-19 17:21:20 +0200
  • 198308031b [urls] Import re_path with a more pythonic fallback Valentin Samir 2021-06-19 16:17:30 +0200
  • 956bec1178
    Merge pull request #69 from ynerant/master Valentin Samir 2021-06-19 16:03:46 +0200
  • ba9cfaf1dc
    Update test environment, don't test anymore with Django 2.0 and Django 2.1 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
  • f2acf179ff
    Merge pull request #66 from pahpa/hotfix Valentin Samir 2020-12-06 15:43:40 +0100
  • 35d01797a5
    Merge pull request #64 from agn-7/master Valentin Samir 2020-12-06 15:42:28 +0100
  • 00a9f42df9
    Merge pull request #65 from kishorkunal-raj/master Valentin Samir 2020-12-06 15:40:47 +0100
  • a7427ed795 fix bug model datefield Form (Federated User Admin) Philippe Vivien 2020-10-14 18:11:34 +0200
  • 40d55012b1 Added ppc64le architecture support on travis-ci kishorkunal-raj 2020-09-24 11:12:41 +0000
  • 8cbd1fa789
    Update README.rst Benyamin Jafari 2020-09-19 14:35:06 +0430
  • f0f4ec0bdc [auth] ldap backup, implement CAS_LDAP_ATTRS_VIEW set to 0 Valentin Samir 2020-09-03 15:41:31 +0200
  • 85426ded17 Fix spelling mistakes in french translation Valentin Samir 2020-07-05 16:06:04 +0200
  • 498298c12d [auth] Allow to use user attributes if auth by ldap bind Valentin Samir 2020-07-05 15:57:28 +0200
  • 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