Commit Graph

610 Commits

Author SHA1 Message Date
Laurent Destailleur
4c07ef386e Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-23 18:44:37 +01:00
Laurent Destailleur
39d39f475d Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 23.0 2026-01-23 17:46:38 +01:00
Lucas Marcouiller
4c0f567ced Fix email collector ticket fetch (#36968)
* Fix email collector ticket fetch

* fix CI

---------

Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com>
2026-01-23 16:52:39 +01:00
Lucas Marcouiller
1fd2674795 Fix email collector ticket fetch (#36968)
* Fix email collector ticket fetch

* fix CI

---------

Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com>
2026-01-23 16:51:13 +01:00
Laurent Destailleur
b79ade4c1f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2026-01-19 21:18:00 +01:00
Laurent Destailleur
3e3e2a3759 Fix CI 2026-01-19 21:06:51 +01:00
Laurent Destailleur
92048de0f5 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-19 20:52:09 +01:00
Laurent Destailleur
dec35ff489 Merge manually #36851 emailcollector phpimap in reply to oauth v22. 2026-01-19 20:33:47 +01:00
Laurent Destailleur
f7e688f580 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-19 19:48:43 +01:00
Laurent Destailleur
28cdf7d121 Close #36889 manually, too many conflict due to non atomic PR. 2026-01-19 19:47:36 +01:00
Laurent Destailleur
e9ac39c031 Fix CI 2026-01-13 23:06:07 +01:00
Laurent Destailleur
5c43f8a2cf Fix CI 2026-01-13 11:34:25 +01:00
Braito
362113e653 Fix/emailcollector isanswer dolibarr references 22.0 (#36859)
* fix(emailcollector): accept replies via Dolibarr References

* style(emailcollector): fix indentation

---------

Co-authored-by: braito4 <braito4@users.noreply.github.com>
2026-01-12 15:56:50 +01:00
Laurent Destailleur
382a211962 Try to fix warning 2026-01-11 16:25:10 +01:00
Laurent Destailleur
c698f4dc28 Backport some fixes of #36851 2026-01-11 13:12:38 +01:00
Laurent Destailleur
578a1ef568 Clean files 2026-01-07 19:01:54 +01:00
Laurent Destailleur
e80a9929c0 Debug v23. dolChmod required after file_puts_content 2025-12-15 16:57:06 +01:00
Steph501
04bc3ee058 FIX #36447 Email Collector subject/body exclusion filters not working
The '!' prefix was removed at line 1369-1373 before being tested
at lines 1398 and 1406, causing exclusion filters to never work.

This fix uses the $not variable (already set correctly) instead of
re-testing for '!' on the modified rulevalue.
2025-11-27 23:27:36 +01:00
Laurent Destailleur
0f6b9f5841 Fix CI 2025-11-23 01:03:54 +01:00
MDW
b57495f745 Qual: Update phan baseline (#36362)
* Qual: Update Phan baseline

# Qual: Update Phan baseline

- Updated Phan baseline to reflect reduced occurrences of PhanTypeMismatchProperty and PhanUndeclaredMethod
- Fixed syntax error in card.php by adding missing closing parenthesis

* Qual: Fix PhanPluginRedundantReturnComment

# Qual: Fix PhanPluginRedundantReturnComment

- Add return type description for the getmsg method.
2025-11-22 19:49:22 +01:00
Laurent Destailleur
41526eaabd Fix CI 2025-11-20 16:20:07 +01:00
Laurent Destailleur
0bfd72a995 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-11-20 12:00:49 +01:00
Laurent Destailleur
10c0de4467 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-11-20 11:55:18 +01:00
Laurent Destailleur
ae131796d6 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-11-20 11:51:51 +01:00
Laurent Destailleur
ecda16a5f6 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-11-20 11:48:23 +01:00
Laurent Destailleur
515a615915 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-11-20 11:44:40 +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
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
Ryad ABANI
38980a935c FIX: Email Collector Module: manage error when imap_fetchstructure return false. Previously it generated warning and fatal error because the returned value was not of type class 2025-10-22 11:56:07 +02:00
Frédéric FRANCE
2078610328 add dolBuildUrl with examples of use (#35549)
* add dol_buildurl with examples of use

* add dol_buildurl with examples of use

* add dol_buildurl with examples of use

* add dol_buildurl with examples of use

* wip

* wip

* add more example

* add more example

* add more example

* add more example

* add more example

* add more example

* add more example

* add example

* add example

* add example

* add example

* add example

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* stay in the same area even we are on other area in other tab

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* add example

* add example

* add example

* add example

* add example

* add example

add example

add example

add example

add example

* add example

* add example

add example

add example

add example

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* fix

* wip

* wip

* clean code
2025-10-06 18:17:02 +02:00
Frédéric FRANCE
6afec608a3 fix CI (#35631)
* fix CI

* fix CI

* fix CI

* fix CI

* fix CI

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code
2025-10-04 13:29:57 +02:00
ldestailleur
b8353936b6 Fix column setup 2025-09-22 13:40:59 +02:00
ldestailleur
17d3a35a51 Fix select technical id 2025-09-22 13:38:27 +02:00
Frédéric FRANCE
0e1478206a clean code (#35229)
* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-09-08 01:48:52 +02:00
ldestailleur
273e82a566 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-16 22:14:23 +02:00
ldestailleur
b1e99a9811 Fix bad return code 2025-08-14 17:33:44 +02:00
ldestailleur
f6e9280ac4 Fix emailcollector 2025-07-22 03:43:41 +02:00
ldestailleur
8f3b65976a Fix emailcollector 2025-07-22 03:43:10 +02:00
ldestailleur
fe9ca39253 css 2025-07-22 00:45:11 +02:00
ldestailleur
0ea94b2a5f Clean code 2025-07-22 00:40:10 +02:00
ldestailleur
03910664c4 Debug v22 2025-07-21 22:09:10 +02:00
ldestailleur
1d6e198be2 Debug v22 - Invert option that add link to backoffice interface link
when it should remain private. It also makes often email marked as SPAM.
2025-07-21 21:20:00 +02:00
ldestailleur
c13f736ab4 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-06-22 17:29:56 +02:00
ldestailleur
17a0ec87fe Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-06-22 17:25:29 +02:00
Marc de Lima Lucio
79afbab095 FIX: email collector: php 8 warning (#34496)
* FIX: email collector: php 8 warning

* FIX: email collector: php 8 warning, part 2

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-06-21 16:18:40 +02:00
Laurent Destailleur
144854769a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-06-13 16:27:57 +02:00
atm-jonathan
621fb30b37 FIX encoding issues with underscores in mb_convert_encoding functionality (#34411)
Co-authored-by: x <x@x.x>
2025-06-13 00:19:29 +02:00
Sami Filali
1d07ed22c0 update "enabled" to 1 for fk_emailcollector fields (#34192) 2025-05-27 21:51:09 +02:00
Vincent de Grandpré
943fa057e3 FIX#33963 - Enabling EmailCollector foreign key field to allow mandatory parameter saving (#33981)
* PHPStan > Update baseline

* FIX#33963 - Enabling foreign key field to allow mandatory parameter saving

* Added author to copyright

---------

Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com>
2025-04-26 01:22:37 +02:00
Eric - CAP-REL
be1948e1eb better fields definition with full objects reference (#33798) 2025-04-09 16:36:42 +02:00