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: suitenumerique/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: suitenumerique/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 14 commits
  • 26 files changed
  • 5 contributors

Commits on Mar 19, 2025

  1. 📝(doc) add publiccode.yml (#770)

    publiccode.yml is a standard for describing Free Software projects,
    similar to other initiatives such as https://codemeta.github.io.
    
    It is particularly suitable for describing projects funded by public
    administrations. See https://github.com/publiccodeyml/publiccode.yml
    bzg authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    3a6105c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. 🐛(back) allow only images to be used with the cors-proxy

    The cors-proxy endpoint allowed to use every type of files and to
    execute it in the browser. We limit the scope only to images and
    Content-Security-Policy and Content-Disposition headers are also added
    to not allow script execution that can be present in a SVG file.
    lunika committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    313acf4 View commit details
    Browse the repository at this point in the history
  2. 🚸(frontend) ctrl+k modal not when editor is focused

    ctrl+k interaction was as well used in the editor.
    So if the user has a focus on the editor, we don't
    open the searchmodal.
    AntoLC committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    20d32ec View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. 📝(docs) fix typo

    Correct language to not be past tense
    buffer51 authored and AntoLC committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    b61a7a4 View commit details
    Browse the repository at this point in the history
  2. 🌐(frontend) make Docs title translatable

    The title of the docs page was not translatable.
    We now use the `t` function to translate the title.
    AntoLC committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    a88d62e View commit details
    Browse the repository at this point in the history
  3. 💄(frontend) improve contrast of Beta icon

    The colors of the Beta icon were not contrasted
    enough. This was posing an accessibility issue.
    We now use a more contrasted color.
    AntoLC committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    3839a2e View commit details
    Browse the repository at this point in the history
  4. 🔒️(backend) require at least 5 characters to search for users

    Listing users is made a little to easy for authenticated users.
    sampaccoud authored and lunika committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    eba926d View commit details
    Browse the repository at this point in the history
  5. 🐛(backend) stop returning inactive users on the list endpoint

    inactive users should not be returned as we don't want users to be
    able to share new documents with them.
    sampaccoud authored and lunika committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    f9a91ed View commit details
    Browse the repository at this point in the history
  6. 🔒️(back) remove pagination and limit to 5 for user list endpoint

    The user list endpoint does not use anymore a pagination, the results is
    directly return in a list and the max results returned is limited to 5.
    In order to modify this limit the settings API_USERS_LIST_LIMIT is
    used.
    lunika committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    34dfb3f View commit details
    Browse the repository at this point in the history
  7. 🏷️(frontend) adapt type for user search

    The response from the user request is now an
    array of users, we don't paginate anymore.
    We adapt the types to reflect this.
    AntoLC authored and lunika committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    5db446e View commit details
    Browse the repository at this point in the history
  8. 🔒️(back) throttle user list endpoint

    The user list endpoint is throttle to avoid users discovery. The
    throttle is set to 500 requests per day. This can be changed using the
    settings API_USERS_LIST_THROTTLE_RATE.
    lunika committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    8473fac View commit details
    Browse the repository at this point in the history
  9. ⚡️(frontend) search users with at least 5 characters

    We now only search for users when the query
    is at least 5 characters long.
    AntoLC authored and lunika committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    fb5400c View commit details
    Browse the repository at this point in the history
  10. 🩹(frontent) change selector to block cmd+k

    Multiple ctrl+k could open the search modal, we
    change the selector, now if the toolbar is displayed
    we don't open the search modal.
    AntoLC committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    a7edb38 View commit details
    Browse the repository at this point in the history
  11. 🔖(minor) release 2.6.0

    Added:
    - 📝(doc) add publiccode.yml
    
    Changed
    - 🚸(frontend) ctrl+k modal not when editor is focused
    
    Fixed:
    - 🐛(back) allow only images to be used with
      the cors-proxy
    - 🐛(backend) stop returning inactive users
      on the list endpoint
    - 🔒️(backend) require at least 5 characters
      to search for users
    - 🔒️(back) throttle user list endpoint
    - 🔒️(back) remove pagination and limit to
       5 for user list endpoint
    AntoLC committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    14b2ade View commit details
    Browse the repository at this point in the history
Loading