Benjamin Gaussorgues

Results 9 issues of 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),...

enhancement
3. to review
performance 🚀

## 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...

3. to review
feature: sharing
backport-request

### 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...

enhancement

## Summary Display user search provider in "Places" when browsing disabled and admin users Backend part of #44936

bug
3. to review
backport-request
php

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...

enhancement

* 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,...

2. developing
feature: dav

* 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...

bug
2. developing
backport-request

## 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)...

2. developing
php
performance 🚀

**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...

bug
0. Needs triage