Pierre Goiffon
d6a0a279a5
N°1449 Update REST API version for new pagination params
2019-03-04 16:00:36 +01:00
Pierre Goiffon
44f5d71e1b
💡 PHPDoc for REST API
2019-03-04 16:00:35 +01:00
Pierre Goiffon
3de7aa1ada
🙈 Update ignore file
2019-03-04 09:15:38 +01:00
Stephen Abello
d4fec14123
N°1443: Handle disabled selectable rows in datatables when "All checking/unchecking"
2019-03-01 12:18:07 +01:00
Pierre Goiffon
e2c8237beb
Allow params "limit" and "page" in REST-API
...
PR #25 , code author Dennis Lassiter, many thanks !
Was commited to develop first but decided to retrofit this on support/2.5 (N°1449)
(cherry picked from commit fd55bdf9a8 )
(cherry picked from commit 49e31ddb3d )
2019-02-28 10:06:42 +01:00
Pierre Goiffon
afb99c0f4b
N°2054 fix search with sSearchValue GET param in BrowseBrick
2019-02-27 16:21:29 +01:00
Stephen Abello
c5943c6c28
Internal: Fix a regression introduced by 6b5cc7c on dot path
2019-02-22 10:06:10 +01:00
Pierre Goiffon
bc3b50ad23
Fix wrong method call
2019-02-22 10:00:23 +01:00
Pierre Goiffon
2f15bbdaf3
N°2033 backup : tar generation simplify buffer size computation
...
(cherry picked from commit 5b46644786 )
2019-02-21 17:12:18 +01:00
Pierre Goiffon
cdba1e0d36
N°2033 backup : fix corrupted archive for files which size is a multiple of 1024 bytes
...
(cherry picked from commit 3356856a5f )
2019-02-20 17:29:10 +01:00
Eric
d0a766d424
N°1975 - Fix: Change Menu rights to "Admin only" leads in crash test
...
(cherry picked from commit a89bca4626 )
2019-02-20 15:06:57 +01:00
Pierre Goiffon
23ec21e494
N°2031 backup : now logs using IssueLog, and remove debug config property
2019-02-19 14:46:44 +01:00
Pierre Goiffon
02617e8976
🔊 itop-backup : add some more logs
2019-02-19 12:21:53 +01:00
Stephen Abello
6b5cc7ca4b
N°1877 & N°2012: Fix regression backup link on setup, security hardening
2019-02-18 10:40:51 +01:00
Eric
bf62b63173
N°1884 - Admin Tools Manager no longer has access to 'Schedule Backup' and 'Configuration' menus
2019-02-15 17:33:47 +01:00
Eric
b8fb1fa78a
N°1884 - Admin Tools Manager no longer has access to 'Schedule Backup' and 'Configuration' menus
...
(cherry picked from commit 818b4d08da )
2019-02-15 17:31:37 +01:00
Stephen Abello
545504c0de
(retrofit from master) N°1443 : Add table_id used by tables paging
...
(cherry picked from commit 43b0747b83 )
2019-02-13 15:13:13 +01:00
Stephen Abello
32f1e97bcd
(retrofit from master) N°1148: Fix regression on export
...
(cherry picked from commit 90e128f951 )
2019-02-13 15:13:13 +01:00
Eric
9637e75f97
N°2011: Fix Issue with "ExecAsyncTask: async_task_retries"
2019-02-13 14:07:13 +01:00
Pierre Goiffon
0aab80917a
N°1921 Process InlineImage from another iTop as external images
...
* Notifications : do not embed InlineImage with wrong secret
* HtmlSanitizer : remove data-img-* attributes if not the same iTop (using approot from Config)
* move \HTMLDOMSanitizer::ProcessImage to \InlineImage::ProcessImageTag
* data-img-* attributes name are now InlineImage class constants
2019-01-30 11:32:47 +01:00
Pierre Goiffon
31a2b634cc
💡 Fix PHPDoc for \utils::GetAbsoluteUrlAppRoot
2019-01-30 11:16:29 +01:00
Molkobain
dc7bafa41c
🐛 N°1980 Portal: Fix form validation when request template displayed as read only
2019-01-29 17:39:02 +01:00
Molkobain
4508b9d7d5
N°1758 Fix read only attributes on bulk apply stimulus
...
(cherry picked from commit 7e3fceb7dc )
2019-01-22 16:35:22 +01:00
Stephen Abello
888aa5f958
update tcpdf to v6.2.26 (php 7.3 compatibility)
2019-01-17 10:34:07 +01:00
Stephen Abello
4051524b5c
N°1933: Security hardening
2019-01-16 15:07:43 +01:00
Stephen Abello
c8c4b072b1
N°1932: Security hardening
2019-01-16 14:50:19 +01:00
Stephen Abello
08543287e8
N°1931: Security hardening
2019-01-16 10:35:38 +01:00
Stephen Abello
21e5eee31f
N°1930: Security hardening
2019-01-14 11:59:45 +01:00
Stephen Abello
ed3fd851f1
N°1933: Security hardening
2019-01-14 11:57:16 +01:00
Stephen Abello
dfe81f6272
N°1935: Security hardening
2019-01-14 11:54:46 +01:00
Stephen Abello
0bce9c78ea
N°1935: Security hardening
2019-01-09 14:23:15 +01:00
Stephen Abello
48c920f848
N°1934: Security hardening
2019-01-09 11:03:05 +01:00
Pierre Goiffon
05bcfbe4c3
📝 Update install.txt for 2.5.x
2019-01-09 10:44:21 +01:00
Stephen Abello
da76fc70bb
N°1933: Security hardening
2019-01-07 16:46:29 +01:00
Molkobain
4eb416d407
N°1917 Setup: Fix warnings when upgrading an extension with an extension.xml file
2018-12-31 14:55:22 +01:00
Pierre Goiffon
636a3940cd
N°1915 import : fix cannot create object with value for field that is readonly in modification
...
Last fix (523e19528e ) was not a correct solution
2018-12-31 12:13:45 +01:00
Pierre Goiffon
523e19528e
N°1915 import : fix cannot create object with value for field that is readonly in modification
...
GetAttributeFlags method returns OPT_ATT_READONLY for this field, but not GetInitialStateAttributeFlags method
2018-12-28 18:16:32 +01:00
Denis Flaven
778db225a8
N°1912: 🐛 text written in white in the PDF export of the impact analysis.
2018-12-26 15:41:00 +01:00
bruno DA SILVA
ca48e8ff92
🐛 method call correction
...
- do no longer provide a parameter absent from the signature
2018-12-26 15:25:04 +01:00
Pierre Goiffon
75d5630164
➖ N°1885 move back php-gd from mandatory extension to optional
...
(cherry picked from commit 672bc471be )
2018-12-26 11:10:24 +01:00
Eric
bc5643707e
N°1898 - Fix pagination issue for search with accent
2018-12-21 10:04:04 +01:00
Eric
d31a4047f6
Fix Setup hardening
2018-12-19 17:13:49 +01:00
Pierre Goiffon
faba67b292
➕ N°1885 add php-gd as a mandatory extension
2018-12-17 15:52:06 +01:00
“purplegrape”
9828b905b2
rename chinese translation file from zh.dict*php to zh_cn.dict*php .
...
in case guys from HongKong ,TaiWan or Singapore wana have their own translations.
2018-12-17 11:16:25 +01:00
Denis Flaven
cb3440c85d
Setup hardening.
2018-12-13 18:12:03 +01:00
Eric
8400eb910f
⚡ N°1420 - Perf autocomplete (remove almost duplicated requests)
2018-12-11 16:35:31 +01:00
Eric
b38d33d7a6
⚡ N°1420 - Perf autocomplete (remove almost duplicated requests)
2018-12-11 16:23:08 +01:00
Purple Grape
23ee8d6a14
Update zh.dict.itop-config-mgmt.php
...
add two empty lines against english ,small translation improvement
2018-12-11 09:16:38 +01:00
Pierre Goiffon
2154916848
ZH translation : remove unecessary '~~'
2018-12-11 09:08:40 +01:00
Purple Grape
d3fd81545a
Update zh.dictionary.itop.ui.php
...
fix one line missing and small translation improvement
2018-12-11 09:06:22 +01:00