-
Notifications
You must be signed in to change notification settings - Fork 31
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
Implement Photos App #355
Comments
@vauvenal5 it looks like you are not working on Yaga anymore, right? @Leptopoda we could try to port https://github.com/vauvenal5/yaga to neon. I don't know the codebase and how much would need to be done, but I think it's a very good starting point. |
I'll have a look after #353 |
I haven't abandoned the project. Just was very busy lately. |
Ah alright :) Would you mind taking a look at this project and see if it makes sense for you to adopt it/become a part of it? The whole project is still moving very fast, but I think we are getting into a really good spot now where people can actually start using it. |
It would also be great to support the API of the memories app, it seems to be much faster than the photos app (which uses the slow webdav). |
For implementing this it doesn't really matter if the photos app is installed on the server since the app only needs WebDAV which is always available. We don't support apps that do not directly correspond an app on the server yet though. |
This is actually very good point also in context of something I will be doing next. I want to provide album support in Yaga. However, as far as I saw it albums are not actually provided by the webdav api but specifically by the photos api. So therefor a custom endpoint would be needed anyway in the Nextcloud client. |
I see, but it would still be nice to support "photos" even when the photos app is not installed on the server. |
Yes, everything else is supported by the basic webdav api as already provided in the Nextcloud package. My entire communication is going over your package. |
No description provided.
The text was updated successfully, but these errors were encountered: