Make Memories compatible with Nextcloud 33#1638
Make Memories compatible with Nextcloud 33#1638szaimen wants to merge 5 commits intopulsejet:masterfrom
Conversation
szaimen
commented
Mar 23, 2026
- Close Storage\Root folder not found following NC 33 update. #1626
- Close Support Nextcloud 33 & Preview Table Migration Compatibility Request #1618
- Close Make app compatible with NC 33 aka NC 26 Hub Winter #1625
… IAppDataFactory API and update max-version Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> Agent-Logs-Url: https://github.com/szaimen/memories/sessions/93c041b3-d09a-4d66-a1f6-f611d88fbbfc
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> Agent-Logs-Url: https://github.com/szaimen/memories/sessions/9f76168a-a1e3-4631-9529-8a788e1ca74f
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> Agent-Logs-Url: https://github.com/szaimen/memories/sessions/de4d5ab8-b3ae-46fb-ad0d-2d893ef83291
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> Agent-Logs-Url: https://github.com/szaimen/memories/sessions/de4d5ab8-b3ae-46fb-ad0d-2d893ef83291
…extcloud-33 Make Memories compatible with Nextcloud 33
|
Checked out your PR on my dev setup of 33.0.1 RC1. Appears to be working, although I only have a few media files on this instance. Thank you! edit: I populated this instance with about 500 files, looks okay to me! |
|
Hi @szaimen Thanks for your changes to make memories compatible with NC33. 👍 I have checked out your PR in my dev NC33 setup and memories work fine with these changes. However, I have noticed that with these changes the multipreview endpoint If I understand correctly, the reason for this is that the old AppData mechanism (based on the I have prepared an alternative implementation of the With this change the multipreview endpoint seems to return proper data, and the memories app no longer needs to fetch the previews individually. Please feel free to use this change in your PR, if you think that my analysis is correct. PS. I think that my initial implementation could be optimized further by invoking the |
|
I truly love the memories app when using on nextcloud 32. But now i have 33. But i don't understand how to add this fix. |
If you're not comfortable with that, it's best to wait until @pulsejet is available and releases a new version of the app :) |
|
The issue #1618 also mentions the changed Recognize API. Should we open a new issue for that so it isn't forgotten? |
|
@szaimen - follow-up to my previous comment. Optimized version - using Tested briefly in my dev environment - seems to behave as expected. PS. I plan to dig into |