Laurent Destailleur (aka Eldy)
1f360ca498
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-20 12:28:49 +01:00
Laurent Destailleur (aka Eldy)
1b42078d1e
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-01-20 10:24:30 +01:00
atm-florian
ba4e97f07b
FIX 17.0 API endpoints "PUT": prevent overwriting all extrafields if only some are supplied in the request cf. PR #29237
...
+ security for Tickets API: disable updating rowid
2025-01-16 10:37:29 +01:00
Laurent Destailleur
4cd2e572ae
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-11-13 00:30:26 +01:00
uvaldenaire-opendsi
0eee1ad18b
Qual: remove php 8.2 warnings by casting trim() argument to string. ( #28162 ) ( #31693 )
...
In create and update methods of societe class, the trim function triggered warnings when the argument passed is null.
Cast string properties to string to avoid php warnings when the property is null.
Co-authored-by: UltraViolet33 <93035200+UltraViolet33@users.noreply.github.com >
2024-11-12 19:45:52 +01:00
Laurent Destailleur
b07cc82058
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-10-07 15:17:49 +02:00
Laurent Destailleur
94ed718782
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-10-07 15:15:01 +02:00
atm-irvine
f287d100a3
Use <= 0 instead of ! because delete method returns -1 or 1 ( #31268 )
...
* Use <= 0 instead of ! because delete method returns -1 or 1
* Added contact
* Removed user from parameters
2024-10-04 11:49:44 +02:00
Laurent Destailleur
e9f7a1996f
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-05-03 18:18:39 +02:00
Laurent Destailleur
4fef808efa
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-05-03 18:16:58 +02:00
Florian Mortgat
cf6cbafa8c
FIX: PUT /thirdparties/{id} and PUT /contacts/{id} should throw exception if update returns < 0 ( #29596 )
...
+ FIX some PHPDoc (types and throws)
+ FIX issue #29594 : trigger should be called on contact update by API
2024-05-03 18:03:14 +02:00
Laurent Destailleur
ce8c70450c
FIX Merge of thirdparties must also move uploaded files
2024-04-23 22:28:15 +02:00
Laurent Destailleur
0ecc442622
Fix merge thirdparties
2024-04-23 22:21:09 +02:00
Laurent Destailleur
2252cf0783
FIX Merge of thirdparties must also move uploaded files
2024-04-23 22:16:44 +02:00
Laurent Destailleur
404ba88107
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-04-04 11:19:45 +02:00
Alexandre SPANGARO
a8771d03bd
Use getDolGlobalString
2024-03-26 17:30:02 +01:00
Alexandre SPANGARO
049beb9bf8
NEW Constant to select if typent helps define whether the thirdparty is a company
2024-03-26 17:28:26 +01:00
Laurent Destailleur
16e5d08b36
FIX #yogosha21416
2024-03-14 23:40:46 +01:00
Can Arslan
7112c5a782
FIX: PHP Warning: Undefined variable $lib ( #28342 )
2024-02-22 02:42:57 +01:00
Laurent Destailleur
e4365c15c6
Fix missing table llx_societe_account into the merge
2024-02-06 11:50:02 +01:00
Laurent Destailleur
1b58a37cf5
Fix label of prospect
2024-01-29 13:41:51 +01:00
Laurent Destailleur
cca01cbda4
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-01-23 22:15:36 +01:00
Laurent Destailleur
b05d1c5f6e
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-01-23 22:03:28 +01:00
Laurent Destailleur
9d40711723
Fix type of prospect level
2024-01-19 16:25:46 +01:00
Florian HENRY
d04cfa89ce
FIX: filter by entity on contact is missing
2024-01-19 09:15:30 +01:00
Fabian Heinz
b78632a20e
api fixes
...
According to [RFC2616](https://www.rfc-editor.org/rfc/rfc2616#section-10.2 ), APIs should return 2xx status codes if the request was correct.
The response should be status 200 with an empty result array.
2023-12-31 14:11:05 +01:00
Laurent Destailleur
b28ae5d8d3
Clean code
2023-12-27 12:12:20 +01:00
Laurent Destailleur
a767028464
Clean code
2023-12-20 21:35:23 +01:00
Laurent Destailleur
1f738e5a7b
Clean code
2023-12-19 17:46:39 +01:00
Laurent Destailleur
7f5df80efd
Debug v19
2023-12-19 11:51:48 +01:00
Laurent Destailleur
98009ea6be
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
ChangeLog
htdocs/compta/bank/class/account.class.php
htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php
htdocs/langs/en_US/recruitment.lang
htdocs/master.inc.php
htdocs/projet/contact.php
2023-12-17 22:17:14 +01:00
Laurent Destailleur
d92c65ad91
FIX infinite loop in API call/trigger by adding a caller
2023-12-15 12:15:33 +01:00
Laurent Destailleur
fb083a6cfc
Fix warning with rector
2023-12-13 16:33:17 +01:00
Laurent Destailleur
e040219fdc
Fix phpcs
2023-12-13 12:45:07 +01:00
tnegre
9aa1b32c07
Manage ref_alias for fetch societe
2023-12-11 09:54:50 +01:00
Frédéric FRANCE
61b79fda17
avoid phpstan error with phpdoc
2023-12-06 15:46:39 +01:00
Frédéric FRANCE
91d8758e52
fix phpstan
2023-12-02 22:28:04 +01:00
Laurent Destailleur
c30cb9c14f
Merge pull request #26932 from matthieu-michou-wattandsea/patch-3
...
Update api_thirdparties.class.php
2023-12-02 21:18:24 +01:00
matthieu-michou-wattandsea
71a1c6a497
Update api_thirdparties.class.php
...
fix API REST changed POST to PUT in thirdparties addCategory
2023-12-02 10:30:01 +01:00
matthieu-michou-wattandsea
ff995afd1e
Update api_contacts.class.php
...
fix API REST addCategory
2023-12-02 10:20:38 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Laurent Destailleur
3a78357253
Try an implementation a fix to avoid infinite loop in sync api - trigger
2023-11-29 16:20:37 +01:00
Laurent Destailleur
56e8872ddc
Clean code+warnings: The delete() method of AdherentType, Contact,
...
Delivery, MultiCurrency, CurrencyRate now need $user as first parameter.
2023-11-28 15:33:42 +01:00
Pascal Hubrecht
f1e384cc51
FIX #26881 ( #26883 )
2023-11-28 11:30:48 +01:00
Laurent Destailleur
075ee02901
Fix php8.2 warnings
2023-11-27 12:08:48 +01:00
Laurent Destailleur
ed122e5408
Clean depracted table
2023-11-20 17:46:57 +01:00
Laurent Destailleur
07a3774749
Debug v19
2023-11-17 23:44:02 +01:00
Laurent Destailleur
6ca0154784
Fix management of password type with pass_crypted
2023-11-17 22:09:35 +01:00
Laurent Destailleur
a48e541093
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/class/bookkeeping.class.php
htdocs/accountancy/journal/expensereportsjournal.php
htdocs/core/class/html.formadmin.class.php
htdocs/core/lib/functions.lib.php
2023-11-12 23:18:19 +01:00
Laurent Destailleur
2f340a1a77
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/accountancy/journal/expensereportsjournal.php
htdocs/comm/propal/card.php
2023-11-12 23:06:31 +01:00