Matthias Gutjahr

Results 13 comments of Matthias Gutjahr

I just wanted to share that I sometimes have the same problem, but as the OP mentions it is difficult to recreate. I just installed version 0.15 and with that...

Same thing happens to me, too, after having compiled the assets manually. Turns out `.sass('resources/assets/sass/spa.scss', 'public/css')` is missing in `webpack.mix.js`, and after you add it, the error is gone …...

Same here with Tusky 24.0. However, there are [reports](https://norden.social/@nick/111577493557552766) that it might have worked in earlier versions!? Would really like to have this feature for the same reasons as the...

It might be related to Firefox being installed as snap? Try `flatpak permission-set webextensions org.gnome.shell.extensions.gsconnect snap.firefox yes` If you don't have `flatpak` installed or want to know more about the...

Hi, thanks for your reply! I'm not sure if I want to use the RESTful API for this. How can I even subscribe to a calendar using the API, could...

Right, that's what I want to achieve. Sorry, I should have said it earlier that I want to subscribe to the calendar events in the iCalendar format. I already set...

Ok, so far so good ;) However, if I try to request the .ics file via an AJAX call from one `domain`, for example, mywebsite.com, and the Owncloud instance is...

Sure, does Owncloud support this? Anyway, the response doesn't contain a JSON object. At least Chrome and IE implemented sth. called strict MIME type checking, which results in the following...

Ok, I will look into it. Thanks for your patience and your feedback :) (Still, I think that adding the `@CORS` annotation could be useful for getting the iCalendar data...

No, not if it's a public calendar, I tested it. I will test it again and send you a PR ;) Then you can decide what to do with it...