Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend ServiceAccount Permissions #4544

Closed
wants to merge 1,917 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 14, 2023

  1. Merge pull request cs3org#4333 from aduffeck/ocm-fixes

    Ocm fixes
    aduffeck committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a846733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad16a9c View commit details
    Browse the repository at this point in the history
  3. usershareprovider: check permissions before updating a share

    Instead of relying on the calling service for permission checks, we're now
    checking if the requesting user has sufficient permission for performing an update
    in the shareprovider itself.
    rhafer committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ddaaa2f View commit details
    Browse the repository at this point in the history
  4. gateway: Improve errorhandling in usershare provider

    Check the UpateShare call for success, before trying ot update the grants on
    the shared resource.
    rhafer committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0cd196e View commit details
    Browse the repository at this point in the history
  5. Bump linter dependencies

    Bump golangci-lint to v1.55.2, the old version we had seems to cause issues
    with some go1.21 code. Also remove some deprecated linters that no longer seem
    to work correctly. Also bump setup-go to v4 (as in master).
    rhafer committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    93c4343 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10fe3ba View commit details
    Browse the repository at this point in the history
  7. add option to not persist natsjs stores

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d76fc2a View commit details
    Browse the repository at this point in the history
  8. rework cache configuration

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2516d23 View commit details
    Browse the repository at this point in the history
  9. feat: add permission checking

    micbar committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ac484c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    e4fd039 View commit details
    Browse the repository at this point in the history
  2. docs: add changelog

    micbar committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ff51a13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request cs3org#4403 from micbar/public-share-validation

    feat: add permission checking to public share provider
    micbar committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2f85376 View commit details
    Browse the repository at this point in the history
  4. Merge pull request cs3org#4406 from kobergj/InmemNatsjsStore

    Rework Cache Configuration
    kobergj committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    48c0ea5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff56cb3 View commit details
    Browse the repository at this point in the history
  6. allow non-durable event streams

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8286ab5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request cs3org#4405 from rhafer/update-share-permission-check

    usershareprovider: check permissions before updating a share
    micbar committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5142bf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4461912 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86d740e View commit details
    Browse the repository at this point in the history
  10. Add changelog

    aduffeck committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    263c2eb View commit details
    Browse the repository at this point in the history
  11. Fix linter issues

    aduffeck committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2c1eacd View commit details
    Browse the repository at this point in the history
  12. Fix simple uploads

    aduffeck committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    696ffa0 View commit details
    Browse the repository at this point in the history
  13. Merge pull request cs3org#4409 from 2403905/issue-7916

    added the ability to disable the password policy
    2403905 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    74ef391 View commit details
    Browse the repository at this point in the history
  14. upload session metrics

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    074604d View commit details
    Browse the repository at this point in the history
  15. Merge pull request cs3org#4410 from aduffeck/ocm-tus

    Implement OCM TUS uploads
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7810e3d View commit details
    Browse the repository at this point in the history
  16. use dedicated upload session struct

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    aduffeck authored and butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d1d6e66 View commit details
    Browse the repository at this point in the history
  17. move binPath to session

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    
    fix upload binPath
    
    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d68391e View commit details
    Browse the repository at this point in the history
  18. add changelog

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8145d6d View commit details
    Browse the repository at this point in the history
  19. do not update session in WriteChunk

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5564716 View commit details
    Browse the repository at this point in the history
  20. backwards compatible upload session

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    050a772 View commit details
    Browse the repository at this point in the history
  21. rename processing.go store.go

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c66a413 View commit details
    Browse the repository at this point in the history
  22. fix test

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    79d9233 View commit details
    Browse the repository at this point in the history
  23. don't delete file when overwriting fails

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c1508fd View commit details
    Browse the repository at this point in the history
  24. fix chunking v1

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f0950a4 View commit details
    Browse the repository at this point in the history
  25. correctly handle zero time

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f716d16 View commit details
    Browse the repository at this point in the history
  26. fix reading offset

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8c09bac View commit details
    Browse the repository at this point in the history
  27. linter: naming is hard

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    11d5bda View commit details
    Browse the repository at this point in the history
  28. remove unused code

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3d09228 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Merge pull request cs3org#4411 from kobergj/NatsNonDurableStreams

    Non-durable event streams
    kobergj committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8965ee0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4414 from butonic/upload-session-metrics

    upload session metrics
    butonic committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6a3a91e View commit details
    Browse the repository at this point in the history
  3. allow authentication for nats stores

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0f305cc View commit details
    Browse the repository at this point in the history
  4. Update pkg/storage/utils/decomposedfs/node/node.go

    Co-authored-by: Andre Duffeck <aduffeck@users.noreply.github.com>
    butonic and aduffeck committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3ee7a4f View commit details
    Browse the repository at this point in the history
  5. allow non-durable event streams

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj authored and butonic committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7848219 View commit details
    Browse the repository at this point in the history
  6. upload session metrics

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1d2ad19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9acf71 View commit details
    Browse the repository at this point in the history
  8. oc:spaceid should be in the form of {providerid}${spaceid}

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    bca8964 View commit details
    Browse the repository at this point in the history
  9. allow authentication for nats events

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    84e060e View commit details
    Browse the repository at this point in the history
  10. fix name getting lost

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b75c2f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request cs3org#4407 from butonic/fix-ocdav-spaceid

    oc:spaceid should be in the form of {providerid}${spaceid}
    butonic committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    faa4d94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4412 from kobergj/AuthenticationForNats

    Allow authentication for nats connections
    butonic committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    da04bc3 View commit details
    Browse the repository at this point in the history
  3. pass chunk name in storage data

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f0bb1ea View commit details
    Browse the repository at this point in the history
  4. usershareprovider: Check for AddGrant permission before creating a share

    We need to make sure the requesting user has the AddGrant permission on the
    desired resource before we create a share.
    rhafer committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    712164a View commit details
    Browse the repository at this point in the history
  5. usershareprovider: Additional permission checks on share deletion

    We need to make sure the requesting user is either the owner/creator of the share
    or has the RemoveGrant permission on the desired resource before deleting a share.
    rhafer committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0b13cb2 View commit details
    Browse the repository at this point in the history
  6. usershareprovider: Additional permission checks on share update

    We need to make sure the requesting user is either the owner/creator of the share
    or has the UpdateGrant permission on the desired resource before deleting a share.
    rhafer committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    23939ae View commit details
    Browse the repository at this point in the history
  7. Update changelog

    rhafer committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0431ec9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f996b50 View commit details
    Browse the repository at this point in the history
  9. Fix interceptor order to make sure tracing is set up first

    That fixes a problem where the appctx logger was using a wrong trace id,
    not the one from the trace parent.
    aduffeck committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1c40b29 View commit details
    Browse the repository at this point in the history
  10. Add changelog

    aduffeck committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ef4c163 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    412c5a6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request cs3org#4422 from aduffeck/fix-disconnected-traces

    Fix interceptor order to make sure tracing is set up first
    aduffeck committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6e8505c View commit details
    Browse the repository at this point in the history
  13. always put lockid into session context

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    11d8d49 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. avoid concurrent map writes in receivedsharecache

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e49b11c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8c141 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    aduffeck committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    93b4dd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b7ec1e View commit details
    Browse the repository at this point in the history
  5. Merge pull request cs3org#4424 from kobergj/AvoidConcurrentMapwrites

    Avoid concurrent mapwrites in receivedsharecache
    kobergj committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    073f9b9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request cs3org#4421 from rhafer/update-share-permission-check

    Move more share permission checks to usershareprovider
    kobergj committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    726f76e View commit details
    Browse the repository at this point in the history
  7. Merge pull request cs3org#4426 from rhafer/get-disabled-user-by-id

    bugfix: Don't return disabled users on GetUser call
    kobergj committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c2951ab View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    85c7bdc View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4425 from aduffeck/fix-truncating-files

    Fix overwriting files with empty files
    aduffeck committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    146de63 View commit details
    Browse the repository at this point in the history
  3. when is dir used?

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    07de3ef View commit details
    Browse the repository at this point in the history
  4. use better function receiver variable name

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9217478 View commit details
    Browse the repository at this point in the history
  5. define interfaces where they are needed

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7caf548 View commit details
    Browse the repository at this point in the history
  6. add comments, unexport unused functions

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    165e4d0 View commit details
    Browse the repository at this point in the history
  7. publicsshareprovider: Allow creating/updating public links on receive…

    …d shares
    
    The permission check when trying to create an internal link of a received share
    did not work correctly. Internal links have all Permissions set to false. The
    'SufficientCS3Permissions' method treats an all-false PermissionSet as a deny grant,
    which a wrong in the public link case.
    We can skip the 'SufficientCS3Permissions' check for internal links however, since
    the creation of a internal link should always be allowed as long as the user has the
    'AddGrant' permission.
    
    Related Issue: owncloud/ocis#8039
    rhafer committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cf45f36 View commit details
    Browse the repository at this point in the history
  8. Merge pull request cs3org#4429 from rhafer/ocisissue/8039

    publicsshareprovider: Allow creating/updating public links on received shares
    micbar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    44ba5ee View commit details
    Browse the repository at this point in the history
  9. Merge pull request cs3org#4402 from butonic/dedicated-upload-session-…

    …struct
    
    use dedicated upload session struct
    butonic committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6fe91cb View commit details
    Browse the repository at this point in the history
  10. Revert "bugfix: Don't return disabled users on GetUser call"

    This reverts commit 9b7ec1e.
    
    This needs some more work we need to allow admins to lookup disabled
    users.
    rhafer committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3a8dbd4 View commit details
    Browse the repository at this point in the history
  11. Merge pull request cs3org#4431 from rhafer/revert-4426

    Revert "bugfix: Don't return disabled users on GetUser call"
    kobergj committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e18e5ac View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    2a5e814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d3bd0d View commit details
    Browse the repository at this point in the history
  3. Add changelog

    aduffeck committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c86a4b9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request cs3org#4432 from aduffeck/fix-meta-for-shares

    Fix /dav/meta for shares
    butonic committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    457e007 View commit details
    Browse the repository at this point in the history
  5. v2.18.0

    butonic committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    95d963e View commit details
    Browse the repository at this point in the history
  6. Merge pull request cs3org#4433 from butonic/release-2.18.0

    prepare Release 2.18.0
    butonic committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4f82397 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    a725b31 View commit details
    Browse the repository at this point in the history
  2. fix: correct status code when move is denied (cs3org#4439)

    * fix: correct status code when move is denied
    
    * test: fix unit tests
    
    * Update changelog/unreleased/fix-statuscode-move-denied.md
    
    Co-authored-by: Phil Davis <phil@jankaritech.com>
    
    ---------
    
    Co-authored-by: Phil Davis <phil@jankaritech.com>
    micbar and phil-davis committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8e51f9a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    dcdd8e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4443 from micbar/fix-status-code

    fix: fix more status codes and error messages
    micbar committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e8443f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    284fdaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    251dedc View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Merge pull request cs3org#4434 from 2403905/issue-7909

    fix the upload postprocessing when the destination file does not exis…
    butonic committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e854418 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    77f0805 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4451 from aduffeck/fix-build

    Bump github.com/mattn/go-sqlite3 to fix musl builds
    micbar committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    46b7156 View commit details
    Browse the repository at this point in the history
  3. more efficient share jail

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    40c4ec5 View commit details
    Browse the repository at this point in the history
  4. keep failed processing status

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e767c44 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    bbe92e1 View commit details
    Browse the repository at this point in the history
  2. Directly finish 0-byte uploads when initiating

    The TUS handler will not finish the upload for us, that's usually
    already done in the TUS POST request already, which we bypass by doing
    the InitiateFileUpload flow.
    aduffeck committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c90c0b0 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    aduffeck committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7c346ff View commit details
    Browse the repository at this point in the history
  4. Fix linter issues

    aduffeck committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a5f9fa7 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    aduffeck committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    717c1c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2908c4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request cs3org#4449 from butonic/keep-failed-processing-st…

    …atus
    
    keep failed processing status
    butonic committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    00f8d44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fd2cf4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request cs3org#4452 from butonic/more-efficient-share-jail

    more efficient share jail
    butonic committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2426353 View commit details
    Browse the repository at this point in the history
  10. Merge pull request cs3org#4446 from 2403905/issue-8127

    disallow to delete a file during the processing
    butonic committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8e811d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Skip unnecessary share retrieval

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    
    fix typo
    
    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7af5547 View commit details
    Browse the repository at this point in the history
  2. drop getReceivedShareHideFlagFromShareID

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9ae6877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c560fa9 View commit details
    Browse the repository at this point in the history
  4. pull error handling up to public method

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8c58b38 View commit details
    Browse the repository at this point in the history
  5. drop error from CS3Share2ShareData response

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b52ae1f View commit details
    Browse the repository at this point in the history
  6. Fix tests

    aduffeck committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b8abd72 View commit details
    Browse the repository at this point in the history
  7. fix updating other received shares

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5a60236 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1b3eab View commit details
    Browse the repository at this point in the history
  9. Update internal/http/services/owncloud/ocdav/put.go

    Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    aduffeck and butonic committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9d42599 View commit details
    Browse the repository at this point in the history
  10. Add test

    aduffeck committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    275e6a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    51cb2d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4448 from aduffeck/fix-truncating-existing-…

    …files
    
    Fix truncating existing files
    aduffeck committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b74d280 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0095c22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74daefe View commit details
    Browse the repository at this point in the history
  5. Add changelog

    aduffeck committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4575355 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a56084 View commit details
    Browse the repository at this point in the history
  7. Merge pull request cs3org#4456 from aduffeck/fix-lost-revisions

    Fix lost revisions
    aduffeck committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    389ee1e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    03c027a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7b4ee View commit details
    Browse the repository at this point in the history
  3. Add changelog

    aduffeck authored and rhafer committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bde86a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix: cors handling in propfind

    micbar committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    70268a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge pull request cs3org#4454 from butonic/skip-unnecessary-received…

    …-share-retrieval
    
    Skip unnecessary share retrieval
    dragonchaser committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    aa54276 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. fix the resource name

    2403905 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    dfa6eb4 View commit details
    Browse the repository at this point in the history
  2. usershareprovider: Prevent setting container specific permissions on …

    …files
    
    It was possible to set the 'CreateContainer', 'Move' or 'Delete' permissions on
    file resources with a CreateShare request. These permissions are meant to be only
    set on container resources. The UpdateShare request already has a similar check.
    
    Partial Fix: owncloud/ocis#8131
    rhafer committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    537c934 View commit details
    Browse the repository at this point in the history
  3. bump commit id of ocis test (cs3org#4459)

    Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
    nabim777 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    92b354d View commit details
    Browse the repository at this point in the history
  4. fix natsjskv store

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2efec8f View commit details
    Browse the repository at this point in the history
  5. Merge pull request cs3org#4466 from kobergj/FixNatsAuthentication

    fix `nats-js-kv` store
    kobergj committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b053838 View commit details
    Browse the repository at this point in the history
  6. Merge pull request cs3org#4463 from 2403905/issue-8242

    fix the resource name
    2403905 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9641661 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    a573107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d7a48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18dc593 View commit details
    Browse the repository at this point in the history
  4. Fix test

    aduffeck committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e043025 View commit details
    Browse the repository at this point in the history
  5. Add changelog

    aduffeck committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d9cf730 View commit details
    Browse the repository at this point in the history
  6. Merge pull request cs3org#4464 from aduffeck/dont-check-locks-grants

    Dont check locks grants
    dragonchaser committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d79f163 View commit details
    Browse the repository at this point in the history
  7. docs: add changelog

    micbar committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    aa8328e View commit details
    Browse the repository at this point in the history
  8. Merge pull request cs3org#4461 from micbar/fix-cors

    Fix cors
    micbar committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e8fc07f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. be nice and send content length header during COPY

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f7cd529 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    aduffeck and butonic committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5c11de2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c4dcd4 View commit details
    Browse the repository at this point in the history
  4. clear up

    2403905 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bfb4df7 View commit details
    Browse the repository at this point in the history
  5. fix listing sessions

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    99b0d56 View commit details
    Browse the repository at this point in the history
  6. Merge pull request cs3org#4472 from 2403905/issue-8255

    fixed the race condition that led to concurrent map access in a publicshare manager
    butonic committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    049234c View commit details
    Browse the repository at this point in the history
  7. Fix ocm integration tests

    aduffeck committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    63cbe4b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Remove test artifacts

    aduffeck committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    10e7da9 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    aduffeck committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    21db2c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9667eb6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request cs3org#4469 from aduffeck/handle-partial-uploads

    Handle partial uploads
    butonic committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    695d526 View commit details
    Browse the repository at this point in the history
  5. Add changelog

    aduffeck committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e23bffa View commit details
    Browse the repository at this point in the history
  6. Merge pull request cs3org#4473 from butonic/fix-listing-sessions

    fix listing sessions
    butonic committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6d841aa View commit details
    Browse the repository at this point in the history
  7. Merge pull request cs3org#4474 from aduffeck/fix-shares-dav-meta

    Fix /dav/meta inconsistency
    aduffeck committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6eec406 View commit details
    Browse the repository at this point in the history
  8. upload session specific processing flag

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    05f1797 View commit details
    Browse the repository at this point in the history
  9. Merge pull request cs3org#4475 from butonic/uploadsession-specific-pr…

    …ocessing-flag
    
    upload session specific processing flag
    butonic committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f9ec0fa View commit details
    Browse the repository at this point in the history
  10. no need to unmark postprocessing when it was not started

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b5b558d View commit details
    Browse the repository at this point in the history
  11. Merge pull request cs3org#4476 from butonic/no-need-to-unmark-postpro…

    …cessing-when-it-was-not-started
    
    no need to unmark postprocessing when it was not started
    butonic committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a3e8b04 View commit details
    Browse the repository at this point in the history
  12. extend resumepp event

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3a93298 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Merge pull request cs3org#4477 from kobergj/ExtendResumePPEvent

    Extend ResumePostprocessingEvent
    kobergj committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7fd434a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    11d7409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f9b2b View commit details
    Browse the repository at this point in the history
  3. Add changelog

    aduffeck committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f2c52dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad55526 View commit details
    Browse the repository at this point in the history
  5. Merge pull request cs3org#4479 from aduffeck/fix-appprovider

    Fix creating new documents in the approvider
    butonic committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    bec9d4c View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    micbar and butonic committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fb514b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request cs3org#4480 from micbar/revert-cross-storage-move

    fix: revert the status code denied moves
    micbar committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    22272e6 View commit details
    Browse the repository at this point in the history
  8. distinguish failure and node metadata reversal

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6ec06a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e72983a View commit details
    Browse the repository at this point in the history
  10. Merge pull request cs3org#4453 from 2403905/issue-7916-rework

    rework disabling the password policy
    2403905 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3439ff9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request cs3org#4481 from butonic/distinguish-failure-and-n…

    …ode-metadata-reversal
    
    distinguish failure and node metadata reversal
    butonic committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c9e4a3b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. change default for MaxConcurrency

    Signed-off-by: Christian Richter <crichter@owncloud.com>
    dragonchaser committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9094bbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4485 from dragonchaser/change-concurrency-d…

    …efault
    
    change default for MaxConcurrency
    dragonchaser committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    cff0a2e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. [tests-only][full-ci] bump ocis latest commit id (cs3org#4484)

    * bump ocis commit id
    
    * updated expected failure
    
    * check comit
    nabim777 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c716796 View commit details
    Browse the repository at this point in the history
  2. lazy initialize public share manager

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    be196a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge pull request cs3org#4490 from kobergj/LazyInitializePublicShare…

    …Manager
    
    Lazy initialize Public Share Manager
    kobergj committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    72be9fe View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix resource name for dav

    2403905 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bad6a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f28ce30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19a55a5 View commit details
    Browse the repository at this point in the history
  4. Add filename incrementor for secret filedrops.

    Co-authored-by: Jörn Dreyer <jfd@butonic.de>
    
    Signed-off-by: Christian Richter <crichter@owncloud.com>
    dragonchaser committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    932bb54 View commit details
    Browse the repository at this point in the history
  5. Fix nil pointer

    Co-authored-by: Jörn Dreyer <jfd@butonic.de>
    
    Signed-off-by: Christian Richter <crichter@owncloud.com>
    dragonchaser committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    98f91a4 View commit details
    Browse the repository at this point in the history
  6. extract FindName and use it for PUT and TUS

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic authored and dragonchaser committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    149e074 View commit details
    Browse the repository at this point in the history
  7. Fix nil-pointer

    Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    
    Signed-off-by: Christian Richter <crichter@owncloud.com>
    dragonchaser committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f0c6295 View commit details
    Browse the repository at this point in the history
  8. add missing comments

    Signed-off-by: Christian Richter <crichter@owncloud.com>
    dragonchaser committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b796984 View commit details
    Browse the repository at this point in the history
  9. remove expected failure

    Signed-off-by: Christian Richter <crichter@owncloud.com>
    dragonchaser committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b961119 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db43be0 View commit details
    Browse the repository at this point in the history
  11. Add changelog

    aduffeck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    068a8b8 View commit details
    Browse the repository at this point in the history
  12. update expected failures

    butonic committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3a034fe View commit details
    Browse the repository at this point in the history
  13. Fix mock generation

    aduffeck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d28d673 View commit details
    Browse the repository at this point in the history
  14. Merge pull request cs3org#4494 from aduffeck/decomposed-based-posixfs

    Decomposed based posixfs
    aduffeck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c7df4e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge pull request cs3org#4491 from dragonchaser/filename-incrementor

    Add filename incrementor for secret filedrops.
    dragonchaser committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2c21ada View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4492 from 2403905/issue-8242-dav

    fix resource name for dav
    2403905 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dd8ef3b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    9dea9f0 View commit details
    Browse the repository at this point in the history
  2. fix content-dispostion header in dav (cs3org#4498)

    * fix content-dispostion header in dav
    
    Signed-off-by: Christian Richter <crichter@owncloud.com>
    
    * Add expected failures
    
    Co-authored-by: Victor Scharf <vscharf@owncloud.com>
    
    Signed-off-by: Christian Richter <crichter@owncloud.com>
    
    * adjust expected-failures for content-disposition header fix
    
    ---------
    
    Signed-off-by: Christian Richter <crichter@owncloud.com>
    Co-authored-by: Phil Davis <phil@jankaritech.com>
    dragonchaser and phil-davis committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bf89f7a View commit details
    Browse the repository at this point in the history
  3. add spaceindex.AddAll()

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0754ba8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request cs3org#4502 from butonic/addall

    add spaceindex.AddAll()
    butonic committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1a380e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2343fe5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. [tests-only][full-ci] bump ocis latest commit id (cs3org#4504)

    * bump ocis latest commit id
    
    * update expected failure
    nabim777 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e5f7cc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    65573bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4503 from 2403905/issue-6739-relative

    fix an error when move using destination id
    2403905 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d5e420d View commit details
    Browse the repository at this point in the history
  3. bump dependencies to match ocis

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    89ed12d View commit details
    Browse the repository at this point in the history
  4. use noop.NewTracerProvider()

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ed1c09d View commit details
    Browse the repository at this point in the history
  5. drop jaeger support in favor of OTLP

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    604b101 View commit details
    Browse the repository at this point in the history
  6. use grpc.WithStatsHandler(otelgrpc.NewClientHandler ...

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    47fc3f4 View commit details
    Browse the repository at this point in the history
  7. cleanup tracing and deprecate Collector and Exporter

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b37b6be View commit details
    Browse the repository at this point in the history
  8. bump all

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8a1d46e View commit details
    Browse the repository at this point in the history
  9. bump go-oidc to v3

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    91be73a View commit details
    Browse the repository at this point in the history
  10. Merge pull request cs3org#4512 from butonic/bump-minio

    bump dependencies to match ocis
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6a7ec89 View commit details
    Browse the repository at this point in the history
  11. bump tusd and make CORS configurable

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b64012e View commit details
    Browse the repository at this point in the history
  12. make datagateway forward options requests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b6c9faa View commit details
    Browse the repository at this point in the history
  13. dataproviders have to set cors headers

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a9f0c2a View commit details
    Browse the repository at this point in the history
  14. revert SendContentMd5 change

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e5ed64e View commit details
    Browse the repository at this point in the history
  15. Merge pull request cs3org#4507 from butonic/fix-tus-cors

    bump tusd and make CORS configurable
    butonic committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    039a779 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    cdf127f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. allow sharemanager to disable reshares

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a82fdb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    e7d6bc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. configurable S3 PUT options

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1952b1d View commit details
    Browse the repository at this point in the history
  2. unify datagateway method handling

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    43c323c View commit details
    Browse the repository at this point in the history
  3. Merge pull request cs3org#4526 from butonic/configurable-s3-put-options

    configurable S3 PUT options
    butonic committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f95f5b4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request cs3org#4516 from butonic/allow-disabling-resharing

    allow sharemanager to disable reshares
    butonic committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    eee945a View commit details
    Browse the repository at this point in the history
  5. Merge pull request cs3org#4527 from butonic/unify-datagateway-method-…

    …handling
    
    unify datagateway method handling
    butonic committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    49b4a9e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. fix: InitiateFileUploadRequest_IfNotExist options has to be set with …

    …the explicit value of `true`
    DeepDiver1975 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    554384d View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4528 from DeepDiver1975/fix/cs3-metadata-up…

    …load-ifnotexists
    
    fix: InitiateFileUploadRequest_IfNotExist options has to be set with …
    butonic committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    283b39b View commit details
    Browse the repository at this point in the history
  3. align some ocs status codes

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    734860b View commit details
    Browse the repository at this point in the history
  4. Merge pull request cs3org#4529 from butonic/legacy-return-code

    align some ocs status codes
    butonic committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bdd0495 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. jsoncs3 cache fixes

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d76e4c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4532 from butonic/jsoncs3-cache-fixes

    jsoncs3 cache fixes
    butonic committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cac6c69 View commit details
    Browse the repository at this point in the history
  3. fix(sharesstorageprovider): Remove superfluous Stat call

    The fetchShares call is already stat'ing the resource a few lines above.
    If that didn't return and info, why should it do here?
    rhafer committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d3d4b1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43e5fad View commit details
    Browse the repository at this point in the history
  5. fix(sharesstorageprovider): Merge shares of the same resourceid

    When listing the sharejail root, merge shares that target the same resource
    into a single resource. In order to avoid the resourceId changing randomly the
    id will be composed from the oldest accepted share that exist for the resource.
    
    Ideally we'd compose the resourceId based on the id of the shared resource, but
    that is currently not possible in a backwards compatible way. Some clients seem
    to rely on the fact that the resource ids in the sharejail contain valid shareids.
    
    Fixes: owncloud/ocis#8080
    rhafer committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    62cb6cd View commit details
    Browse the repository at this point in the history
  6. Merge pull request cs3org#4517 from rhafer/ocisissue/8080

    fix(sharesstorageprovider): Merge shares of the same resourceid
    butonic committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3fb1ef6 View commit details
    Browse the repository at this point in the history
  7. drop unnecessary grant exists check

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    033125d View commit details
    Browse the repository at this point in the history
  8. Merge pull request cs3org#4530 from butonic/unnecessary-grant-exists-…

    …check
    
    drop unnecessary grant exists check
    butonic committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3c387be View commit details
    Browse the repository at this point in the history
  9. Fix recursive trashcan purge

    Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    
    Signed-off-by: Christian Richter <crichter@owncloud.com>
    dragonchaser committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    afaa3bf View commit details
    Browse the repository at this point in the history
  10. fix bug when deletion timestamp is missing

    Signed-off-by: Christian Richter <crichter@owncloud.com>
    dragonchaser committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3cf3e5c View commit details
    Browse the repository at this point in the history
  11. Merge pull request cs3org#4533 from dragonchaser/fix-recursive-trashc…

    …an-purge
    
    Fix recursive trashcan purge
    dragonchaser committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6d5a4d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. chore: bump version, prepare changelog

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ae0ed95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4535 from butonic/release-2.19.0

    Release 2.19.0
    butonic committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    694b9b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    2efddc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11fdba View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request cs3org#4534 from 2403905/issue-8273

    fix remove/update share permissions when the file is locked
    butonic committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9f433ca View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix a typo

    2403905 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5a5c1f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4539 from 2403905/typo-8273

    fix a typo
    butonic committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3197f32 View commit details
    Browse the repository at this point in the history
  3. release-2.19.1

    2403905 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3d87c0f View commit details
    Browse the repository at this point in the history
  4. Merge pull request cs3org#4540 from 2403905/release-2.19.1

    [full-ci] release-2.19.1
    butonic committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8f0bcdd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    94a1975 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cs3org#4541 from JankariTech/bump-feb-30-edge

    [tests-only][full-ci]bump latest ocis commit id
    butonic committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    84d1066 View commit details
    Browse the repository at this point in the history
  3. add createcontainer to serviceaccount

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c853dcc View commit details
    Browse the repository at this point in the history
  4. allow cs3 storage to be configured manually

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0638070 View commit details
    Browse the repository at this point in the history