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-05-02Add user avatars in talk notifications in activity listClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-04-28Add an incoming talk call notification to the desktop clientClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com> Co-authored-by: Camila <hello@camila.codes>
2022-04-05Fix broken activity icon and loading entries colour in unified searchClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-28Fix dark mode stuff relating to unified search, fix macOS auto dark/light ↵Claudio Cambra
theme switching not always working, fix Windows detection of dark/light theme switching Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-18Added dark modeClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-17Add TalkReply class and tests.Camila
- Add struct TalkNotificationData to handle token and messageId. - Handle chat and call notifications with the new struct. - Add talk token and messageId to data roles in ActivityListModel. - Add Talk Reply component to the ActivityList. - User Loader to display the TalkReply component. - Move Talk Reply from ActivityItem to ActivityItemContent due to PR #4186. - Use TextField instead of Text. - Disable send reply button instead of changing border color when field is empty. Signed-off-by: Camila <hello@camila.codes>
2022-03-17Add thumbnails for files in the activity viewClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-01-24Add ability to copy internal link from share dialogClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2021-10-25Unified Search via Tray windowalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-09-21Add option to create label for share link.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-09-06Enable share to Talk and Email. Display correct icon. Added unit tests.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-06-14Remove conditional logic for OEM.cmakeFelix Weilbach
This file is not used in Brander and in the desktop client and just confused people. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>