Commit Graph

2460 Commits

Author SHA1 Message Date
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
sonikf
af516f5f9f fix Public Virtual Card translation (#26904)
* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation

* fix Public Virtual Card translation
2023-11-30 18:09:41 +01:00
Laurent Destailleur
1d589fd74e Fix warnings 2023-11-27 13:26:44 +01:00
Lucas Marcouiller
88e9e091cf fix some php stan errors (#26747)
* fis some php stan errors

* fix dolchmod

* Update stats.class.php

---------

Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-22 00:23:16 +01:00
Frédéric FRANCE
a5715670ec fix phpstan (#26777)
* fix phpstan

* Update main.inc.php
2023-11-21 23:43:49 +01:00
John BOTELLA
fba227d618 Replace hook ll header (#26736)
* Change behavior of keydown

* Fix accessibility

* New hook llxHeader to replace changeHelpURL

* remove space

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-21 00:06:59 +01:00
Laurent Destailleur
9d26ccb801 Missing dbversion 2023-11-18 19:03:47 +01:00
John BOTELLA
506cd26be9 Fix search dropdown accessibility (#26696)
* Change behavior of keydown

* Fix accessibility
2023-11-18 02:26:10 +01:00
John BOTELLA
2efd482e73 Change behavior of keydown (#26677) 2023-11-18 02:21:45 +01:00