Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thomiceli/opengist
base: v1.7.1
Choose a base ref
...
head repository: thomiceli/opengist
compare: master
Choose a head ref
  • 18 commits
  • 65 files changed
  • 12 contributors

Commits on Apr 23, 2024

  1. Update run-with-systemd.md (#254)

    Add documention how to use systemd without root access
    TehPeGaSuS committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e4bbd75 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat: add kubernetes deployment with kustomize (#258)

    Signed-off-by: Guilhem Lettron <[email protected]>
    guilhem committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a3a3d36 View commit details
    Browse the repository at this point in the history
  2. fix missing preview button when editing .md gist (#259)

    Co-authored-by: Dennis Sumser <[email protected]>
    demsr and Dennis Sumser committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6a8759e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on Apr 27, 2024

  1. Set Opengist version from git tags (#261)

    * Set Opengist version from git tags
    
    * Add volume for docker dev container
    thomiceli committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3551fd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Frontend fixes (#267)

    * Fix mermaid display
    
    * Move Login/Register buttons on mobile
    
    * Min width on avatar
    thomiceli committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1aa9429 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    e439d96 View commit details
    Browse the repository at this point in the history
  2. Translations update from Weblate (#271)

    * Translated using Weblate (Czech)
    
    Currently translated at 67.2% (162 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/cs/
    
    * Translated using Weblate (Czech)
    
    Currently translated at 67.2% (162 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/cs/
    
    * Translated using Weblate (Spanish)
    
    Currently translated at 64.7% (156 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/es/
    
    * Translated using Weblate (French)
    
    Currently translated at 73.8% (178 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/fr/
    
    * Translated using Weblate (Hungarian)
    
    Currently translated at 73.0% (176 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/hu/
    
    * Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 64.7% (156 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/pt_BR/
    
    * Translated using Weblate (Russian)
    
    Currently translated at 65.1% (157 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/ru/
    
    * Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 65.1% (157 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/zh_Hans/
    
    * Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 73.8% (178 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/zh_Hant/
    
    * Translated using Weblate (German)
    
    Currently translated at 73.4% (177 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/de/
    
    ---------
    
    Co-authored-by: Anonymous <[email protected]>
    Co-authored-by: Jiří Štefka <[email protected]>
    3 people committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1ec7759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0757c4e View commit details
    Browse the repository at this point in the history
  4. v1.7.2

    thomiceli committed May 4, 2024
    Configuration menu
    Copy the full SHA
    9b0c06d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    88f0f6e View commit details
    Browse the repository at this point in the history
  2. feat: add String method to visibility (#276)

    This allows templates that directly use `Private`, for example, to show a string rather than an int.
    
    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6836ded View commit details
    Browse the repository at this point in the history
  3. Translated using Weblate (Chinese (Simplified))

    Currently translated at 67.2% (162 of 241 strings)
    
    Translation: Opengist/Opengist
    Translate-URL: http:https://tr.opengist.io/projects/_/opengist/zh_Hans/
    578223592 authored and thomiceli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f705e87 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    97636b2 View commit details
    Browse the repository at this point in the history
  2. feat: make edit visibility a toggle (#277)

    * feat: make edit visibility a toggle
    
    Signed-off-by: jolheiser <[email protected]>
    
    * Tweak SVG dropdown icon size & color
    
    ---------
    
    Signed-off-by: jolheiser <[email protected]>
    Co-authored-by: Thomas Miceli <[email protected]>
    jolheiser and thomiceli committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2fd053a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Add a setting to allow anonymous access to individual gists while sti…

    …ll RequireLogin everywhere else (#229)
    
    * Add a setting to allow accessing individual gists without auth
    
    This is a middle ground between the existing setting "Require Login",
    which requires login to do anything at all, and having it off, which
    shows a public list of gists and more generally allows discovering info
    about the users/gists of the instance without login.
    
    The idea of this setting is that it is "require login" for everything
    except individual gists.
    
    Fixes #228.
    
    
    Co-authored-by: Thomas Miceli <[email protected]>
    lf- and thomiceli committed May 12, 2024
    Configuration menu
    Copy the full SHA
    22052bd View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    77d87ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38892d8 View commit details
    Browse the repository at this point in the history