Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-13ShareDialog: group links and users in one scrollbar.Camila
- Remove the scrollbar used only for user shares - Resize share dialog when removing share links - Fix widget margins and max height of the share dialog - slotAdjustScrollWidgetSize => adjustScrollWidgetSize Signed-off-by: Camila <hello@camila.codes>
2022-01-13Just trying to make the sahre dialog look nicer.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-11-10Add profile pageFelix Weilbach
Fix: #3889 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-06Enable share to Talk and Email. Display correct icon. Added unit tests.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-30Merge branch 'master' into rakekniven-patch-2rakekniven
2021-04-30l10n: Translation of ellipseValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-04-30No need to translate ellipsisrakekniven
Here another PR for the same code line as #3238 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-04-30l10n: Change to an ellipsisValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-04-29Use separate progress indicator for password and replace a button with it ↵allexzander
while running. Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-29Obey enforced password for share by email.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-28l10n: Delete space and change capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-04-22l10n: Change to an ellipsisValdnet
Reported on Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-04-20Show progess indicatorFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-04-20Don't use unnecessary layout elementFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-04-20Add expire date to user and group shareFelix Weilbach
Fixes #3100 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-04-20Add note to user and group shareFelix Weilbach
Fixes #3104 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2020-03-01Merge branch 'master' into resource-cleanupMichael Schuster
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-02-03l10n: Changed spelling of "user name" to "username"rakekniven
Using "username" like on > 200 strings over the whole Nextcloud project. Signed-off-by: rakekniven mark.ziegler@rakekniven.de
2020-01-18Cleanup/Removal/Adaption/Update to resource files and crresponding code, ↵Dominique Fuchs
esp. regarding svg usage Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-19Color corrections and sharer=self case implementationDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-18Correcting autoraise for widget w/ background fillDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-18Finishing PR #1154 adding note when sharingDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-05-29Unshare action transferred to 3 dot menuivyclare
Signed-off-by: ivyclare <ivolinengong@gmail.com>
2018-11-17Cleanup shareuserline.uiJ-P Nurmi
2018-11-17ShareUserLine: fix elidingJ-P Nurmi
The widget doesn't have its final size at construction time, so the width for eliding is not yet known. Let ElidedLabel do the job.
2018-08-02Replaces 'more' (3 dots) png icon for svg in buttons of the shareCamila San
dialog. Signed-off-by: Camila San <hello@camila.codes>
2018-08-02Adjustes sizes and margins in the share dialog and its widgets.Camila San
- Adds TODO's in commented out code. Signed-off-by: Camila San <hello@camila.codes>
2018-08-02Changes share link layout so it looks like the UI on the server.Camila San
- Adds icons to Share link and to save password on share dialog. - Changes wording of the menu options for sharing link. - Adds functionality to the new menu (mostly permissions). - More widget size and size policy adjustments. Signed-off-by: Camila San <hello@camila.codes>
2018-08-02Switches order of widgets in share dialog: share link comes first.Camila San
- First text input to search for users,then share link and then the list of users. - Adjusts size and scroll bar for sharees list. - Adds option 'can share' to 3 dots menu in share user/group widget. Signed-off-by: Camila San <hello@camila.codes>
2018-08-02Changes size, size policy, content and margins of the share dialog and its ↵Camila San
widgets. - Adds select with permissions to share dialog on the user/group search. - Changes order of widgets, removes excess of text and do not display empty widgets. - Share user/group widget: replaces combo box for tool button with permissions. - Using Fixed as size policy it gives a much smoother user experience when windows size dinamically changes. Signed-off-by: Camila San <hello@camila.codes>
2018-08-02Improves share dialog.Camila San
- Removes the tabs: adds items to a vertical layout. - Fix spacing and alignment. - Removes extra text. Signed-off-by: Camila San <hello@camila.codes>
2017-11-21User shares: Use background color, remove permission frame #6176Christian Kamm
2017-11-21User shares: Show avatarsRoeland Jago Douma
[Sharing] Show placeholders for avatars Just like on the web show placeholders for avatars in the sharing dialog [Sharing] Show avatars! [Sharing] Show same avatar placeholder for group/federated shares as on web
2017-04-21Rename ShareWidget to ShareUserLineChristian Kamm
There will probably be a ShareLinkLine too, due to #5655