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
2020-12-08Fixed slow sharee search in the share dialogallexzander
Signed-off-by: allexzander <blackslayer4@gmail.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>
2018-11-11GUI: run clang-tidy modernize-use-overrideJ-P Nurmi
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
This gives more insight about the logs and allow setting fine-tuned logging rules. The categories are set to only output Info by default so this allows us to provide more concise logging while keeping the ability to extract more information for a specific category when developping or debugging customer issues. Issue #5647
2017-05-08Sharing: Switch from QtJson to Qt5's QJson #5710Christian Kamm
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2016-01-12Sharing: feedback when there is no result while searching for an user #4348Olivier Goffart
2015-11-19Sharing: document that the two Type enum are linkedOlivier Goffart
2015-11-16ShareDialog: fix auto completion to actualy auto completeOlivier Goffart
2015-11-10Silence warning by removing extra semicolonChristian Kamm
2015-11-09ShareDialog: fix autocompletion took the wrong userOlivier Goffart
2015-11-05[Sharing] Filter sharee list properlyRoeland Jago Douma
You can't share with a user/group that you've already shared with You can't share with yourself
2015-11-05[Sharing] Allow sharing with users/groups from desktopRoeland Jago Douma
2015-11-04[Sharing] First step towards proper group sharingRoeland Jago Douma