Commit Graph
53970 Commits
Author SHA1 Message Date
tianshujie 2c1fb2826b * Code for story #43815. 2023-04-14 15:31:41 +08:00
朱金勇 9e4ba356c6 * Fix install for dmdb. 2023-04-14 05:48:49 +00:00
刘刚 e4801f1e73 Merge branch 'daitingting_adaptation_parameters' into 'master'
* Add parameters.

See merge request easycorp/zentaopms!7418
2023-04-14 05:26:38 +00:00
liugang 700c80534a + Init navGroup of report module. 2023-04-14 05:22:52 +00:00
daitingting a47cb05c8e * Add parameters. 2023-04-14 13:15:54 +08:00
朱金勇 e6b2ea4a04 Merge branch 'zenops_69' 2023-04-14 04:41:28 +00:00
刘刚 91897a2245 Merge branch 'zentaobiz38_bi_wangyuting' into 'master'
* Fix waterpolo chart bug.

See merge request easycorp/zentaopms!7413
2023-04-14 03:03:37 +00:00
刘刚 dedce62d79 Merge branch 'fix_bug_qxz' into 'master'
* Fix bug #34124.

See merge request easycorp/zentaopms!7412
2023-04-14 03:03:23 +00:00
王怡栋 2c4f45ffcc Merge branch 'dev/gfl_zentaopms_305' into 'master'
* Adjust code for bug #34164 .

See merge request easycorp/zentaopms!7417
2023-04-14 02:48:57 +00:00
guofeilong c8b6a19080 * Adjust code for bug #34164 . 2023-04-14 10:39:33 +08:00
王怡栋 2edd5bc5e8 Merge branch 'dev/gfl_zentaopms_305' into 'master'
* Code for task #34163 .

See merge request easycorp/zentaopms!7416
2023-04-14 02:36:08 +00:00
guofeilong 8171ec17d0 * Code for task #34163 . 2023-04-14 10:34:27 +08:00
王怡栋 f58a67cfc3 Merge branch 'dev/gfl_zentaopms_305' into 'master'
Dev/gfl zentaopms 305

See merge request easycorp/zentaopms!7415
2023-04-14 02:29:23 +00:00
wangyidong bcd61687c6 * fix bug for style. 2023-04-14 10:25:56 +08:00
guofeilong 4602f6ff08 * Adjust code for bug #31459. 2023-04-14 10:23:06 +08:00
guofeilong c82c461261 * Adjust code for class h-full-adjust . 2023-04-14 10:23:06 +08:00
guofeilong 6051582370 * Adjust code for bug #34159 . 2023-04-14 10:23:06 +08:00
liugang 09329ee0ea * Remove the mainNav lang extension. 2023-04-14 02:20:01 +00:00
liugang 16431eee37 + Init bi common lang. 2023-04-14 02:19:24 +00:00
liugang f3a6a26f67 * Rename report of mainNav to bi. 2023-04-14 02:18:36 +00:00
孙广明 ccb8c7f763 Merge branch 'sprint/scx_chartbug' into 'master'
* Fix bug for chart.

See merge request easycorp/zentaopms!7414
2023-04-14 02:15:33 +00:00
王怡栋 739a26440c Merge branch 'dev/gfl_zentaopms_305' into 'master'
* Adjust code for css in docDetail .

See merge request easycorp/zentaopms!7407
2023-04-14 02:07:49 +00:00
guofeilong 5e230d603c * Adjust code for bug #34159 . 2023-04-14 10:07:26 +08:00
宋辰轩 5e1ecfe9bc * Fix bug for chart. 2023-04-14 10:07:04 +08:00
wangyuting2 d9e5061c30 * Add new goview. 2023-04-14 10:05:54 +08:00
guofeilong 938bb13c6c * Adjust code in doc block . 2023-04-14 10:04:44 +08:00
wangyuting2 b8c8bb9418 * Fix waterpolo chart bug. 2023-04-14 09:57:45 +08:00
wangyidong 2380df4a49 * remove default save path. 2023-04-14 09:52:51 +08:00
liugang 2137062ead + Init report privilege lang. 2023-04-14 01:50:49 +00:00
qixinzhi 5b93d9c057 * Fix bug #34124. 2023-04-14 01:50:07 +00:00
wangyidong 3ee191bd66 * remove save path when create doc. 2023-04-14 09:49:57 +08:00
liugang 55fb03a3ee * Change report common lang from bi to report. 2023-04-14 01:49:18 +00:00
wangyidong 44db4dd94f * code for doc sidebarHeader. 2023-04-14 09:35:20 +08:00
wangyidong ed0f4c3d0e * fix bug #32088. 2023-04-14 09:27:16 +08:00
朱金勇 fa1d7ff56b Merge branch 'master' of https://gitlab.zcorp.cc/easycorp/zentaopms 2023-04-14 01:26:04 +00:00
朱金勇 1aa6861445 * Fix bug #34095. 2023-04-14 01:24:17 +00:00
刘刚 097cfddb3a Merge branch 'zentaobiz38_bi_wangyuting' into 'master'
* Finish task #90970.

See merge request easycorp/zentaopms!7411
2023-04-14 01:23:36 +00:00
朱金勇 85f42ed822 Merge branch 'fix/gh-112' into 'master'
* Fix security vulnerability in ping function.

See merge request easycorp/zentaopms!7409
2023-04-14 01:21:02 +00:00
wangyuting2 f0484ee266 * Finish task #90970. 2023-04-14 09:18:48 +08:00
Lufei 9e6711bbb2 * Fix security vulnerability in ping function.
The ping function previously accepted arbitrary user input and passed it to the exec function without any sanitization or validation, creating a command injection vulnerability. This commit adds input validation using filter_var to ensure that the address parameter is a valid IP address or hostname, and uses predefined command options to avoid passing user input directly to exec. Additionally, this commit simplifies the status return logic using a ternary operator.

Fix GH-112
2023-04-14 09:16:10 +08:00
liugang 8d4b6e5dcc * Add dataview to openModules. 2023-04-14 01:10:33 +00:00
wangyidong c5681e0433 * code for issue #767. 2023-04-14 09:10:00 +08:00
guofeilong 3fde846432 - Delete Func updateCrumbs . 2023-04-14 09:08:40 +08:00
guofeilong 486b9f466e * Adjust code for css in docDetail . 2023-04-14 09:06:52 +08:00
liugang 566a3e69f9 * Sort sqls to upgrade privileges. 2023-04-14 01:05:30 +00:00
liugang 99acc957a6 * Remove collate property. 2023-04-14 01:04:22 +00:00
王怡栋 78aded1bcc Merge branch 'dev/gfl_zentaopms_305' into 'master'
- Delete code for crumbs in docDetail .

See merge request easycorp/zentaopms!7406
2023-04-14 00:52:09 +00:00
guofeilong b7893e356d - Delete js and view code for crumbs in docDetail . 2023-04-14 08:40:47 +08:00
guofeilong 8ab8e71215 - Delete code for crumbs in docDetail . 2023-04-14 08:38:27 +08:00
朱金勇 f337008374 * Fix bug #34079. 2023-04-13 17:36:02 +00:00