Add profile page
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Fri, 22 Oct 2021 09:16:38 +0000 (11:16 +0200)
committerFelix Weilbach <felix.weilbach@nextcloud.com>
Wed, 10 Nov 2021 12:11:47 +0000 (13:11 +0100)
commitdb337c44570a73e73944fd4bae50f9370122440e
treec6d997d6b22d2975bdfe2fd5a28181e115a3877d
parent4bd9972d46b549a630e1d4a7144dbba75affb735
Add profile page

Fix: #3889

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
13 files changed:
src/gui/CMakeLists.txt
src/gui/iconjob.cpp [deleted file]
src/gui/iconjob.h [deleted file]
src/gui/profilepagewidget.cpp [new file with mode: 0644]
src/gui/profilepagewidget.h [new file with mode: 0644]
src/gui/shareusergroupwidget.cpp
src/gui/shareusergroupwidget.h
src/gui/shareuserline.ui
src/libsync/CMakeLists.txt
src/libsync/iconjob.cpp [new file with mode: 0644]
src/libsync/iconjob.h [new file with mode: 0644]
src/libsync/ocsprofileconnector.cpp [new file with mode: 0644]
src/libsync/ocsprofileconnector.h [new file with mode: 0644]