Commit
commit 4b10231bedd4d7509971776747ca15d1906552f5 Author: Jan DankertDate: Tue Oct 15 22:38:13 2019 +0200 Security-Fix: Templates alone should not be executable. modules/cms-ui/themes/default/html/views/.htaccess | 2 - .../themes/default/html/views/alias/info.php | 6 +- .../default/html/views/configuration/show.php | 2 +- .../default/html/views/configuration/src.php | 2 +- .../themes/default/html/views/element/advanced.php | 6 +- .../themes/default/html/views/element/info.php | 5 +- .../themes/default/html/views/element/name.php | 39 +++ .../themes/default/html/views/element/prop.php | 6 +- .../default/html/views/element/properties.php | 321 +++++++++++++++++++++ .../themes/default/html/views/element/remove.php | 26 +- .../themes/default/html/views/folder/advanced.php | 19 +- .../themes/default/html/views/folder/content.php | 97 +++++++ .../themes/default/html/views/folder/create.php | 23 +- .../default/html/views/folder/createfile.php | 8 +- .../default/html/views/folder/createfolder.php | 4 +- .../default/html/views/folder/createimage.php | 8 +- .../default/html/views/folder/createlink.php | 10 +- .../default/html/views/folder/createpage.php | 6 +- .../default/html/views/folder/createtext.php | 10 +- .../themes/default/html/views/folder/createurl.php | 6 +- .../themes/default/html/views/folder/edit.php | 2 +- .../themes/default/html/views/folder/info.php | 4 +- .../themes/default/html/views/folder/inherit.php | 25 ++ .../themes/default/html/views/folder/order.php | 6 +- .../themes/default/html/views/folder/pub.php | 4 +- .../themes/default/html/views/folder/remove.php | 12 +- .../themes/default/html/views/folder/show.php | 67 +++++ .../themes/default/html/views/folder/structure.php | 2 +- .../cms-ui/themes/default/html/views/group/add.php | 17 ++ .../themes/default/html/views/group/info.php | 13 +- .../default/html/views/group/memberships.php | 10 +- .../themes/default/html/views/group/prop.php | 6 +- .../themes/default/html/views/group/remove.php | 10 +- .../themes/default/html/views/group/rights.php | 5 +- .../themes/default/html/views/image/compress.php | 35 +++ .../themes/default/html/views/image/edit.php | 20 +- .../themes/default/html/views/image/extract.php | 17 ++ .../themes/default/html/views/image/info.php | 76 +++-- .../themes/default/html/views/image/preview.php | 2 +- .../cms-ui/themes/default/html/views/image/pub.php | 25 ++ .../themes/default/html/views/image/remove.php | 51 ++++ .../themes/default/html/views/image/show.php | 25 ++ .../themes/default/html/views/image/size.php | 44 +-- .../themes/default/html/views/image/structure.php | 2 +- .../themes/default/html/views/image/uncompress.php | 29 ++ .../themes/default/html/views/image/value.php | 27 ++ .../themes/default/html/views/languagelist/add.php | 6 +- .../default/html/views/languagelist/show.php | 9 +- .../cms-ui/themes/default/html/views/link/edit.php | 5 +- .../themes/default/html/views/modellist/add.php | 6 +- .../themes/default/html/views/modellist/show.php | 2 +- .../themes/default/html/views/object/aclform.php | 18 +- .../themes/default/html/views/object/copy.php | 33 +++ .../themes/default/html/views/project/add.php | 53 ++++ .../themes/default/html/views/project/edit.php | 2 +- .../themes/default/html/views/project/export.php | 8 +- .../themes/default/html/views/project/history.php | 5 +- .../themes/default/html/views/project/info.php | 2 +- .../default/html/views/project/maintenance.php | 10 +- .../themes/default/html/views/project/prop.php | 10 +- .../themes/default/html/views/project/remove.php | 6 +- .../default/html/views/start/applications.php | 27 ++ .../default/html/views/start/projectmenu.php | 23 +- .../html/views/start/userprojecttimeline.php | 19 +- .../themes/default/html/views/template/addel.php | 6 +- .../themes/default/html/views/template/edit.php | 11 +- .../default/html/views/template/extension.php | 6 +- .../themes/default/html/views/template/info.php | 5 +- .../themes/default/html/views/template/listing.php | 33 +++ .../themes/default/html/views/template/preview.php | 8 +- .../themes/default/html/views/template/prop.php | 15 +- .../themes/default/html/views/template/pub.php | 8 +- .../themes/default/html/views/template/remove.php | 14 +- .../themes/default/html/views/template/src.php | 6 +- .../default/html/views/template/srcelement.php | 28 +- .../themes/default/html/views/title/ping.php | 2 +- .../themes/default/html/views/title/show.php | 2 +- .../themes/default/html/views/tree/content.php | 3 + .../cms-ui/themes/default/html/views/tree/tree.php | 2 +- .../cms-ui/themes/default/html/views/url/edit.php | 6 +- .../cms-ui/themes/default/html/views/url/info.php | 6 +- .../themes/default/html/views/url/preview.php | 2 +- .../themes/default/html/views/url/remove.php | 10 +- .../themes/default/html/views/url/structure.php | 7 + .../themes/default/html/views/userlist/add.php | 6 +- .../themes/default/html/views/userlist/show.php | 9 +- 86 files changed, 1243 insertions(+), 338 deletions(-)