Skip to content
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

Integrates fetching citation counts online (Google Scholar, Semantic Scholar and OpenCitations), integrates a general structure for fechting reference metadata and integrates a general websocket server for JabRef #5943

Closed
wants to merge 80 commits into from

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    75132ea View commit details
    Browse the repository at this point in the history
  2. extension

    systemoperator committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6d03ac8 View commit details
    Browse the repository at this point in the history
  3. correcting KeyBinding

    systemoperator committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    0b7343c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Configuration menu
    Copy the full SHA
    22145ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b2b1f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Configuration menu
    Copy the full SHA
    42b868d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d57cea1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. JabRefWebsocketServer: startup/shutdown registered; shutdown hook add…

    …ed; heartbeat; subscribe/unsubscribe mechanism; refactoring; ...
    systemoperator committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    665d1b7 View commit details
    Browse the repository at this point in the history
  2. refactoring, extension

    systemoperator committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    032a908 View commit details
    Browse the repository at this point in the history
  3. refactoring

    systemoperator committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    d0c3d75 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    9a4d9ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56c1e69 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    575c5f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    c397f45 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. minor changes

    systemoperator committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    91b2adb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into citation-counts

    # Conflicts:
    #	src/main/java/module-info.java
    systemoperator committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    32d7400 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. refactoring, extension

    systemoperator committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    4325489 View commit details
    Browse the repository at this point in the history
  2. minor changes

    systemoperator committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9eb0e4f View commit details
    Browse the repository at this point in the history
  3. functional dump

    systemoperator committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    057b13b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    39362ec View commit details
    Browse the repository at this point in the history
  2. cleanup

    systemoperator committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    1f324c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    99e5d77 View commit details
    Browse the repository at this point in the history
  2. extension

    systemoperator committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    ac89007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4382482 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1d10ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    395b99b View commit details
    Browse the repository at this point in the history
  6. refactoring

    systemoperator committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    42b04d8 View commit details
    Browse the repository at this point in the history
  7. minor changes

    systemoperator committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    d949eb6 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into citation-counts

    # Conflicts:
    #	build.gradle
    #	src/main/java/module-info.java
    systemoperator committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    07a4016 View commit details
    Browse the repository at this point in the history
  9. changelog updated

    systemoperator committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    2dddb05 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. changing field type

    systemoperator committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    c887fc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b68a648 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. progress bar improved

    systemoperator committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    17c8878 View commit details
    Browse the repository at this point in the history
  2. small fix

    systemoperator committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    c8604f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce8ce2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. resolve abbreviations; debug message added in case the given port for…

    … the JabRefWebsocketServer will not be used;
    systemoperator committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    9f48fd2 View commit details
    Browse the repository at this point in the history
  2. code style updated

    systemoperator committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    511e503 View commit details
    Browse the repository at this point in the history
  3. refactoring

    systemoperator committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    eb68e09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10ae06b View commit details
    Browse the repository at this point in the history
  5. code quality

    systemoperator committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    599741c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. localization

    systemoperator committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    dfdb9dc View commit details
    Browse the repository at this point in the history
  2. translation en

    systemoperator committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e7b8773 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. translations

    systemoperator committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    a5b1aaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb3fb8 View commit details
    Browse the repository at this point in the history
  3. localization

    systemoperator committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    df2118e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    73ef19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0866a98 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    e7f217f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afbbe4e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into citation-counts

    # Conflicts:
    #	src/main/java/org/jabref/gui/JabRefFrame.java
    #	src/main/resources/l10n/JabRef_en.properties
    systemoperator committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    fa4be18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c69fca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a56a5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a37291 View commit details
    Browse the repository at this point in the history
  7. integrate Optionals

    systemoperator committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    c9e61fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c19d22e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44041c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c08a96 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Merge branch 'local-tooltips' into citation-counts

    # Conflicts:
    #	src/main/resources/l10n/JabRef_en.properties
    systemoperator committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    9267a45 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    e0754b5 View commit details
    Browse the repository at this point in the history
  2. reduce nesting

    systemoperator committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    dcf0e66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d684755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4158caa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a56bac View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    24ce4d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    5b76d3e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Merge remote-tracking branch 'upstream/master' into citation-counts

    # Conflicts:
    #	src/main/java/module-info.java
    systemoperator committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    967d134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de6dbb4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    2331754 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. checkstyle

    systemoperator committed May 15, 2020
    Configuration menu
    Copy the full SHA
    915227f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b035310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3151ab View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Merge remote-tracking branch 'upstream/master' into citation-counts

    # Conflicts:
    #	src/main/java/org/jabref/gui/preferences/TableColumnsTabViewModel.java
    systemoperator committed May 29, 2020
    Configuration menu
    Copy the full SHA
    893324b View commit details
    Browse the repository at this point in the history
  2. add field

    systemoperator committed May 29, 2020
    Configuration menu
    Copy the full SHA
    8b46044 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge remote-tracking branch 'upstream/master' into citation-counts

    # Conflicts:
    #	src/main/java/org/jabref/model/entry/field/InternalField.java
    systemoperator committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    aebf2b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Merge remote-tracking branch 'upstream/master' into citation-counts

    # Conflicts:
    #	src/main/java/module-info.java
    #	src/main/java/org/jabref/gui/JabRefFrame.java
    systemoperator committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    f5dc536 View commit details
    Browse the repository at this point in the history
  2. annotations added

    systemoperator committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    70e2022 View commit details
    Browse the repository at this point in the history
  3. checkstyle

    systemoperator committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    541bdb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. refactoring

    systemoperator committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    8552691 View commit details
    Browse the repository at this point in the history
  2. refactoring

    systemoperator committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    29bf17a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    756f342 View commit details
    Browse the repository at this point in the history