Eric Espie
b630492d7a
N°4337 - Fix "Missing TWIG template" error
2021-09-29 15:16:13 +02:00
Eric Espie
eef3e9b7ae
Merge branch 'develop' into SessionManagement
2021-09-07 16:33:10 +02:00
Eric
3ee9757a85
🔊 Log when no Twig template is found in controller
2021-08-26 12:06:21 +02:00
Eric
2c2155a8e0
N°3985 - Performance checks on the back end
2021-08-23 13:57:03 +02:00
Eric
ee544b646d
N°4076 - PHPDoc
2021-07-26 17:48:36 +02:00
Eric
344cce9fdd
N°4076 - Allow block parameters to change the behaviour of blocks on the page
2021-07-26 17:20:45 +02:00
Eric
1a7755365c
🎨 Allow tab stickiness for twig based extensions
2021-07-01 16:08:03 +02:00
Eric
e6a38a8055
N°3573 - Allow retrieving operation
2021-07-01 10:40:04 +02:00
Eric
d594f28ed9
N°3573 - Migrate backoffice pages to new UIBlock system : System Information
2021-04-09 09:55:58 +02:00
Molkobain
c3140c2db3
Copyright year bump
2021-03-12 18:48:46 +01:00
Eric
3c60e4f765
Add Toolbar factory, Use new factory entry for cancel buttons, better check of twig errors, fix fatal error page
2021-02-09 14:43:46 +01:00
odain
ed3df37176
Merge branch 'feature/3606-twigbase-controller-basichtml' into develop
2021-02-02 11:27:06 +01:00
odain
c736615de1
N°3606: clean symfony useless import
2021-02-02 11:24:06 +01:00
odain
5121ed7c39
N°3606: move whitelist feature from itop core to cbd-mon extension
2021-02-02 10:49:55 +01:00
odain
2bb1583995
N°3606: renaming
2021-01-29 10:39:41 +01:00
odain
b98ffc4b8b
N°3606: add IP inside iTop error message
2021-01-29 10:01:46 +01:00
odain
818b3632ac
N°3606: renaming
2021-01-29 09:24:17 +01:00
odain
7677bd7cfe
N°3606: authorized_network configured as a list of ip address or networks (no more regexp, IpUtils::checkIp syntax)
2021-01-27 14:36:33 +01:00
Molkobain
1bb6d62c17
PHPDoc and code conventions
2021-01-22 11:39:49 +01:00
Eric
1fb15a421a
Move class in its own file
2021-01-21 09:56:03 +01:00
Eric
392cdf6058
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (display twig errors)
2021-01-19 18:09:58 +01:00
Eric
21740123f4
Add UIBlocks to twig (generic parser and node)
...
# Conflicts:
# pages/run_query.php
# test/VisualTest/Backoffice/RenderAllUiBlocks.php
2021-01-18 12:09:07 +01:00
Eric
77808ecd41
Add UIBlocks to twig (WIP)
2021-01-18 12:03:31 +01:00
odain
07347663d6
N°3606: php doc + handle empty token/whiteliste param usecase
2021-01-18 09:37:19 +01:00
odain
9ab1a0d437
N°3606: provide a token access instead of login + network white list restriction
2021-01-18 09:37:19 +01:00
odain
b51d7409c1
N°3606: renaming
2021-01-15 11:02:37 +01:00
odain
acea2110ac
N°3606 - Add a basic html page type to TwigBase Controller
2021-01-07 10:35:39 +01:00
Pierre Goiffon
96e7f57a34
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# 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
# core/config.class.inc.php
# css/css-variables.scss
# datamodels/2.x/version.xml
# pages/ajax.document.php
# pages/ajax.render.php
# pages/ajax.searchform.php
# sources/application/TwigBase/Controller/Controller.php
2020-12-10 18:08:11 +01:00
Pierre Goiffon
ecebe4ecd5
N°3416 XFrame and cache headers optimizations
...
* Remove XFrame header set in \WebPage::no_cache : not this method responsability, was confusing :/
* Remove no_cache() calls when already set in page constructor (ajax_page mainly)
* Also calls everywhere the \WebPage::no_cache method instead of setting headers manually
2020-12-02 17:19:05 +01:00
Pierre Goiffon
8bfcb14d0c
N°3416 XFrame-Options header is now set using a config parameter, defaults to SAMEORIGIN
...
Also adds an indirection (\WebPage::add_xframe_options) to set header
2020-12-02 17:17:11 +01:00
Pierre Goiffon
7d26b6092e
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# .idea/codeStyles/codeStyleConfig.xml
# .idea/inspectionProfiles/Combodo.xml
2020-10-06 10:42:55 +02:00
Eric
d86e904e18
N°3317 - Add http headers
2020-09-29 14:11:11 +02:00
Thomas Casteleyn
6542cf9d30
Add missing "
...
Co-authored-by: Eric Espié <eric.espie@combodo.com >
2020-09-06 20:30:36 +02:00
Thomas Casteleyn
610e74e642
Fix filename headers when downloading
2020-09-06 20:30:36 +02:00
Eric
d4b93f3bf0
N°2641 - Create a dedicated ErrorPage for fatal errors
2020-06-11 17:16:47 +02:00
Eric
fa3610cfee
N°2641 - Create a dedicated ErrorPage for fatal errors
...
Fix fatal errors being logged in setup.log instead of error.log
2020-05-14 14:37:38 +02:00
Eric
8ad2b8091c
N°2657 - MTP : Progress Bar has disappeared
2020-01-23 11:28:52 +01:00
Eric
b370deaac9
N°2313 - Markup extensibility: Add support for both code AND title in admin. console tabs
2020-01-16 09:56:22 +01:00
Molkobain
5a39581c60
N°2313 - Markup extensibility: Add support for both code AND title in admin. console tabs
2020-01-15 08:42:35 +01:00
Eric
864ded2102
Refactor Core Update (+8 squashed commit)
...
Squashed commit:
[b907bb759] Refactor Core Update
[5da2473aa] Refactor Core Update
[3fce45615] Refactor Core Update
[5f050a828] Refactor Core Update
[4b9b85174] Refactor Core Update
[f637ed358] Refactor Core Update
[56543edce] Refactor Core Update
[7f06900ef] Refactor Core Update
2020-01-07 10:00:14 +01:00
Eric
7f3efe59ab
Refactor Core Update (+3 squashed commit)
...
Squashed commit:
[e1cbfe93f] Refactor Core Update
[41ec2adf7] Refactor Core Update
[ca6cefca3] Refactor Core Update
2020-01-07 10:00:13 +01:00