[IMP] ir_http: don't handle exception in dev mode but use the werkzeug debugger excep...
[odoo/odoo.git] / openerp / addons / base / ir / ir_http.py
2014-12-08 Jeremy Kersten[IMP] ir_http: don't handle exception in dev mode but...
2014-10-17 Fabien Meghazi[FIX] Do not lose session.db on authentication error
2014-09-08 Olivier Dony[MERGE] Forward-port of saas-5 up to 9ce08b7
2014-09-05 Fabien Meghazi[FIX] Restore /login redirection on SessionExpired
2014-08-22 Raphael Collet[ADD] doc: new documentation, with training tutorials...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-06-22 Christophe Simonis[MERGE] forward port of branch saas-3 up to 75884c3
2014-06-18 Fabien Meghazigit commit -a -mm
2014-06-18 Fabien MeghaziBring back exception conversion to Forbidden
2014-06-18 Fabien MeghaziChanged as per the recommandation of Sir Odo
2014-06-18 Fabien Meghazi[FIX] Session Expired message in backend
2014-05-20 Fabien Meghazi@auth='user' redirection for unlogged users
2014-04-07 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5112...
2014-03-28 Olivier Dony[FIX] http,ir.http: refactor exception handling to...
2014-03-26 Fabien Meghazi[REV] revert refresh_routing_map
2014-03-20 Fabien Meghazi[IMP] better syntax for routing_map cache invalidation
2014-03-11 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5088...
2014-03-10 Fabien Meghazi[IMP] ir.http: provide current rule to argument postpro...
2014-02-28 Olivier Dony[FIX] ir.http.authenticate: avoid discarding sessions...
2014-02-17 Antony Lesuisse[FIX] ir.http testing generate a router including the...
2014-01-30 Christophe Simonis[FIX] allow "none" route to be accessible when logged in
2014-01-30 Fabien Meghazi[REM] Removed disabled_db=True from ir_http's auth...
2014-01-29 Fabien Meghazi[REM] auth="admin" removed
2014-01-28 jke-openerp[REF] Add public_user into module server/addons/base...
2014-01-27 Fabien Meghazi[REM] Removed todo, slug feature supported in addons...
2014-01-27 Fabien Meghazi[IMP] _handle_exception can also return a response
2014-01-24 Fabien Meghazi[IMP] move dispatch()'s post processing code into a...
2014-01-23 Fabien MeghaziIMP] Launch a 404 when ModelConverter's browse records...
2014-01-20 Fabien Meghazi[CHG] Allow @http.route() to use additional parameters...
2014-01-16 Fabien Meghazi[IMP] ir_http._handle_exception() raises last exception...
2013-12-12 Xavier Morel[FIX] merge from trunk and fix handling of view inheritance
2013-12-05 Fabien Meghazi[REM] Removed exception handling in the wrong place...
2013-12-04 Christophe Simonis[FIX] ir.http: catch all authentification errors
2013-12-03 Antony Lesuisse[IMP] http improvement
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-11-26 Fabien Meghazi[IMP] better api for ir.http#_authenticate
2013-11-26 Xavier Morel[IMP] exception handling in _dispatch
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-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[IMP] http move db dispatching to AbstractModel ir...
2013-11-10 Antony Lesuisse[FIX] make routing converters modular
2013-11-10 Antony Lesuisse[FIX] http.py use checked_call for concurrency retry...
2013-11-10 Antony Lesuisse[IMP] ir_http better exception handling for http errors
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