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

Public Shares CRUD, File Public Shares Manager #681

Merged
merged 50 commits into from
May 28, 2020
Merged

Public Shares CRUD, File Public Shares Manager #681

merged 50 commits into from
May 28, 2020

Commits on Apr 20, 2020

  1. set permissions from phoenix

    refs committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c3e9ef4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. CRUD operations on public shares

    refs committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    7ac248a View commit details
    Browse the repository at this point in the history
  2. WIP persistent shares storage

    refs committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    41676b3 View commit details
    Browse the repository at this point in the history
  3. json public share manager

    refs committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    bee35ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f8a0df View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. liberate mutex on defer

    refs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    a7bb4e6 View commit details
    Browse the repository at this point in the history
  2. correct time parsing on creation

    refs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    9b6cc77 View commit details
    Browse the repository at this point in the history
  3. hide expired public shares

    refs committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    b7499d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    613e636 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cdada6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. get shares by token working

    refs committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c1cb793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb642fa View commit details
    Browse the repository at this point in the history
  3. use mutex on get public share

    refs committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    2ad8bf1 View commit details
    Browse the repository at this point in the history
  4. code style

    refs committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    8503ee3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e53187 View commit details
    Browse the repository at this point in the history
  6. address linter

    refs committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    ac9ab44 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. navigation working

    refs committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    6c84f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c118b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. remove spurious lines

    refs committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    a8fe9ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da5a7d2 View commit details
    Browse the repository at this point in the history
  3. base64 encode password

    refs committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    b160fcd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    52c9d2d View commit details
    Browse the repository at this point in the history
  2. remove spurious code

    refs committed May 8, 2020
    Configuration menu
    Copy the full SHA
    20dfb8b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    8bfcc03 View commit details
    Browse the repository at this point in the history
  2. run go mod tidy

    refs committed May 12, 2020
    Configuration menu
    Copy the full SHA
    2baa43e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8159d06 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. update golangci to 1.26.0

    refs committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e46fb64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef3549a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e071712 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    d918fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9729151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40ab8cb View commit details
    Browse the repository at this point in the history
  4. ignore jsonpb on golangci.yaml

    refs committed May 14, 2020
    Configuration menu
    Copy the full SHA
    575fee7 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    4cff37e View commit details
    Browse the repository at this point in the history
  2. remove comments

    refs committed May 19, 2020
    Configuration menu
    Copy the full SHA
    5a0a73a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7746f0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. use a db file for link.Grant

    refs committed May 26, 2020
    Configuration menu
    Copy the full SHA
    9b6adc7 View commit details
    Browse the repository at this point in the history
  2. fix linter

    refs committed May 26, 2020
    Configuration menu
    Copy the full SHA
    455e6da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58e0b25 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. fix propfind stack

    refs committed May 27, 2020
    Configuration menu
    Copy the full SHA
    21dbf29 View commit details
    Browse the repository at this point in the history
  2. defer usage of ref

    refs committed May 27, 2020
    Configuration menu
    Copy the full SHA
    a07b579 View commit details
    Browse the repository at this point in the history
  3. Fix PROPFIND with Depth 1

    Use original ref for Depth 1 which works fine.
    Depth infinity will have its own logic which currently only works within
    a single storage.
    Vincent Petry committed May 27, 2020
    Configuration menu
    Copy the full SHA
    39f3fc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fd06cf View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    72fba4b View commit details
    Browse the repository at this point in the history
  2. publicshare: commit grant

    labkode committed May 28, 2020
    Configuration menu
    Copy the full SHA
    68c1932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f395902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df39963 View commit details
    Browse the repository at this point in the history
  5. remove deadcode

    refs committed May 28, 2020
    Configuration menu
    Copy the full SHA
    d6eaa1c View commit details
    Browse the repository at this point in the history
  6. remove yet more dead code

    refs committed May 28, 2020
    Configuration menu
    Copy the full SHA
    91bf637 View commit details
    Browse the repository at this point in the history
  7. remove unused config parameter

    refs committed May 28, 2020
    Configuration menu
    Copy the full SHA
    e42564b View commit details
    Browse the repository at this point in the history