Commit Graph

  • 6b007f3960 Add CAS_INFO_MESSAGES tests Valentin Samir 2016-08-24 18:20:12 +0200
  • cd57f101bc Fix english typos in tests Valentin Samir 2016-08-24 18:01:59 +0200
  • e8d893beeb Add a CAS_INFO_MESSAGES and CAS_INFO_MESSAGES_ORDER settings allowing to display messages Valentin Samir 2016-08-24 17:57:02 +0200
  • 097a7e32ad Fix some english typos and update french translation Valentin Samir 2016-08-24 17:20:57 +0200
  • 6a55769e50 Add CHANGELOG.rst test in tox check_rst Valentin Samir 2016-08-23 12:57:42 +0200
  • 656a207e47 Add CHANGELOG.rst to MANIFEST.in Valentin Samir 2016-08-23 12:57:18 +0200
  • 8874a20292 Add link to the Authentication backend section in README.rst Valentin Samir 2016-08-23 12:50:04 +0200
  • c0604337eb Add a CHANGELOG.rst file Valentin Samir 2016-08-23 12:49:09 +0200
  • 6412ee5e09 Remove code-blocks and use double ` in README.rst Valentin Samir 2016-08-22 15:17:48 +0200
  • f0e1aa8d7d README.rst typos Valentin Samir 2016-08-22 15:10:18 +0200
  • 816156fa59 Allow the user defined CAS_COMPONENT_URLS to omit not changed values Valentin Samir 2016-08-22 15:07:15 +0200
  • 14a459b128 Add a validator to models CharField that should be regular expressions Valentin Samir 2016-08-21 09:03:32 +0200
  • 282e3a831b Merge pull request #11 from nitmir/dev Valentin Samir 2016-08-14 08:38:35 +0200
  • cd45c479a8 Update version to 0.6.4 Valentin Samir 2016-08-14 08:21:10 +0200
  • 3c2245e9cd Add a forgotten migration (only change help_text) Valentin Samir 2016-08-14 08:20:01 +0200
  • 07a537b403 Update version to 0.6.3 Valentin Samir 2016-08-14 07:55:45 +0200
  • 84d0d267ad Update version to 0.6.3 Valentin Samir 2016-08-13 19:39:47 +0200
  • da796c6e01 Corrects various errors spoted by travis and codacy Valentin Samir 2016-08-06 11:44:58 +0200
  • ed5e3d5226 Unfold many to many attributes in auth.DjangoAuthUser Valentin Samir 2016-08-06 11:31:39 +0200
  • 29522aad4e Usage of the documented API for models _meta Valentin Samir 2016-08-06 11:09:52 +0200
  • d0e92ed8f7 typo in README.rst Valentin Samir 2016-08-06 11:09:38 +0200
  • aaadca15b7 Code factorisation in views.py Valentin Samir 2016-08-06 11:09:15 +0200
  • d46428520f Code factorisation in models.py Valentin Samir 2016-08-05 17:56:34 +0200
  • ee003b6b65 Add a github version badge Valentin Samir 2016-08-03 01:50:45 +0200
  • 170c557190 js/css style Valentin Samir 2016-08-03 01:48:31 +0200
  • f4882c3057 Add powered by footer, set warn cookie using javascript, w3c validation Valentin Samir 2016-08-02 18:48:27 +0200
  • 6442040095 Add templatetags tests Valentin Samir 2016-08-02 17:10:42 +0200
  • 1a04b5af9d s@fr/1.9@en/stable@ in README.rst Valentin Samir 2016-08-02 15:45:27 +0200
  • f0c5839c94 typo in templatetags docstrings Valentin Samir 2016-08-02 15:22:27 +0200
  • d099fe40a0 Document cas_server/templatetags Valentin Samir 2016-08-02 15:15:51 +0200
  • ba59060763 Merge pull request #9 from nitmir/dev Valentin Samir 2016-08-02 14:44:30 +0200
  • 773707e6c3 Update version to 0.6.2 Valentin Samir 2016-08-02 14:35:24 +0200
  • e9523baf7d Forgotten to remove ~comments in README.rst Valentin Samir 2016-08-02 14:15:15 +0200
  • f5031e6388 require Django<1.10 in Makefile Valentin Samir 2016-08-02 14:13:58 +0200
  • 94fc7d0e2b Add dependancies correspondance between python pypi, debian and centos packages Valentin Samir 2016-08-02 14:06:52 +0200
  • aa98096059 Use custom templatetags instead settings custom attributes to Boundfields Valentin Samir 2016-08-02 13:24:57 +0200
  • 15188ba186 Add internal links to some sections to README.rst Valentin Samir 2016-08-02 12:02:48 +0200
  • 99d335e85d Enable logging to stderr then running tests Valentin Samir 2016-08-01 18:36:12 +0200
  • 41f7bdade3 Fix autodoc forms.FederateUserCredential base class Valentin Samir 2016-08-01 18:36:05 +0200
  • d053003344 Add test for ldap check password with bad base64 hash Valentin Samir 2016-08-01 18:29:24 +0200
  • d25f738b03 Add unit test for utils.dictfetchall Valentin Samir 2016-08-01 18:29:05 +0200
  • c6583c925e Support authentication renewal in federate mode Valentin Samir 2016-08-01 17:01:44 +0200
  • ed3e382ef1 [cas.py] Append renew=true when validating tickets Valentin Samir 2016-08-01 16:56:41 +0200
  • 2a1c90965c Add a checkbox to forget the identity provider if we checked "remember the identity provider" Valentin Samir 2016-08-01 11:50:15 +0200
  • 0237364d8e Only set "remember my provider" in federated mode upon successful authentication Valentin Samir 2016-08-01 11:30:41 +0200
  • 0466d397f3 Move coverage computation last in travis Valentin Samir 2016-08-01 02:10:53 +0200
  • 13c7359294 Remember warn using a cookie Valentin Samir 2016-08-01 02:07:50 +0200
  • aae3a0186e Factorize froms.py Valentin Samir 2016-07-31 20:30:27 +0200
  • 2298b94f78 Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of SqlAuthUser in favor of SqlAuthUser. Valentin Samir 2016-07-31 16:52:19 +0200
  • f0922e0300 Add secret as sensitive variables/post parameter for /auth Valentin Samir 2016-07-31 12:28:10 +0200
  • 4721eb4f81 Catch base64 decode error on b64decode to raise our custom exception BadHash Valentin Samir 2016-07-31 12:27:14 +0200
  • fbc977c6bd Fix inversion between two gettext string Valentin Samir 2016-07-30 19:20:52 +0200
  • b45f8df09e Remove english "translation" and use full english text in the sources. Update french translation. Valentin Samir 2016-07-30 01:31:43 +0200
  • 3d0f2496dd Put favicon (shortcut icon) URL in settings Valentin Samir 2016-07-30 00:46:57 +0200
  • fe90b7fed0 Since we drop django-boostrap3 dependancies, Django default minimal version is 1.7 Valentin Samir 2016-07-29 16:51:46 +0200
  • 34118833bf Display an error message on bad response from identity provider in federate mode. fix #7. Valentin Samir 2016-07-29 16:35:21 +0200
  • 2cc31ce5f5 [cas.py] factor the charset detection in a function Valentin Samir 2016-07-29 16:34:39 +0200
  • 570676f5b0 fix some codacy errors Valentin Samir 2016-07-29 15:11:43 +0200
  • 3063cf116b few flake8 and python3 problems corrected Valentin Samir 2016-07-29 14:55:52 +0200
  • b6cffcf482 Add new version email and info box then new version is available Valentin Samir 2016-07-29 14:33:02 +0200
  • 6eea76d984 Add pytest-warning to tests and correct some warnings, complete coverage (essentially branch) Valentin Samir 2016-07-29 13:56:23 +0200
  • b168e0a642 typo in setup.py classifiers Valentin Samir 2016-07-27 16:03:11 +0200
  • 8b27b8c5e0 Update version to 0.6.1 Valentin Samir 2016-07-27 16:01:23 +0200
  • f5dcbfe8a1 Add latest doc badge Valentin Samir 2016-07-27 15:50:14 +0200
  • f837853043 Merge pull request #8 from nitmir/dev Valentin Samir 2016-07-27 15:05:24 +0200
  • d3b4e23027 Keep LoginTicket list upon fail authentication Valentin Samir 2016-07-24 22:57:34 +0200
  • 3ff4bb16a9 Drop dependancies django-picklefield and django-bootstrap3 Valentin Samir 2016-07-24 01:49:03 +0200
  • ff9566289d Add missing docstrings Valentin Samir 2016-07-23 19:12:44 +0200
  • d6b91033d4 Correct travis to stick python version to tox envs Valentin Samir 2016-07-23 19:02:50 +0200
  • df1d57bca1 Add python 3.5 tox/travis tests Valentin Samir 2016-07-23 18:50:47 +0200
  • 018a5951a2 Update urlpattern for django 1.10 Valentin Samir 2016-07-23 18:47:52 +0200
  • 9bae371199 Add serviceValidate ProxyTicket tests Valentin Samir 2016-07-23 18:47:32 +0200
  • 5f5f3595c8 Update README.rst put image link at the bottom of the document Valentin Samir 2016-07-23 18:47:03 +0200
  • 1636860e48 Rules to publish wheel release Valentin Samir 2016-07-23 18:46:36 +0200
  • 2ce03972e5 Include docs, Makefile, coverage config and tests config to source package Valentin Samir 2016-07-23 18:45:55 +0200
  • 232aafcace Factorize some code Valentin Samir 2016-07-23 18:43:27 +0200
  • 4127af0db1 Update doc Valentin Samir 2016-07-23 18:41:46 +0200
  • 542a0351e8 Use https://badges.genua.fr for badges Valentin Samir 2016-07-22 14:47:31 +0200
  • d812257daa Exclude a should not happen branche from coverage in auth.TestAuthUser.attributs Valentin Samir 2016-07-20 18:52:11 +0200
  • 8a4a4a833f Codacy warning about constant names Valentin Samir 2016-07-20 18:46:33 +0200
  • 004e76f29e Remove tests unused variable Valentin Samir 2016-07-20 18:41:52 +0200
  • 66b9daff68 Update default_settings.py for python3 Valentin Samir 2016-07-20 18:40:46 +0200
  • c8a22f6c92 Remove tests unused variable Valentin Samir 2016-07-20 18:30:36 +0200
  • 25f305b538 Reformat default_settings.py for documentation using sphinx autodoc Valentin Samir 2016-07-20 18:30:17 +0200
  • 8caf9156aa Rename the unicode methode of ReturnUnicode in cas.py to prevent clash in spnhinx autodoc with unicode type Valentin Samir 2016-07-20 18:29:34 +0200
  • cec0cadb7a Add some docs using sphinx autodoc Valentin Samir 2016-07-20 18:28:23 +0200
  • 28dd67cb32 Add the possibility to run tests with "setup.py test" Valentin Samir 2016-07-10 11:48:43 +0200
  • b1b7562e55 DO not display sphinx coverage for now Valentin Samir 2016-07-07 00:09:49 +0200
  • 4d0d60155e Remove sphinx.ext.githubpages extension for docs Valentin Samir 2016-07-06 19:52:48 +0200
  • 91dbe6bafb Add sphinx docs Valentin Samir 2016-07-06 19:43:56 +0200
  • 6dc52e0ca5 Update some help_text dans docstrings Valentin Samir 2016-07-06 19:43:09 +0200
  • 4ad4d13baa Compact federated mode migration Valentin Samir 2016-07-06 14:44:15 +0200
  • 203eedc9e7 Update version to 0.6.0 Valentin Samir 2016-07-06 14:20:48 +0200
  • df01c93c35 Update README.rst Valentin Samir 2016-07-05 20:32:51 +0200
  • 4df2991079 Fix migration error for pgsql: column "provider_id" cannot be cast automatically to type integer Valentin Samir 2016-07-06 13:50:02 +0200
  • 502135d6ca Fix bug: the renewing authentication, it is ok for the service to not require renew Valentin Samir 2016-07-06 13:15:19 +0200
  • abf0200f87 Add a test case related to 6b3b280d31 Valentin Samir 2016-07-05 13:09:52 +0200
  • 17228baec7 tox.ini: we need Django to compute coverage Valentin Samir 2016-07-05 13:09:16 +0200
  • 37bb766245 Merge pull request #6 from nitmir/federate Valentin Samir 2016-07-05 12:54:44 +0200
  • 6b3b280d31 Add some logging and only permit backend CAS auth if the user is not already authenticated Valentin Samir 2016-07-04 22:54:15 +0200