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

Implementation of an app provider for Overleaf #4084

Merged
merged 33 commits into from
Aug 25, 2023

Commits on Aug 3, 2023

  1. Add air config example

    javfg authored and Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4a9e517 View commit details
    Browse the repository at this point in the history
  2. temporary workaround for EOS-5754 (cs3org#45)

    labkode authored and Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2b3033d View commit details
    Browse the repository at this point in the history
  3. Initial implementation of an app provider for Overleaf

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f363551 View commit details
    Browse the repository at this point in the history
  4. Added changelog

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f5b5946 View commit details
    Browse the repository at this point in the history
  5. Fixed New function and updated config

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2eea3ea View commit details
    Browse the repository at this point in the history
  6. Updated description of folder_base_url to better fit use case

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4929172 View commit details
    Browse the repository at this point in the history
  7. Improved request and made use of Target and Action fields

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5fd9014 View commit details
    Browse the repository at this point in the history
  8. Added checks for when a project is exported twice

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e432edd View commit details
    Browse the repository at this point in the history
  9. Improved date format and naming of meta data

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7253754 View commit details
    Browse the repository at this point in the history
  10. wrapped errors to be more descriptive

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6c967c8 View commit details
    Browse the repository at this point in the history
  11. Improved config

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f62ae90 View commit details
    Browse the repository at this point in the history
  12. Adding context to New

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6223596 View commit details
    Browse the repository at this point in the history
  13. Linting

    Adriana Baldacchino committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2ee5f9f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Removing a check in http appprovider service so it allows folders

    Adriana Baldacchino committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    23b1f15 View commit details
    Browse the repository at this point in the history
  2. Fixed check

    Adriana Baldacchino committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ae197f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Improving external attribute names and adding name attribute

    Adriana Baldacchino committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e6da495 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Moved overleaf app provider to a service

    Adriana Baldacchino committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fc5816d View commit details
    Browse the repository at this point in the history
  2. Adapted Overleaf New fn and removed from loaders

    Adriana Baldacchino committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8d6c4f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Base encoding project name to avoid problem with spaces

    Adriana Baldacchino committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    aa756de View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Refactoring out features common to import and export

    Adriana Baldacchino committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2d25a99 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Removing unnecessary files for air config

    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4242461 View commit details
    Browse the repository at this point in the history
  2. Updating parsing of config

    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f960ddb View commit details
    Browse the repository at this point in the history
  3. Refactoring and adding required property to fields

    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c300c65 View commit details
    Browse the repository at this point in the history
  4. Refactoring Handler, resource id and deleting unnecessary file

    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    926d3fa View commit details
    Browse the repository at this point in the history
  5. Revert "Refactoring Handler, resource id and deleting unnecessary file"

    This reverts commit 926d3fa.
    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    26e5160 View commit details
    Browse the repository at this point in the history
  6. Revert "temporary workaround for EOS-5754 (cs3org#45)"

    This reverts commit 2b3033d.
    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ec18636 View commit details
    Browse the repository at this point in the history
  7. Refactoring id and handler

    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f7abf7a View commit details
    Browse the repository at this point in the history
  8. Restricting token to scope of resource

    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c6f595a View commit details
    Browse the repository at this point in the history
  9. Added changelog

    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    752f5d0 View commit details
    Browse the repository at this point in the history
  10. Change validateQuery to getExportRequest which validates parameters

    Adriana Baldacchino committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    03ef853 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    996367a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Removing unnecessary leftover check

    Adriana Baldacchino committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c176fe4 View commit details
    Browse the repository at this point in the history
  2. Linting

    abaldacchino committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7295890 View commit details
    Browse the repository at this point in the history