Laurent Destailleur
1969fcf195
FIX customreport menu must be greyed for external users.
2026-03-07 20:56:33 +01:00
Laurent Destailleur
208d960dab
NEW add rule MAIN_BUILD_LOGIN_RULE = 'flastname' to build login
2026-03-07 19:48:08 +01:00
Laurent Destailleur
4d2359e1de
FIX option MAIN_USE_TITLE_FOR_USER was on update and not on create
2026-03-07 18:44:45 +01:00
Laurent Destailleur
b9ef1caa46
Debug v24
2026-03-07 18:40:31 +01:00
Laurent Destailleur
6a12f5c6d5
Clean code
2026-03-03 20:13:58 +01:00
Laurent Destailleur
82d3d3ba92
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
2026-03-02 05:54:03 +01:00
Laurent Destailleur
57a1f05d49
FIX #37372 FIX #37374
2026-03-02 05:52:05 +01:00
Laurent Destailleur
3ff4fedab1
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
2026-02-28 15:36:00 +01:00
Laurent Destailleur
38590d0357
Fix missing import key
2026-02-28 15:35:42 +01:00
Laurent Destailleur
58909659f0
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
2026-02-28 15:31:52 +01:00
Laurent Destailleur
5aee214f75
Add missing import_id
2026-02-28 15:31:19 +01:00
Charlène Benke
3beb29eb0a
remove link elements display on user (not used) ( #37338 )
2026-02-27 15:42:39 +01:00
Charlène Benke
65516a3f99
Refactor notification type handling in card.php ( #37321 )
...
* Refactor notification type handling in card.php
we have email and sms feature
but it seems that sms is not well manager
Furthermore, it's not possible to manage other notifications (on a smartphone app, for example).
Ideally, this should be put in a dictionary.
* Initialize num variable before query execution
* Update card.php
2026-02-24 17:41:12 +01:00
Eric - CAP-REL
ff146c4713
handle race condition user with no right - prevent infinite loop ( #37220 )
2026-02-23 20:12:44 +01:00
Charlène Benke
f810a89977
verify if Hierarchical Responsible is allowed to validate holiday/exp ( #37315 )
...
* verify if Hierarchical Responsible is allowed to validate holiday/expense
* Add messages for holiday and expense report approval
* Add French translations for approval messages
2026-02-22 23:41:35 +01:00
Laurent Destailleur
d1977c8e56
Add id of perm in url
2026-02-15 20:59:01 +01:00
Laurent Destailleur
62c6d8cbb8
Cleaner GET call
2026-02-15 20:49:39 +01:00
Laurent Destailleur
1173164d7e
Debug v23 - Filter on action type ko
2026-02-08 19:30:17 +01:00
Laurent Destailleur
1ede9e3630
Fix comment and keep external modules out of core modules
2026-02-04 17:36:44 +01:00
Charlène Benke
ca64d18833
family assignment logic on user perms of external modules ( #36456 )
...
* family assignment logic on user perms of external modules
Updated family assignment logic to default to 'other' if family does not exist in $familyinfo.
* Update copyright year for Charlene Benke
2026-02-04 17:19:43 +01:00
Laurent Destailleur
d4602e6b6f
Fix ci
2026-01-21 12:31:38 +01:00
Frédéric FRANCE
e6249eee32
fix phpstan for v23 ( #36774 )
...
* fix phpstan
* Update functions.lib.php
* Update admin.lang
* Update errors.lang
* Update fournisseur.commande.class.php
* Update fournisseur.commande.class.php
* Update blockedlog_archives.php
* Update blockedlog_archives.php
* Update blockedlog_archives.php
* Update blockedlog_archives.php
2026-01-05 12:48:07 +01:00
Laurent Destailleur
fdbebb089a
Debug v23
2026-01-02 18:31:48 +01:00
Laurent Destailleur
af0c8bd5a1
CSS
2025-12-23 16:08:18 +01:00
Laurent Destailleur
34c93d82ce
Debug v23
2025-12-23 13:56:59 +01:00
Laurent Destailleur
e4e5af0adf
Merge pull request #36442 from frederic34/patch-11
...
add modulepart for direct print capabilities
2025-11-28 23:30:22 +01:00
MDW
04ec188cb6
fix: Improve type casting and array initialization in user.class.php
...
- Added explicit type casting for array values
- Improved array initialization syntax for better readability and maintainability
2025-11-28 02:19:12 +01:00
Frédéric France
dc85a6756b
add more
2025-11-27 20:55:45 +01:00
Laurent Destailleur
ce01e1d95f
Debug v23
2025-11-27 00:05:04 +01:00
Laurent Destailleur
b52c5a0ffa
Fix CI
2025-11-26 22:31:51 +01:00
Laurent Destailleur
ac7c98a180
Fix perms
2025-11-26 22:17:45 +01:00
Laurent Destailleur
0ac1fd39ef
Fix CI
2025-11-26 22:00:55 +01:00
Laurent Destailleur
b78e8faeab
Debug v23
2025-11-26 14:16:06 +01:00
Laurent Destailleur
f0f2afd7a3
Fix action type for button action Email
2025-11-26 13:41:16 +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
Jon Bendtsen
78f90982c4
Fix: API users/groups + fix hurl tests for those ( #36337 )
...
* Fix: API users/groups + fix hurl tests for those
* we only check for the login during user creation
* restoring test/hurl/api/users/10_users.hurl from develop branch
* changing error code to 500
---------
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk >
2025-11-23 01:59:02 +01:00
Laurent Destailleur
d571285a37
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-11-21 19:14:00 +01:00
Laurent Destailleur
424484a4c3
Debug v23
2025-11-21 19:11:32 +01:00
Frédéric FRANCE
9d4260c858
fix Ci ( #36354 )
...
* fix Ci
* Update html.form.class.php
* fix
* remove duplicate
2025-11-21 17:26:29 +01:00
Laurent Destailleur
0e4bfeead7
Fix CI
2025-11-21 14:41:31 +01:00
Laurent Destailleur
1d6f8d5cbd
Debug v23
2025-11-21 14:40:33 +01:00
Laurent Destailleur
705211a5f4
Doc
2025-11-21 14:35:04 +01:00
Laurent Destailleur
3e612275e8
Clean code
2025-11-21 14:25:34 +01:00
Laurent Destailleur
839759979a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-11-21 01:15:04 +01:00
Laurent Destailleur
f68f7c3da8
Debug v23
2025-11-21 01:02:48 +01:00
Laurent Destailleur
09da2b2365
Merge manually to close #34719 . Need to add API_IN_TOKEN_TABLE=1 for the
...
transition to use several API tokens per user.
2025-11-20 23:51:37 +01:00
Laurent Destailleur
b77e3a4cca
Merge branch 'develop' into new-api-rest-tokens
2025-11-20 21:31:20 +01:00
Frédéric FRANCE
46d6714fe0
clean code ( #36317 )
...
* clean code
* clean code
* clean doc
* clean doc
* clean doc
* clean doc
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-20 01:47:46 +01:00
Laurent Destailleur
88f184bcb0
Trans
2025-11-19 21:44:34 +01:00