-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Do not store downloaded file if it is already attached #6197
Comments
This issue has been inactive for half a year. Since JabRef is constantly evolving this issue may not be relevant any longer and it will be closed in two weeks if no further activity occurs. As part of an effort to ensure that the JabRef team is focusing on important and valid issues, we would like to ask if you could update the issue if it still persists. This could be in the following form:
Thank you for your contribution! |
This issue is still relevant. @Article{ALHashemy2020,
author = {Rageed Hussein AL{-}Hashemy and Sadiq A. Mehdi},
journal = {J. Intell. Syst.},
title = {A New Algorithm Based on Magic Square and a Novel Chaotic System for Image Encryption},
year = {2020},
number = {1},
pages = {1202--1215},
volume = {29},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/journals/jois/AL-HashemyM20.bib},
doi = {10.1515/jisys-2018-0404},
file = {:ALHashemy2020 - A New Algorithm Based on Magic Square and a Novel Chaotic System for Image Encryption (1).pdf:PDF},
} Then Then @Article{ALHashemy2020,
author = {Rageed Hussein AL{-}Hashemy and Sadiq A. Mehdi},
journal = {J. Intell. Syst.},
title = {A New Algorithm Based on Magic Square and a Novel Chaotic System for Image Encryption},
year = {2020},
number = {1},
pages = {1202--1215},
volume = {29},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/journals/jois/AL-HashemyM20.bib},
doi = {10.1515/jisys-2018-0404},
file = {:ALHashemy2020 - A New Algorithm Based on Magic Square and a Novel Chaotic System for Image Encryption (2).pdf:PDF;:ALHashemy2020 - A New Algorithm Based on Magic Square and a Novel Chaotic System for Image Encryption (1).pdf:PDF},
} |
Hello, I would like to work on this issue |
A group of us from Adelaide University are going to work on this issue over the next 4 weeks. |
Hi, I think it has already been 4 weeks and I am interested in this issue. Could I try to fix it? |
201e022 Update trends-journals.csl (#6224) 46e6eed Update nottingham-trent-university-library-harvard.csl (#6220) 684bb48 Update politix.csl (#6199) c484b0b Update mcgill-fr.csl (#6198) cbcf2f2 Update mary-ann-liebert-vancouver.csl (#6218) 47174f0 Create journal-of-dairy-research.csl (#6195) fdd1eac Update harvard-anglia-ruskin-university.csl (#6196) 9e384d6 Create estonian-journal-of-earth-sciences.csl (#6194) afba9b7 Delete moore-theological-college.csl as per university (#6197) 644549f Create acta-medica-philippina.csl (#6192) 6566114 Update rassegna-degli-archivi-di-stato.csl (#6186) 3509a2f Update universidade-federal-de-sergipe-departamento-de-engenharia-de-… (#6187) de4845f Update mary-ann-liebert-vancouver.csl (#6213) 16828b6 Update ucl-university-college-apa.csl (#6172) c08613b Update ucl-university-college-harvard.csl (#6173) 028bad4 Create sociologia-ruralis.csl (#6170) 77d428c Update journal-of-plankton-research.csl (#6169) 92e1022 Update and rename dependent/journal-of-the-national-cancer-institute.… (#6168) 120efb1 Update journal of hearing science e503477 Create new-harts-rules-the-oxford-style-guide-author-date.csl (#6163) 49ab318 Create the-depositional-record.csl (#6159) f4f6920 Update and rename laser-and-photonics-reviews.csl to dependent/laser-… (#6165) d8ca4bc Update united-states-international-trade-commission.csl (#6162) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 201e022
Follow-up to #6174
When a user downloads a PDF - and this PDF equals to an already attached PDF, it should not be attached again.
Possible steps:
default.pdf
existsdefault (1).pdf
.default.pdf
equals file content ofdefault (1).pdf
(Use https://guava.dev/releases/21.0/api/docs/com/google/common/io/Files.html#equal-java.io.File-java.io.File-)default (1).pdf
. Show notification that already linked. Finish.The text was updated successfully, but these errors were encountered: