Skip to content
#

Open Source

Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.

Here are 5,602 public repositories matching this topic...

pszalko
pszalko commented Jul 28, 2020

It would be helpful in all React plugins to forward HTML properties to plugin container <div> tag.

Example usage:

<ProgressBar className="x" />

I would expect it will generate code:

<div class="x">
   <div class="uppy uppy-ProgressBar" style="position: initial;">
       <div class="uppy-ProgressBar-inner" style="width: 100%;"></div>
       <div class="uppy-ProgressBar-
docusaurus
Kap
server
davidchristopherbuchanan
davidchristopherbuchanan commented Jul 18, 2020

As it looks for me, there is no no way to access the Access Control List (ACL) feature for folder by remotecontrol.
I would expect it in OCS API. But i cannot find it.

Can you implement it?

This is my use case:
I program in a small team a software to generate template structures in nextcloud for similar workgroups on different locations. They have all the same workflow.
E.g. if a new wo

SwifterSwift
vue-storefront
filrak
filrak commented Aug 3, 2020

This file is not entirely a reset.css. it resets only a few properties. It also should be easily removable therefore it shouldn't be applied via theme-module.

  1. Remove reset.css from https://github.com/DivanteLtd/vue-storefront/blob/next/packages/core/nuxt-theme-module/index.js#L24
  2. Include it in the layout/default.vue (directly copy the content)
  3. remove redundant reset.scss
You can’t perform that action at this time.