Commit Graph

112142 Commits

Author SHA1 Message Date
Laurent Destailleur
72a0725fec Fix phpcs 2022-08-25 13:52:30 +02:00
Laurent Destailleur
eeba47b933 Add ip on table llx_adherent (for public submission page) 2022-08-25 12:09:56 +02:00
Laurent Destailleur
4a8b7dbecf Add ip on table of partnership 2022-08-25 12:07:44 +02:00
Laurent Destailleur
d6cc6f2576 Change sql creation of a partnership from a public page 2022-08-25 11:46:44 +02:00
Laurent Destailleur
d3701eae9e
Merge pull request #21809 from badre-agtaib/partnership
public partnership request
2022-08-25 11:25:27 +02:00
Laurent Destailleur
362c929919
Merge pull request #21874 from dolibit-ut/patch-421
Update llx_user.sql
2022-08-25 11:01:10 +02:00
Laurent Destailleur
07cb22455e
Merge pull request #21885 from dolibit-ut/patch-431
Update card.php
2022-08-25 10:59:46 +02:00
bagtaib
5e910361ac fix fetch errror 2022-08-25 09:57:18 +01:00
Laurent Destailleur
ff2ae40691 Fix default value for recipient 2022-08-25 02:52:54 +02:00
Laurent Destailleur
a7f9ec159b Support Initialisation vector in crypt/decrypt 2022-08-25 02:04:48 +02:00
Laurent Destailleur
17c404e940 Support Initialisation vector in crypt/decrypt 2022-08-24 23:41:26 +02:00
UT from dolibit
f5e8b6b0b2
Update card.php 2022-08-24 23:39:27 +02:00
UT from dolibit
845c20e5f7
Update llx_user.sql 2022-08-24 21:49:33 +02:00
Laurent Destailleur
eb3a7b6ead
Merge pull request #21853 from dolibit-ut/patch-417
Update categorie.php
2022-08-24 18:12:19 +02:00
Laurent Destailleur
33361e7948
Merge pull request #21852 from frederic34/useismodenabled
use isModEnabled
2022-08-24 18:12:02 +02:00
Laurent Destailleur
7e9204fb39
Merge pull request #21854 from dolibit-ut/patch-418
Update categorie_extrafields.php
2022-08-24 18:11:09 +02:00
Laurent Destailleur
f76dcae974
Merge pull request #21856 from dolibit-ut/patch-420
Update traduction.php
2022-08-24 18:07:38 +02:00
Laurent Destailleur
7c515f00dd
Merge pull request #21866 from fappels/develop_supplier_order_sharing
Work on supplier order sharing
2022-08-24 17:59:20 +02:00
Laurent Destailleur
ec45354078
Merge pull request #21867 from frederic34/patch-4
fix global const and warnings
2022-08-24 17:58:20 +02:00
Laurent Destailleur
2488b47e4b
Merge pull request #21870 from frederic34/companybankaccount
add fields for company bank accounts
2022-08-24 17:53:42 +02:00
Frédéric FRANCE
a76092707f Merge remote-tracking branch 'upstream/develop' into companybankaccount 2022-08-24 16:22:55 +02:00
Frédéric FRANCE
c53fc449ee add fields for user bank accounts 2022-08-24 16:19:39 +02:00
Frédéric FRANCE
778d245407 add fields for company bank accounts 2022-08-24 16:01:27 +02:00
bagtaib
17dccc2a6d added email check 2022-08-24 12:02:38 +01:00
Laurent Destailleur
eb8ff378e6 Fix encryption of sensitive constants 2022-08-24 12:27:50 +02:00
Laurent Destailleur
cca55bdb53 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2022-08-24 12:22:21 +02:00
Laurent Destailleur
03d086f741 NEW Encrypt all sensitive constants in llx_const 2022-08-24 12:22:11 +02:00
Frédéric FRANCE
d1fee1f83a
Update ticket.lib.php 2022-08-24 11:49:02 +02:00
Francis Appels
38ea28813f HAR-19 Fix missing shared supplier orders in product related objects. 2022-08-24 11:11:03 +02:00
Laurent Destailleur
03dc21bef2 NEW Saved token of OAUTH module are now encrypted into llx_oauth_token 2022-08-24 10:32:48 +02:00
Laurent Destailleur
c60f42b1bf NEW Introduce dolEncrypt and dolDecrypt to be able to encrypt data in db 2022-08-24 04:54:02 +02:00
Laurent Destailleur
d751a00e7b Clean comment 2022-08-24 03:51:25 +02:00
Laurent Destailleur
6ee685dd0b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2022-08-24 02:35:10 +02:00
Laurent Destailleur
fcbe933523 Can use the login/pass with PHP-IMAP 2022-08-24 02:17:53 +02:00
bagtaib
f36303a951 debug 2022-08-24 00:23:39 +01:00
bagtaib
056fa0aba9 added mods suggested 2022-08-24 00:20:11 +01:00
Laurent Destailleur
69f83ce654
Merge pull request #21851 from dolibit-ut/patch-416
Update ChangeLog
2022-08-23 23:00:42 +02:00
Laurent Destailleur
5071c3d626 Clean option MAIN_IMAP_USE_PHPIMAP 2022-08-23 22:59:03 +02:00
Laurent Destailleur
e73f44e2aa Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2022-08-23 22:42:35 +02:00
Laurent Destailleur
91e1e298b8 Merge branch 'fboitel-imap-by-oauth2' into develop 2022-08-23 22:42:08 +02:00
Laurent Destailleur
68bef8ebcf Merge branch 'imap-by-oauth2' of github.com:fboitel/dolibarr into
fboitel-imap-by-oauth2

# Conflicts:
#	htdocs/install/mysql/migration/16.0.0-17.0.0.sql
2022-08-23 22:34:44 +02:00
Laurent Destailleur
b15a4e504e Merge IMAP with phpimap 2022-08-23 22:34:24 +02:00
stickler-ci
bb9ebaf8fe Fixing style errors. 2022-08-23 19:18:42 +00:00
UT from dolibit
9e013bf44f
Update traduction.php 2022-08-23 20:52:56 +02:00
Frédéric France
e94d7f10a3 use isModEnabled 2022-08-23 20:22:44 +02:00
Frédéric France
e78f9a56be use isModEnabled 2022-08-23 20:16:28 +02:00
UT from dolibit
c0a7c7c179
Update categorie_extrafields.php 2022-08-23 20:11:46 +02:00
UT from dolibit
286faf479a
Update categorie.php 2022-08-23 20:10:55 +02:00
Frédéric France
86a7a7c8bb use isModEnabled 2022-08-23 20:05:09 +02:00
Frédéric France
582f6b196e use isModEnabled 2022-08-23 20:02:37 +02:00