summaryrefslogtreecommitdiff
path: root/odoo/http.py
AgeCommit message (Expand)Author
2025-02-05[FIX] http: remove cache headers in static files for wkhtmltopdfHubert Van De Walle
2025-02-03[FIX] rpc: re-raise exceptions for http.pyKrzysztof Magusiak (krma)
2025-01-20[FIX] core: http.route accepts any Iterable, not only listJulien Castiaux
2024-10-31[FIX] http: remove leading backslash in redirectMathieu Walravens
2024-12-13[FIX] read-only: check cache/registry signals in read-write modeOlivier Dony
2024-09-19[FIX] registry: set dbname on current threadThomas Lefebvre (thle)
2024-10-23[FIX] http: remove usage of cgiChristophe Monniez
2024-09-23[FIX] http: prevent misuse post init of requestThomas Lefebvre (thle)
2024-10-01[IMP] http: allow deactivating generation of res.device.log per sessionOlivier Dony
2024-09-24[IMP] core: bearer authorization headerKrzysztof Magusiak (krma)
2024-09-13[REM] core, web: Odoo 16 deprecationsXavier Morel
2024-09-04[IMP] tools: move json_default from date_utils to jsonThomas Lefebvre (thle)
2024-07-15[IMP] core: remove classmethods from Stream instancesDenis Ledoux
2024-08-28[IMP] *: request.httprequest.cookies -> request.cookiesJulien Castiaux
2024-08-28[IMP] core: sanitize request cookiesJulien Castiaux
2024-08-22[IMP] core, web: Content-Security-Policy on all StreamsJulien Castiaux
2024-08-22[FIX] core: base registry on /odooJulien Castiaux
2024-08-09[IMP] core: route's max_content_length as a callableJulien Castiaux
2024-08-09[FIX] core: readonly callable get request via proxyJulien Castiaux
2024-07-30[IMP] core: move monkey patches to a separate packageKrzysztof Magusiak (krma)
2024-07-26[IMP] *: remove a multitude of (hopefully) unnecessary ustr callsXavier Morel
2024-07-19[IMP] core, web: override readonly route callablesJulien Castiaux
2024-07-18[IMP] core: add session deletion mechanismThomas Lefebvre (thle)
2024-07-11[FIX] core: --x-sendfile with /web/assetsJulien Castiaux
2024-07-10[ADD] auth_passkeybram1000
2024-07-10[IMP] core: restrict odoo.tools.misc re-exports, cleanupXavier Morel
2024-07-09[IMP] core, web: Content-Security-Policy on all StreamsJulien Castiaux
2024-07-09[FIX] core: bad type in http.Stream docstringJulien Castiaux
2024-04-25[FIX] core: restrict httprequest headersThomas Lefebvre (thle)
2024-06-21[FIX] http: allow proxy-fix in wesg environJulien Castiaux
2024-06-21[IMP] cloud_storage: support google/azure cloud storageChong Wang (cwg)
2024-05-24[FIX] core: let http cache proxies cache documentsJulien Castiaux
2024-03-27[FIX] core: remove ?session_id= way to provide sidJulien Castiaux
2024-05-24[FIX] http: ensure _request_stack.pop() is always called after _request_stack...Jens Vogler
2024-05-10[FIX] http: ensure lang is valid when reloading context from sessionXavier ALT
2024-05-02[FIX] auth_ldap: LDAP login fails if it creates a new user.eLBati
2024-04-19[FIX] core: HTTP-500 for bad registry on /webJulien Castiaux
2024-04-19[IMP] base: isolate registry building in httpJulien Castiaux
2024-04-19[IMP] core: use partial in http to shorten callstackJulien Castiaux
2024-04-19[IMP] core: isolate _serve_ir_http_fallback in dedicated methodJulien Castiaux
2024-04-19[FIX] core: missing docstrings in http.pyJulien Castiaux
2024-04-18[FIX] http: force mimetype of .js files to text/javascriptSamuel Degueldre
2024-04-09[IMP] base, web: Use sessions.max_inactivity_seconds when it's possiblejoda-odoo
2024-04-09[FIX] core: NotFound error without warningJulien Castiaux
2024-04-05[FIX] core: fix check readonly routeRémy Voet (ryv)
2024-03-13[FIX] base,web: handle incorrect model in requestAdrien Widart (awt)
2024-03-06[IMP] core: change the session format to JSONThomas Lefebvre (thle)
2024-02-13[FIX] http: fix missing dbXavier-Do
2023-12-07[FIX] core: restrict httprequest attributesDenis Ledoux
2024-02-06[FIX] http: fix missing dbXavier-Do