Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

nextcloud/desktop

claucambra pushed 33 commits to bugfix/signal-account-ptr nextcloud/desktop
  • Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]> 88f3ef3
  • test syncing of read-only .lnk windows shorcuts related to https://github.com/nextcloud/desktop/pull/7282 Signed-of... 8a79171
  • Merge pull request #7285 from nextcloud/bugfix/catchFilesystemExceptions test syncing of read-only .lnk windows shor... 647f5b2
  • better logs tounderstand when a folder is local scanned should hopefully allows to understand when local file system... 8abe8e6
  • Merge pull request #7291 from nextcloud/bugfix/improveLocalDiscoveryLogs better logs to understand when a folder is ... fe47ca0
  • in automated tests, update modtime when modifying the content of a file why one would not update the modification ti... 7301ad3
  • handle NEW/NEW conflicts by being real conflicts NEW/NEW conflicts could sometime be ignored and replaced by update ... f0908db
  • remove the enforcement of identical etag for a server side item MOVE orignally added by https://github.com/owncloud/... 05b6db5
  • Merge pull request #7334 from nextcloud/bugfix/useFileIdToTrackRenamedItems Bugfix/use file id to track renamed items b59c7b4
  • Bump cpp-linter/cpp-linter-action from 2.13.1 to 2.13.2 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-... be018ef
  • Merge pull request #7321 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.13.2 Bump cpp-linte... 809c699
  • Fix Finder sidebar icon to work as a "template" image and change to SF Symbols lineweights Signed-off-by: Elsie Hupp... b04edf1
  • Merge pull request #4367 from nextcloud/finder-sidebar-icon-fix Fix Finder sidebar icon to work as a "template" image 32b035b
  • Show/Hide Menubar and Dock Icon Signed-off-by: Elsie Hupp <[email protected]> 0ad55e8
  • Merge pull request #3014 from nextcloud/foreground-background Show/Hide Menubar and Dock Icon on macOS 1b78915
  • remove ownCloud wording in logging remove ownCloud wording in logging Signed-off-by: Rello <[email protected]... 2695590
  • Merge pull request #7346 from nextcloud/Rello-patch-1 remove ownCloud wording in logging 471ed2f
  • on receiving reply of a remote MOVE: always record it even if local item has disappeared, record the result of a rem... 0eb5ddd
  • Merge pull request #7351 from nextcloud/bugfix/alwaysRecordMovedItemsAfterServerReplied on receiving reply of a remo... 2d30024
  • Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]> 5412fd2
  • and 13 more ...

View on GitHub

claucambra deleted a branch nextcloud/desktop

backport/7323/stable-3.14

claucambra pushed 3 commits to stable-3.14 nextcloud/desktop
  • Fix swift 6 concurrency error regarding use of authAttemptState Cannot pass a local variable into a concurrently exe... f3dde19
  • Run post-auth state check with main actor task Signed-off-by: Claudio Cambra <[email protected]> 1b75056
  • Merge pull request #7357 from nextcloud/backport/7323/stable-3.14 [stable-3.14] Fix Swift 6-related CI errors with m... 7dbfb96

View on GitHub

claucambra closed a pull request on nextcloud/desktop
[stable-3.14] Fix Swift 6-related CI errors with macOS VFS module
Backport of PR #7323
claucambra created a review on a pull request on nextcloud/desktop

View on GitHub

nextcloud-desktop-bot created a comment on a pull request on nextcloud/desktop
AppImage file: [nextcloud-PR-7323-46ac0f94dad9a5b1d94cc3ae6955f0f187538446-x86_64.AppImage](https://github.com/nextcloud-desktop-bot/ci-builds/releases/download/PR-7323/nextcloud-PR-7323-46ac0f94da...

View on GitHub

claucambra pushed 7 commits to bugfix/locally-available-folders-open-in-browser-tray-header nextcloud/desktop
  • Fix swift 6 concurrency error regarding use of authAttemptState Cannot pass a local variable into a concurrently exe... 3d1a5e3
  • Run post-auth state check with main actor task Signed-off-by: Claudio Cambra <[email protected]> 46ac0f9
  • Merge pull request #7323 from nextcloud/bugfix/mac-vfs-ci-swift6 Fix Swift 6-related CI errors with macOS VFS module 09e10b9
  • Constify openLocalFolder Signed-off-by: Claudio Cambra <[email protected]> e982c40
  • Use for : loop in getFolder Signed-off-by: Claudio Cambra <[email protected]> ed52dc5
  • Prevent double slashes in group folder path parsing Signed-off-by: Claudio Cambra <[email protected]> 6306bbe
  • Take reference to folder in folder map within User::getFolder Signed-off-by: Claudio Cambra <claudio.cambra@nextclou... 49913e6

View on GitHub

backportbot[bot] opened a pull request on nextcloud/desktop
[stable-3.14] Fix Swift 6-related CI errors with macOS VFS module
Backport of PR #7323
claucambra deleted a branch nextcloud/desktop

bugfix/mac-vfs-ci-swift6

claucambra pushed 3 commits to master nextcloud/desktop
  • Fix swift 6 concurrency error regarding use of authAttemptState Cannot pass a local variable into a concurrently exe... 3d1a5e3
  • Run post-auth state check with main actor task Signed-off-by: Claudio Cambra <[email protected]> 46ac0f9
  • Merge pull request #7323 from nextcloud/bugfix/mac-vfs-ci-swift6 Fix Swift 6-related CI errors with macOS VFS module 09e10b9

View on GitHub

claucambra closed a pull request on nextcloud/desktop
Fix Swift 6-related CI errors with macOS VFS module
<!-- Thanks for opening a pull request on the Nextcloud desktop client. Instead of a Contributor License Agreement (CLA) we use a Developer Certificate of Origin (DCO). https://en.wikipedia.o...
claucambra pushed 42 commits to bugfix/mac-vfs-ci-swift6 nextcloud/desktop
  • Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]> 3815b89
  • Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]> 46de639
  • Fix poor translation strings for blacklisted error reason strings Signed-off-by: Claudio Cambra <claudio.cambra@next... 498da85
  • Merge pull request #7316 from nextcloud/bugfix/blacklist-string-tr Fix poor translation strings for blacklisted erro... e5f4264
  • Make string more readable for translators. Fix #7309. Signed-off-by: Camila Ayres <[email protected]> eeb1ed8
  • Merge pull request #7320 from nextcloud/bugfix/text Make string more readable for translators. 88ba181
  • Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]> e16400f
  • improve wordings of confirmation dialog when many files are deleted Signed-off-by: Matthieu Gallien <matthieu.gallie... 08abced
  • Merge pull request #7319 from nextcloud/bugfix/betterMessageForFilesDeletionDetection improve wordings of confirmati... ace0278
  • Fix crash caused by null accountstate due to bad domain identifier parsed from FPExt Turns out since we are forced t... 14a9382
  • Merge pull request #7322 from nextcloud/bugfix/vfs-crash-socketcontroller Fix crash caused due to null accountstate ... e02cf85
  • Check if signature is empty. Signed-off-by: Camila Ayres <[email protected]> 8cce183
  • Add test testFolderMetadataWithEmptySignatureDecryptFails. Signed-off-by: Camila Ayres <[email protected]> 0e218bc
  • Report client status error when signature is empty. Signed-off-by: Camila Ayres <[email protected]> ef811ff
  • Fail with error before calling folder metada setup when received empty signature. Signed-off-by: Camila Ayres <hello... ddaaf2c
  • Merge pull request #7333 from nextcloud/bugfix/signature Bugfix/signature 9753921
  • Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]> 88f3ef3
  • test syncing of read-only .lnk windows shorcuts related to https://github.com/nextcloud/desktop/pull/7282 Signed-of... 8a79171
  • Merge pull request #7285 from nextcloud/bugfix/catchFilesystemExceptions test syncing of read-only .lnk windows shor... 647f5b2
  • better logs tounderstand when a folder is local scanned should hopefully allows to understand when local file system... 8abe8e6
  • and 22 more ...

View on GitHub

nextcloud-desktop-bot created a comment on a pull request on nextcloud/desktop
AppImage file: [nextcloud-PR-6752-e5c571b0cd2fcfc328e7d6599ed59956ac6caa20-x86_64.AppImage](https://github.com/nextcloud-desktop-bot/ci-builds/releases/download/PR-6752/nextcloud-PR-6752-e5c571b0cd...

View on GitHub

claucambra pushed 38 commits to bugfix/locally-available-folders-open-in-browser-tray-header nextcloud/desktop
  • Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]> e16400f
  • improve wordings of confirmation dialog when many files are deleted Signed-off-by: Matthieu Gallien <matthieu.gallie... 08abced
  • Merge pull request #7319 from nextcloud/bugfix/betterMessageForFilesDeletionDetection improve wordings of confirmati... ace0278
  • Fix crash caused by null accountstate due to bad domain identifier parsed from FPExt Turns out since we are forced t... 14a9382
  • Merge pull request #7322 from nextcloud/bugfix/vfs-crash-socketcontroller Fix crash caused due to null accountstate ... e02cf85
  • Check if signature is empty. Signed-off-by: Camila Ayres <[email protected]> 8cce183
  • Add test testFolderMetadataWithEmptySignatureDecryptFails. Signed-off-by: Camila Ayres <[email protected]> 0e218bc
  • Report client status error when signature is empty. Signed-off-by: Camila Ayres <[email protected]> ef811ff
  • Fail with error before calling folder metada setup when received empty signature. Signed-off-by: Camila Ayres <hello... ddaaf2c
  • Merge pull request #7333 from nextcloud/bugfix/signature Bugfix/signature 9753921
  • Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]> 88f3ef3
  • test syncing of read-only .lnk windows shorcuts related to https://github.com/nextcloud/desktop/pull/7282 Signed-of... 8a79171
  • Merge pull request #7285 from nextcloud/bugfix/catchFilesystemExceptions test syncing of read-only .lnk windows shor... 647f5b2
  • better logs tounderstand when a folder is local scanned should hopefully allows to understand when local file system... 8abe8e6
  • Merge pull request #7291 from nextcloud/bugfix/improveLocalDiscoveryLogs better logs to understand when a folder is ... fe47ca0
  • in automated tests, update modtime when modifying the content of a file why one would not update the modification ti... 7301ad3
  • handle NEW/NEW conflicts by being real conflicts NEW/NEW conflicts could sometime be ignored and replaced by update ... f0908db
  • remove the enforcement of identical etag for a server side item MOVE orignally added by https://github.com/owncloud/... 05b6db5
  • Merge pull request #7334 from nextcloud/bugfix/useFileIdToTrackRenamedItems Bugfix/use file id to track renamed items b59c7b4
  • Bump cpp-linter/cpp-linter-action from 2.13.1 to 2.13.2 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-... be018ef
  • and 18 more ...

View on GitHub

sonarcloud[bot] created a comment on a pull request on nextcloud/desktop
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

nextcloud-desktop-bot created a comment on a pull request on nextcloud/desktop
AppImage file: [nextcloud-PR-7328-d1e26b27f9e306d128271872fb2986fcad374378-x86_64.AppImage](https://github.com/nextcloud-desktop-bot/ci-builds/releases/download/PR-7328/nextcloud-PR-7328-d1e26b27f9...

View on GitHub

nextcloud-desktop-bot created a comment on a pull request on nextcloud/desktop
AppImage file: [nextcloud-PR-7356-c9667c1bbc0107bc7f438129e61bcff9c198c7b9-x86_64.AppImage](https://github.com/nextcloud-desktop-bot/ci-builds/releases/download/PR-7356/nextcloud-PR-7356-c9667c1bbc...

View on GitHub

claucambra deleted a branch nextcloud/desktop

backport/7328/stable-3.14

claucambra pushed 2 commits to stable-3.14 nextcloud/desktop
  • Wrap use of NSFileProviderManager globalProgress in availability check This selector was only made available on macO... c9667c1
  • Merge pull request #7356 from nextcloud/backport/7328/stable-3.14 [stable-3.14] Check for availability of Big Sur (u... 0b97d60

View on GitHub

claucambra created a review on a pull request on nextcloud/desktop

View on GitHub

backportbot[bot] created a branch on nextcloud/desktop

backport/7328/stable-3.14 - 💻 Desktop sync client for Nextcloud

claucambra deleted a branch nextcloud/desktop

bugfix/global-progress-vfs-bigsur

claucambra pushed 2 commits to master nextcloud/desktop
  • Wrap use of NSFileProviderManager globalProgress in availability check This selector was only made available on macO... d1e26b2
  • Merge pull request #7328 from nextcloud/bugfix/global-progress-vfs-bigsur Check for availability of Big Sur (under 1... 544ae0b

View on GitHub

claucambra closed a pull request on nextcloud/desktop
Check for availability of Big Sur (under 11.3) before using VFS progress tracking method
This selector was only made available on macOS 11.3. Just to be safe we should check for the availability <!-- Thanks for opening a pull request on the Nextcloud desktop client. Instead of ...
claucambra pushed 3 commits to bugfix/global-progress-vfs-bigsur nextcloud/desktop
  • Incorporate doc fixes from pull request #6122 Fix issues on manpages Signed-off-by: Claudio Cambra <claudio.cambra@... 34e4f40
  • Merge pull request #6123 from nextcloud/bugfix/docs-format Fix issues on manpages 18fb6dc
  • Wrap use of NSFileProviderManager globalProgress in availability check This selector was only made available on macO... d1e26b2

View on GitHub

sonarcloud[bot] created a comment on a pull request on nextcloud/desktop
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

nextcloud-desktop-bot created a comment on a pull request on nextcloud/desktop
AppImage file: [nextcloud-PR-6123-34e4f40408f3e087cfc052d5575bda0001cff202-x86_64.AppImage](https://github.com/nextcloud-desktop-bot/ci-builds/releases/download/PR-6123/nextcloud-PR-6123-34e4f40408...

View on GitHub

nextcloud-desktop-bot created a comment on a pull request on nextcloud/desktop
AppImage file: [nextcloud-PR-7328-a5b1b3493f13d3e318e7e3c5bc3c25a1eaf069ad-x86_64.AppImage](https://github.com/nextcloud-desktop-bot/ci-builds/releases/download/PR-7328/nextcloud-PR-7328-a5b1b3493f...

View on GitHub

claucambra deleted a branch nextcloud/desktop

bugfix/docs-format

Load more