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

Copy citation file content, in APA and BibTex format, on repo home page #19999

Merged
merged 55 commits into from
Nov 11, 2022
Merged

Copy citation file content, in APA and BibTex format, on repo home page #19999

merged 55 commits into from
Nov 11, 2022

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    003f608 View commit details
    Browse the repository at this point in the history
  2. add: add template to handle citation file on repo home page (same loo…

    …k than clone repo section), add js lib (citation-js) to convert cff format to apa and bibtex (front-side because no lib in go)
    sarrooo committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5dbffa0 View commit details
    Browse the repository at this point in the history
  3. fix: fix lint errors

    sarrooo committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    711fcaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0c02a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdb76c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. fix: fix test crash when server render file (add check if we are at /…

    … of the repo), and add ctx error
    sarrooo committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    344c926 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/citation-file' of github.com:Nolann71/gitea int…

    …o feature/citation-file
    sarrooo committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    6284a7c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Update routers/web/repo/view.go

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    sarrooo and Gusted authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8c69928 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. fix: gusted suggested fixes

    sarrooo committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    287c687 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

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

Commits on Jul 14, 2022

  1. Update templates/repo/citation_buttons.tmpl

    Replace i18n by locale
    
    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    sarrooo and Gusted authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d07052e View commit details
    Browse the repository at this point in the history
  2. Update templates/repo/home.tmpl

    replace i18n by locale
    
    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    sarrooo and Gusted authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    10c9949 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0cf481 View commit details
    Browse the repository at this point in the history
  4. fix: fix package-lock json

    sarrooo committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    abcde25 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    586f9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f1acd View commit details
    Browse the repository at this point in the history
  3. fix: fix frontend lint

    sarrooo committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    15618d5 View commit details
    Browse the repository at this point in the history
  4. fix: fix package-lock.json

    sarrooo committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    ce5a37a View commit details
    Browse the repository at this point in the history
  5. fix: fix backend lint

    sarrooo committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    e62420f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. fix: move citation functions from repo-common.js to citation.js, add …

    …lazy-load for citation-js package
    sarrooo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    24841e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b57fb0e View commit details
    Browse the repository at this point in the history
  3. fix: fix lazy-load

    sarrooo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    600b057 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38dd4a6 View commit details
    Browse the repository at this point in the history
  5. fix: remove string into locale-fr-FR to use https://crowdin.com/proje…

    …ct/gitea, change lang into citation format
    sarrooo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    134cdad View commit details
    Browse the repository at this point in the history
  6. fix: fix package-lock.json

    sarrooo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    af4b319 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    be912ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e84d1f View commit details
    Browse the repository at this point in the history
  3. merge: merge main

    sarrooo committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b50ad8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6583f38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef0b8da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae70a3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d407e5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1592af9 View commit details
    Browse the repository at this point in the history
  9. fix: remove inline script

    sarrooo committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3180c00 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

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

Commits on Nov 3, 2022

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

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    14c99d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df0438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7498f94 View commit details
    Browse the repository at this point in the history
  4. fix: fix lint-fronted

    sarrooo committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    04d2bef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea6360e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

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

Commits on Nov 8, 2022

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

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    f2f0bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d14c968 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    649b745 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    e4f0287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be7ba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05cd7c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99136ac View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    75e7324 View commit details
    Browse the repository at this point in the history
  2. fix: change space to tab

    sarrooo committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    a62b1d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2cf5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9991e9a View commit details
    Browse the repository at this point in the history