Alexander Groß
Alexander Groß
Hm, I thought @sircharlo implemented that feature in #13, specifically [this piece of code](https://github.com/agross/immich-duplicates/blob/master/src/components/DuplicateGroup.vue#L69-L89) first looks at the resolution and then looks for the file extension. 1. Does the JPEG...
Closing this as no feedback was received.
I indeed second your idea to get an overview. I had about 1,2k duplicate groups after my data import. A website displaying 1200 groups with >= 2 assets per group...
> This is most likely now a dumb question There are no dumb questions, only dumb answers ;-) Some reasons: 1. I have another PR with Immich regarding an unrelated...
Ok, but does step 6 really need to delete all files from disk? IMHO Storage Not Available does not mean that the share was actually removed.
If I understand you correctly this is a client issue?
OK, who should I contact about this? owncloud/core?
Talking about 10.0.4. The table exists. ```sh $ docker exec -it owncloud_mariadb_1 mysql -uroot '-psomething' -e 'select * from owncloud.oc_accounts where user_id="agross";' +----+-------------------------+---------+---------------+----------------+-------+------------+--------------------------+---------------------------+-------+ | id | email | user_id |...
1. I wasn't aware of `occ user:sync` and couldn't find any information on this doing a quick search in the [admin docs](https://doc.owncloud.org/server/9.1/admin_manual/configuration_user/user_auth_ldap.html#configuration), [here](https://doc.owncloud.org/server/latest/admin_manual/installation/deployment_recommendations.html) or [here](https://doc.owncloud.org/server/latest/admin_manual/search.html?q=users%3Async). Where is that documented? 1....
@patrickjahns Thanks. As far as I understand it, syncing users is optional with a small number of users. We have about 10, which I consider small. FYI, this is what...