| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Auto-update of version strings | Ian Bicking | 2006-04-21 | 1 | -1/+1 |
| | | |||||
| * | OMG a pony\! | Ian Bicking | 2006-04-01 | 1 | -0/+4 |
| | | |||||
| * | Added entry point for paste.proxy | Ian Bicking | 2006-03-13 | 1 | -0/+1 |
| | | |||||
| * | Auto-update of version strings | Ian Bicking | 2006-03-07 | 1 | -1/+1 |
| | | |||||
| * | Remove reference to ez_setup -- for now it just causes too many problems. ↵ | Ian Bicking | 2006-02-07 | 1 | -2/+0 |
| | | | | | Maybe it should be copied in literally instead of using svn:externals...? | ||||
| * | Added a url->username translation function to the app (so we can actually ↵ | Ian Bicking | 2006-01-27 | 1 | -1/+1 |
| | | | | | try to log the user in when they complete the process). Added specific hooks for auth_tkt stuff -- should be changed in the future so it is common to all login systems. Made the login_redirect actually redirect externally, not internally. Not sure if that will work with everyone -- I guess not, if they aren't using auth_tkt with the auth_tkt hooks. But I'm not sure how it is supposed to work otherwise either. Maybe there needs to be two settings -- login_redirect and login_external_redirect. Or maybe leaving login_redirect blank should be okay, and that will cause the user to be redirected back to where they came from (another feature that should be added to this) | ||||
| * | Added a paste.deploy entry point for open_id; added a 401 catcher option to ↵ | Ian Bicking | 2006-01-27 | 1 | -0/+2 |
| | | | | | open_id (but I haven't tested that yet) | ||||
| * | Removed login entry point (module was already removed) | Ian Bicking | 2006-01-24 | 1 | -1/+0 |
| | | |||||
| * | Added middleware for reading mod_auth_tkt-style signed cookies ↵ | Ian Bicking | 2006-01-18 | 1 | -0/+2 |
| | | | | | (paste.auth.auth_tkt). Added middleware to set user and group based on IP addresses (paste.auth.grantip). Added some modules for handling ranges of IP addresses, taken from some Python Cookbook recipes -- license is unclear on these, but I've requested clarification from the author (shouldn't be released until that is clarified). | ||||
| * | - forgot reference in setup.py | cce | 2006-01-09 | 1 | -1/+1 |
| | | |||||
| * | Updated desc, added news | Ian Bicking | 2006-01-09 | 1 | -1/+1 |
| | | |||||
| * | Auto-update of version strings | Ian Bicking | 2006-01-09 | 1 | -1/+1 |
| | | |||||
| * | Updated setup.py description | Ian Bicking | 2006-01-09 | 1 | -0/+7 |
| | | |||||
| * | Added a little argument to profile.profile_decorator, to allow conditional ↵ | Ian Bicking | 2006-01-07 | 1 | -0/+3 |
| | | | | | profiling; added an entry point for the built-in http server, so you can use egg:Paste#http in paste.deploy files; small doc update; got rid of MANIFEST.in, which I don't believe is actually needed to make a proper package (and might actually hurt, since setuptools handles things itself when MANIFEST.in doesn't exist). | ||||
| * | Separate paste.deploy entry point for lint from its main function | Ian Bicking | 2005-12-29 | 1 | -1/+1 |
| | | |||||
| * | Updated summary of modules | Ian Bicking | 2005-12-18 | 1 | -9/+11 |
| | | |||||
| * | A bunch of little import cleanups noted from pyflakes | Ian Bicking | 2005-12-18 | 1 | -1/+1 |
| | | |||||
| * | Moved wdg_validate and profile to debug package | Ian Bicking | 2005-12-18 | 1 | -2/+2 |
| | | |||||
| * | Moved paste.printdebug to paste.debug.prints | Ian Bicking | 2005-12-18 | 1 | -1/+1 |
| | | |||||
| * | Added entry point for pkg_resources file serving | Ian Bicking | 2005-12-13 | 1 | -0/+1 |
| | | |||||
| * | Deprecated httpexceptions.middleware; split the httpexceptions middleware ↵ | Ian Bicking | 2005-12-13 | 1 | -1/+1 |
| | | | | | from its paste.deploy setup function | ||||
| * | fix installation issue with more explicit path | Ian Bicking | 2005-11-10 | 1 | -8/+3 |
| | | |||||
| * | debugging setuptools install | Ian Bicking | 2005-11-10 | 1 | -1/+1 |
| | | |||||
| * | debugging setuptools install | Ian Bicking | 2005-11-10 | 1 | -1/+1 |
| | | |||||
| * | debugging setuptools install | Ian Bicking | 2005-11-10 | 1 | -0/+3 |
| | | |||||
| * | debugging setuptools install | Ian Bicking | 2005-11-10 | 1 | -0/+3 |
| | | |||||
| * | Currently not zip-safe, as mochikit files can\'t be used with EvalException ↵ | bbangert | 2005-11-10 | 1 | -1/+1 |
| | | | | | when installed as a egg zip. | ||||
| * | Added find_package_data, so package data (especially MochiKit) gets included ↵ | Ian Bicking | 2005-11-10 | 1 | -0/+4 |
| | | | | | properly. I should probably not include quite so much of MochiKit (just the source), but that can be fixed later. | ||||
| * | Further refactoring and expansion of the eval exception middleware; ↵ | Ian Bicking | 2005-11-06 | 1 | -0/+1 |
| | | | | | functions now, but not that fancy yet | ||||
| * | Forgot to list this as a namespace package (doh); without that it can ↵ | Ian Bicking | 2005-11-02 | 1 | -0/+1 |
| | | | | | conflict with the other Paste packages | ||||
| * | Updated version | Ian Bicking | 2005-10-03 | 1 | -1/+1 |
| | | |||||
| * | Changed theme; fixed some small markup | Ian Bicking | 2005-09-28 | 1 | -1/+1 |
| | | |||||
| * | Updated dependencies and description | Ian Bicking | 2005-09-21 | 1 | -53/+126 |
| | | |||||
| * | Added static file-serving app | Ian Bicking | 2005-09-21 | 1 | -0/+1 |
| | | |||||
| * | Updated license info | Ian Bicking | 2005-08-31 | 1 | -2/+2 |
| | | |||||
| * | Renamed factory names for paste.deploy | Ian Bicking | 2005-08-25 | 1 | -3/+3 |
| | | |||||
| * | Moved script to another package (PasteScript) | Ian Bicking | 2005-08-25 | 1 | -1/+0 |
| | | |||||
| * | paste.deployified wdg_validate | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | note distaste | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste.deployified session | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste.deployified recursive | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste.deployified pycgiwrapper | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste.deployified profilemiddleware | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste.deployified printdebug | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste.deployified login | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste.deployified lint | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste.deployified httpexceptions | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste.deployified gzipper | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | paste-deployified flup session middleware | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
| * | Cleanup from the last delete | Ian Bicking | 2005-08-22 | 1 | -0/+1 |
| | | |||||
