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

WIP Restapi #628

Closed
wants to merge 35 commits into from
Closed

WIP Restapi #628

wants to merge 35 commits into from

Commits on Sep 21, 2022

  1. Add jaxrs copy over code

    Siedlerchr committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b29aaea View commit details
    Browse the repository at this point in the history
  2. try with jetty

    TODO fix javafx inject errors
    Siedlerchr committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c951839 View commit details
    Browse the repository at this point in the history
  3. fcking inject (

    Siedlerchr committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    96d917a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b38bd1 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/afterburner' into restApi

    * upstream/afterburner:
      Update afterburner to jakarta
    
    # Conflicts:
    #	build.gradle
    Siedlerchr committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8f8dff9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03bcdd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. test again

    Siedlerchr committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    7ce929b View commit details
    Browse the repository at this point in the history
  2. fix afterburner

    Siedlerchr committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    809a579 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Merge remote-tracking branch 'upstream/main' into restapi

    * upstream/main: (42 commits)
      Place subgroups w.r.t. alphabetical ordering (JabRef#9228)
      DOAB Fetcher now fetches ISBN and imprint fields where possible (JabRef#9229)
      ISSUE-9145: implement isbn fetcher (JabRef#9205)
      Remove explicit javafx jmod stuff (JabRef#9245)
      New Crowdin updates (JabRef#9239)
      Support Arabic language (JabRef#9243)
      Process CLI arguments before starting gui (JabRef#9217)
      Update README Decision Records link (JabRef#9241)
      Opening a file removes duplicate keywords and triggers lib changed (JabRef#9216)
      New Crowdin updates (JabRef#9237)
      Add Ukrainian as language (JabRef#9236)
      Add ADR-0026 on using Swing's FileChooser (JabRef#9235)
      Log exception (JabRef#9227)
      Fix archunit (JabRef#9234)
      Bump tika-core from 2.4.1 to 2.5.0 (JabRef#9232)
      Check group type before showing dialog in edit group (JabRef#8909)
      Fix unexpected closing of preferences dialog (JabRef#9225)
      Fix typo in connection error message (JabRef#9226)
      Improve VSCode config (JabRef#9218)
      Searching for an entry on the web shouldn't take forever (JabRef#9199)
      ...
    
    # Conflicts:
    #	build.gradle
    #	lib/afterburner.fx.jar
    #	src/main/java/org/jabref/cli/Launcher.java
    #	src/main/java/org/jabref/gui/EntryTypeView.java
    #	src/main/java/org/jabref/gui/auximport/FromAuxDialog.java
    #	src/main/java/org/jabref/gui/bibtexextractor/ExtractBibtexDialog.java
    #	src/main/java/org/jabref/gui/collab/ExternalChangesResolverDialog.java
    #	src/main/java/org/jabref/gui/commonfxcontrols/CitationKeyPatternPanel.java
    #	src/main/java/org/jabref/gui/contentselector/ContentSelectorDialogView.java
    #	src/main/java/org/jabref/gui/customentrytypes/CustomizeEntryTypeDialogView.java
    #	src/main/java/org/jabref/gui/documentviewer/DocumentViewerView.java
    #	src/main/java/org/jabref/gui/edit/ManageKeywordsDialog.java
    #	src/main/java/org/jabref/gui/entryeditor/EntryEditor.java
    #	src/main/java/org/jabref/gui/entryeditor/fileannotationtab/FileAnnotationTabView.java
    #	src/main/java/org/jabref/gui/errorconsole/ErrorConsoleView.java
    #	src/main/java/org/jabref/gui/exporter/CreateModifyExporterDialogView.java
    #	src/main/java/org/jabref/gui/externalfiles/UnlinkedFilesDialogView.java
    #	src/main/java/org/jabref/gui/help/AboutDialogView.java
    #	src/main/java/org/jabref/gui/importer/ImportCustomEntryTypesDialog.java
    #	src/main/java/org/jabref/gui/importer/ImportEntriesDialog.java
    #	src/main/java/org/jabref/gui/integrity/IntegrityCheckDialog.java
    #	src/main/java/org/jabref/gui/libraryproperties/AbstractPropertiesTabView.java
    #	src/main/java/org/jabref/gui/libraryproperties/LibraryPropertiesView.java
    #	src/main/java/org/jabref/gui/libraryproperties/constants/ConstantsPropertiesView.java
    #	src/main/java/org/jabref/gui/libraryproperties/general/GeneralPropertiesView.java
    #	src/main/java/org/jabref/gui/libraryproperties/keypattern/KeyPatternPropertiesView.java
    #	src/main/java/org/jabref/gui/libraryproperties/saving/SavingPropertiesView.java
    #	src/main/java/org/jabref/gui/linkedfile/LinkedFileEditDialogView.java
    #	src/main/java/org/jabref/gui/openoffice/ManageCitationsDialogView.java
    #	src/main/java/org/jabref/gui/openoffice/StyleSelectDialogView.java
    #	src/main/java/org/jabref/gui/preferences/AbstractPreferenceTabView.java
    #	src/main/java/org/jabref/gui/preferences/PreferencesDialogView.java
    #	src/main/java/org/jabref/gui/preferences/customexporter/CustomExporterTab.java
    #	src/main/java/org/jabref/gui/preferences/externalfiletypes/EditExternalFileTypeEntryDialog.java
    #	src/main/java/org/jabref/gui/preferences/journals/JournalAbbreviationsTab.java
    #	src/main/java/org/jabref/gui/preferences/keybindings/KeyBindingsTab.java
    #	src/main/java/org/jabref/gui/preferences/preview/PreviewTab.java
    #	src/main/java/org/jabref/gui/preferences/protectedterms/ProtectedTermsTab.java
    #	src/main/java/org/jabref/gui/search/GlobalSearchResultDialog.java
    #	src/main/java/org/jabref/gui/shared/SharedDatabaseLoginDialogView.java
    #	src/main/java/org/jabref/gui/slr/ManageStudyDefinitionView.java
    #	src/main/java/org/jabref/gui/texparser/ParseLatexDialogView.java
    #	src/main/java/org/jabref/gui/texparser/ParseLatexResultView.java
    Siedlerchr committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    607cb2a View commit details
    Browse the repository at this point in the history
  2. Fix conflicts

    Siedlerchr committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    9293da1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. cleanup

    Siedlerchr committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    698e88f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Merge remote-tracking branch 'upstream/main' into restapi

    * upstream/main: (244 commits)
      Use Set instead of List for custom journal abbreviations (JabRef#9515)
      Delete snap.yml (JabRef#9526)
      New Crowdin updates (JabRef#9523)
      Fix not on fx thread error when downloading file (JabRef#9522)
      Fix downloading in case of circular redirect (JabRef#9519)
      Typo: sucess -> success (JabRef#9520)
      New Crowdin updates (JabRef#9517)
      Add CHANGELOG.md entry for 9472
      Fix journal abbbrev checker for curly braces (JabRef#9504)
      Remove journal_abbreviations_ieee_strings.csv from journal lists (JabRef#9511)
      Bump mockito-core from 4.10.0 to 4.11.0 (JabRef#9513)
      Bump lucene-core from 9.4.1 to 9.4.2 (JabRef#9512)
      Bump checkstyle from 10.5.0 to 10.6.0 (JabRef#9514)
      Create a better solution for define multi line fields (JabRef#9456)
      Check links once a month
      Really ignore CHANGELOG.md in link check
      Fix spaces
      Add missing dots
      Squashed 'buildres/csl/csl-styles/' changes from 84dba23..43566f2
      try to repack deb file (JabRef#9506)
      ...
    Siedlerchr committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4638d77 View commit details
    Browse the repository at this point in the history
  2. fix compile errors

    Siedlerchr committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    bcca5cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd77dce View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    4640087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ee546 View commit details
    Browse the repository at this point in the history
  3. Remove one dependency

    koppor committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    1b4c30d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Merge remote-tracking branch 'origin/main' into restapi

    # Conflicts:
    #	build.gradle
    koppor committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    67280b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bbb1db View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle

    koppor committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5c448de View commit details
    Browse the repository at this point in the history
  4. Remove duoble dependency entry

    koppor committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6095223 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82492fd View commit details
    Browse the repository at this point in the history
  6. Endless startup...

    koppor committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    bf659ea View commit details
    Browse the repository at this point in the history
  7. Get server to run

    - Add log if server cannot start
    - Refine root page
    koppor committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    636873d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f8302b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b1fa9d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Fix checkstyle

    koppor authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    cf14659 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into restapi

    * upstream/main: (26 commits)
      Remove bibtexml.xsd (We don't support BibTeXML any more)
      Rewrite code of MedlineImporter (JabRef#9673)
      Rename variable and add more documentation
      Fix checkstyle
      Add hanling of "field = {content\}"
      Add link to PR
      Add link to PR.
      JabRef writes a new backup file only if there is a change.
      Add debug output to log.txt
      Refine logging howto
      Change log level for non-found files during PDF indexing
      Initial ImportHandlerTest
      Streamline AppDirs paths
      add a clear history button in sub-menu
      Removed redundant list
      add for en.properties
      add Localization.lang for string
      correct changelog
      add test for getLastSearchHistory and change HashLinkedSet to ArrayList
      fix the checkstlye
      ...
    Siedlerchr committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    ba80857 View commit details
    Browse the repository at this point in the history
  3. fix starting error

    Siedlerchr committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    0c2c30c View commit details
    Browse the repository at this point in the history
  4. fix jlink dupliate module

    Siedlerchr committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    306d731 View commit details
    Browse the repository at this point in the history
  5. run in background thread

    Siedlerchr committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    a0799b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Merge remote-tracking branch 'upstream/main' into restapi

    * upstream/main:
      Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 in /buildSrc
      Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7
      Bump org.apache.tika:tika-core from 2.6.0 to 2.7.0
      Bump hmarr/auto-approve-action from 3.2.0 to 3.2.1
      Bump actions/deploy-pages from 1 to 2
      Bump org.eclipse.jgit:org.eclipse.jgit
      Bump org.mockito:mockito-core from 5.1.1 to 5.2.0
    Siedlerchr committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    21b20f1 View commit details
    Browse the repository at this point in the history
  2. remove tika

    Siedlerchr committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3b14255 View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle

    koppor committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e734892 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge branch 'main' into restapi

    # Conflicts:
    #	src/main/java/org/jabref/logic/layout/format/MarkdownFormatter.java
    koppor committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1aacc96 View commit details
    Browse the repository at this point in the history