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-07-19improve logs of OwncloudPropagator::localFileNameClashbugfix/improveLogsMatthieu Gallien
no need to print a line each time we check for a name clash always print a line when a clash is detected Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-07-19print sync direction in SyncFileStatusTracker::slotAboutToPropagateMatthieu Gallien
will avoid having to look up this information in other log parts Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-07-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-18Merge pull request #4738 from nextcloud/bugfix/painted-width-qml-errorsClaudio Cambra
Fix ActivityItemContent QML paintedWidth errors
2022-07-18Fix ActivityItemContent QML paintedWidth errorsClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-15Merge pull request #4710 from nextcloud/bugfix/qmlify-usermodelClaudio Cambra
QML-ify the UserModel, use properties rather than setter methods
2022-07-15QMLify the UserModel, use properties rather than setter methodsClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-15Merge pull request #4720 from nextcloud/bugfix/pre-big-sur-compileClaudio Cambra
Use preprocessor directive rather than normal 'if' for UNNotification types
2022-07-15Use preprocessor directive rather than normal 'if' for UNNotification typesClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-15Merge pull request #4717 from nextcloud/bugfix/sparkle-skipautoupdatecheckClaudio Cambra
Respect skipAutoUpdateCheck in nextcloud.cfg with Sparkle on macOS
2022-07-15Respect skipAutoUpdateCheck in nextcloud.cfg with Sparkle on macOSClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-15Merge pull request #4712 from nextcloud/bugfix/usermodel-no-int-referencesClaudio Cambra
Take ints by value rather than reference in UserModel methods
2022-07-15Take ints by value rather than reference in UserModel methodsClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-13Merge pull request #4707 from nextcloud/feature/macos-iconClaudio Cambra
Use macOS-specific application icon
2022-07-13Merge branch 'master' into feature/macos-iconClaudio Cambra
2022-07-13Merge pull request #4706 from nextcloud/bugfix/limit-concurrent-notificationsClaudio Cambra
Limit concurrent notifications
2022-07-13Merge branch 'master' into bugfix/limit-concurrent-notificationsClaudio Cambra
2022-07-13Merge pull request #4703 from nextcloud/work/remove-cmake-fortify-sourceClaudio Cambra
Only set _FORTIFY_SOURCE when a higher level of this flag has not been set
2022-07-13Merge branch 'master' into work/remove-cmake-fortify-sourceClaudio Cambra
2022-07-13Merge pull request #4688 from nextcloud/bugfix/refactor-tray-window-openClaudio Cambra
Refactor tray window opening code for clarity and efficiency
2022-07-12Refactor tray window opening code for clarity and efficiencyClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-12Merge pull request #4650 from nextcloud/bugfix/userstatusselectormodel-refactorClaudio Cambra
Properly adapt the UserStatusSelectorModel to QML, eliminate hacks, make code more declarative
2022-07-12Properly adapt the userstatusselectormodel, eliminate hacks, make code more ↵Claudio Cambra
declarative Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-12Merge pull request #4700 from nextcloud/work/fix-png-gen-bugClaudio Cambra
Fix bad quote in CMakeLists PNG generation message
2022-07-12Limit concurrent notificationsClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-12Only set _FORTIFY_SOURCE when a higher level of this flag has not been setClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-12Fix bad quote in PNG generation messageClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-12Use macOS-specific application iconClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-12Merge pull request #4628 from nextcloud/feature/emoji-picker-placeholder-messageClaudio Cambra
2022-07-12Add a placeholder message for the recents tab of the emoji pickerClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-06Merge pull request #4687 from nextcloud/work/systray-cleanupClaudio Cambra
Clean up systray methods, make more QML-friendly
2022-07-06Clean up systray methods, make more QML-friendlyClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-06Merge pull request #4686 from nextcloud/feature/back-button-setupClaudio Cambra
Add a custom back button to the account wizard's advanced setup page
2022-07-06Add a custom back button to the account wizard's advanced setup pageClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-06Merge pull request #4683 from nextcloud/enh/discovery-logsMatthieu Gallien
Add 'db/local/remote' reference to log string.
2022-07-05Add 'db/local/remote' reference to log string.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-07-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-05Merge pull request #4685 from ↵Claudio Cambra
nextcloud/bugfix/workaround-window-positioning-linux Work around issues with window positioning on Linux DEs, hardcode tray window to screen center when new account added
2022-07-04Work around issues with window positioning on Linux DEs, hardcode tray ↵Claudio Cambra
window to screen center when new account added Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>