[FIX] convert endpoint responses only if it's the current request endpoint
[odoo/odoo.git] / openerp / http.py
2014-02-19 Fabien Meghazi[FIX] convert endpoint responses only if it's the curre...
2014-02-19 Fabien Meghazi[FIX] Response default mimetype
2014-02-18 Fabien Meghazi[ADD] Request with lazy rendering support
2014-02-16 Antony Lesuisse[IMP] phantomjs testing
2014-02-09 Antony Lesuisse[IMP] move test cases to tests.py remove deprecated...
2014-02-09 Antony Lesuissenew test execution engine
2014-02-06 Christophe Simonis[MERGE] backport trunk revision 5053 fva@openerp.com...
2014-02-06 Christophe Simonis[IMP] http: extract save/get session actions as methods...
2014-02-06 Frédéric van der... [IMP] cors rpc: enable preflight request caching, vastl...
2014-02-03 Xavier Morel[FIX] add warning when dbfilter logs out current session
2014-01-31 Christophe Simonis[FIX] allow to use "dbname" as keyword in routes
2014-01-31 Fabien Meghazi[FIX] CORS routing should use new routing api
2014-01-31 Antony Lesuisse[MERGE] trunk-website-al
2014-01-30 Fabien Meghazi[REM] outdated disable_db
2014-01-30 Christophe Simonis[REVERT] revert commit 5210 chs@openerp.com-20140130150...
2014-01-30 Fabien Meghazi[ADD] Support cors for pos demo
2014-01-30 Christophe Simonis[FIX] http: allow auth="none" routes to works without...
2014-01-30 Christophe Simonis[FIX] correct retro-compatibility with 7.0 route()
2014-01-30 Fabien Meghazi[FIX] request.func not available on favicon.ico requests
2014-01-30 Fabien Meghazi[MERGE] trunk's CORS support (merge with changes)
2014-01-30 Fabien Meghazi[IMP] better handling of methods for CORS
2014-01-30 Fabien Meghazi[ADD] Cross-Origin Resource Sharing support as http...
2014-01-30 Antony Lesuisse[IMP] http allow auth=none without db outside of web
2014-01-30 Fabien Meghazi[REM] Removed disabled_db=True from ir_http's auth...
2014-01-30 Fabien Meghazi[FIX] Check if session.db is legit before dispatching
2014-01-29 Fabien Meghazi[FIX] jsonrequests exposes same context object as it...
2014-01-28 Fabien Meghazi[ADD] http#ensure_db()
2014-01-28 Fabien Meghazi[FIX] proper fix
2014-01-28 Fabien Meghazi[FIX] Temporary hackish fix in order to restore login...
2014-01-23 Xavier Morel[FIX] sprurious error in log during javascript unit...
2014-01-22 Fabien Meghazi[FIX] local_redirect() should forward code to redirect_...
2014-01-22 Fabien Meghazi[MERGE] upstream
2014-01-21 Fabien Meghazi[FIX] routing_map crossdb bug introduced in Rev: 5151...
2014-01-21 Fabien Meghazi[FIX] redirect_with_hash firefox bug
2014-01-21 Fabien Meghazi[MOV] move redirection headers from webclient to server
2014-01-20 Fabien Meghazi[CHG] Allow @http.route() to use additional parameters...
2014-01-16 Fabien Meghazi[FIX] LazyResponse exceptions not properly managed...
2014-01-16 Thibault Delavallée[MERGE] Sync with trunk, solved conflicts.
2014-01-15 Christophe Simonis[FIX] http: correct jsonp 2pass
2013-12-17 Fabien Meghazi[FIX] file uploads broken by MultiDict
2013-12-16 Fabien Meghazi[IMP] Use werkzeug's ImmutableMultiDict as parameter...
2013-12-12 Xavier Morel[FIX] merge from trunk and fix handling of view inheritance
2013-12-11 Thibault Delavallée[FIX] http: correctly handle the rollback when an excep...
2013-12-04 Fabien Meghazi[ADD] status_code to LazyResponse constructor
2013-12-03 Antony Lesuisse[FIX] http response handling inside request context
2013-12-03 Antony Lesuisse[IMP] http improvement
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-11-28 Fabien Meghazi[REM] httprequests exception serialization moved to...
2013-11-25 Christophe Simonis[MERGE] manual forward port of changes made in http...
2013-11-25 Fabien Meghazi[FIX] dispatch AccessErrors
2013-11-21 Fabien Meghazi[IMP] route lazy request exceptions to ir_http exceptio...
2013-11-20 Fabien Meghazi[ADD] LazyRequest
2013-11-20 Fabien Meghazi[IMP] Two men's patch (al & chs) Clean up http.py,...
2013-11-19 Fabien Meghazi[ADD] methods attribute to @http.route decorator
2013-11-15 Xavier Morel[MERGE] from trunk
2013-11-15 Xavier Morel[FIX] bunch of broken stuff over http requests in new...
2013-11-15 Xavier Morel[IMP] new routing thing
2013-11-10 Antony Lesuisse[FIX] http.py use checked_call for concurrency retry...
2013-11-10 Antony Lesuisse[FIX] use AbstractModel, use session.db to ir_http...
2013-11-10 Antony Lesuisse[IMP] model converters for routes, to directly get...
2013-11-10 Antony Lesuisse[IMP] http move db dispatching on the orm level
2013-11-08 Xavier Morel[ADD] handling of slugs in ModelConverter (generation...
2013-11-08 Xavier Morel[IMP] ModelConverter
2013-11-04 Xavier Morel[FIX] double-escaping on 500 errors
2013-11-04 Xavier Morel[IMP] remove unnecessary keys() calls
2013-10-31 Antony Lesuisse[IMP] models route converter typo
2013-10-31 Antony Lesuisse[IMP] models route converter
2013-10-30 Antony Lesuisse[IMP] model convert for routes, to directly get the...
2013-10-30 Christophe Simonis[FIX] http: bind RouteMap using environ to allow correc...
2013-10-29 niv-openerp[IMP] Added doc
2013-10-27 Antony Lesuisse[IMP] move http layer from openerp-web to openobject...
2013-10-18 niv-openerpEnabled controllers not contained in modules
2013-10-18 niv-openerpmerge trunk
2013-10-18 niv-openerpMoved http.py to server
2013-02-01 Vo Minh Thu[DOC] openerp.http: use sphinx domains.
2013-02-01 Vo Minh Thu[REF] openerp.service.{rpc,route,handler} decorators...