Laurent Destailleur
|
9f03054fc4
|
Fix #yogosha5877
|
2021-04-24 20:52:48 +02:00 |
|
Laurent Destailleur
|
d0cc64479d
|
Fix protect sql
|
2021-04-24 20:18:11 +02:00 |
|
Alexandre SPANGARO
|
f60df8964a
|
NEW: Add option SUPPLIER_PROPOSAL_ALLOW_EXTERNAL_DOWNLOAD
|
2021-04-24 08:05:00 +02:00 |
|
Givriz
|
a451fee68f
|
Compatibility phpv8
|
2021-04-23 18:01:11 +02:00 |
|
Laurent Destailleur
|
1bd2bd3237
|
Fix php8 warning
|
2021-04-20 12:46:41 +02:00 |
|
Laurent Destailleur
|
14f009f550
|
Fix CURLOPT_CONNECT_TO
|
2021-04-20 12:19:46 +02:00 |
|
Laurent Destailleur
|
c966914f67
|
Merge branch 'develop' into new/check_update_for_module
|
2021-04-19 21:26:01 +02:00 |
|
Laurent Destailleur
|
3df79dd3c8
|
Avoid error on PHP 5.6
|
2021-04-19 20:49:31 +02:00 |
|
Laurent Destailleur
|
a8187af8ef
|
Use MAIN_SECURITY_ANTI_SSRF_SERVER_IP as whitelist for local IP.
|
2021-04-19 15:16:00 +02:00 |
|
Laurent Destailleur
|
08ded970e2
|
NEW Add option MAIN_SECURITY_ANTI_SSRF_SERVER_IP
|
2021-04-19 15:01:36 +02:00 |
|
NextGestion
|
263e110ca3
|
Enhance module Member
|
2021-04-19 13:19:32 +01:00 |
|
Laurent Destailleur
|
0537fdd1c6
|
Add local ip into excluded IP for external URL download.
Fix #yogosha5861
|
2021-04-19 13:52:12 +02:00 |
|
Laurent Destailleur
|
61df76dd9a
|
Fix pb in date format %a %b when using a negative timezone
Enhance date management and unit tests.
|
2021-04-19 12:48:08 +02:00 |
|
ATM john
|
781756913b
|
Fix code Stickler
|
2021-04-18 22:38:18 +02:00 |
|
ATM john
|
7794927a64
|
New check update for modules
|
2021-04-18 20:12:24 +02:00 |
|
Laurent Destailleur
|
cad7ea0b92
|
css
|
2021-04-18 15:07:22 +02:00 |
|
Laurent Destailleur
|
3502c4c269
|
Debug sitemap generation
|
2021-04-18 13:45:46 +02:00 |
|
Laurent Destailleur
|
70abc04bf5
|
Merge pull request #17103 from Givriz/dev
Fix compatibility phpv8
|
2021-04-16 20:51:00 +02:00 |
|
Laurent Destailleur
|
c841282a25
|
Merge pull request #17283 from Givriz/dev_2
Compatibility phpv8 #2
|
2021-04-16 20:37:31 +02:00 |
|
Givriz
|
86bfcd9510
|
Easy way to use conf->global
|
2021-04-16 17:10:11 +02:00 |
|
Laurent Destailleur
|
db5dcd3e52
|
NEW When a doc file is shared, link is visible from main page of doc.
|
2021-04-15 17:56:55 +02:00 |
|
Laurent Destailleur
|
f1d55d38ba
|
Show link to shared file if it exists.
|
2021-04-15 17:09:15 +02:00 |
|
Laurent Destailleur
|
707efa7765
|
Debug v14
|
2021-04-15 15:54:54 +02:00 |
|
Laurent Destailleur
|
bf547cf20d
|
Debug v14
|
2021-04-15 14:33:48 +02:00 |
|
Laurent Destailleur
|
7e4f7f7200
|
Nicer page of widget setup
|
2021-04-15 13:31:40 +02:00 |
|
Laurent Destailleur
|
09365c29c9
|
Nicer page of widget setup
|
2021-04-15 13:22:03 +02:00 |
|
Givriz
|
47cdfee1d2
|
Compatibility pvpv8
|
2021-04-14 22:03:04 +02:00 |
|
Laurent Destailleur
|
a68a5b0c04
|
Look and feel v14
|
2021-04-14 15:11:26 +02:00 |
|
Laurent Destailleur
|
7f62b6c49b
|
Look and feel v14
|
2021-04-13 22:58:37 +02:00 |
|
Laurent Destailleur
|
358bb87ae2
|
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/comm/action/index.php
htdocs/core/class/html.form.class.php
htdocs/core/lib/payments.lib.php
htdocs/core/modules/commande/doc/pdf_einstein.modules.php
htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
htdocs/core/modules/facture/doc/pdf_crabe.modules.php
htdocs/core/modules/facture/doc/pdf_sponge.modules.php
htdocs/core/modules/propale/doc/pdf_azur.modules.php
htdocs/core/modules/propale/doc/pdf_cyan.modules.php
htdocs/projet/card.php
htdocs/public/payment/newpayment.php
htdocs/societe/list.php
htdocs/ticket/document.php
|
2021-04-13 20:19:05 +02:00 |
|
Alexandre SPANGARO
|
44133166de
|
Merge remote-tracking branch 'upstream/develop' into 14a36
|
2021-04-12 21:35:03 +02:00 |
|
Laurent Destailleur
|
a7a95cff03
|
Fix payment link for renewal with a unique secure key
|
2021-04-12 16:41:40 +02:00 |
|
Laurent Destailleur
|
3d681d96c4
|
Merge pull request #17205 from DorianVabre/dev_EventOrganizer
new: working on conference or booth object and event type #FoundationFunding
|
2021-04-12 16:06:13 +02:00 |
|
Givriz
|
7a54e5d346
|
Using empty instead of isset
I used empty instead of isset, and I fixed some problems of my previous pull request
|
2021-04-12 16:03:56 +02:00 |
|
Laurent Destailleur
|
8a62d97b89
|
Remove one thousand of useless files
|
2021-04-12 15:57:16 +02:00 |
|
Laurent Destailleur
|
86328462c7
|
Enhance getURLContent
|
2021-04-12 11:20:44 +02:00 |
|
Alexandre SPANGARO
|
8d72448f43
|
Add right supplier_order
|
2021-04-12 09:47:16 +02:00 |
|
Alexandre SPANGARO
|
80c6458faa
|
Work on split module fournisseur
|
2021-04-11 22:25:45 +02:00 |
|
Laurent Destailleur
|
f437e70ac6
|
Selection of theme is easier
|
2021-04-11 16:11:05 +02:00 |
|
Laurent Destailleur
|
ac64938266
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2021-04-10 15:31:39 +02:00 |
|
Laurent Destailleur
|
8526ca5304
|
Merge pull request #17121 from 0x00FE/add-friday-holiday
NEW Add support for Friday as a holiday
|
2021-04-10 15:30:57 +02:00 |
|
Laurent Destailleur
|
be800e07f2
|
Use urlencode even on security key
|
2021-04-10 15:27:44 +02:00 |
|
Laurent Destailleur
|
35a64e08bf
|
Fix link
|
2021-04-10 14:12:51 +02:00 |
|
Laurent Destailleur
|
cb57546d99
|
NEW Can hide columns "time consumed" on timesheet per week.
|
2021-04-10 13:53:23 +02:00 |
|
Laurent Destailleur
|
6241ba559b
|
Trans
|
2021-04-10 12:44:41 +02:00 |
|
Laurent Destailleur
|
11330fd6c2
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2021-04-10 12:42:55 +02:00 |
|
Laurent Destailleur
|
ce6f8eebf5
|
Close #17206 Add comment on type of constants
|
2021-04-10 12:42:43 +02:00 |
|
César de la Cal Bretschneider
|
eadd8defaf
|
Good friday is a holiday
|
2021-04-10 11:39:48 +02:00 |
|
Laurent Destailleur
|
83e272951f
|
Fix phpcs
|
2021-04-10 00:31:20 +02:00 |
|
Ahmad Hadeed
|
63f7369adb
|
Fixing 'stickler-ci' complaint, function description not in order
|
2021-04-09 21:16:24 +03:00 |
|