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

Spaces registry #2234

Merged
merged 268 commits into from
Dec 6, 2021
Merged

Spaces registry #2234

merged 268 commits into from
Dec 6, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 26, 2021

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

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    958f9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028b279 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f0949d View commit details
    Browse the repository at this point in the history
  4. Fix unit tests

    aduffeck committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a5ca0f3 View commit details
    Browse the repository at this point in the history
  5. Fix license headers

    aduffeck committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    df6021e View commit details
    Browse the repository at this point in the history
  6. Fix linter issues

    aduffeck committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a00d562 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. move unwrapping and wrapping of paths to the gateway

    temporary change to check CI
    David Christofas committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7f40804 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. minimal space provider and registry prototypes

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

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    606bfc4 View commit details
    Browse the repository at this point in the history
  2. add missing go.sum entry

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    38d8d72 View commit details
    Browse the repository at this point in the history
  3. fix import

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e5bcf1e View commit details
    Browse the repository at this point in the history
  4. add embedded mounts when listing /home

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    5b5f8ed View commit details
    Browse the repository at this point in the history
  5. remove unexpected passes

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4e257e8 View commit details
    Browse the repository at this point in the history
  6. use space registry to manage aliases

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6380dc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. add changelog

    kobergj committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    e735fed View commit details
    Browse the repository at this point in the history
  2. add old logic as comment as we want to bring parts of it back for OCM

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d615470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1df7cc2 View commit details
    Browse the repository at this point in the history
  4. further work

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    965bf36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03b1f29 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. fix access vi space & path

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    2f157f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab89f60 View commit details
    Browse the repository at this point in the history
  3. register /home as path alies for the users personal space

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4fb0937 View commit details
    Browse the repository at this point in the history
  4. update toml files

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e8b8376 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into spaces-registry-and-provider

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4704592 View commit details
    Browse the repository at this point in the history
  6. rewrite gateway Stat()

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    70e7123 View commit details
    Browse the repository at this point in the history
  7. rewrite ListContainer()

    Co-authored-by: David Christofas <C0rby@users.noreply.github.com>
    Co-authored-by: jkoberg <jkoberg@owncloud.com>
    
    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    07bde6e View commit details
    Browse the repository at this point in the history
  8. return not found Status instead of error

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    34a8bc7 View commit details
    Browse the repository at this point in the history
  9. add comment

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c37fbbd View commit details
    Browse the repository at this point in the history
  10. fix create container

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9a465ad View commit details
    Browse the repository at this point in the history
  11. introduce findAndUnwrap

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1c43cb6 View commit details
    Browse the repository at this point in the history
  12. internally use spaces instead of simple download protocol

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

Commits on Nov 9, 2021

  1. fix drone pipeline

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5b1a006 View commit details
    Browse the repository at this point in the history
  2. fix litmus on spaces

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    02f269a View commit details
    Browse the repository at this point in the history
  3. check if parent exists in decomposedfs

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    968cc72 View commit details
    Browse the repository at this point in the history
  4. align local frontend config with drone

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    486eaf8 View commit details
    Browse the repository at this point in the history
  5. fix move

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    344dcbc View commit details
    Browse the repository at this point in the history
  6. fix copy

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    43145cb View commit details
    Browse the repository at this point in the history
  7. spaces provider is no longer needed

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c9b8418 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    377e594 View commit details
    Browse the repository at this point in the history
  9. add DeleteStorageSpace to internal storage interface

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    96894af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f44ba49 View commit details
    Browse the repository at this point in the history
  11. tune ListContainer

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

Commits on Nov 10, 2021

  1. fine tune spaces registry

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ef9fe0b View commit details
    Browse the repository at this point in the history
  2. drop mount_id config, fix decomposedfs shares spaces

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    61a8830 View commit details
    Browse the repository at this point in the history
  3. try fixing shares

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c79ec14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b84e8b View commit details
    Browse the repository at this point in the history
  5. fix shares

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    865d4f3 View commit details
    Browse the repository at this point in the history
  6. also wipe spaces when deleting users

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    dfff5eb View commit details
    Browse the repository at this point in the history
  7. try with empty quota

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

Commits on Nov 11, 2021

  1. add NewErrtypeFromStatus() helper

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c38ad03 View commit details
    Browse the repository at this point in the history
  2. make decomposedfs use nodeid as spaceid, hide spaces of type share

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bf9b79d View commit details
    Browse the repository at this point in the history
  3. align and refactor Stat and ListContainer

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2882767 View commit details
    Browse the repository at this point in the history
  4. make sharesstorageprovider list each share as a space

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9715963 View commit details
    Browse the repository at this point in the history
  5. make spaces registry stat resource id instead of calling list spaces

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5637244 View commit details
    Browse the repository at this point in the history
  6. sharesstorageprovider align stat & list

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    547975d View commit details
    Browse the repository at this point in the history
  7. register shares spaces as /home/Shares/{name}

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5e452f4 View commit details
    Browse the repository at this point in the history
  8. refactor sharesstorageprovider

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

Commits on Nov 12, 2021

  1. add TODO

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    d4eeb60 View commit details
    Browse the repository at this point in the history
  2. make gateway storageprovider return correct type on stat

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    977b304 View commit details
    Browse the repository at this point in the history
  3. fix path when listing unacceptaed shares

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cb03124 View commit details
    Browse the repository at this point in the history
  4. add public function commend fort hound

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    02d7a7c View commit details
    Browse the repository at this point in the history
  5. make gateway handle absolute id based stats correctly

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    8e04e50 View commit details
    Browse the repository at this point in the history
  6. make spaces registry use configured provider path in id based requests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a248ca8 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into spaces-registry-and-provider

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ea3b97f View commit details
    Browse the repository at this point in the history
  8. update combined.toml

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    92a9b3c View commit details
    Browse the repository at this point in the history
  9. drop gateway storage_rules

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    346e0c2 View commit details
    Browse the repository at this point in the history
  10. fix stat to root of space and absolute id

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5651f09 View commit details
    Browse the repository at this point in the history
  11. better handle relative references

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5cad7e1 View commit details
    Browse the repository at this point in the history
  12. revert path mangling for unaccepted shares

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    4b3f5ec View commit details
    Browse the repository at this point in the history
  13. cleanup toml config

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    eb1d562 View commit details
    Browse the repository at this point in the history
  14. remove stale TODO

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3081995 View commit details
    Browse the repository at this point in the history
  15. avoid caching sideeffects for now

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    86d20e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. try cleaner responsibilities

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3c4be00 View commit details
    Browse the repository at this point in the history
  2. always send spaceid!nodeid in storagespaceid

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    e4ea550 View commit details
    Browse the repository at this point in the history
  3. fix spaces litmus tests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d58109a View commit details
    Browse the repository at this point in the history
  4. make hound happy

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8921cd3 View commit details
    Browse the repository at this point in the history
  5. fix spaces GET

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

Commits on Nov 16, 2021

  1. fix up & download into shares

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    3e3f0a0 View commit details
    Browse the repository at this point in the history
  2. send space type when resolving id based request

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f2a3daa View commit details
    Browse the repository at this point in the history
  3. fix public share listing

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5565241 View commit details
    Browse the repository at this point in the history
  4. fix create container on public share

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9b53c4d View commit details
    Browse the repository at this point in the history
  5. use reference for internal recycle api

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    1bb67bc View commit details
    Browse the repository at this point in the history
  6. fix shares

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c9232aa View commit details
    Browse the repository at this point in the history
  7. allow CurrentUser and Space in space registry template

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ad2240a View commit details
    Browse the repository at this point in the history
  8. ignore error when unsetting a not existing favorite flag

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    4c2b065 View commit details
    Browse the repository at this point in the history
  9. update path in dav report comment

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    7cc4aeb View commit details
    Browse the repository at this point in the history
  10. only list spaces as nodes if no matches were found

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    dc5fd44 View commit details
    Browse the repository at this point in the history
  11. create a copy of the reference to prevent losing the original

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    8f7298b View commit details
    Browse the repository at this point in the history
  12. get rid of /home mountpoint to make paths unique

    we may have two providers: /home and /users/u-u-i-d for an id based request
    which one do we pick? we may end up with /dav/files/marie/f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c/PARENT/ in a
    REPORT https://cloud.ocis.test/dav/files/marie
    depending on the order we may pick f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c/PARENT/ over just /PARENT
    the /dav/files andpoint is configured to use the use id: "/users/{{.Id.OpaqueId}}"
    but the REPORT does not truncate it?
    how can the report search properly? with a relative request? no that would cut off the mount point
    the problem is there may be two mount points
    -> how can we get rid of that?
       no /home provider
       gateway GetHome should return "/users/{{.Id.OpaqueId}}"
       frontend uses "/users/{{.Id.OpaqueId}}" instead of "/home" for "/webdav"
    
    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f10ab0a View commit details
    Browse the repository at this point in the history
  13. add template to ocs home namespace

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

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    c056183 View commit details
    Browse the repository at this point in the history
  2. decomposedfs: fix spaces root

    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    05e7a8a View commit details
    Browse the repository at this point in the history
  3. fix public path_template

    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    792fbae View commit details
    Browse the repository at this point in the history
  4. correct config

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    7a6cce5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into spaces-registry-and-provider

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b8528db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab0f73a View commit details
    Browse the repository at this point in the history
  7. allow sending uuid in createspace

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    701eb14 View commit details
    Browse the repository at this point in the history
  8. fix drone config

    kobergj committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    41a6263 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f526db7 View commit details
    Browse the repository at this point in the history
  10. remove unexpected passes

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9f70310 View commit details
    Browse the repository at this point in the history
  11. add xattrs.CopyMetadata() function

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9ecf39a View commit details
    Browse the repository at this point in the history
  12. when constructing a folder wipe checksums from metadata

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    61cfb61 View commit details
    Browse the repository at this point in the history
  13. align sharesstorageprovider up & download

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    cf4c62b View commit details
    Browse the repository at this point in the history
  14. drop unused local toml config

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d16cfc8 View commit details
    Browse the repository at this point in the history
  15. decomposedfs: copy metadata from old to new revision

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

Commits on Nov 18, 2021

  1. fix loop when downloading from a share

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    e584953 View commit details
    Browse the repository at this point in the history
  2. fix npe when no checksim is set

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    665228d View commit details
    Browse the repository at this point in the history
  3. fix renaming share

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    80cb931 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into spaces-registry-and-provider

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    64f9144 View commit details
    Browse the repository at this point in the history
  5. make resharing possible

    kobergj committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    d2062a9 View commit details
    Browse the repository at this point in the history
  6. work on ocs share paths

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    01de9ae View commit details
    Browse the repository at this point in the history
  7. cut off path of received shares

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    3d62801 View commit details
    Browse the repository at this point in the history
  8. work on ocs shares paths

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    dfea441 View commit details
    Browse the repository at this point in the history
  9. use space id when listing trash

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    862035c View commit details
    Browse the repository at this point in the history
  10. set name when err == nil

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    8b31dc6 View commit details
    Browse the repository at this point in the history
  11. use spaceid instead of owner id when deleting a resource

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    0d0a62a View commit details
    Browse the repository at this point in the history
  12. fix pending share path

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    8ac1fea View commit details
    Browse the repository at this point in the history
  13. unmount share on delete

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    d2fe978 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1831ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e8d93b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c5ed2d4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1f3a4f9 View commit details
    Browse the repository at this point in the history
  18. add docs to public CopyMetadata()

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    f87582f View commit details
    Browse the repository at this point in the history
  19. fix renaming shares

    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    f0f8217 View commit details
    Browse the repository at this point in the history
  20. wrap path in share response

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    1064cde View commit details
    Browse the repository at this point in the history
  21. wrap path in more share responses

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    d5a9b80 View commit details
    Browse the repository at this point in the history
  22. fix public storage spaces path_template

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    2821592 View commit details
    Browse the repository at this point in the history
  23. omit virtual spaces config for now

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

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    eca832a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c153d74 View commit details
    Browse the repository at this point in the history
  3. publicstorageprovider: do not prefix relative path to ListContainer i…

    …tems
    
    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    992b8f6 View commit details
    Browse the repository at this point in the history
  4. publicstorageprovider: fix id based stat

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e57a60b View commit details
    Browse the repository at this point in the history
  5. return expected xml error on public link auth errors

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    a19db8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9a8e72 View commit details
    Browse the repository at this point in the history
  7. fix file_target

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    715de88 View commit details
    Browse the repository at this point in the history
  8. unwrap permission error from scope

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    c07ed9a View commit details
    Browse the repository at this point in the history
  9. fix sharing unit tests

    kobergj committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    920a520 View commit details
    Browse the repository at this point in the history
  10. forward recycle item key when purging

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    fff6992 View commit details
    Browse the repository at this point in the history
  11. work on decomposedfs tree tests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    56607fb View commit details
    Browse the repository at this point in the history
  12. fix chunked upload

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    d290dc3 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' into spaces-registry-and-provider

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    140e553 View commit details
    Browse the repository at this point in the history
  14. refactor gateway RestoreRecycleItem

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    0fac1cc View commit details
    Browse the repository at this point in the history
  15. fix trash restore

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e878c10 View commit details
    Browse the repository at this point in the history
  16. return ocs body on error when stating during create share

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    4581ff4 View commit details
    Browse the repository at this point in the history
  17. remove unexpected passes

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    96499d4 View commit details
    Browse the repository at this point in the history
  18. render xml when resoucre not found on /dav/meta

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

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    8ef6e9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fff339 View commit details
    Browse the repository at this point in the history
  3. when resource has same storageid delegate MOVE decision

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a212095 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a5a95b View commit details
    Browse the repository at this point in the history
  5. make content disposition reflect request base path

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    14b1023 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d3230b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7e7395 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1eb328 View commit details
    Browse the repository at this point in the history
  9. use exact path match to find responsible ListRecycle provider

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    d1ed00d View commit details
    Browse the repository at this point in the history
  10. fix log typo

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    eb1acc5 View commit details
    Browse the repository at this point in the history
  11. fix finding correct recycle source provider

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    9062142 View commit details
    Browse the repository at this point in the history
  12. fix restore ref unwrapping

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    ea9b55b View commit details
    Browse the repository at this point in the history
  13. align expected failures

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

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    6b76b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f043f14 View commit details
    Browse the repository at this point in the history
  3. fix decomposedfs unit tests

    kobergj committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    fff2238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db9865b View commit details
    Browse the repository at this point in the history
  5. look up home provider from gateway

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    4ca5641 View commit details
    Browse the repository at this point in the history
  6. make the linter happy

    kobergj committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    545897d View commit details
    Browse the repository at this point in the history
  7. make build work again

    kobergj committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    7e1ecf4 View commit details
    Browse the repository at this point in the history
  8. make linter even more happy

    kobergj committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    cd6d77a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. more linting fixes

    kobergj committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    7e5023a View commit details
    Browse the repository at this point in the history
  2. add even more linting fixes

    kobergj committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    6654150 View commit details
    Browse the repository at this point in the history
  3. fix trash item lookup

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    f8d31fc View commit details
    Browse the repository at this point in the history
  4. cache spaceid -> provider lookup

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    adc54c2 View commit details
    Browse the repository at this point in the history
  5. actually cache providers

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    91618b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    693c435 View commit details
    Browse the repository at this point in the history
  7. get rid of old cache in spaces registry

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    98f9838 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d293937 View commit details
    Browse the repository at this point in the history
  9. fix linter, add mount point caching thoughts

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    01cc82d View commit details
    Browse the repository at this point in the history
  10. fix log typo

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    3a517ef View commit details
    Browse the repository at this point in the history
  11. update spaces Readme

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    a4a1142 View commit details
    Browse the repository at this point in the history
  12. comment unused mount cache for now

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    ddd9661 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    052299d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    4c73911 View commit details
    Browse the repository at this point in the history
  2. fix ocis integration tests

    kobergj committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    2f707fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    923eb91 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    537d033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2eee7b View commit details
    Browse the repository at this point in the history
  3. fix spaces registry tests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic authored and aduffeck committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    80f1686 View commit details
    Browse the repository at this point in the history
  4. make storageregistry service use new internal interface

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic authored and aduffeck committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    9dab22f View commit details
    Browse the repository at this point in the history
  5. commant internal storage registry interface

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic authored and aduffeck committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    55faaca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ee13de View commit details
    Browse the repository at this point in the history
  7. adjust gateway to new registry API

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic authored and aduffeck committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    3f82ecc View commit details
    Browse the repository at this point in the history
  8. make static registry compatible with new gateway

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic authored and aduffeck committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    544bbee View commit details
    Browse the repository at this point in the history
  9. fix findAndUnwrap

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic authored and aduffeck committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    6d5aafb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da73449 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #225 from aduffeck/spaces-registry-and-provider-re…

    …factor
    
    Spaces registry and provider refactor
    butonic authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    38a4489 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6bc66c4 View commit details
    Browse the repository at this point in the history
  13. make hound happy again

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    bbcd336 View commit details
    Browse the repository at this point in the history
  14. send mount path in GetProvider response

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    30056ff View commit details
    Browse the repository at this point in the history
  15. add naming comment

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    1dd883e View commit details
    Browse the repository at this point in the history
  16. fix path in stat response for id based requests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    3deb485 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    761e7ab View commit details
    Browse the repository at this point in the history
  18. sharpen unwrap logic

    kobergj committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    ac7c156 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    16eaa35 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    988b9e5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cbc6529 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. fix stat file type mount points

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    762714a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f981e3e View commit details
    Browse the repository at this point in the history
  3. Increase test coverage

    aduffeck committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f286896 View commit details
    Browse the repository at this point in the history
  4. comment cleanup

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    db8521e View commit details
    Browse the repository at this point in the history
  5. fix ListStorageSpace to contain correct spaceid

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f203b91 View commit details
    Browse the repository at this point in the history
  6. fix linting & hound

    kobergj committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    6d92f08 View commit details
    Browse the repository at this point in the history
  7. fix linting issues

    kobergj committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7f35eb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. log correct call

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b73b107 View commit details
    Browse the repository at this point in the history
  2. extract ref from opaque for public link scope

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    794de6e View commit details
    Browse the repository at this point in the history
  3. fix publiclink corner cases and scope

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    057119a View commit details
    Browse the repository at this point in the history
  4. Clarify spaces registry configuration

    The new structure uses a providers map instead of a rules map with the
    provider address being the key. That makes things more clear and
    prevents bad configuration with the same provider being mounted at
    diffferent locations.
    aduffeck committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    1fe9b28 View commit details
    Browse the repository at this point in the history
  5. update expected failures

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f1207a2 View commit details
    Browse the repository at this point in the history
  6. fixing gateway.RestoreTrashItem

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    29e016e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cdb1b7 View commit details
    Browse the repository at this point in the history
  8. refactor utils.SplitStorageSpaceID

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4d582cd View commit details
    Browse the repository at this point in the history
  9. forbid cross provider RestoreRecycleItem

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    724b1d9 View commit details
    Browse the repository at this point in the history
  10. fix relative references in space registry

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

    kobergj committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    9b26327 View commit details
    Browse the repository at this point in the history
  12. fallback to CreateHome, deprecate GetHome

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

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    a213c13 View commit details
    Browse the repository at this point in the history
  2. update cache notes

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f87989d View commit details
    Browse the repository at this point in the history
  3. rename spaces registry rule struct to provider

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9a39aa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e5572e View commit details
    Browse the repository at this point in the history
  5. also activate the cache

    kobergj committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    86e2a0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99ff5e1 View commit details
    Browse the repository at this point in the history
  7. fix build after master merge

    kobergj committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    2730d72 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    3da9965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9732035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e6da31 View commit details
    Browse the repository at this point in the history
  4. disable cache for now

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    903732b View commit details
    Browse the repository at this point in the history
  5. add comment to PublicStorageProviderID

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    4dadbcd View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'master' into spaces-registry-and-provider

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

Commits on Dec 6, 2021

  1. fix sharing

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    dcd277f View commit details
    Browse the repository at this point in the history
  2. fix unit tests (again)

    kobergj committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    f96a277 View commit details
    Browse the repository at this point in the history
  3. fix 0 byte uploads

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e2c028a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1e5ab3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    195c6e0 View commit details
    Browse the repository at this point in the history
  6. no longer wipe storage after every test

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    00f4942 View commit details
    Browse the repository at this point in the history
  7. fix linting (again)

    kobergj committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    5be829a View commit details
    Browse the repository at this point in the history
  8. Fix integration tests

    aduffeck committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    cc9921b View commit details
    Browse the repository at this point in the history
  9. make codacy happy

    kobergj committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    124f38d View commit details
    Browse the repository at this point in the history
  10. Revert "no longer wipe storage after every test"

    This reverts commit 00f4942.
    butonic committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    29a1ae8 View commit details
    Browse the repository at this point in the history
  11. make codacy happy (part II)

    kobergj committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    cbe1a2c View commit details
    Browse the repository at this point in the history
  12. make codacy happy (part III)

    kobergj committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    a023668 View commit details
    Browse the repository at this point in the history
  13. virtual views pipeline is covered by tests/integration/grpc/gateway_s…

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