| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -22/+14 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 4 | -4/+4 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -4/+4 |
* | fix: ensure array returned from getMountsForFileId is continious | Robin Appelman | 2024-08-02 | 1 | -2/+2 |
* | fix: make usermountcache compatible with sharding | Robin Appelman | 2024-07-17 | 1 | -5/+5 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 7 | -138/+24 |
* | fix: Remove incorrect default null value | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 4 | -4/+4 |
* | Revert "don't perform an explicit setup when using the file cache" | Joas Schilling | 2024-03-07 | 1 | -1/+1 |
* | Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setup | John Molakvoæ | 2024-03-07 | 1 | -1/+1 |
|\ |
|
| * | fix: fix user folder init | Robin Appelman | 2024-03-06 | 1 | -1/+1 |
* | | fix: clearify logic around getMountsForFileId filtering | Robin Appelman | 2024-03-06 | 1 | -2/+9 |
* | | Revert "Filter mounts for file id before trying to get user information" | Robin Appelman | 2024-03-06 | 1 | -16/+4 |
* | | perf: use lazy user in UserMountCache for getting user for cached mount | Robin Appelman | 2024-03-06 | 1 | -6/+4 |
|/ |
|
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -6/+1 |
* | only get the path for the users cached mount info when we use it | Robin Appelman | 2024-02-09 | 2 | -15/+113 |
* | optimize UserMountCache::registerStorage | Robin Appelman | 2023-11-16 | 3 | -57/+61 |
* | Merge pull request #39044 from nextcloud/more-empty-mount-checking | Robin Appelman | 2023-10-24 | 1 | -0/+5 |
|\ |
|
| * | add more checks to ensure mounts aren't empty | Robin Appelman | 2023-09-12 | 1 | -0/+5 |
* | | enh(IMountManager): Add method to get MountPoint from CachedMountInfo | Jonas | 2023-10-23 | 1 | -1/+1 |
* | | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -1/+1 |
|/ |
|
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | allow storing multiple mounts for the same rootid in the mount cache | Robin Appelman | 2023-04-28 | 1 | -17/+19 |
* | Add transaction around mass mounts operations | Joas Schilling | 2023-03-07 | 1 | -12/+19 |
* | more filesystem setup performance instrumentation | Robin Appelman | 2023-02-10 | 2 | -14/+36 |
* | fix updating cached mounts that didn't have their mount provider set previously | Robin Appelman | 2022-08-16 | 1 | -1/+6 |
* | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
* | Add stricter psalm type for CappedMemoryCache | Carl Schwan | 2022-05-12 | 1 | -20/+7 |
* | Merge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation... | Carl Schwan | 2022-04-27 | 1 | -1/+1 |
|\ |
|
| * | Make the binary operation order explicit | Joas Schilling | 2022-04-21 | 1 | -1/+1 |
* | | only register mounts that are new from providers that are new during a full s... | Robin Appelman | 2022-04-21 | 1 | -0/+4 |
|/ |
|
* | allow getting mounts by providers | Robin Appelman | 2022-04-04 | 1 | -2/+2 |
* | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 1 | -10/+3 |
|\ |
|
| * | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -10/+3 |
* | | Make phpcs happy in MountProviderCollection | Vincent Petry | 2022-03-24 | 1 | -2/+2 |
* | | Apply suggestions from code review | Robin Appelman | 2022-03-24 | 1 | -7/+8 |
* | | add comment for getMountForPath loop | Robin Appelman | 2022-03-24 | 1 | -0/+2 |
* | | fix method name | Robin Appelman | 2022-03-24 | 1 | -1/+1 |
* | | don't double setup provider when calling `setupForUser` after `setupForPath` | Robin Appelman | 2022-03-24 | 1 | -3/+8 |
* | | update cached mounts when only specific providers have been setup | Robin Appelman | 2022-03-24 | 1 | -1/+6 |
* | | allow getting mounts by provider | Robin Appelman | 2022-03-24 | 1 | -6/+16 |
* | | allow getting cached mounts by path from the mount cache | Robin Appelman | 2022-03-24 | 1 | -0/+33 |
|/ |
|
* | move user mountpoint setup to setupmanager | Robin Appelman | 2022-03-04 | 1 | -10/+0 |
* | move teardown logic to SetupManager | Robin Appelman | 2022-03-04 | 1 | -0/+6 |
* | more type hints for ICachedMountInfo and IMountManager | Robin Appelman | 2022-03-04 | 3 | -49/+25 |
* | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 4 | -16/+60 |
* | Merge pull request #26494 from rigrig/fix-php8-deprecations | Morris Jobke | 2021-06-07 | 1 | -1/+1 |
|\ |
|
| * | Fix functions taking optional parameters before required ones | Richard de Boer | 2021-05-29 | 1 | -1/+1 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 6 | -7/+1 |
|/ |
|