2
0
forked from Wavyzz/dolibarr
Commit Graph

2317 Commits

Author SHA1 Message Date
Laurent Destailleur
4386de220e Merge pull request #27907 from marc-dll/develop_FIX_https_infinite_loop
FIX: force https: infinite redirection in case the access is already secure
2024-01-31 20:41:12 +01:00
Laurent Destailleur
2b29442360 Clean code 2024-01-31 11:57:32 +01:00
Laurent Destailleur
dc961b46ca Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-31 03:51:47 +01:00
Marc de Lima Lucio
0d2d607c48 FIX: force https: infinite redirection in case the access is already secure 2024-01-30 22:16:38 +01:00
Laurent Destailleur
d0ada38b79 SEC Reduce nb of var without WAF used when using the website module 2024-01-30 13:14:10 +01:00
Laurent Destailleur
fb29cd2623 Tab 2024-01-30 00:45:07 +01:00
Laurent Destailleur
62e25855e5 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-28 00:40:53 +01:00
Laurent Destailleur
04fbfd2cb9 Fix the quick add button when js disabled 2024-01-28 00:02:36 +01:00
Laurent Destailleur
388edb490e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-26 04:00:02 +01:00
Laurent Destailleur
c49e0bf46b Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-26 03:58:41 +01:00
Laurent Destailleur
8001413e13 Merge pull request #27817 from mdeweerd/fix/https_detection
FIX Https detection
2024-01-26 03:53:45 +01:00
MDW
3c2bc3a842 FIX Https detection
theme/eldy/manifest.json.php was returning http:// links instead of the
https link defined in the configuration.
I found that this is because I am behide a proxy and that isHTTPS does
the detection as expected.

Therefore that function is used to detect https which results in the correct
urls.

Detected on my 18.0.2 installation
2024-01-26 03:12:53 +01:00
Laurent Destailleur
5d60fb6da8 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
Conflicts:
	htdocs/filefunc.inc.php
2024-01-26 00:24:30 +01:00
Laurent Destailleur
4d971a9c33 Fix regresion on print link 2024-01-25 18:02:56 +01:00
Laurent Destailleur
088c1606df Clean url 2024-01-25 17:57:44 +01:00
Laurent Destailleur
49b5c081d6 FIX HTML injection vulnerability in Dolibarr Application Home Page
FIX #GHSA-7947-48q7-cp5m
2024-01-25 17:53:00 +01:00
Laurent Destailleur
cb1c3a5bb1 Debug v19 2024-01-24 14:36:35 +01:00
MDW
86179cd606 Fix: GETPOST 'az09' filter to 'aZ09' filter
# Fix: GETPOST 'az09' filter to 'aZ09' filter

Most filters are with uppercase 'Z', so I guess these 3 should not be exceptions.
2024-01-23 20:37:19 +01:00
Frédéric France
03e29c6960 fix param 2024-01-20 09:22:38 +01:00
Laurent Destailleur
04ba8860d7 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-19 16:41:48 +01:00
Laurent Destailleur
e3b09fcdb8 Fix test always wrong 2024-01-19 16:41:21 +01:00
Laurent Destailleur
4795c40601 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-19 15:36:53 +01:00
Laurent Destailleur
63cb470e39 Fix #yogosha19893 2024-01-19 15:29:26 +01:00
Laurent Destailleur
d329f0528c Fix version qualified for security report 2024-01-18 13:35:20 +01:00
Laurent Destailleur
936be12f44 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-15 17:21:26 +01:00
Sébastien NASSIET
790df062c7 Issue #27529
Check if $value2 is an array.
2024-01-15 11:37:19 +01:00
Sébastien NASSIET
b836f049a3 Issue #27529
Check if $value2 is an array.
2024-01-15 11:24:44 +01:00
HENRY Florian
a78862830f feat: add hook in main.inc.php to override the manifest.json (#27459)
* feat: add hook in main.inc.php to override the manifest.json

* feat: add hook in main.inc.php to override the manifest.json

* reveiw
2024-01-13 15:51:58 +01:00
Laurent Destailleur
e948916e6f Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-13 11:18:04 +01:00
Laurent Destailleur
8c4ed9f14c Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-13 11:17:28 +01:00
Laurent Destailleur
b053b55e2f FIX link to print when there is a search on multiselect fields 2024-01-13 11:15:17 +01:00
MDW
591306d7b1 Qual: Spelling htdocs/[l-o]* & htdocs/pa* (#27435)
# Qual: Fix spelling htdocs/[l-o]* & htdocs/pa*

Mostly comments, some local variables changed and translations to avoid
automatic fixes.

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-12 18:06:50 +01:00
MDW
58ba3e31fa Qual: Fix spelling for crypted and referer (#27408)
# Qual: Fix spelling for crypted and referer.

The proper spelling is encrypted and referrer, but the code has
some occurences where referer and crypted need to be maintained.

To make verification easier, this spelling correction is limited to
mostly these corrections and some minor translations and a only a
few other corrections.

crypted and referer are added as exceptions for spelling after this fix.

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-11 10:07:06 +01:00
Laurent Destailleur
2841f4723c Fix a header must be followed by exit 2024-01-10 15:21:04 +01:00
Laurent Destailleur
8d6bb378bd Fix a header must be followed by exit 2024-01-10 14:59:31 +01:00
Laurent Destailleur
7cbc1c98fc Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-07 13:40:36 +01:00
Laurent Destailleur
e0b5c48539 Debug v19 2024-01-07 12:02:06 +01:00
Laurent Destailleur
ccaae7ab24 Clean code 2024-01-05 03:41:22 +01:00
Laurent Destailleur
acfbc74f06 Debug v19 2024-01-02 15:17:57 +01:00
Laurent Destailleur
7d6ef6b809 Fix warning 2024-01-02 13:59:05 +01:00
Laurent Destailleur
e2180cba42 Fix warning 2024-01-02 13:57:41 +01:00
Laurent Destailleur
b1fa6f596f Add experimental security option
MAIN_SECURITY_FORCE_ACCESS_CONTROL_ALLOW_ORIGIN
2023-12-21 13:01:09 +01:00
Laurent Destailleur
9892abdbb2 FIX Menu Create of project no working on smartphone with no top menu. 2023-12-19 22:33:31 +01:00
Laurent Destailleur
fe1b6c2723 FIX Menu Create of project no working on smartphone with no top menu. 2023-12-19 22:32:49 +01:00
Laurent Destailleur
fb083a6cfc Fix warning with rector 2023-12-13 16:33:17 +01:00
Laurent Destailleur
453d5e5c26 Fix #yogosha19443 2023-12-08 23:45:18 +01:00
Laurent Destailleur
726fcec580 FIX #yogosha19312 2023-12-07 15:59:19 +01:00
Frédéric FRANCE
2010c2d385 Merge branch 'develop' into incompatiblewithtype 2023-12-02 21:30:33 +01:00
Frédéric FRANCE
55d63d0b13 fix default value incompatible with type 2023-11-30 21:51:32 +01:00
Laurent Destailleur
240869f2f2 Fix warnings 2023-11-30 21:45:58 +01:00