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
2017-12-28Prepend "nextcloud" for all logging categoriesDaniel Nicoletti
Thus making easier to exclude logging from kio, qt and only enable "nextcloud.*"
2017-12-08Utility: use QUrlQueryOlivier Goffart
For QUrl::setQuery is deprecated in Qt5
2017-07-07SocketApi: Adjust the format of the mailto: URLJocelyn Turcotte
Minor tweaks that weren't actually an issue, but just in case.
2017-07-07SocketApi: Improve loggingJocelyn Turcotte
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.