[FIX] http request must pop "session_id" also from `form` and `files` arguments
[odoo/odoo.git] / addons / web / http.py
2013-10-07 Christophe Simonis[FIX] http request must pop "session_id" also from...
2013-09-24 Christophe Simonis[FIX] @route compatibility with version 7.0:
2013-09-13 niv-openerp[FIX] fixed some problems related to magic guess of...
2013-08-29 niv-openerp[IMP] now remembers OpenERP sessions
2013-08-19 niv-openerp[FIX] fixed regression that made the server url detecti...
2013-08-07 niv-openerp[FIX] mimetype problem that made Firefox crash
2013-08-06 niv-openerp[FIX] Potential problems with server-side autodetection...
2013-08-05 niv-openerpPotential problems with request and context
2013-08-05 niv-openerpFixed potential security issue + some details
2013-08-05 niv-openerpPorted some authentication methods to the Session class
2013-08-02 niv-openerpMade the 2-steps jsonp rpc work more or less
2013-08-01 niv-openerp[IMP] http.py: Make it possible to implement a new...
2013-07-24 niv-openerpSome more correction to always have the db in the url
2013-07-24 niv-openerp[IMP] Removed http param 'db' handling from http.py...
2013-07-24 niv-openerp[IMP] Cleaned some more http.py, removed 'debug' handli...
2013-07-15 niv-openerp[IMP] modified mono_db to refuse db= in the url if...
2013-07-12 niv-openerpchanged session handling
2013-07-11 niv-openerpSolved a problem appearing in share module
2013-07-11 niv-openerpSome details + documentation
2013-07-11 niv-openerpMake the server always check the identity of the logged...
2013-07-11 niv-openerpRenamed all _shit in session to remove the underscore
2013-07-11 niv-openerpmore and more cleaning
2013-07-11 niv-openerpCompletely removed all ways to specify session identifi...
2013-07-11 niv-openerpNow OpenERPSession is a subclass of werkzeug's session
2013-07-10 niv-openerp[IMP] In server-side web framework, change auth="db...
2013-07-02 chs[FIX] monodb: correct behaviour in no-db-list mode...
2013-07-02 Martin Trigaux[FIX] http: db_monodb returns a result when only one...
2013-06-24 niv-openerp[FIX] bad handling of werkzeug's exceptions
2013-06-21 niv-openerpPut json-rpc controller in http.py
2013-06-21 niv-openerpremoved some useless code
2013-06-21 niv-openerpmerge trunk
2013-06-21 niv-openerpsmall improvement, useful in some cases
2013-06-21 niv-openerpPut db_monodb() method in http.py
2013-06-21 niv-openerpvariable rename
2013-06-21 niv-openerpmultiple refactoring with authentication
2013-06-21 niv-openerpPut session.py in http.py
2013-06-20 niv-openerpRe-created magic inheritance of controllers
2013-06-20 niv-openerpFixed some bug
2013-06-20 niv-openerpAdded werkzeug's arguments
2013-06-20 niv-openerpremoved prints
2013-06-19 niv-openerpRefactored main.py
2013-06-19 niv-openerpBig refactoring to prepare even more refactoring
2013-06-19 niv-openerpnow uses only the installed modules to build the routes
2013-06-19 niv-openerpwip
2013-06-19 niv-openerpfixed minor stuff and removed controllers_object, which...
2013-06-19 niv-openerpnow calls registrymanager update methods
2013-06-19 niv-openerpnow uses one routing map per db
2013-06-19 niv-openerpwip
2013-06-19 niv-openerpChanged the way the request init
2013-06-18 niv-openerpadded request typing guessing
2013-06-18 niv-openerpwip
2013-06-18 niv-openerpwip
2013-06-18 niv-openerpsmall improvements
2013-06-18 niv-openerpchanged the way controllers are loaded
2013-06-18 niv-openerpremoved useless var
2013-06-14 niv-openerpReplaced routing by werkzeug routing
2013-06-14 niv-openerpAdded werkzeug route building, not yet switched
2013-06-14 niv-openerpSimplefied a little current routing
2013-06-13 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4887...
2013-06-13 niv-openerpAdded doc in the code
2013-06-13 niv-openerpadded black magic to detect the user when using http...
2013-06-13 niv-openerpfix bug with monodb
2013-06-13 niv-openerpfixed lot of problem with nodb
2013-06-13 niv-openerpNow uses request.cr for Model
2013-06-13 niv-openerpMade cr lazy
2013-06-13 niv-openerpadded cr property
2013-06-12 niv-openerpminor cosmetic improvements
2013-06-11 niv-openerpPut @nodb on all methods where it is required in main.py
2013-06-11 niv-openerpadded noauth and nodb
2013-06-11 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 3973...
2013-06-10 niv-openerp[FIX] Merge fix in saas1 for the problem that made...
2013-06-07 niv-openerpPut back stuff removed by merge
2013-06-07 niv-openerpmerge trunk
2013-06-06 niv-openerpfix stupid bug
2013-06-06 niv-openerpChanged to use werkzeug's LocalStack
2013-06-05 niv-openerpdetail
2013-06-05 niv-openerp[REV] revert of previous improvement
2013-06-05 niv-openerpAdded request in the list of first arguments for method...
2013-06-04 niv-openerp(At least) managed to put the magic patcher for all...
2013-06-04 niv-openerpPuts the request in a thread-local stack
2013-05-30 Mohammed Shekha[FIX]Refixed the issue of oe_sessions_effectiveusername...
2013-05-24 Christophe Simonis[FIX] web: do not wrap `HTTPException`s inside errors 500
2013-05-21 Mohammed Shekha[FIX]Fixed the issue of session storage directory creat...
2013-05-08 Fabien Meghazi[FIX] Backport of Revision: 3736 revid:xmo@openerp...
2013-05-08 Fabien Meghazi[FIX] registry_cr helper
2013-05-08 Fabien Meghazi[MERGE] Backport of Revision: 3728 revid:nicolas.vanhor...
2013-05-07 Antony Lesuisse[IMP] request add registry_cr helper
2013-05-07 Xavier Morel[FIX] case where Root's dispatcher finds a non-exposed...
2013-05-06 Antony Lesuisse[REV] transactions on controllers
2013-05-06 niv-openerp[IMP] Added new api to handle transactions in controllers
2013-05-03 Olivier Dony[MERGE] Forward-port of 7.0 bugfixes, up to rev. 3915
2013-05-02 Fabien Meghazi[FIX] force module paths to be bytestrings
2013-05-02 Christophe Matthieu[MERGE] force module paths to be bytestrings
2013-05-02 Christophe Matthieu[FIX] http.py
2013-05-02 niv-openerp[IMP] allow definition of web controllers that match...
2013-05-01 Vishmita Jadeja... [Merge]Merge with trunk
2013-04-30 Olivier Dony[MERGE] Forward-port of 7.0 bugfixes, up to rev. 3912
2013-04-30 Christophe Matthieu[MERGE] from trunk
2013-04-23 Antony Lesuisse[FIX] http controllers inheritance
2013-04-23 Christophe Simonis[REVERT] revert commit fme@openerp.com-20130418171750...
next