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-04-27Improve public link sharing UI. Fix UX issues.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
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-11-13l10n: Remove string from Transifex resource rakekniven
Fix for #1578 Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2019-10-29resolving conflict with current masterDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-10-29Merge branch 'master' into recipientnoteDominique Fuchs
2019-09-25Fixed some missing 'translatable' exclusions, added missing window titles in ↵Dominique Fuchs
flow dialogs 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>
2019-04-12Refactores sharing link to support multiple share links.Camila San
Signed-off-by: Camila San <hello@camila.codes>
2018-11-17ShareLinkWidget: redo the layoutJ-P Nurmi
NOTE: The progress indicator is temporarily moved one line up to avoid inserting it on its own line, which would cause the content pushed down and the dialog size jump back and forth.
2018-11-17ShareDialog: use auto-raising tool buttons as confirm buttonsJ-P Nurmi
2018-11-17ShareLinkWidget: sync the confirm button sizeJ-P Nurmi
2018-08-21Fixes #534: interactions with expiration date and password.Camila San
- Fixes call for slot when date is set - it was the password slot for that. - Adds QProgressIndicator and function to toggle animation. - Fixes: when date was set, the date was not being correctly set and displayed. - Fixes: hides and 'deletes' passsword and expire. date widgets when the user unchecks it in the toolbox menu. Signed-off-by: Camila San <hello@camila.codes>
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-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>
2018-06-05Share link: Update permission wording #6192Christian Kamm
2017-12-14Share link: Adjust design of folder sharing permissions #6192Christian Kamm
2017-07-07Link shares: Add "show file listing" option #5837Christian Kamm
2017-05-10Sharing: Optionally show warning that links are publicMarkus Goetz
For https://github.com/owncloud/enterprise/issues/1914
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-21ShareDialog: Add support for multiple public link shares #5655Christian Kamm
Starting from oC 10.0.0 having several public link shares with different attributes for a path will be supported. This adds functionality to create, edit and delete these public link shares. The behavior is currently gated by server version, but should be adapted to use a capability as soon as one is introduced, see owncloud/core#27622. The UI reduces to a single-share version when talking to older servers. Testing scenarios: * Link sharing is disabled (by capability, not by theme) * Required passwords * Required expiry * Forbidden 'allow upload' for folders * New and old servers
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-06-20Share dialog: Add 'Mail link' button #3261 (#4961)ckamm
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-26Share link: Consistent order of options owncloud/core#24122Christian Kamm
(cherry picked from commit 8dc178a9f3091e92a18ca17a274487342312069c)
2015-12-10Silence warning about zorder in .ui file.Christian Kamm
2015-12-08Share UI: Hide 'allow editing' for files #4211Christian Kamm
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