Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #31828 from nextcloud/fix/do-not-ignore-deleteGroup-result | Côme Chilliet | 2022-04-04 | 1 | -2/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Do not ignore return value of deleteGroup from backend | Côme Chilliet | 2022-04-04 | 1 | -2/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #31734 from nextcloud/dav-quota-dont-query | Robin Appelman | 2022-04-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | dont re-query fileinfo when getting dav quota | Robin Appelman | 2022-03-28 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #31816 from nextcloud/bugfix/noid/deduplicate-storage-id-b... | Joas Schilling | 2022-04-04 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Deduplicate storage ids in list before reusing | Joas Schilling | 2022-04-04 | 1 | -0/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #31776 from nextcloud/storage-id-cache-bi-directional | Robin Appelman | 2022-04-04 | 2 | -16/+32 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | cache storage id mapping both ways | Robin Appelman | 2022-03-31 | 2 | -16/+32 | |
* | | | | | | | Merge pull request #30823 from nextcloud/work/profiler | Carl Schwan | 2022-04-04 | 30 | -157/+1834 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 30 | -157/+1834 | |
* | | | | | | | Merge pull request #31737 from nextcloud/fix/oc_oauth2_migration | Joas Schilling | 2022-03-31 | 1 | -13/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Wrap oauth2 migrations inside conditions | Louis Chemineau | 2022-03-31 | 1 | -13/+24 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to... | Côme Chilliet | 2022-03-31 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Ensure string column limit of 4.000 characters | Joas Schilling | 2022-03-25 | 1 | -0/+4 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Build autoloader with new composer version | Côme Chilliet | 2022-03-30 | 5 | -29/+10 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-30 | 4 | -22/+24 | |
* | | | | | Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2 | Vincent Petry | 2022-03-29 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add direct arg to login flow | Vincent Petry | 2022-03-28 | 1 | -0/+3 | |
* | | | | | | Merge pull request #31632 from Maaxxs/fix-undefined-index-dav | Louis | 2022-03-29 | 1 | -3/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use the null coalescing operator to set the value of `size`. | Max Kunzelmann | 2022-03-28 | 1 | -1/+1 | |
| * | | | | | | Set `mtime` to null instead of false if `getlastmodified` does not exist. | Max Kunzelmann | 2022-03-23 | 1 | -1/+1 | |
| * | | | | | | Fix typo. | Max Kunzelmann | 2022-03-20 | 1 | -1/+1 | |
| * | | | | | | Fixes the undefined index error with the DAV property getlastmodified | Max Kunzelmann | 2022-03-20 | 1 | -2/+5 | |
* | | | | | | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 48 | -394/+236 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix log level for exception in QueryBuilder | Côme Chilliet | 2022-03-24 | 1 | -1/+1 | |
| * | | | | | | | Fix codestyle | Côme Chilliet | 2022-03-24 | 4 | -4/+0 | |
| * | | | | | | | Fixing psalm errors | Côme Chilliet | 2022-03-24 | 1 | -9/+9 | |
| * | | | | | | | Adapt more code to migration to LoggerInterface | Côme Chilliet | 2022-03-24 | 6 | -46/+48 | |
| * | | | | | | | Adapted Server to logger migration in constructors | Côme Chilliet | 2022-03-24 | 1 | -17/+25 | |
| * | | | | | | | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 42 | -335/+171 | |
* | | | | | | | | Merge pull request #31696 from nextcloud/fix/user_ldap-fix-migration-lengthch... | Côme Chilliet | 2022-03-29 | 4 | -0/+54 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Fix LENGTH function name across databases | Côme Chilliet | 2022-03-28 | 3 | -1/+13 | |
| * | | | | | | | Use OCTET_LENGTH which is more common than LENGTHB | Côme Chilliet | 2022-03-24 | 2 | -1/+7 | |
| * | | | | | | | Add octetLength and charLength to function builder, and tests | Côme Chilliet | 2022-03-24 | 3 | -0/+36 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #30276 from nextcloud/feature/add_oauth2_migration | Louis | 2022-03-28 | 4 | -4/+121 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add oauth2_clients migration for Owncloud | Louis Chemineau | 2022-03-24 | 4 | -4/+121 | |
* | | | | | | | Merge pull request #31265 from nextcloud/fs-limited-setup | Vincent Petry | 2022-03-24 | 14 | -42/+498 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add missing PHPDoc in InvalidateMountCacheEvent | Vincent Petry | 2022-03-24 | 1 | -0/+10 | |
| * | | | | | | | Make phpcs happy in MountProviderCollection | Vincent Petry | 2022-03-24 | 1 | -2/+2 | |
| * | | | | | | | Apply suggestions from code review | Robin Appelman | 2022-03-24 | 3 | -10/+11 | |
| * | | | | | | | add comment for getMountForPath loop | Robin Appelman | 2022-03-24 | 1 | -0/+2 | |
| * | | | | | | | make mount cache duration configurable | Robin Appelman | 2022-03-24 | 2 | -7/+23 | |
| * | | | | | | | fix method name | Robin Appelman | 2022-03-24 | 2 | -2/+2 | |
| * | | | | | | | caching of userfolder | Robin Appelman | 2022-03-24 | 1 | -4/+2 | |
| * | | | | | | | fmt | Robin Appelman | 2022-03-24 | 3 | -6/+2 | |
| * | | | | | | | invalidate mount cache on circles change | Robin Appelman | 2022-03-24 | 1 | -18/+43 | |
| * | | | | | | | perform full setup if a cached mount doesn't have a provider set | Robin Appelman | 2022-03-24 | 2 | -5/+26 | |
| * | | | | | | | don't double setup provider when calling `setupForUser` after `setupForPath` | Robin Appelman | 2022-03-24 | 2 | -4/+15 | |
| * | | | | | | | add logic to perform a full filesystem setup when needed | Robin Appelman | 2022-03-24 | 5 | -2/+92 | |
| * | | | | | | | update cached mounts when only specific providers have been setup | Robin Appelman | 2022-03-24 | 3 | -2/+12 |