Commit Graph

351 Commits

Author SHA1 Message Date
kakwa f29039704e pep8 compliance on ldapcherry/exceptions.py 2015-07-11 09:05:01 +02:00
kakwa 24aabe2908 pep8 compilance for ldapcherry/__init__.py 2015-07-11 08:55:54 +02:00
kakwa 3712bb85cb many pep8 fixes thanks to pep8ify 2015-07-10 21:06:28 +02:00
kakwa 2d12335030 pep 8 on ppolicy + docstrings 2015-07-10 21:01:39 +02:00
kakwa b831bc82dc apply pep8 recommandation to setup.py 2015-07-10 21:00:19 +02:00
kakwa 2e85e10f0a Merge branch 'master' of https://github.com/kakwa/ldapcherry 2015-07-10 20:11:40 +02:00
kakwa 04c294e038 disable autofill for modify forms 2015-07-10 20:11:07 +02:00
Carpentier Pierre-Francois 27a305d136 Update README.rst 2015-07-08 21:38:38 +02:00
kakwa 6dd81f5a91 implementing various autofill javascript functions 2015-07-08 01:55:31 +02:00
kakwa d9e33364ca implementing lcDisplayName 2015-07-08 00:59:23 +02:00
kakwa 3cbdfe62ec using onchange instead on onkeyup 2015-07-08 00:57:03 +02:00
kakwa 5dc8011749 implement hooks to call autofill functions 2015-07-08 00:43:58 +02:00
kakwa 665195fef4 adding autofill js file in base templates 2015-07-08 00:43:26 +02:00
kakwa 2d06e14d63 adding skeleton of autofill functions 2015-07-08 00:42:53 +02:00
kakwa 3d399504a7 fix configuration for javascript autofill 2015-07-08 00:42:01 +02:00
kakwa af4e24218e adding js to replace diacritic char in js 2015-07-06 10:18:51 +02:00
kakwa d35249ad86 fix screenshots url 2015-07-06 09:35:46 +02:00
kakwa a0ef2df74e better readme 2015-07-06 09:34:22 +02:00
kakwa 1848782f11 adding screenshots 2015-07-06 09:34:07 +02:00
kakwa 976f65529d replace brackets by quotes in logs 2015-07-06 08:36:01 +02:00
kakwa 9bd23e386b fix typo in log 2015-07-06 08:32:36 +02:00
kakwa 1f0cc50d58 adding a redirected to the originaly requested page on login
user not authenticated and requesting an url are redirected to
the signin page with the requested page url as the query string (in
base64). It permits to redirect them to the requested page once they
've log in.
2015-07-06 07:58:27 +02:00
kakwa 7241b6f8ee better error message for selfmodify if auth disabled 2015-07-05 23:09:32 +02:00
kakwa 1a37cb23a9 adding unit test on selfmodify 2015-07-05 23:09:13 +02:00
kakwa 56eeea61f7 fix html in error template 2015-07-05 23:07:24 +02:00
kakwa df88f2f266 remove trailing spaces 2015-07-05 22:48:24 +02:00
kakwa 98cbeb9af5 remove empty line 2015-07-05 22:46:18 +02:00
kakwa b8f37aa545 adding unit test for _parse_params 2015-07-05 22:35:45 +02:00
kakwa 287ef63215 remove useless test 2015-07-05 22:30:11 +02:00
kakwa e9d5331d6a various fix on ssl/tls + tests
* making ssl cert check and cert no check works
* adding a test to check if the cafile does exist
* reenable and fix ssl checks on travis
2015-07-05 22:01:09 +02:00
kakwa 405367fd75 various fixes in html + unit tests on html 2015-07-05 17:50:42 +02:00
kakwa 5d7f6ee12c adding html validation in ubit tests 2015-07-05 16:35:32 +02:00
kakwa d9031f0994 fix missing </span> in login form 2015-07-05 16:32:18 +02:00
kakwa bf13f2a4f4 fix favicon 2015-07-05 14:30:53 +02:00
kakwa a5de6d9361 adding logo for ldapcherry 2015-07-05 14:22:04 +02:00
kakwa 4a55d040f9 adding unit test for ppolicy 2015-07-03 20:26:02 +02:00
kakwa cd13bf5d22 fix error if no ppolicy module 2015-07-02 08:35:44 +02:00
kakwa 0d045576b2 implementing ppolicy handling and a simple ppolicy module 2015-07-02 07:42:38 +02:00
kakwa e964c5151e implementing a simple ppolicy module 2015-07-01 23:00:42 +02:00
kakwa c302198e6e initialize ppolicy module 2015-07-01 08:58:23 +02:00
kakwa ac7661731c implementing frontend password policy check 2015-07-01 08:50:50 +02:00
kakwa 04e28f10b1 enable error message for not valid/empty fields 2015-06-30 23:19:07 +02:00
kakwa cd5069557c adding skeleton for ppolicy check 2015-06-29 23:07:53 +02:00
kakwa 721582304f disable ssl in test configuration 2015-06-28 23:48:07 +02:00
kakwa f993695a7a better mis example 2015-06-28 23:45:28 +02:00
kakwa 2bfd54210f fix test configuration 2015-06-28 23:42:38 +02:00
kakwa 2d953030d5 adding various unit tests 2015-06-28 23:34:26 +02:00
kakwa ae5c857c74 fix error if password is not in modified attributes 2015-06-28 23:33:37 +02:00
kakwa fb0f601ad4 fix default configuration 2015-06-28 23:26:47 +02:00
kakwa 31907f726b change where form parsing is executed
this change creates a cleaner api for core functions
2015-06-28 23:10:58 +02:00