Lucas Marcouiller
4b45a2a78c
fix php warning modCaptchaStandard class ( #31906 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-15 23:08:20 +01:00
Frédéric FRANCE
15490b292f
fix phpstan and fix CI ( #31739 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-11-10 11:16:23 +01:00
Laurent Destailleur
f74d4f93b9
Debug v21
2024-11-09 14:28:26 +01:00
Laurent Destailleur
e2e8cdbc4b
Finished the architecture for captcha
2024-11-09 13:58:30 +01:00
MDW
d8c4f678f4
Qual: Fix CI - phan/phpstan notices ( #31720 )
...
# Qual: Fix CI - phan/phpstan notices
Fix notices currently active in develop branch
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-07 04:40:45 +01:00
Laurent Destailleur
c0c89657b8
Debug v21 - look and feel
2024-11-07 03:08:02 +01:00
Laurent Destailleur
a23a7385e7
Fix phan
2024-11-07 01:16:48 +01:00
Laurent Destailleur
0e55db7caf
WIP Captcha architecture
2024-11-06 23:02:46 +01:00
Laurent Destailleur
84c343cada
WIP Captcha module architecture
2024-11-06 22:15:25 +01:00
MDW
f4ff437026
Qual: Fix phan/phpstan notices in class files (part 4) ( #31598 )
...
* Qual: Fix phan notices for DolibarrModules.class
* Qual: Fix notices for classes actioncomm..task.class.php
* fixup! Qual: Fix notices for classes actioncomm..task.class.php
* Qual: Fix new notices blocking PR
2024-10-30 21:33:30 +01:00
Frédéric FRANCE
80171b5fe5
Update modCaptchaStandard.class.php ( #31528 )
...
* Update modCaptchaStandard.class.php
* Update modCaptchaStandard.class.php
2024-10-23 18:51:20 +02:00
Laurent Destailleur
84183adaaa
WIP Captcha
2024-09-27 19:31:28 +02:00
MDW
099dbd9c1e
Qual: Fix notices for htdocs/admin/* ( #30982 )
...
* Fix (Possibly)UndeclaredGlobalVariable
* Update phan baseline
* Fix (Possibly)UndeclaredGlobalVariable (2)
* Qual: Fix notices for htdocs/admin/*
# Qual: Fix notices for htdocs/admin/*
Fixes most phan/phpstan noticies for files under htdocs/admin/* and ai.
2024-09-18 03:27:25 +02:00
Frédéric FRANCE
99d7b76ba9
fix phpstan ( #28568 )
2024-03-02 12:40:25 +01:00
MDW
8655d5a86b
QUAL Use phan to help detect new issues ( #27706 )
...
* Qual: Add phan flow
- Add phan configuration (config, baseline, stubs);
- Add github action;
- Update apstats.php.
* Add directives to ignore false phan notices
* Qual: Add typing hints for extrafields TPL files
# Qual: Add typing hints for extrafields TPL files
Add typing hints for phan on view files
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-02-21 18:14:29 +01:00
Lucas Marcouiller
88232ff0fc
fix php warnings and errors ( #28207 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-02-18 23:00:01 +01:00
thibdrev
1165ea9ab8
qual: phpstan
...
htdocs/core/modules/security/generate/modGeneratePassPerso.class.php 85 Property modGeneratePassPerso::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassPerso.class.php 105 Property modGeneratePassPerso::$length2 (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassPerso.class.php 110 Property modGeneratePassPerso::$WithoutAmbi (int) does not accept string.
2024-01-22 13:48:01 +01:00
thibdrev
427eb21282
qual: phpstan
...
htdocs/core/modules/security/generate/modGeneratePassNone.class.php 64 Property modGeneratePassNone::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassNone.class.php 65 Property modGeneratePassNone::$length (string) does not accept int.
2024-01-22 13:45:15 +01:00
thibdrev
eba5964de8
qual: phpstan
...
htdocs/core/modules/security/generate/modGeneratePassStandard.class.php 64 Property modGeneratePassStandard::$id (int) does not accept string.
htdocs/core/modules/security/generate/modGeneratePassStandard.class.php 65 Property modGeneratePassStandard::$length (string) does not accept int.
2024-01-22 13:42:52 +01:00
MDW
89004f7e03
Qual: Spelling htdocs/core ( #27491 )
...
Highlights:
- initialY in pdf_standard.modules.php was unused
- remove (otherwise -> initially) (+same in other file)
2024-01-13 19:48:20 +01:00
Laurent Destailleur
fb083a6cfc
Fix warning with rector
2023-12-13 16:33:17 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Frédéric France
92c4d53fca
phpstan
2023-09-12 18:51:40 +02:00
Laurent Destailleur
8a4613176c
Fix warnings
2022-12-28 16:26:07 +01:00
Laurent Destailleur
2293d82607
NEW Add picto property on sub-module for paswword generation
2022-09-11 12:18:43 +02:00
Laurent Destailleur
72a2e67d7e
Default pass rules
2022-08-27 17:46:15 +02:00
Laurent Destailleur
f8a97ef928
FIX a lot of problem with rules for password validation
2022-01-03 16:09:08 +01:00
Laurent Destailleur
72998cd8fe
Debug v15
2022-01-03 12:26:57 +01:00
Laurent Destailleur
65adb16191
Fix increase entrophy of default password generation.
2021-07-05 17:55:17 +02:00
Laurent Destailleur
0d8a354934
Set default length of password to 12 car.
...
FIX #yogosha5855
2021-04-17 03:11:58 +02:00
Laurent Destailleur
8a62d97b89
Remove one thousand of useless files
2021-04-12 15:57:16 +02:00
Frédéric FRANCE
554e449e40
code syntax core directory
2021-02-23 22:03:23 +01:00
Scrutinizer Auto-Fixer
7f52920716
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-10-31 13:32:18 +00:00
Laurent Destailleur
e123a4cb84
Fix help on minimum nb of chars
2020-09-17 15:09:29 +02:00
Laurent Destailleur
8b69dd1384
Increase length of default password.
2020-08-07 09:50:15 +02:00
Scrutinizer Auto-Fixer
444c293c01
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-04-10 08:59:32 +00:00
Scrutinizer Auto-Fixer
ddcc14dc16
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-11-14 11:09:15 +00:00
Scrutinizer Auto-Fixer
ac40dd8bbe
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-11-13 18:35:39 +00:00
Frédéric FRANCE
e75f7d448c
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
2019-10-16 20:00:01 +02:00
Frédéric FRANCE
9a2fabff6f
doxygen
2019-10-10 18:42:29 +02:00
Laurent Destailleur
aebae5ff83
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/langs/en_US/margins.lang
htdocs/user/class/user.class.php
2019-10-10 10:37:17 +02:00
Laurent Destailleur
156eb7fa61
Merge branch '10.0' into hotfix/12041-security-generate-password
2019-10-07 20:22:19 +02:00
Laurent De Coninck
2ba8506608
validate the 0 as min value consecutive; meaning not take that rule into account
2019-10-07 17:53:23 +02:00
Laurent Destailleur
71e922635b
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
2019-10-07 12:57:52 +02:00
Laurent Destailleur
7015e71105
FIX #12041
2019-10-07 12:53:32 +02:00
Alexandre SPANGARO
02dbc11f98
Move Gnu.org to https
2019-09-23 21:55:30 +02:00
Frédéric FRANCE
7e31ca48d8
add visibility
2019-02-28 22:07:48 +01:00
Laurent Destailleur
e18bd6f986
Merge branch 'develop' into nospaceaftercomma
2019-01-30 18:27:35 +01:00
Frédéric FRANCE
496fa9b0fb
PSR2.Files.EndFileNewline.TooMany
2019-01-27 14:10:35 +01:00
Frédéric FRANCE
7ee086b402
PSR2 space after comma in function call
2019-01-27 11:55:16 +01:00