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
2021-11-03ShareLinkWidget. Fix incorrect calendar mindate.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-03Implement expiration date for federated sharesalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-09-21Refactor OcsShareJob creation.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-09-21Add option to create label for share link.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-09-17Display share note when there is one associated with a share link.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-04-29Obey enforced password for share by email.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-27Improve public link sharing UI. Fix UX issues.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-20Show user/group note on share if already setFelix 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-12-08Added sharing via email.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2020-08-12Enable the modernize-use-using check on clang-tidyKevin Ottens
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-03-05Allow sharing to circlesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2017-10-24ShareDialog: trigger a sync for folder affected by a change of sharingOlivier Goffart
This allow the sync engine to query the new metadata and update the overlay icons. Note: we also need to invalidate the etags because the server does not change the etag of parent directories that see their share-types changed. Issue #6098
2017-10-24Sharing: remove the ShareManager::_jobContinuationOlivier Goffart
It is growing indefinitively in case of error, causing a leak. Use a labda instead to pass the capture
2017-07-07Link shares: Add "show file listing" option #5837Christian Kamm
2017-05-17Apply clang-formatChristian Kamm
2017-05-08Sharing: Switch from QtJson to Qt5's QJson #5710Christian Kamm
2017-05-03Share dialog: Add option to copy/email direct links #5627Christian Kamm
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
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2016-09-16Fix the MSVC buildJocelyn Turcotte
- Replace functions that are provided by MinGW with a Win32-based implementation - Explicitly export needed symbols from ocsync.dll - Rename share.h to sharemanager.h since the name clashes with one of the Windows headers and get included from there - Remove the timestamp from the fallback csync stderr logging, it's not used since we always provide a log callback