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-08-16Fix the resizing of the windgetsHannah von Reth
2021-08-12Limit window size to 2/3Hannah von Reth
Fixes: #8366
2020-07-06Gui: Remove usage of grid layout from src/gui/sharedialog.*Hannah von Reth
2017-04-21ShareDialog: Use a tab widget #5655Christian Kamm
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-04-14ShareDialog: Tell a user early if resharing is impossible #4679Christian Kamm
2015-11-24Share dialog: Adjust layout #4119Christian Kamm
2015-11-16ShareDialog: add a QScrollArea (issue #4125 )Olivier 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
2015-10-14Allow setting op public upload on link sharesRoeland Jago Douma
2015-04-08Sharedialog: Fix compiler warnings.Christian Kamm
2015-04-07More GUI refinements.Klaas Freitag
2015-04-07ShareDialog: Some GUI rework requested by Jan.Klaas Freitag
2015-03-09ShareDialog: Made it less "webbish" for better usability.Klaas Freitag
- Check the share checkbox automatically on open of the dialog - Use the date picker with popping up calendar - Proper initial size - no resizing and appearing and disappearing. Fixes probably #2917, also #2764
2015-02-25Sharedialog: Add a Share button.Klaas Freitag
2015-02-15some typos, grammar and sentence fixesVolkan Gezer
2015-02-12Added push button to sharedialog to set passwordRoeland Jago Douma
Added button to explicitly set the password (makes is clear the user has to do somethign!). Patch for #2812
2015-02-06Sharing: Handle "Enforce password" for public shares properly.Klaas Freitag
If a 403 is received from the attempt to create a public link, the dialog shows the password field, as this is server enforced. This fixes #2774
2015-01-21Sharedialog: Some more refinements after the merge of the branch.Klaas Freitag
- Some dialog changes: Made it less vertical space comsuming - Some variable cleanups - Allow to share files that are not within the synced dir by copying them to the root of a sync dir first.
2015-01-17Sharedialog: grouped sharelink stuff in one widgetRoeland Jago Douma
A bit of grouping in the UI requiring less ->hide() and ->show() calls
2015-01-16Sharedialog: Show general info about a shareRoeland Jago Douma
A start with some general share info in the share dialog.
2015-01-16Sharedialog: Removed user/group sharingRoeland Jago Douma
2015-01-14Sharedialog: Fix spinners and passwordfieldRoeland Jago Douma
The password field now show correct info when a password is entered etc. Maybe we should have an extra info part where we state that the user needs to press enter to submit the password
2015-01-14Sharedialog: Of course users can also have create and delete privilegesRoeland Jago Douma
2015-01-14ShareDialog: Group sharing is now also possibleRoeland Jago Douma
Basically the same functionality as for user sharing. Maybe it would be wise to merge the two functionalities. Should be rather straight forward if we also merge the UI parts.
2015-01-14ShareDialog: Allow sharing with usersRoeland Jago Douma
This commit needs a lot of cleaning up. And a lot of error checking needs to be added. However it is now possible to change and add new shares with users. Sharing with groups should be just copy paste. Also the UI needs some love.
2015-01-14Sharedialog: Allow modifications of permission for usersRoeland Jago Douma
2014-12-28Minor sharedialog.ui fixesRoeland Jago Douma
2014-12-28Fix rebase of branchRoeland Jago Douma
2014-12-28Initial push for filebrowser integration, not finished yet but it's a start :)Alfie "Azelphur" Day