Ecosyste.ms: Timeline

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

nextcloud/desktop

claucambra created a comment on an issue on nextcloud/desktop
I believe the settings window should now be resizeable to be fairly compact :)

View on GitHub

claucambra closed an issue on nextcloud/desktop
Allow the application window to be smaller
<!-- Dear user, Please understand that at the moment, we are very busy with customer issues and some high priority development work. A lot of issues are getting reported. Right now we can't k...
claucambra pushed 3187 commits to bugfix/signal-account-ptr nextcloud/desktop
  • if a virtual file change but bothing changed: set it as in sync some software (at least outlook native software) may... 1522d01
  • Merge pull request #6621 from nextcloud/bugfix/fixMsgVfsState if a virtual file change but nothing changed: set it a... 5450552
  • do not cause implicit hydration of virtual files during sync Signed-off-by: Matthieu Gallien <matthieu.gallien@nextc... 2141ccd
  • Merge pull request #6606 from nextcloud/bugfix/doNotImplicitlyHydrateFilesDuringSync do not cause implicit hydration... 510b3ed
  • Fix "false" error about bad applying of nodiscard to value type Signed-off-by: Claudio Cambra <claudio.cambra@nextcl... 8f6c19e
  • Prevent use of invalid characters for file provider domain names Signed-off-by: Claudio Cambra <claudio.cambra@nextc... 591d5ee
  • Fetch macOS VFS package in autoupdater if the client is using the file provider module Signed-off-by: Claudio Cambra... 1c84b83
  • Always correctly set values for all fields in File Provider sharing UI Signed-off-by: Claudio Cambra <claudio.cambra... 92f6de9
  • Extract syncIsPaused initialisation into new updater slot Signed-off-by: Claudio Cambra <[email protected]> d497e26
  • Make sure to emit relevant signals and set sync is paused to true if relevant Signed-off-by: Claudio Cambra <claudio... ccf6b5a
  • Make sure to emit syncIsPausedChanged in syncIsPaused setter Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud... d3aa7f8
  • Re-run update sync paused state slot when folder list has changed Signed-off-by: Claudio Cambra <claudio.cambra@next... 64b7282
  • Give debug archive save location dialog a default location Signed-off-by: Claudio Cambra <[email protected]> 2323b84
  • Prevent crash on creating debug archive in non-writeable location Signed-off-by: Claudio Cambra <claudio.cambra@next... ef2423d
  • Only show successful debug archive creation dialog if it has indeed been successful Signed-off-by: Claudio Cambra <c... ef08c5e
  • Bump version to 3.13.0. Signed-off-by: Camila Ayres <[email protected]> 9f968f6
  • Revert "Bump version to 3.13.0." This reverts commit 9f968f6821640e0198b4bf1f32dfe01fc442df3f. d415b08
  • Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]> e18ab96
  • Bugfix. Files lock. Fix incorrect readonly state. Signed-off-by: alex-z <[email protected]> 47a605c
  • Merge pull request #6660 from nextcloud/bugfix/fileslock_incorrect_readonly Bugfix. Files lock. Fix incorrect readon... caa4d89
  • and 3167 more ...

View on GitHub

nextcloud-bot pushed 1 commit to master nextcloud/desktop

View on GitHub

nextcloud-bot pushed 1 commit to stable-3.9 nextcloud/desktop

View on GitHub

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

View on GitHub

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

View on GitHub

doctorscott created a comment on an issue on nextcloud/desktop
Supporting symbolic links should be incredibly easy, even on Windows! It is just a file that has a resolvable path. Well, it is a slightly bit more than that, but still. Right now, it converts work...

View on GitHub

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

View on GitHub

sbr9150 created a comment on an issue on nextcloud/desktop
Me too. Downgrade to 3.13.4

View on GitHub

rosa2 created a comment on an issue on nextcloud/desktop
I think that i found my problem: in the last release the NextCloud server started to disallow illegal characters https://github.com/nextcloud/server/issues/38614 and the synchronization was crashin...

View on GitHub

limes007 created a comment on an issue on nextcloud/desktop
I had some errors in the server side-protocol, notably missing permissions on directories which blocked full scanning of files. I fixed them all and now... my client no longer syncs every x seconds...

View on GitHub

Potato-007 created a comment on an issue on nextcloud/desktop
also, make sure to read the related guide: https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html

View on GitHub

eikel created a comment on an issue on nextcloud/desktop
Could you please share these manual steps? It would potentially help me working around this problem, and maybe will also help other to understand or solve this problem.

View on GitHub

punkyard created a comment on an issue on nextcloud/desktop
hi @Potato-007 I'm the admin and we are using AiO latest 960 do you mean my .yaml is not well configured? or Shall I warn the AiO about this?

View on GitHub

limes007 created a comment on an issue on nextcloud/desktop
See my comment here https://github.com/nextcloud/desktop/issues/5302#issuecomment-2416475159

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

mgallien deleted a branch nextcloud/desktop

backport/7333/stable-3.13

mgallien closed a pull request on nextcloud/desktop
[stable-3.13] Bugfix/signature
Backport of PR #7333
sonarcloud[bot] created a comment on a pull request on nextcloud/desktop
## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mgallien pushed 5 commits to stable-3.12 nextcloud/desktop
  • Check if signature is empty. Signed-off-by: Camila Ayres <[email protected]> 2e84cab
  • Add test testFolderMetadataWithEmptySignatureDecryptFails. Signed-off-by: Camila Ayres <[email protected]> 938d04b
  • Report client status error when signature is empty. Signed-off-by: Camila Ayres <[email protected]> 00db096
  • Fail with error before calling folder metada setup when received empty signature. Signed-off-by: Camila Ayres <hello... 6f91665
  • Merge pull request #7337 from nextcloud/backport/7333/stable-3.12 [stable-3.12] Bugfix/signature ce23fdc

View on GitHub

mgallien deleted a branch nextcloud/desktop

backport/7333/stable-3.12

mgallien closed a pull request on nextcloud/desktop
[stable-3.12] Bugfix/signature
Backport of PR #7333
sonarcloud[bot] created a comment on a pull request on nextcloud/desktop
## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

dishorned created a comment on an issue on nextcloud/desktop
hmmm, I am wondering if my ssd-lifespan got eaten by the log files since the beginning of using nextcloud. I am also wondering, why they ignore this since years, because this can heavily impact the...

View on GitHub

nextcloud-desktop-bot created a comment on a pull request on nextcloud/desktop
AppImage file: [nextcloud-PR-7337-6f916652ebb506806c42d08c76148ff28ebfca6c-x86_64.AppImage](https://github.com/nextcloud-desktop-bot/ci-builds/releases/download/PR-7337/nextcloud-PR-7337-6f916652eb...

View on GitHub

nextcloud-desktop-bot created a comment on a pull request on nextcloud/desktop
AppImage file: [nextcloud-PR-7336-5f190061d7a6f109d5dcc1817a2fb2805bef4489-x86_64.AppImage](https://github.com/nextcloud-desktop-bot/ci-builds/releases/download/PR-7336/nextcloud-PR-7336-5f190061d7...

View on GitHub

Load more