Stephen Abello
aede5ea7b8
Fix CI by updating files code style
2026-02-23 16:25:08 +01:00
Stephen Abello
da6c443a35
Fix CI by updating files code style
2026-02-23 16:08:20 +01:00
Stephen Abello
9c39efd9af
N°8549 - Update inline images secret ( #815 )
2026-02-23 15:42:21 +01:00
jf-cbd
d5f2303ed2
N°8673 - Avoid server overload when user access news page with a lot of unread news ( #816 )
2026-02-23 15:35:31 +01:00
Eric Espié
48e584503e
N°8782 - Union queries allow all data ( #807 )
...
* 8782 - Union queries allow all data
* N°8782 - Union queries allow all data
2026-02-23 15:10:09 +01:00
Benjamin DALSASS
454a1b26eb
N°8603 N°8601 - Remove unnecessary quotes in reload url injection
2026-02-23 10:22:10 +01:00
Benjamin Dalsass
330539abd2
N°8601 N°8603 dashboards issues ( #813 )
2026-02-23 06:51:40 +01:00
Stephen Abello
5357a0c060
Fix code style
2026-02-21 14:26:21 +01:00
lenaick.moreira
fc22cce037
N°8854 - Replace trigger_error() usage with E_USER_ERROR
2026-02-20 10:07:30 +01:00
lenaick.moreira
34c8a57814
N°8851 - Explicit nullable in functions parameters
2026-02-20 10:07:30 +01:00
Stephen Abello
2247691e58
Fix CI by updating files code style
2026-02-19 16:59:25 +01:00
Stephen Abello
076d49abc2
Dump autoloader
2026-02-19 16:15:58 +01:00
Stephen Abello
9fd0ffd84e
N°8545 - Standardize return message from password reset ( #812 )
...
* N°8545 - Standardize return message from password reset
* N°8545 - Change log severity depending on the error source
* Add copyrights
* Update application/loginwebpage.class.inc.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update application/loginwebpage.class.inc.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Avoid using dictionary entries in logs
* Update application/loginwebpage.class.inc.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-19 16:12:34 +01:00
Benjamin Dalsass
d2f67dcb3c
N°8910 - Upgrade Symfony packages
2026-02-19 09:18:56 +01:00
jf-cbd
d5706fcbef
🧑💻 Add auto-assign for Combodo members
2026-02-18 14:39:25 +01:00
Benjamin Dalsass
807f2a88bc
N°8933 - Change password default length
2026-02-18 14:36:38 +01:00
Stephen Abello
9d3311e623
Fix CI by updating new dictionary files code style again
2026-02-18 12:18:15 +01:00
Stephen Abello
9bf2cb7e1d
Fix CI by updating new dictionary files code style
2026-02-18 11:50:38 +01:00
Stephen Abello
54909520e9
N°8544 - Update comparison method ( #808 )
2026-02-18 11:30:34 +01:00
Stephen Abello
d124f8ee58
N°8541 - Replace login logo title with an alt customizable through dictionary entry ( #805 )
2026-02-18 09:53:57 +01:00
Molkobain
3b62597092
✅ Update PHP version to 8.3 and DB version to MariaDB latest for CI jobs on commit
2026-02-17 20:39:58 +01:00
Molkobain
c0a2771d4e
N°8681 - Fix PHP code styles
2026-02-16 16:46:00 +01:00
Molkobain
6bd5a7b634
N°8681 - PHP 8.1: Fix deprecated notice for null value passed to preg_match_all() ( #803 )
...
* N°8681 - PHP 8.1: Fix deprecated notice for null value passed to preg_match_all()
* N°8681 - Add unit tests
* N°8681 - Add unit tests
2026-02-16 16:18:04 +01:00
lenaick.moreira
82b7ef86c7
N°8796 - Refactor PHP CS Fixer configuration for improved readability
...
* `'indentation_type'` already included in @PSR12 rule set
2026-02-16 15:35:46 +01:00
Eric Espie
4f878536a8
✅ Fix CI
2026-02-05 16:53:02 +01:00
Eric Espie
d937ec0350
✅ Fix CI
2026-02-05 16:24:27 +01:00
Eric Espie
985db46960
N°9193 - Start the KPI logs at the beginning of the http request
2026-02-05 14:57:54 +01:00
v-dumas
01adaadfad
N°8492 - Missing accent for 'Categorie'
2026-02-02 14:56:53 +01:00
v-dumas
643752f8e7
N°8378 - Missing rights on incident for SuperUser
2026-01-23 16:24:19 +01:00
v-dumas
0e0c09c420
N°9027 - Add right on WorkOrder transition to SuperUser
2026-01-23 15:55:59 +01:00
Stephen Abello
f34373be6d
N°7909 - Missing spacing between fields when columns collapse
2026-01-16 15:30:32 +01:00
odain
4dba47798c
ci: fix broken test due to POST CURL file not sent
2025-12-19 18:35:42 +01:00
odain
49a7f3118d
ci: fix Array to String Conversion in CallUrl with POST array of array
2025-12-19 16:12:53 +01:00
odain
09afcb229c
ci: fix callUrl with posted params
2025-12-19 11:11:03 +01:00
odain
3df4ddc696
ci: fix code style
2025-12-19 10:39:15 +01:00
odain
1fe401c102
ci: rename CallItopUrl by CallUrl + cleanup
2025-12-19 10:01:37 +01:00
odain-cbd
6cb08ba361
Add few APIs to ease tests ( #788 )
...
* add few APIs to ease tests
* code style
* log testname via IssueLog only through ItopDataTestCase
* code style
* ci: phpunit fix fatal error
2025-12-18 13:31:48 +01:00
Molkobain
f9db405343
N°6644 - PHP Static Analysis: Update PHPStan to v2.1
2025-12-17 22:21:43 +01:00
Molkobain
4f1f144c51
N°6644 - PHP Static Analysis: Update configuration to:
...
- Ignore compiled folders other than "env-production"
- Ignore Lempar.php as its content isn't valid PHP and it won't be included in the baseline
2025-12-17 22:04:49 +01:00
Molkobain
ef8ade5d20
📝 Update unit tests documentation
2025-12-17 18:36:18 +01:00
Molkobain
0b242d872a
N°6644 - Tests: Restore proper CI branch, unit tests run and fix a typo
2025-12-17 11:06:36 +01:00
Molkobain
d9261b8342
N°6644 - Tests: Add static analysis for PHP ( #536 )
2025-12-17 10:45:53 +01:00
odain
4187f552a9
Merge branch 'support/3.2.1' into support/3.2
2025-11-18 15:36:32 +01:00
odain
7f7ce0837e
Merge branch 'designer-3.2.1' into support/3.2.1
2025-11-18 15:35:40 +01:00
odain
fd10887849
N°8306 - ci fixes
...
php code style
2025-11-16 08:15:03 +01:00
odain
7df09541ac
N°8306 - ci fixes
2025-11-16 08:11:34 +01:00
odain
6d5660ca67
fix code style
2025-11-15 21:28:38 +01:00
odain
0013b8cfee
Merge branch 'designer-3.2.1' into support/3.2
2025-11-15 21:27:37 +01:00
odain
7fb0ae48f9
Fix deprecated warning
...
<b>Deprecated</b>: Return type of Combodo\iTop\DesignDocument::loadXML(string $source, int $options = 0) should either be compatible with DOMDocument::loadXML(string $source, int $options = 0): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in <b>/var/www/html/iTop/core/designdocument.class.inc.php</b> on line <b>73</b><br />
2025-11-15 21:26:36 +01:00
odain
e89a8edae0
N°8306 - fix MFEException use
2025-11-15 21:19:01 +01:00