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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-21Fix copy private link urlHannah von Reth
2020-03-03[Gui] Apply createColorAwareIcon on more iconsHannah von Reth
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