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 (Expand)Author
2022-05-17i18n: Add a spaceValdnet
2022-05-16Convert primary, WEB and DELETE notification links to action buttons.Camila
2022-05-16Do not add a second DELETE to the list of actions in one notification.Camila
2022-05-16Allow manual renaming of files and folders with spaces. Allow uploading inval...alex-z
2022-05-16Fixed several issues with activity items relating to icon colouration and act...Claudio Cambra
2022-05-16Fix notifications not being shown when they should beClaudio Cambra
2022-05-16Use proper online status for user ('dnd', 'online', 'invisible', etc.) to ena...alex-z
2022-05-12Do not replace strings in action links coming from the notification api.Camila
2022-05-04l10n: Changed triple dot to ellipsisrakekniven
2022-05-02Add user avatars in talk notifications in activity listClaudio Cambra
2022-05-02show errors on lock/unlock actionsMatthieu Gallien
2022-04-29Optimize activities fetch requests. Do not fetch when the Tray is not open. F...alex-z
2022-04-28Add an incoming talk call notification to the desktop clientClaudio Cambra
2022-04-27Realigned and resized thumbnailsClaudio Cambra
2022-04-20Removed spacing between activies, labels now centre-alignedClaudio Cambra
2022-04-19Fix thumbnails for new files made while client openClaudio Cambra
2022-04-15Use header text color to improve contrast with header colours when hovering o...Claudio Cambra
2022-04-06Remove unused function parameter.Camila
2022-04-06Adress design issues.Camila
2022-04-06Do not hide'View chat' link.Camila
2022-04-06Windows fix: activityIndex was not being passed to the lambda slot function.Camila
2022-04-06Add 'Reply' as activity link instead of changing the 'View chat' link.Camila
2022-04-05Fix broken activity icon and loading entries colour in unified searchClaudio Cambra
2022-03-28Address PR comments.Camila
2022-03-28Rename functions.Camila
2022-03-28Fix background color so it switches with light/dark theme.Camila
2022-03-28Display input once user clicked on Reply.Camila
2022-03-28Let qml know the message reply was sent.Camila
2022-03-28Rename data role.Camila
2022-03-28Fix dark mode stuff relating to unified search, fix macOS auto dark/light the...Claudio Cambra
2022-03-20Fixes to UI issuesClaudio Cambra
2022-03-20Fix for VFS crashesClaudio Cambra
2022-03-18Added dark modeClaudio Cambra
2022-03-17Add TalkReply class and tests.Camila
2022-03-17Add thumbnails for files in the activity viewClaudio Cambra
2022-03-16Add support for server color theming by using server color as accentfeature/accent-colorClaudio Cambra
2022-03-16File activity dialog now works for all file actions activities (e.g. deleted ...Claudio Cambra
2022-03-15Increase max line of text in activity item text to twoClaudio Cambra
2022-03-14Ensure file activity dialog appears in centre of screenbugfix/fileactivitydialog-centerClaudio Cambra
2022-02-04Adjust icons for activity entries in main dialog. Refactor the dialog by spli...alex-z
2022-02-01Merge branch 'master' into bugfix/account-menu-scrollClaudio Cambra
2022-02-01Add testing for ActivityListModelClaudio Cambra
2022-01-31Account menu can now scrollClaudio Cambra
2022-01-17Use the font size that Qt suggestFelix Weilbach
2022-01-14Show only filenames in tray activity items, with full path in tooltipClaudio Cambra
2021-12-20Hide share button for deleted and ignored files in tray activityClaudio Cambra
2021-11-22Add WheelHandler to the Search result list tooCarl Schwan
2021-11-22[tray] Makes scrolling with a touchpad in activiy list more naturalCarl Schwan
2021-11-18Use QUrl::fromLocalFile to open local files in Unified Search results.alex-z
2021-11-16avoid adding icon data in a cache we never useMatthieu Gallien