Add cover photo management
authorCyperghost <olaf_schmitz_1@t-online.de>
Thu, 28 Nov 2024 11:40:04 +0000 (12:40 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Thu, 28 Nov 2024 11:40:04 +0000 (12:40 +0100)
commit2fdd0e2e88808fa8e6d0a1ed60a59f1ad371b356
tree815e8290a818d74b92d0409822a99dd65879bc62
parent691d8404ba029c35b18151f35ef8231a5aa8c018
Add cover photo management
18 files changed:
com.woltlab.wcf/objectType.xml
com.woltlab.wcf/templates/headIncludeJavaScript.tpl
com.woltlab.wcf/templates/user.tpl
ts/WoltLabSuite/Core/Bootstrap.ts
ts/WoltLabSuite/Core/BootstrapFrontend.ts
ts/WoltLabSuite/Core/Component/User/CoverPhoto.ts [new file with mode: 0644]
wcfsetup/install/files/acp/database/update_com.woltlab.wcf_6.2.php [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Bootstrap.js
wcfsetup/install/files/js/WoltLabSuite/Core/BootstrapFrontend.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/User/CoverPhoto.js [new file with mode: 0644]
wcfsetup/install/files/lib/action/UserCoverPhotoAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/user/User.class.php
wcfsetup/install/files/lib/data/user/UserProfile.class.php
wcfsetup/install/files/lib/system/file/processor/UserCoverPhotoFileProcessor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/command/SetCoverPhoto.class.php [new file with mode: 0644]
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml
wcfsetup/setup/db/install.sql