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
2020-03-01Merge branch 'master' into resource-cleanupMichael Schuster
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-02-05l10n: Triple dot to ellipsisrakekniven
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-18Finishing PR #1154 adding note when sharingDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-06-21Displays the uid_owner of a shared file.Camila San
Also displays the sharees that reshared it via share link. Signed-off-by: Camila San <hello@camila.codes>
2018-11-17Cleanup shareusergroupwidget.uiJ-P Nurmi
Remove hard-coded fixed sizes, size constraints, and other unnecessary property assignments. This works with any dialog width, meaning that the width can be defined in one place higher up in the widget hierachy.
2018-11-17ShareDialog: use auto-raising tool buttons as confirm buttonsJ-P Nurmi
2018-11-17ShareUserGroupWidget: sync the share confirm button size with othersJ-P Nurmi
This keeps also the total width of the share dialog constant.
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 User/Group widget UI to match the server share UI.Camila San
- Display list of permissions in the tool button menu. 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-07-07Introduce private link sharing #5023Christian Kamm
* SocketAPI has COPL_LOCAL_LINK / EMAIL_LOCAL_LINK commands * The nautilus and dolphing shell integrations show a submenu from which one can share as well as access the private link. * The SocketAPI provides a new GET_STRINGS command to access localized strings. * The private link can also be accessed from the user/group sharing dialog. * The numeric file id is extracted from the full id to create the private link url.
2017-04-21ShareDialog: Review fixesChristian Kamm
* Allow creating nameless shares * Display token as name for nameless shares (both to be consistent with server) * Allow changing a share's name by editing it in the table * Minor adjustments
2017-04-04ShareDialog: Margin and spacing refinements #5627Christian Kamm
2017-02-23Verify that all strings are properly escaped (#5558)Olivier Goffart
- I checked every occurence of a '%2' and make correct use of the QString::arg overload that takes several argument instead of chaining them, because the first argument can contains a '%1' - I tried to look for every label that they either use plain text or richtext and escape the user provided strings in there.
2016-05-02ShareDialog: show the error message in redOlivier Goffart
Do the visual stuff from designer. The previous code that was ment to change the color in red did not work and changed it to gray instead. Also I don't see why there should be a frame. Issue #4773
2016-04-29Add spinner during sharee search (#4764)Roeland Douma
Fixed #4740 When searching for sharees we should display a loading spinner.
2016-03-16Shared dialog: move the error label up (#4348)Olivier Goffart
2016-01-12Sharing: Display the error from the server when trying to share with users ↵Olivier Goffart
or group
2015-12-02Sharing: Remove mentioning of remote users from dialog #4234Markus Goetz
2015-11-18ShareDialog: Remove Qt4 incompatible property of QScrollView.Klaas Freitag
2015-11-17ShareDialog: remove the search button (#3737)Olivier Goffart
2015-11-16ShareDialog: add a QScrollArea (issue #4125 )Olivier Goffart
2015-11-13[Sharedialog] Fix UI stuffRoeland Jago Douma
Implemented suggestions form https://github.com/owncloud/client/issues/3737#issuecomment-156036279 * Removed Shares text * Permissions now next to username * Simplified permissions by default * Button to get more detailed permissions
2015-11-09Share dialog: a few layout adjustementsOlivier Goffart
2015-11-05[Sharing] Reorganized sharedialog codeRoeland Jago Douma
Now we have 1 simple dialog that includes 2 widgets. * ShareLinkWidget (for link shares) * ShareUserGroupWidget (for user/group shares) The ShareUserGroupWidget is only included if the server version is >= 8.2.0 For <8.2.0 the old behavior is preserved