Commit graph

  • 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
  • 624f2f48ed Add a docstring to admin.py Valentin Samir 2016-07-04 20:02:00 +0200
  • b0a07efe41 Add a display field to Identity Providers Valentin Samir 2016-07-04 17:40:31 +0200
  • aa433d3c58 Use django admin application to add/modif identty providers when CAS_FEDERATE is True Valentin Samir 2016-07-04 17:23:11 +0200
  • 40b4f07001 Merge branch 'master' into federate Valentin Samir 2016-07-03 19:52:47 +0200
  • 097edfd9dd Optimise tox and travis Valentin Samir 2016-07-03 19:46:52 +0200
  • d6c6bac5eb Add federated mode to features list in README.rst Valentin Samir 2016-07-03 18:44:00 +0200
  • 36b165b699 Merge branch 'master' into federate Valentin Samir 2016-07-03 18:43:14 +0200
  • 323f200afc Add a TOC to README.rst Valentin Samir 2016-07-03 18:40:11 +0200
  • 646cdba6aa Do not display messages if auto_submit is True and javascript is enabled Valentin Samir 2016-07-03 18:12:02 +0200
  • 9909699012 Update sime legal headers Valentin Samir 2016-07-03 18:11:48 +0200
  • 8e5b75e090 Add some docstrings Valentin Samir 2016-07-03 17:54:11 +0200
  • 7cc3ba689f Correct some code style errors and remove some forgotten debug lines Valentin Samir 2016-07-03 14:19:39 +0200
  • 90daf3d2a0 Add unit tests for when CAS_FEDERATE is True Valentin Samir 2016-07-03 13:51:00 +0200
  • fcd906ca78 Tweak the cas client lib to always return unicode Valentin Samir 2016-07-03 13:49:31 +0200
  • 2f1b3862ff Exclude cas_server/cas.py from coverage as it is an external lib Valentin Samir 2016-07-02 23:24:50 +0200
  • 63f5b2cabf Merge branch 'master' into federate Valentin Samir 2016-07-01 16:42:31 +0200
  • a1edd2f31f Use rst2html instead of setup.py check cause there is a fixed bug on ubuntu 12.04 Valentin Samir 2016-07-01 03:20:58 +0200
  • c2b146335f Fix somme RST errors in README.rst. Add a test in tox.ini to detect such errors Valentin Samir 2016-07-01 02:38:36 +0200
  • e3ab64271b Update version to 0.5.0 Valentin Samir 2016-07-01 01:58:30 +0200
  • 0648c2cf7c Add six dependancy to setup.py Valentin Samir 2016-07-01 01:56:48 +0200
  • eb64412612 Merge pull request #5 from nitmir/dev Valentin Samir 2016-07-01 01:26:41 +0200
  • 95511943e8 Add a utils function to test crypt salts Valentin Samir 2016-07-01 01:10:33 +0200
  • a5ed74ee56 SOme python3 compatibility Valentin Samir 2016-07-01 00:09:51 +0200
  • 219171fe41 Set legals headers Valentin Samir 2016-07-01 00:00:53 +0200
  • 7cbbab444f Full utils coverage Valentin Samir 2016-07-01 00:00:33 +0200
  • 43b4a7ca61 Exclude tests from coverage Valentin Samir 2016-06-30 23:59:19 +0200
  • c7c5151acf Tests comments and move http server handlers from cas_server.utils to cas_server.tests.utils Valentin Samir 2016-06-30 23:13:53 +0200
  • 3ada10b3c5 Add tests comment and enable ajax login in ajax tests Valentin Samir 2016-06-30 19:01:56 +0200
  • 2515c3a15d Disabling ajax login by default Valentin Samir 2016-06-30 18:57:11 +0200
  • 638363c6f9 Pip6 cache system and codacy issues Valentin Samir 2016-06-30 14:52:55 +0200
  • ecf4e66e11 Models full coverage Valentin Samir 2016-06-30 13:55:19 +0200
  • 9814bb0a6f Cache tox build on travis to seed up tests Valentin Samir 2016-06-30 01:21:58 +0200
  • 8ab40271bc Remove coverage from tox envlist as only travis known the API token Valentin Samir 2016-06-30 00:37:00 +0200
  • 43b4ffb88a Simplify Makefile Valentin Samir 2016-06-30 00:23:15 +0200
  • 22a7568498 Add coverage computation to travis Valentin Samir 2016-06-29 23:48:29 +0200
  • 2fba4183a3 Codacy issues Valentin Samir 2016-06-29 20:59:18 +0200
  • 3334f87601 SingleLogOut unit tests Valentin Samir 2016-06-29 20:51:58 +0200
  • d4b9d66051 Cleaner BaseHTTPRequestHandler Valentin Samir 2016-06-29 20:51:30 +0200
  • e5efdadde0 Full coverage for saml + split tests Valentin Samir 2016-06-29 17:07:49 +0200
  • d5920ba8ce Add clean for coverage and *~ files Valentin Samir 2016-06-29 09:05:45 +0200
  • 63621bd26e Use pip for make install, it allow us to easily uninstall Valentin Samir 2016-06-29 08:43:11 +0200
  • abda112467 Begin to split tests, Makefile less phony, use py.test Valentin Samir 2016-06-29 08:22:52 +0200
  • 33f53f1d25 Add docstrings to management commands Valentin Samir 2016-06-29 00:28:59 +0200
  • 6972ad7536 Add some docstrings and comments Valentin Samir 2016-06-29 00:25:09 +0200
  • 3e53429feb Forgotten test for proxy view Valentin Samir 2016-06-29 00:08:23 +0200
  • 8edf896fa5 Remove some duplicate from tests code, full coverage for prowy view Valentin Samir 2016-06-29 00:01:51 +0200
  • 97a15f749c Use override_settings in tests Valentin Samir 2016-06-28 19:27:03 +0200
  • 44acd005ee Full coverage for view validateService Valentin Samir 2016-06-28 18:57:56 +0200
  • 6d610d5aa6 Full coverage for validate view Valentin Samir 2016-06-28 17:46:59 +0200
  • 87a877b91c Full coverage auth view Valentin Samir 2016-06-28 17:19:48 +0200
  • 327a47566f Full coverage of logout view Valentin Samir 2016-06-28 16:41:27 +0200
  • 166590f264 Full coverage for the login view Valentin Samir 2016-06-28 15:56:07 +0200
  • a4d70d3046 Merge branch 'dev' into federate Valentin Samir 2016-06-28 15:29:45 +0200
  • 16fb7b5021 Fix renew request from service Valentin Samir 2016-06-28 15:24:50 +0200
  • 434dcf6e4e Correct some codacy errors Valentin Samir 2016-06-28 00:48:48 +0200
  • dedc1e34a2 Fix some style error introduced during the merge Valentin Samir 2016-06-28 00:37:18 +0200
  • 32b5627c38 Merge branch 'dev' into federate Valentin Samir 2016-06-28 00:34:31 +0200
  • fc57288c30 Fix some python3 compat and change in test client behaviour in django 1.9 Valentin Samir 2016-06-28 00:10:36 +0200