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

ocis driver: access shares, trash, revisions, metadata #1155

Merged
merged 30 commits into from
Sep 11, 2020

Commits on Sep 11, 2020

  1. initial version

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    00d6ed6 View commit details
    Browse the repository at this point in the history
  2. introduce NodeInfo

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    103f092 View commit details
    Browse the repository at this point in the history
  3. fix metadata normalization

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    5692fde View commit details
    Browse the repository at this point in the history
  4. stick to github.com/google/uuid

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f1b79b3 View commit details
    Browse the repository at this point in the history
  5. simpler layout, parentid and name as ext attr

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b81ade5 View commit details
    Browse the repository at this point in the history
  6. manually adding mimetypes is no longer needed

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    2fc669a View commit details
    Browse the repository at this point in the history
  7. rename Wrap to NodeFrom*

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    82d6ccb View commit details
    Browse the repository at this point in the history
  8. refactor node implementation

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    5392e9c View commit details
    Browse the repository at this point in the history
  9. fix delete and overwrite

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e292249 View commit details
    Browse the repository at this point in the history
  10. initial sharing, store owner as ext attr, fix NewNode

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    7c3ab8f View commit details
    Browse the repository at this point in the history
  11. separate files for metadada, revisions and recycle

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

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    773284d View commit details
    Browse the repository at this point in the history
  13. refactor and use ACE package

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    9cb544a View commit details
    Browse the repository at this point in the history
  14. refactor node api

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    eb64854 View commit details
    Browse the repository at this point in the history
  15. add license headers

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    84e46b9 View commit details
    Browse the repository at this point in the history
  16. add changelog

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    d6db879 View commit details
    Browse the repository at this point in the history
  17. remove duplicate docs (moved to ace.go)

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    67b46ba View commit details
    Browse the repository at this point in the history
  18. make linter happy

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

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

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

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    238a3ef View commit details
    Browse the repository at this point in the history
  22. implement commit trash

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    3bc642d View commit details
    Browse the repository at this point in the history
  23. implement RestoreRecycleItem

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    31ed3ef View commit details
    Browse the repository at this point in the history
  24. complete trash

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ff2adf2 View commit details
    Browse the repository at this point in the history
  25. address trash review

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

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

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c075a0a View commit details
    Browse the repository at this point in the history
  28. fix litmus 409me

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    6244eb7 View commit details
    Browse the repository at this point in the history
  29. set and unset metadata

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    16cb048 View commit details
    Browse the repository at this point in the history
  30. read metadata

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