nextcloud / contacts

📇 Contacts app for Nextcloud
https://apps.nextcloud.com/apps/contacts
GNU Affero General Public License v3.0
560 stars 169 forks source link

Contact deletion management (trash bin, undo) #296

Open skjnldsv opened 7 years ago

skjnldsv commented 7 years ago

Two options (cumulable):

https://www.npmjs.com/package/store

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/48515767-contact-deletion-management?utm_campaign=plugin&utm_content=tracker%2F46751899&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F46751899&utm_medium=issues&utm_source=github).
frogueat commented 7 years ago

Nice would also be the posibility, to delete many contacts at once. Eg when imported something via vcf and the data is wrong ... Maybe a whole group?

skjnldsv commented 7 years ago

@frogueat Not the same issue, see #277

MariusBluem commented 7 years ago

In the same way as in the calendar app 🙈

fgarcia78 commented 6 years ago

When there is more than one addressbook and the user deletes one of them (by clicking the trash button), the UI doesn't confirm that action and all contacts in such addressbook get wiped; furthermore, the UI does not visually reflect the deletion and keeps showing those contacts in the list (cache?).

I don't know if this is addressed elsewhere, I'm in 1.5.3.

skjnldsv commented 6 years ago

@fgarcia78 This has literaly nothing to do with that issue! 😕 Lucky for you, this issue had already been fixed and will be on the next release. See #288 .

fgarcia78 commented 6 years ago

@skjnldsv - yeah, I see now my error... altough the ticket name is misleading: "Contact deletion management" sounds too broad and this enhancement refers to "Contact un-deletion management"!! 😄

Jas2Ma commented 6 years ago

Add nextcloud activity events for contacts, so deletion of a contact can be recognized by other users of the address book.

tdoerschel commented 5 years ago

I agree that the risk of accidentelly deleting a contact or a field is very high: The delete buttons are all over the webpage.

A confirmation popup ("Are you sure?"), trashbin or undo (for 3 seconds) would ease one's mind.

tdoerschel commented 5 years ago

Feature has been implemented for contact delete in version 3.1.0

Can you also also do it for the field delete buttons?

mejo- commented 1 year ago

Given that delete undo is implemented now, this issue can be closed, no? Or am I missing anything @skjnldsv?

PhilippSchlesinger commented 1 year ago

@mejo- could you maybe give a hint (or even some screenshot) how this feature got implemented in the meantime? Did I really miss that out? When I delete a contact, I is simply gone. There is no undo dialog and no trashbin to restore from. (Contacts 5.2.0 on Nextcloud 25.0.6)

Thank you.

mejo- commented 1 year ago

Sorry, I got confused. You're right and there's no delete undo implemented yet. Sorry for the noise :see_no_evil:

joshtrichards commented 2 months ago

Sorry, I got confused. You're right and there's no delete undo implemented yet. Sorry for the noise 🙈

To be fair, there used to be. #1025