Skip to content
#

federation

Here are 149 public repositories matching this topic...

server
Dieter15
Dieter15 commented Feb 23, 2021

According to NC documentation https://docs.nextcloud.com/server/20/admin_manual/configuration_server/occ_command.html there is no OCC command for deleting / removing a calendar.

Is your feature request related to a problem? Please describe.
Feature request not related to a problem, at least not to a known problem.

Describe the solution you'd like

  1. Provide an OCC command for delet
verzac
verzac commented Mar 5, 2021

Either way, this is a nice-to-have, so it's not 100% necessary - just wanted to get the idea out there and looked at just in case a contributor comes along and wants to contribute. Happy to help when I have the time though!

Is your feature request related to a problem? Please describe.

When I'm testing the auth flow locally with the custom IdP I'm developing, I'd like for the token clien

writefreely
colin-axner
colin-axner commented Oct 9, 2020

on latest develop, if I run:

go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
    --- FAIL: TestViewOauthCallback/success (0.00s)
        oauth_test.go:248: 
            	Error Trace:	oauth_test.go:248
            	Error:      	Received unexpected error:
            	            	/logi
elegaanz
elegaanz commented Dec 26, 2019

Is your feature request related to a problem? Please describe.

It may be hard to understand why a post is in one of our timelines, especially in the case of someone boosting/linking someone else you don't follow, or when the same post appears multiple times because it got boosted.

Describe the solution you'd like

Adding a little "X boosted/liked" indicator to each concerned card

graphql-kotlin
dariuszkuc
dariuszkuc commented Jan 31, 2020

Is your feature request related to a problem? Please describe.
Recently we added support customizing subscription flow using hooks (see: ExpediaGroup/graphql-kotlin#544). We should update our documentation to provide details about it.

Describe the solution you'd like
Updated [subscription documentation](https://github.com/ExpediaGroup/graphql-kotlin/blob/master

b12-144
b12-144 commented Nov 27, 2020

Hi, I tried the Typescript example and both apps work fine (app1 and app2) , but It doesn't detect any compiler errors in tsx files. Ex:, if you open app1/src/App.tsx and type some invalid code in it, the webpack configuration used in app1 project doesn't detect the error. I tried to use ts-loader instead of babel-loader to solve this issue, but I now HMR is not working.
Any ideas on how to so

Improve this page

Add a description, image, and links to the federation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the federation topic, visit your repo's landing page and select "manage topics."

Learn more