Code Monkey home page Code Monkey logo

nextcloud-customproperties's Introduction

Custom Properties

Place this app in nextcloud/apps/customproperties

Usage

DAV's PROPPATCH request type allows adding custom properties to items. Since custom properties are not accessible via the frontend, this plugin will list all properties of an item in the sidebar. The plugin allows to define "well-known" properties in the admin settings which are presented as input fields in the "properties" tab in files app sidebar. Changing the property in the tab will also change the DAV property and hence it will be possible to access the properties via DAV call PROPFIND.

API

It is also possible to manage properties via Rest API (admin privileges required):

Verb Endpoint Purpose
GET /index.php/apps/customproperties/customproperties Get properties
PUT /index.php/apps/customproperties/customproperties Create new property
POST /index.php/apps/customproperties/customproperties Update property
DELETE /index.php/apps/customproperties/customproperties/:id Delete existing property

Screenshots

Tab view in sidebar Settings in admin panel

nextcloud-customproperties's People

Contributors

stekoe avatar p-bo avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.