Benjamin Gaussorgues
Benjamin Gaussorgues
* Resolves: #42823 ## Summary Add cache for `authtoken` lookup ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits - [ ] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests),...
## Summary When we store an expiration date for a share, we store only the date, without time. If an user is in UTC + 9 and share a file...
### Content Introduce a configuration builder based on JSON files: - `major_versions.json` declare all Nextcloud major versions with end of life and minimal supported PHP version - `releases.json` list all...
## Summary Display user search provider in "Places" when browsing disabled and admin users Backend part of #44936
EOL flag is now computed when serving response ### Pro - Will send EOL flag as soon as EOL date is reached, without changing the `config.php` - Add EOL date...
* Ref: #45102 ## Summary * Implements WebDav pagination by reusing code from #10880 * Need a release of https://github.com/sabre-io/dav/pull/1549 ## Test Until a new version of sabre is released,...
* Resolves: #46777 ## Summary - Remove DISTINCT clause to fix PgSQL - Use data from users only if necessary (search) - Don't show people who never connected in active...
## Summary Reduce the number of query by getting shares by group instead of checking if a share exists for each share type ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting)...
**Describe the bug** Sidebar isn't closed even if related item isn't show anymore **To Reproduce** Steps to reproduce the behavior: 1. In photo app, open a photo 2. Open the...