[FIX] {web,point_of_sale}: allow cross-origin access to company logo
[odoo/odoo.git] / addons / web / controllers / main.py
2014-10-20 Christophe Simonis[FIX] {web,point_of_sale}: allow cross-origin access...
2014-09-15 Denis Ledoux[FIX] web: do not check if db in session match filter...
2014-09-15 Denis Ledoux[FIX] web: backport of ebb826a and 2372d30
2014-09-10 Frederic van der... [FIX] point_of_sale: fix some image chaching issues...
2014-09-09 Denis Ledoux[MERGE] forward port of branch 7.0 up to 33e0910
2014-09-05 Denis Ledoux[FIX] web: do not allow to access a database if not...
2014-08-20 Christophe Simonis[FIX] web: correct /web/proxy/load to set correct base_url
2014-08-14 Denis Ledoux[FIX] export: in saas-3, req becomes request.
2014-08-13 Olivier Dony[MERGE] Forward-port 7.0 up to 23cffab
2014-08-13 Denis Ledoux[FIX] export: add the context in the export
2014-04-16 Kersten Jeremy[FIX] Record id are not always an integer. It could...
2014-04-07 Denis Ledoux[FIX] web: pass name arg to name_search, because it...
2014-04-07 Denis Ledoux[FIX] web: applying display name temporary imp of read...
2014-03-21 Kersten Jeremy[FIX] Redirect user from /web if a get redirect is...
2014-03-18 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 4162...
2014-03-12 Fabien Meghazi[IMP] /web/login redirects if already logged in
2014-03-11 Fabien Meghazi[FIX] ensure_db() werkzeug.BaseResponse.url usage leads...
2014-03-10 Christophe Simonis[FIX] web: redirect to original page after login
2014-03-07 Kersten Jeremy[FIX] Move bootstrap.css outside from the single css...
2014-02-26 Christophe Simonis[FIX] web: bootstrap template rendered using request uid
2014-02-21 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-21 Denis Ledoux[FIX] web: preserve order of saved export fields list
2014-02-07 Christophe Simonis[FIX] ensure_db():
2014-02-06 Christophe Simonis[IMP] extract save/get session actions as methods on...
2014-01-31 Denis Ledoux[ADD]web: controller to redirect /apps/{appname} to...
2014-01-31 Fabien Meghazi[FIX] Login redirection problem
2014-01-31 Antony Lesuisse[MERGE] trunk-website-al
2014-01-30 Christophe Simonis[IMP] web: alternative routes for company logo
2014-01-30 Denis Ledoux[FIX] web: use werkzeug instead of urllib, as werkzeug...
2014-01-30 Fabien Meghazi[FIX] ensure db param is legit in order to avoid xss
2014-01-30 Fabien Meghazi[MOV] Move ensure_db() helper from
2014-01-29 Fabien Meghazi[REM] Remove single auth="admin" left
2014-01-29 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3899...
2014-01-28 Fabien Meghazi[IMP] Use ensure_db() for /web and /web/login. Logout...
2014-01-24 Fabien Meghazi[ADD] Database selector to login screen
2014-01-23 Christophe Simonis[FIX] test: correct Mock of search_read
2014-01-23 Frédéric van der... [FIX] read: fix performance issue due to O(n)^2 sorting
2014-01-22 Fabien Meghazi[ADD] TODO for database manager
2014-01-21 Fabien Meghazi[FIX] keep backward compatibility for saas
2014-01-21 Fabien Meghazi[MOV] redirection helpers from webclient to server
2014-01-21 Fabien Meghazi[FIX] render bootstrap template checks request.debug
2014-01-21 Fabien Meghazi[IMP] use 'error' key in login template
2014-01-17 Fabien Meghazi[IMP] Honor db query param in /web/login too
2014-01-17 Martin Trigaux[IMP] search_read: use search_read from the orm instead...
2014-01-17 Martin Trigaux[FIX] export: ignore unexistant field when retrieving...
2014-01-16 Fabien Meghazi[MERGE] upstream
2014-01-16 Fabien Meghazi[IMP] Restore redirect_with_hash()
2014-01-16 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3897...
2014-01-15 Fabien Meghazi[IMP] make /web/login route return a lazy response
2014-01-14 Fabien Meghazi[IMP] Allow /login route to redirect after login (usefu...
2014-01-14 Fabien Meghazi[FIX] Honnor --no-database-list option
2014-01-14 Fabien Meghazi[ADD] javascript hooks for LoginForm and debug forwarding
2014-01-13 Fabien Meghazi[IMP] login user at db creation
2014-01-13 Fabien Meghazi[IMP] Always allow /web/session/logout even if not...
2014-01-13 Fabien Meghazi[ADD] redirect option to /web/login
2014-01-09 Fabien Meghazi[IMP] Use qweb template for login and webclient bootstrap
2014-01-08 Denis Ledoux[FIX] web: redirect with hash always use html redirect
2014-01-07 Fabien Meghazi[IMP] update TODO
2014-01-07 Fabien Meghazi[IMP] Replace html_template by webclient_bootstrap...
2013-12-19 Fabien Meghazi[FIX] correctly manager login query param
2013-12-19 Fabien Meghazi[IMP] Database selector and manager
2013-12-18 Fabien Meghazi[IMP] webclient entry point controller
2013-12-03 Antony Lesuisse[IMP] manual exception handling for non-json controllers
2013-12-02 Christophe Matthieu[MERGE] sync with trunk (to rev 3893)
2013-11-28 Fabien Meghazi[ADD] added serialize_exception decorator
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3887...
2013-11-19 Olivier Dony[FIX] root redirect_with_hash: IE10 also behaves abnorm...
2013-11-18 Fabien Meghazi[MERGE] upstream
2013-11-14 Christophe Simonis[FIX] web: it's better if the route allowing users...
2013-11-13 niv-openerp[FIX] Attempt to resolve the bug that makes the runbot...
2013-11-10 Antony Lesuisse[FIX] /web always save the provided db in session
2013-11-06 Xavier Morel[IMP] attempt to correctly set the db in session when...
2013-11-05 niv-openerp[FIX] Incorrect reference to / in /web/session/logout...
2013-11-05 Fabien Meghazi[FIX] session destroy
2013-11-05 niv-openerp[FIX] potential bug with the /login url, it could not...
2013-11-04 Fabien Meghazi[ADD] redirect on login and logout controller
2013-10-31 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3865...
2013-10-29 niv-openerp[FIX] Corrected the redirect_with_hash() method that...
2013-10-29 niv-openerp[FIX] Reverted modification of behavior in 3858 and...
2013-10-27 Antony Lesuisse[IMP] move http layer from openerp-web to openobject...
2013-10-23 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2013-10-22 Christophe Simonis[FIX] web: avoid useless redirection when in mono db...
2013-10-18 niv-openerp[MERGE] saas2
2013-10-09 Christophe Simonis[REM] web: /web/report: remove useless check on action...
2013-10-06 Antony Lesuisse[REM] shortcuts, deprecated by bookmarks
2013-10-06 Antony Lesuisse[REM] web_shortcut
2013-10-02 niv-openerpChanged base url
2013-09-24 Frédéric van der... [IMP] helpful exception message
2013-09-18 ima-openerp[IMP]removed unused method which is defined only for...
2013-09-13 niv-openerp[FIX] fixed some problems related to magic guess of...
2013-08-05 niv-openerpPerfected translations integration in the framework
2013-08-05 niv-openerpImproved translation controller to be more flexible
2013-08-05 niv-openerpFixed potential security issue + some details
2013-08-05 niv-openerpPorted some authentication methods to the Session class
2013-07-31 Olivier Dony[MERGE] Forward-port of latest bugfixes from 7.0 up...
2013-07-26 niv-openerp[FIX] Problem with exports that make them crash
2013-07-25 Thibault Delavallée[IMP] export: delegated ids computation to the python...
2013-07-25 Thibault Delavallée[IMP] export: work on selected_ids or all_ids if header...
2013-07-24 niv-openerp[IMP] removed hack to force disable the browser's cache...
next