index
:
mandaye.git
master
review
wip/py3
Modular rewriting reverse proxy
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix use of isinstance
HEAD
v0.11.7
master
Benjamin Dauvergne
2016-04-23
1
-1/+1
*
do not use a global LDAP connection, open it for each request
v0.11.6
Benjamin Dauvergne
2016-04-22
1
-11/+18
*
flatten some config string to str (fixes #10416)
v0.11.5
Benjamin Dauvergne
2016-03-24
1
-0/+14
*
do not replace all the occurences of target in location header
Serghei Mihai
2016-03-23
1
-2/+1
*
New version 0.11.4
v0.11.4
Jérôme Schneider
2015-07-30
1
-1/+1
*
toolbar: ensure we have the correct margin
Jérôme Schneider
2015-07-30
1
-1/+1
*
authform.py: correctly resolve relative path in form action
Jérôme Schneider
2015-07-23
1
-1/+5
*
saml2: typo fixes
Jérôme Schneider
2015-06-25
1
-1/+1
*
saml2: render nameid format and authnresp binding configurable (#7367)
Jérôme Schneider
2015-06-16
1
-4/+34
*
Add 'debian/' from commit '5c7c5e52511f0a4098a0e105067ec34311163563'
Jérôme Schneider
2015-04-03
7
-0/+50
|
\
|
*
rules: replace mandaye by python-mandaye in buil dir
Jérôme Schneider
2014-08-19
1
-1/+1
|
*
rules: with the build dir it's better
Jérôme Schneider
2014-08-19
1
-2/+1
|
*
add static in the package
Jérôme Schneider
2014-08-19
2
-1/+4
|
*
update dependencies
Jérôme Schneider
2014-05-28
1
-2/+2
|
*
control: now depend on pythopn-entrouvert
Jérôme Schneider
2014-05-28
1
-0/+1
|
*
pydist-overrides: add alembic
Jérôme Schneider
2013-12-23
1
-0/+1
|
*
control: depends on alembic and not python alembic
Jérôme Schneider
2013-12-23
1
-1/+1
|
*
control: fix dependencies
Jérôme Schneider
2013-12-23
1
-2/+2
|
*
debian: remove pycrypto dependency
Jérôme Schneider
2013-10-21
1
-2/+1
|
*
debian: python-crypto instead of python-pycrypto
Jérôme Schneider
2013-10-21
2
-1/+2
|
*
debian: depend on sqlalchemy >= 0.7.3
Jérôme Schneider
2013-10-18
1
-1/+1
|
*
debian: fix control file
Jérôme Schneider
2013-10-17
1
-2/+2
|
*
Debian: initial release
Jérôme Schneider
2013-10-17
6
-0/+46
*
New version 0.11.2
v0.11.2
Jérôme Schneider
2015-03-10
1
-1/+1
*
disassociation: manage disassociate_next_url in mappers
Jérôme Schneider
2015-03-10
1
-0/+2
*
New version 0.11.1
v0.11.1
Jérôme Schneider
2015-03-10
1
-1/+1
*
use a generic regular expression to fix location header
Jérôme Schneider
2015-03-09
2
-6/+8
*
authform: during an auto association don't reload the login page
Jérôme Schneider
2015-01-30
1
-7/+7
*
dispatch: don't match path case
Jérôme Schneider
2015-01-30
1
-2/+4
*
New version 0.11.0
v0.11.0
Jérôme Schneider
2015-01-30
1
-1/+1
*
Add a method which store credentials during a local authentification
Jérôme Schneider
2015-01-30
4
-8/+48
*
backends: add has_sp_login method to test if a local login is already used
Jérôme Schneider
2015-01-30
3
-0/+26
*
filters: add a method which allows to store the request message in a string
Jérôme Schneider
2015-01-30
1
-0/+7
*
toolbar.js: add next_url parameter to mandaye_disassociate_logout
Jérôme Schneider
2015-01-27
1
-2/+9
*
add option 'scripts' to mapper which allows to load javascripts in header
Jérôme Schneider
2015-01-27
2
-0/+31
*
authform: add an url to test credentials
Jérôme Schneider
2015-01-27
1
-1/+53
*
authform: change the way to set replay_condition
Jérôme Schneider
2015-01-27
1
-12/+20
*
response: add json responses (500, 400 and 200)
Jérôme Schneider
2015-01-27
1
-0/+18
*
on_request: allow hook to return a reponse
Jérôme Schneider
2015-01-27
3
-14/+15
*
authform: add disassociation url in the default mapper
Jérôme Schneider
2015-01-27
1
-0/+4
*
response: fix traceback email title
Jérôme Schneider
2014-12-10
1
-1/+1
*
saml2: improve attributes management
Jérôme Schneider
2014-12-09
1
-1/+7
*
toolbar: add toolbar only on html content
Jérôme Schneider
2014-12-09
1
-1/+6
*
default-config.ini: disable authentic2 auto connection by default
Jérôme Schneider
2014-12-09
1
-1/+1
*
saml2: add connection_url in the default mapper
Jérôme Schneider
2014-11-28
1
-0/+5
*
authform: support next_url value in the login mapper
Jérôme Schneider
2014-11-28
1
-1/+6
*
authform: use mapper logout url in the default mapper
Jérôme Schneider
2014-11-28
1
-1/+1
*
ldap backend: use a more pythonic sort to get the last connected
Jérôme Schneider
2014-11-21
1
-15/+8
*
default-config.ini: use sql as default storage backend
Jérôme Schneider
2014-11-21
1
-1/+1
*
http: document the hack for vincennes biblio
Jérôme Schneider
2014-11-12
1
-0/+4
[next]