beromir / Servas

A self-hosted bookmark management tool.
https://servas.app
GNU General Public License v3.0
533 stars 28 forks source link

Remove Duplicate Links #58

Closed pauloacosta closed 1 year ago

pauloacosta commented 1 year ago

Please create the functionality to remove duplicate links from my favorites already in my database.

beromir commented 1 year ago

With the latest version it is now possible to delete duplicate links of a specific user via the command line. Have a look at PR #65. When adding a new link Servas also checks if the link already exists in the DB to avoid duplicate links.