Skip to content
Permalink
master

Commits on Feb 27, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 27, 2022

Commits on Feb 26, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 26, 2022

Commits on Feb 25, 2022

  1. Merge pull request #4268 from nextcloud/bugfix/new-files-removed-with…

    …-parent-dir-removal
    
    Do not remove a folder that has files that were not uploaded yet during propagation
    mgallien committed Feb 25, 2022
  2. Fix review comments from Matthieu. Using curent reverse iterator when…

    … searching for parent.
    
    Signed-off-by: alex-z <blackslayer4@gmail.com>
    allexzander authored and mgallien committed Feb 25, 2022
  3. Fix review comments.

    Signed-off-by: alex-z <blackslayer4@gmail.com>
    allexzander authored and mgallien committed Feb 25, 2022
  4. Unit tests for new files restore logic when the parent folder is remo…

    …ved on the server.
    
    Signed-off-by: alex-z <blackslayer4@gmail.com>
    allexzander authored and mgallien committed Feb 25, 2022
  5. Do not remove a folder that has files that were not uploaded yet duri…

    …ng propagation.
    
    Signed-off-by: alex-z <blackslayer4@gmail.com>
    allexzander authored and mgallien committed Feb 25, 2022
  6. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 25, 2022

Commits on Feb 24, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 24, 2022

Commits on Feb 23, 2022

  1. Merge pull request #4303 from nextcloud/feature/rollback-local-move-o…

    …n-server-move-failure
    
    Rollback local move on server move failure
    allexzander committed Feb 23, 2022
  2. Rollback local move when server move has failed.

    Signed-off-by: alex-z <blackslayer4@gmail.com>
    allexzander committed Feb 23, 2022

Commits on Feb 22, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 22, 2022

Commits on Feb 21, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 21, 2022

Commits on Feb 20, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 20, 2022

Commits on Feb 19, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 19, 2022

Commits on Feb 17, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 17, 2022

Commits on Feb 16, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 16, 2022

Commits on Feb 15, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 15, 2022

Commits on Feb 14, 2022

  1. Merge pull request #4272 from nextcloud/Valdnet-patch-2

    l10n: Change to lowercase
    Valdnet committed Feb 14, 2022
  2. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 14, 2022

Commits on Feb 13, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 13, 2022

Commits on Feb 12, 2022

  1. l10n: Change to lowercase

    Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
    Valdnet committed Feb 12, 2022
  2. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 12, 2022

Commits on Feb 11, 2022

  1. Merge pull request #4257 from nextcloud/ci/addHeadersInCmake

    add headers in cmake files to get them properly detected
    mgallien committed Feb 11, 2022
  2. add headers in cmake files to get them properly detected

    qt creator for example requires that headers are explcitly given in the
    source lists
    
    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    matthieugallien authored and mgallien committed Feb 11, 2022
  3. Merge pull request #4263 from nextcloud/bugfix/handleBulkUploadNetwor…

    …kErrors
    
    ensure that bulk upload network job errors are handled
    mgallien committed Feb 11, 2022
  4. ensure that bulk upload network job errors are handled

    in case we get a network error during bulk propagator POST network
    request, report all files within this upload as files in error that will
    then be sent using the plain old WebDAV protocol
    
    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    matthieugallien committed Feb 11, 2022
  5. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 11, 2022

Commits on Feb 10, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 10, 2022

Commits on Feb 9, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 9, 2022

Commits on Feb 8, 2022

  1. [tx-robot] updated from transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Feb 8, 2022

Commits on Feb 7, 2022

  1. Merge pull request #4205 from nextcloud/bugfix/renameTrailingLeadingS…

    …paceInName
    
    ensure we emit a rename command for renamed files
    mgallien committed Feb 7, 2022
  2. simplify sync folder in some automated local discovery tests

    should be faster and easier to understand
    
    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    matthieugallien authored and mgallien committed Feb 7, 2022
  3. clean transition when files with spaces exist already

    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    matthieugallien authored and mgallien committed Feb 7, 2022
Older