Pierre Goiffon
6995a3c641
N°6889 backup mysqldump call : restore possibility to connect using socket protocol ( #591 )
...
With previous fix (N°6123) we forced to use the tcp protocol each time. This was blocking for users wanting to connect using the socket protocol on localhost.
Now for localhost we will :
- send both port and protocol arguments if the `db_host` config parameter does contain a port
- don't send any of the port or protocol arguments if `db_host` doesn't contain a port
2023-12-20 15:19:50 +01:00
Pierre Goiffon
afbdff928d
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-19 18:42:11 +01:00
Pierre Goiffon
e007e09155
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
...
# Conflicts:
# pages/ajax.render.php
2023-12-19 18:41:57 +01:00
Pierre Goiffon
4ee70cb95a
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# application/ajaxwebpage.class.inc.php
# application/csvpage.class.inc.php
# application/itopwebpage.class.inc.php
# application/webpage.class.inc.php
# application/xmlpage.class.inc.php
# datamodels/2.x/itop-hub-connector/hubconnectorpage.class.inc.php
# pages/ajax.document.php
# pages/ajax.render.php
# sources/application/TwigBase/Controller/Controller.php
# webservices/export-v2.php
2023-12-19 18:38:45 +01:00
Pierre Goiffon
9865bf0779
N°4368 add sending X-Content-Type-Options HTTP header
...
Replace in consumers the \WebPage::add_xframe_options call by \WebPage::add_http_headers
2023-12-19 18:25:26 +01:00
Molkobain
34ad18eee8
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-14 11:50:41 +01:00
Molkobain
e73fcc5903
N°7059 - Fix default conf. param. value
2023-12-14 11:02:45 +01:00
Molkobain
2144933927
N°6816 - Search: Fix JS "me._onACSearchContainsSuccess is not a function" error ( #556 )
2023-12-14 10:57:53 +01:00
peckpeck
0c467e7115
N°7067 - Add setting to change default "password change" URL ( #540 )
...
* Add a setting to change default "password change" URL
* Apply suggestions from code review
---------
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2023-12-14 10:08:37 +01:00
Benjamin Dalsass
300ec74f76
N°7059 - Symfony 6.4 - Application skeleton - sources registration
...
- iKeyboardShortcut namespace issue
2023-12-14 09:12:27 +01:00
Benjamin Dalsass
326a115936
Revert "N°7059 - Symfony 6.4 - Application skeleton - sources registration"
...
This reverts commit b962488954 .
2023-12-14 08:37:52 +01:00
Benjamin Dalsass
b962488954
N°7059 - Symfony 6.4 - Application skeleton - sources registration
...
- iKeyboardShortcut namespace issue
2023-12-14 08:34:10 +01:00
Molkobain
b5c8c75c4e
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-13 18:48:50 +01:00
Molkobain
e2574a0738
Merge remote-tracking branch 'origin/support/3.1.0' into support/3.1
2023-12-13 18:47:00 +01:00
denis.flaven@combodo.com
3fb5c05467
N°7001 - Being admin to generate oAuth token is too restrictive
2023-12-13 13:57:44 +01:00
Molkobain
0c100ea2de
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-13 10:54:35 +01:00
Benjamin Dalsass
be99a7c02d
N°7059 - Symfony 6.4 - Application skeleton - sources registration ( #588 )
...
We configure global sources directory in symfony configuration file except the directory Application/WebPage (potential impacts)
2023-12-13 10:31:36 +01:00
jf-cbd
17d131a9b1
N°7021 - Fix error log and useless compilation time due to SCSS file unnecessary compilation #579
2023-12-13 09:21:26 +01:00
Eric Espie
4a164f9c01
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-12 17:16:58 +01:00
Benjamin Dalsass
45c50995e3
N°7059 - Symfony 6.4 - Application skeleton
...
- unitary test broken
2023-12-12 16:57:16 +01:00
Benjamin Dalsass
fb29ff29cf
N°7059 - Symfony 6.4 - Application skeleton ( #587 )
...
Mise en place d'un squelette temporaire fonctionnel d'application Symfony.
- Ajout bundles debug & runtime pour une implémentation standard
- Configuration minimale
- .env file in specific directory
- Frontal application app.php
2023-12-12 16:40:04 +01:00
Eric Espie
fc2be85c95
N°7054 - ✅ Rework the UpdateImpactedItems calls on Tickets
2023-12-12 11:25:27 +01:00
Eric Espie
e748d72c03
N°7054 - Rework the UpdateImpactedItems calls on Tickets
2023-12-12 10:40:48 +01:00
Thomas Casteleyn
62d7e10257
N°7055 - Apply better default value for portal copy object link ( #582 )
2023-12-11 11:40:59 +01:00
Pierre Goiffon
9ac823c0ba
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-08 17:21:17 +01:00
Pierre Goiffon
797aae58e3
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
3.1.1-1
2023-12-08 17:21:01 +01:00
Pierre Goiffon
f63f3bb547
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2023-12-08 17:20:48 +01:00
Pierre Goiffon
d5449cca42
💡 iTopMutex: add link to mysql doc
2023-12-08 17:20:37 +01:00
Benjamin Dalsass
1c09a7c38e
N°7034 - Symfony 6.4 - FILTER_REQUIRE_ARRAY or FILTER_FORCE_ARRAY flags with InputBag::filter()
2023-12-08 15:13:07 +01:00
Pierre Goiffon
8e2e155e65
Merge remote-tracking branch 'origin/support/3.1' into develop
...
# Conflicts:
# lib/composer/installed.php
2023-12-08 11:34:26 +01:00
Pierre Goiffon
3f8017f43d
N°7046 Fix authent-cas: "CAS_ServiceBaseUrl_Static" not found
...
Regression in 3.1.0 brought by N°5270 (02afa2f1 )
2023-12-08 10:41:04 +01:00
Molkobain
45a806ac77
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-08 08:50:37 +01:00
Molkobain
4846532368
N°7047 - Fix regression from 7b59df21, portal themes others than "bootstrap" and "portal" not loaded due to change in expected path (now relative)
2023-12-08 08:28:43 +01:00
Molkobain
427646a0c3
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-07 12:40:00 +01:00
Molkobain
90d28c1f90
N°7039 - Fix incorrect retrieval of SecurityHelper due to previous merge
2023-12-07 12:38:16 +01:00
Molkobain
8cc1970931
💚 Fix unit test not working on server with self-signed certificate
2023-12-07 11:18:51 +01:00
Molkobain
75732faf1d
N°7039 - Fix warnings in the CI due to unnecessary use statement
2023-12-07 11:18:02 +01:00
Molkobain
c13d0a60e8
N°7039 - Fix placeholder :current_contact->id not working in OQL in iTop 3.1
2023-12-07 10:04:53 +01:00
Molkobain
34e6e921ec
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-06 16:32:07 +01:00
Molkobain
66d1ffa00f
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
2023-12-06 16:31:03 +01:00
Molkobain
181c180824
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2023-12-06 16:28:27 +01:00
Molkobain
5d38d22c50
N°7023 - Fix regression from the initial fix that throw exceptions even for ext. keys set programatically (eg. ComputeValues), which we still want to allow
2023-12-06 16:27:37 +01:00
bdalsass
a41c58ebb4
N°7034 - Symfony 6.4 - Not passing FILTER_REQUIRE_ARRAY or FILTER_FOR… ( #581 )
...
* change RequestManipulatorHelper read param function signature (add filter flag)
* add FILTER_REQUIRE_ARRAY flag when expecting an array with read param function
* add test for the read param function
2023-12-06 14:04:55 +01:00
Benjamin Dalsass
beb015b082
Revert "N°6981 - Symfony 6.4 - Remove deprecated calls - Approval-base"
...
This reverts commit 4dfd9b062e .
2023-12-06 08:37:29 +01:00
Benjamin Dalsass
4dfd9b062e
N°6981 - Symfony 6.4 - Remove deprecated calls - Approval-base
2023-12-05 17:03:49 +01:00
bdalsass
27ce51ab07
N°6934 - Symfony 6.4 - upgrade Symfony bundles to 6.4 ( #580 )
...
* Update Symfony lib to version ~6.4.0
* Update code missing return type
* Add an iTop general configuration entry to store application secret (Symfony mandatory parameter)
* Use dependency injection in ExceptionListener & UserProvider classes
2023-12-05 13:56:56 +01:00
Pierre Goiffon
863ab4560c
📝 tests README: fix typo
2023-12-05 11:38:37 +01:00
Pierre Goiffon
c27c99b245
📝 tests README: comments on disabling XDebug
2023-12-05 11:34:36 +01:00
Pierre Goiffon
d1531c5a80
📝 tests README: Add TOC links, add ItopCustomDatamodelTestCase
2023-12-05 11:21:43 +01:00
Molkobain
75f8c428b3
Merge remote-tracking branch 'origin/support/3.1' into develop
2023-12-04 23:21:58 +01:00