-
Notifications
You must be signed in to change notification settings - Fork 338
Comparing changes
Open a pull request
base repository: suitenumerique/docs
base: v2.5.0
head repository: suitenumerique/docs
compare: v2.6.0
- 14 commits
- 26 files changed
- 5 contributors
Commits on Mar 19, 2025
-
📝(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
Configuration menu - View commit details
-
Copy full SHA for 3a6105c - Browse repository at this point
Copy the full SHA 3a6105cView commit details
Commits on Mar 20, 2025
-
🐛(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.
Configuration menu - View commit details
-
Copy full SHA for 313acf4 - Browse repository at this point
Copy the full SHA 313acf4View commit details -
🚸(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.
Configuration menu - View commit details
-
Copy full SHA for 20d32ec - Browse repository at this point
Copy the full SHA 20d32ecView commit details
Commits on Mar 21, 2025
-
Correct language to not be past tense
Configuration menu - View commit details
-
Copy full SHA for b61a7a4 - Browse repository at this point
Copy the full SHA b61a7a4View commit details -
🌐(frontend) make Docs title translatable
The title of the docs page was not translatable. We now use the `t` function to translate the title.
Configuration menu - View commit details
-
Copy full SHA for a88d62e - Browse repository at this point
Copy the full SHA a88d62eView commit details -
💄(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.
Configuration menu - View commit details
-
Copy full SHA for 3839a2e - Browse repository at this point
Copy the full SHA 3839a2eView commit details -
🔒️(backend) require at least 5 characters to search for users
Listing users is made a little to easy for authenticated users.
Configuration menu - View commit details
-
Copy full SHA for eba926d - Browse repository at this point
Copy the full SHA eba926dView commit details -
🐛(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.
Configuration menu - View commit details
-
Copy full SHA for f9a91ed - Browse repository at this point
Copy the full SHA f9a91edView commit details -
🔒️(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.
Configuration menu - View commit details
-
Copy full SHA for 34dfb3f - Browse repository at this point
Copy the full SHA 34dfb3fView commit details -
🏷️(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.
Configuration menu - View commit details
-
Copy full SHA for 5db446e - Browse repository at this point
Copy the full SHA 5db446eView commit details -
🔒️(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.
Configuration menu - View commit details
-
Copy full SHA for 8473fac - Browse repository at this point
Copy the full SHA 8473facView commit details -
⚡️(frontend) search users with at least 5 characters
We now only search for users when the query is at least 5 characters long.
Configuration menu - View commit details
-
Copy full SHA for fb5400c - Browse repository at this point
Copy the full SHA fb5400cView commit details -
🩹(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.
Configuration menu - View commit details
-
Copy full SHA for a7edb38 - Browse repository at this point
Copy the full SHA a7edb38View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 14b2ade - Browse repository at this point
Copy the full SHA 14b2adeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.5.0...v2.6.0