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

Single file edit #2743

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Single file edit #2743

merged 1 commit into from
Apr 14, 2022

Conversation

micbar
Copy link
Member

@micbar micbar commented Apr 14, 2022

Enhancement: Add capability for public link single file edit

It is now possible to share a single file by link with edit permissions. Therefore we need a public share capability to enable that feature in the clients. At the same time we improved the WebDAV permissions for public links.

{
  "ocs": {
    "meta": {
      "status": "ok",
      "statuscode": 100,
      "message": "OK"
    },
    "data": {
      "capabilities": {
        "core": {
          "pollinterval": 60,
          "webdav-root": "remote.php/webdav",
          "status": {
            "installed": true,
            "maintenance": false,
            "needsDbUpgrade": false,
            "version": "10.0.11.5",
            "versionstring": "10.0.11",
            "edition": "community",
            "productname": "reva",
            "product": "reva"
          },
          "support-url-signing": true
        },
        "checksums": {
          "supportedTypes": [
            "sha1",
            "md5",
            "adler32"
          ],
          "preferredUploadType": "SHA1"
        },
        "files": {
          "privateLinks": false,
          "bigfilechunking": false,
          "undelete": true,
          "versioning": true,
          "favorites": false,
          "blacklisted_files": [],
          "tus_support": {
            "version": "1.0.0",
            "resumable": "1.0.0",
            "extension": "creation,creation-with-upload",
            "max_chunk_size": 100000000,
            "http_method_override": ""
          },
          "archivers": [
            {
              "enabled": true,
              "version": "2.0.0",
              "formats": [
                "tar",
                "zip"
              ],
              "archiver_url": "/archiver",
              "max_num_files": "10000",
              "max_size": "1073741824"
            }
          ],
          "app_providers": [
            {
              "enabled": true,
              "version": "1.0.0",
              "apps_url": "/app/list",
              "open_url": "/app/open",
              "new_url": "/app/new"
            }
          ]
        },
        "dav": {
          "chunking": "",
          "trashbin": "1.0",
          "reports": [],
          "chunkingParallelUploadDisabled": false
        },
        "files_sharing": {
          "api_enabled": true,
          "resharing": false,
          "group_sharing": true,
          "auto_accept_share": true,
          "share_with_group_members_only": true,
          "share_with_membership_groups_only": true,
          "search_min_length": 3,
          "default_permissions": 22,
          "user_enumeration": {
            "enabled": true,
            "group_members_only": true
          },
          "federation": {
            "outgoing": true,
            "incoming": true
          },
          "public": {
            "enabled": true,
            "send_mail": true,
            "social_share": true,
            "upload": true,
            "multiple": true,
            "supports_upload_only": true,
            "password": {
              "enforced_for": {
                "read_only": true,
                "read_write": true,
                "upload_only": true
              },
              "enforced": true
            },
            "expire_date": {
              "enabled": false
            },
            "can_edit": true
          },
          "user": {
            "send_mail": true,
            "profile_picture": false,
            "settings": [
              {
                "enabled": true,
                "version": "1.0.0"
              }
            ]
          }
        },
        "spaces": {
          "version": "0.0.1",
          "enabled": true
        }
      },
      "version": {
        "major": 10,
        "minor": 0,
        "micro": 11,
        "string": "10.0.11",
        "edition": "reva",
        "product": ""
      }
    }
  }
}

@micbar micbar changed the base branch from master to edge April 14, 2022 11:14
@micbar micbar requested a review from butonic April 14, 2022 14:46
@micbar micbar marked this pull request as ready for review April 14, 2022 14:46
@micbar micbar requested review from a team, labkode, ishank011 and glpatcern as code owners April 14, 2022 14:46
@micbar micbar requested a review from C0rby April 14, 2022 14:47
@cs3org cs3org deleted a comment from update-docs bot Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants