Set Cache-control on all generated pages, centralize in Endpoint
[cascardo/ipsilon.git] / ipsilon / util / page.py
2015-03-19 Rob CrittendenSet Cache-control on all generated pages, centralize...
2015-03-12 Simo SorceProper fallback from referer to REQUEST_URI
2015-03-06 Simo SorceFind transaction ids for internal redirects
2015-02-27 Rob CrittendenChange root class of Page from Log to Endpoint
2015-01-29 Simo SorceAdd expiration to Idp metadata
2015-01-16 Simo SorceUse referer too as source of transaction IDs
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-10-27 Simo SorceAllow to call forms from any of the admin pages
2014-10-24 Simo SorceHandle invalid/expired transactions gracefully
2014-10-07 Simo SorceAdd auto-auth requirement to all admin pages
2014-10-07 Simo SorceAdd way to set default headers
2014-10-07 Simo SorceAdd pretty handler for 404
2014-10-07 Simo SorceFix exposed functions
2014-10-06 Simo SorceRedirect anonymous users away
2014-08-27 Simo SorceUse new Log class everywhere
2014-08-27 Simo SorceAdd External form auth plugin
2014-08-27 Simo SorceRework remote_login and remove protect decorator
2014-05-20 Simo SorceFix referer checks with escaped URLs
2014-05-20 Simo SorceFix E713 with stricter pep8 error checker
2014-04-21 Simo SorceAdd New form helper to Page object
2014-03-28 Simo SorceAdd common way to add a subtree to a page
2014-03-24 Simo SorceMove admin_protect to a more generic module
2014-02-25 Simo SorceAdd _debug facility to the Page class
2014-02-25 Simo SorceMove default template arguments to its own function
2014-01-24 Simo SorceImplement login plugin infrastructure
2014-01-24 Petr VobornikUse pep8 check
2014-01-24 Petr VobornikUse pylint check
2014-01-24 Simo SorceFix Imports
2014-01-24 Simo SorceRename src package to ipsilon