Laurent Destailleur
c681071c65
Fix phan
2026-02-04 21:30:16 +01:00
lvessiller-opendsi
8e58606559
NEW webportal hooks on form list ( #36844 )
2026-01-10 17:09:01 +01:00
John BOTELLA
4140591621
Fix form price currency
2025-12-16 11:31:33 +01:00
John BOTELLA
76dd1bae4b
Fix missing public select2 and Add CDN url for webportal
2025-12-05 12:13:24 +01:00
John BOTELLA
8041cdee1a
Fix dialog for iframe
2025-12-05 10:27:29 +01:00
Laurent Destailleur
ef331fea2d
Merge branch 'develop' into develop_new_rework_webportal_lists
2025-11-27 00:36:18 +01:00
Regis Houssin
1e484dda55
NEW webportal member authentication only with WEBPORTAL_LOGIN_BY_MEMBER_ACCOUNT ( #36259 )
...
* NEW webportal member authentication only
* FIX missing translation
* FIX php-stan errors
* FIX php-stan : cryptType is always "auto" !
* FIX remove CrypType
* FIX php-stan error
* FIX phan error
* FIX CI versions
* FIX remove wrong fix
* FIX pre-commit error
* FIX phan error
* FIX php-stan error
* FIX avoid php warning
* FIXME this check is not valid
2025-11-25 14:39:30 +01:00
Laurent Destailleur
0c8581f80d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-11-24 16:23:07 +01:00
Regis Houssin
0aa6652005
FIX #35141 ( #36390 )
...
* FIX #35141
* FIX avoid problem with chinese language
2025-11-24 16:03:38 +01:00
kkhelifa-opendsi
548bb94e4f
NEW: Rework of the management of the card and fields on the web portal ( #36076 )
...
* NEW: Rework of the management of the card and fields on the web portal
* Correction pre-commit check
* Correction affichage logo login
* Ajout hook
* Ajout params fonction FormWebPortal::convertAllLink()
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction phpstan
* Correction travis
* Correction travis
* Correction travis
* Correction travis
* Correction
* Fix get options of sellist by AJAX in webportal scope
* Correction pre-commit
* Correction pre-commit
* Add hook and change hook name for viewImage controller
* Correction phan
* Corrections
* Corrections
2025-11-19 15:14:53 +01:00
kkhelifa-opendsi
e8349a97e6
Merge branch 'develop' into develop_new_rework_webportal_lists
2025-11-18 15:22:53 +01:00
Laurent Destailleur
81527a9fe9
Clean code
2025-11-18 12:03:23 +01:00
Gigarun ingénierie
f837fb4fa8
Fix: Correct unit comparison bug in webportal document download ( #36256 )
...
The file size check was comparing bytes (from dol_filesize) directly with
kilobytes (from MAIN_SECURITY_MAXFILESIZE_DOWNLOADED config), causing false
positives that blocked downloads of small files.
Example: A 94 KB file (96678 bytes) was rejected because 96678 > 20480,
even though the limit was actually 20480 KB (20 MB).
Changes:
- Convert KB limit to bytes before comparison: $fileSizeMax * 1024
- Improve error message to display file size in KB for consistency
- Add detailed logging with both bytes and KB values
Fixes: Files under the configured limit are now correctly allowed to download
2025-11-14 16:05:18 +01:00
kkhelifa-opendsi
7ce308350f
Merge branch 'develop' into develop_new_rework_webportal_lists
2025-11-13 12:28:03 +01:00
Laurent Destailleur
8c394c70b8
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-12 21:56:01 +01:00
Laurent Destailleur
1affd67437
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-11-12 21:54:29 +01:00
Regis Houssin
8d2d3986f3
FIX add constant for the member photo width in web portal + avoid error ( #36221 )
2025-11-12 21:35:18 +01:00
Laurent Destailleur
a3c634affe
Removed duplicated code
2025-11-09 21:29:28 +01:00
MDW
c39e87d703
Qual: Make $fields covariant, define type for $FIELDS in BankAccounts api ( #36188 )
...
* Qual: Make $fields covariant
* Qual: Update BankAccounts class phpDoc ($FIELDS)
# Qual: Update BankAccounts class phpDoc ($FIELDS)
Updated the documentation for the $FIELDS property.
2025-11-09 18:06:58 +01:00
Laurent Destailleur
59dfe1423e
Doc
2025-11-08 18:33:11 +01:00
Laurent Destailleur
dfbf173b17
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-07 19:25:42 +01:00
Kamel Khelifa
9f86f70574
Ajout property in AbstractListController class
2025-11-06 14:13:22 +01:00
Regis Houssin
fa10fc0f94
FIX avoid NULL value ( #36126 )
2025-11-06 13:15:03 +01:00
Kamel Khelifa
c97aee6e97
Correction phpstan
2025-11-06 12:33:41 +01:00
Kamel Khelifa
87d102417a
Correction phpstan
2025-11-06 12:31:45 +01:00
Kamel Khelifa
8d88810b17
Correction phpstan
2025-11-06 12:25:03 +01:00
Kamel Khelifa
d6ad677c9c
Correction phpstan
2025-11-06 11:56:56 +01:00
Kamel Khelifa
da5233547c
Correction phpstan
2025-11-06 11:44:39 +01:00
Kamel Khelifa
e41ab4b17b
Merge branch 'develop_new_rework_webportal_lists' of github.com:Easya-Solutions/dolibarr into develop_new_rework_webportal_lists
2025-11-06 11:20:50 +01:00
Kamel Khelifa
09d4118be2
Correction phpstan
2025-11-06 11:20:16 +01:00
kkhelifa-opendsi
5ea54ea63b
Merge branch 'develop' into develop_new_rework_webportal_lists
2025-11-06 10:55:55 +01:00
labiloute
382bc4e80e
FIX: fetch LDAP members in LDAP sync sync_groups_ldap2dolibarr.php ( #36117 )
...
* FIX: Add missing left join to filter by extrafields (#36092 )
Co-authored-by: Noé <noe@scopen.fr >
* FIX: fetch LDAP members in LDAP sync sync_groups_ldap2dolibarr.php
* Fix boolean parameter casing in fetch method
---------
Co-authored-by: noec764 <58433943+noec764@users.noreply.github.com >
Co-authored-by: Noé <noe@scopen.fr >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-06 02:13:19 +01:00
noec764
1c7cb37e74
FIX: Add missing left join to filter by extrafields ( #36092 )
...
Co-authored-by: Noé <noe@scopen.fr >
2025-11-04 18:43:20 +01:00
Frédéric FRANCE
39f54ca1d0
test phpstan ( #36069 )
...
* test phpstan
* test phpstan
* test phpstan
* test phpstan
* test phpstan
* test phpstan
* test phpstan
* test phpstan
* test phpstan
* test phpstan
* test phpstan
* test phpstan
* clean baseline
* test
* test
2025-11-04 18:41:36 +01:00
MDW
b925dd6c37
Qual: Make $fields type covariant (phpstan) ( #36084 )
...
# Qual: Make $fields type covariant (phpstan)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-04 14:16:17 +01:00
Kamel Khelifa
fd6a397383
Correction php phan test
2025-11-03 15:49:33 +01:00
Kamel Khelifa
a4991ee551
Correction php phan test
2025-11-03 15:48:02 +01:00
John BOTELLA
bbec4721a4
UIUX : webportal css style PART 03 : allow select login form theme for webportal ( #35849 )
...
* WIP : add theme selection
* final style
* fix class
* fix css
* fix comment
* PHP stan
* PHP stan
* PHP stan
* PHP stan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-24 11:19:13 +02:00
Laurent Destailleur
f99cbafd64
Merge branch 'develop' into develop_new_rework_webportal_lists
2025-10-18 12:25:14 +02:00
John BOTELLA
b1854b7d4f
UIUX : webportal css style PART 02 ( #35774 )
...
* Add css
* FIX CSS and UX
* fix php doc
* Fix missing badge for status
* fix download link css
* change space on comment
2025-10-17 12:22:20 +02:00
MDW
fa266e7fd7
Qual: Update phan baseline, set return value for anonymous functions ( #35775 )
...
* Qual: Update baseline regarding fixed phan notices
# Qual: Update baseline regarding fixed phan notices
* Qual: Fix phan notice (return type of anonymous function
# Qual: Fix phan notice (return type of anonymous function
2025-10-17 01:57:37 +02:00
John BOTELLA
f8988d3874
UIUX : webportal css style PART 01 ( #35773 )
...
* Add css
* FIX CSS and UX
* fix php doc
2025-10-17 00:48:25 +02:00
Laurent Destailleur
8e3ae42cdf
Merge branch 'develop' into develop_new_rework_webportal_lists
2025-10-15 03:37:57 +02:00
Jon Bendtsen
153dadf6aa
FIX #35318 better array check fields_label ( #35750 )
...
* FIX #35318 better array check fields_label
* Update html.formwebportal.class.php
* Update extrafields.class.php
* Update commonobject.class.php
* Update ajaxextrafield.php
---------
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-15 02:30:48 +02:00
ldestailleur
617d6e677f
Try to reduce conflict and compatiblity pb by keeping old function name
2025-10-11 13:55:16 +02:00
webmaster67
fad11836ff
NEW: Add directory navigation to Web Portal Shared Documents ( #35443 )
...
* Create documentlist.controller.class.php
Intégration de mon portail client personnalisé avec GED
attention
class/sontext.class.php devra aussi être modifier.
* Update context.class.php
ajout du ged
pour les fichiers joints par tiers.
* Update context.class.php
ajout d'accès à fichiers joints du tiers.
* Update menu.tpl.php
ajout du menu accès au GED
* Update README.md
* Update README.md
* Update README.md
* Add files via upload
document utile sert a partager via le GED de dolibarr des fichiers avec tous les clients utilisateur du webportal.
* Update context.class.php
ajout dans le menu de deux controleur suplémentaire.
* Update menu.tpl.php
ajoute des deux chapitre dans le menu
* Update README.md
* Update README.md
* Update menu.tpl.php
document format change
* Add files via upload
mises à jour et normalisation fichiers
* Add files via upload
ajout webportal.lang
* Update README.md
* Delete htdocs/webportal/documentutile.controller.class.php
* Update menu.tpl.php
* Update README.md
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update menu.tpl.php
* Update menu.tpl.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update README.md
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update README.md
* Create webportal.lang
* Update webportal.lang
* Update webportal.lang
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update website.lang
* Delete htdocs/langs/fr_FR/webportal.lang
* Delete htdocs/langs/en_US/webportal.lang
* Update README.md
* Update README.md
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Create abstractdocument.controller.class.php
* Update website.lang
* Update website.lang
* Update website.lang
* Update README.md
* Update README.md
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update README.md
* Update context.class.php
* Update README.md
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update menu.tpl.php
* Update documentlist.controller.class.php
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update menu.tpl.php
* Update menu.tpl.php
* Update README.md
* Update context.class.php
* Update documentlist.controller.class.php
* Update menu.tpl.php
* Update menu.tpl.php
* Update context.class.php
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
taking into account subfolders in shareddocuments
* Update abstractdocument.controller.class.php
support for subfolders and addition of a breadcrumb trail for navigation through subfolders
* Update website.lang
* Update website.lang
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update website.lang
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update abstractdocument.controller.class.php
* Update documentlist.controller.class.php
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
it's ready Boss
@eldy
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update documentlist.controller.class.php
* Update documentlist.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
correction get post faite
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
french comment removed sorry
* Update shareddocuments.controller.class.php
french comment traductions ok !
* Update documentlist.controller.class.php
* Update documentlist.controller.class.php
tabs corrected
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update abstractdocument.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
oubli d'un @
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
* Update shareddocuments.controller.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-11 13:53:23 +02:00
Laurent Destailleur
e230c0e0ad
Merge branch 'develop' into develop_new_rework_webportal_lists
2025-10-01 20:00:10 +02:00
kkhelifa-opendsi
341a88f48a
FIX : Fix variable typos in Context class or webportal ( #35551 )
2025-09-29 20:41:20 +02:00
Kamel Khelifa
0100d37944
Correction phpstan
2025-09-29 15:32:29 +02:00
Kamel Khelifa
b567c2d011
Correction phpstan
2025-09-29 15:14:30 +02:00