aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Retrieve user status only once when displaying pageCarl Schwan2022-04-051-13/+0
* [tx-robot] updated from transifexNextcloud bot2022-04-052-2/+2
* Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ2022-04-041-0/+1
|\
| * Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-311-0/+1
* | Merge pull request #31828 from nextcloud/fix/do-not-ignore-deleteGroup-resultCôme Chilliet2022-04-041-2/+1
|\ \
| * | Do not ignore return value of deleteGroup from backendCôme Chilliet2022-04-041-2/+1
* | | Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman2022-04-041-2/+2
|\ \ \
| * | | dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-281-2/+2
* | | | Merge pull request #31816 from nextcloud/bugfix/noid/deduplicate-storage-id-b...Joas Schilling2022-04-041-0/+1
|\ \ \ \
| * | | | Deduplicate storage ids in list before reusingJoas Schilling2022-04-041-0/+1
* | | | | Merge pull request #31776 from nextcloud/storage-id-cache-bi-directionalRobin Appelman2022-04-042-16/+32
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cache storage id mapping both waysRobin Appelman2022-03-312-16/+32
* | | | | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-0430-157/+1834
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add a built-in profiler inside NextcloudCarl Schwan2022-04-0430-157/+1834
* | | | | Merge pull request #31737 from nextcloud/fix/oc_oauth2_migrationJoas Schilling2022-03-311-13/+24
|\ \ \ \ \
| * | | | | Wrap oauth2 migrations inside conditionsLouis Chemineau2022-03-311-13/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet2022-03-311-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Ensure string column limit of 4.000 charactersJoas Schilling2022-03-251-0/+4
| | |_|/ | |/| |
* | | | Build autoloader with new composer versionCôme Chilliet2022-03-305-29/+10
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2022-03-304-22/+24
* | | Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry2022-03-291-0/+3
|\ \ \
| * | | Add direct arg to login flowVincent Petry2022-03-281-0/+3
* | | | Merge pull request #31632 from Maaxxs/fix-undefined-index-davLouis2022-03-291-3/+6
|\ \ \ \
| * | | | Use the null coalescing operator to set the value of `size`.Max Kunzelmann2022-03-281-1/+1
| * | | | Set `mtime` to null instead of false if `getlastmodified` does not exist.Max Kunzelmann2022-03-231-1/+1
| * | | | Fix typo.Max Kunzelmann2022-03-201-1/+1
| * | | | Fixes the undefined index error with the DAV property getlastmodifiedMax Kunzelmann2022-03-201-2/+5
* | | | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-2948-394/+236
|\ \ \ \ \
| * | | | | Fix log level for exception in QueryBuilderCôme Chilliet2022-03-241-1/+1
| * | | | | Fix codestyleCôme Chilliet2022-03-244-4/+0
| * | | | | Fixing psalm errorsCôme Chilliet2022-03-241-9/+9
| * | | | | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-246-46/+48
| * | | | | Adapted Server to logger migration in constructorsCôme Chilliet2022-03-241-17/+25
| * | | | | Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-2442-335/+171
* | | | | | Merge pull request #31696 from nextcloud/fix/user_ldap-fix-migration-lengthch...Côme Chilliet2022-03-294-0/+54
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix LENGTH function name across databasesCôme Chilliet2022-03-283-1/+13
| * | | | | Use OCTET_LENGTH which is more common than LENGTHBCôme Chilliet2022-03-242-1/+7
| * | | | | Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-243-0/+36
| | |_|_|/ | |/| | |
* | | | | Merge pull request #30276 from nextcloud/feature/add_oauth2_migrationLouis2022-03-284-4/+121
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add oauth2_clients migration for OwncloudLouis Chemineau2022-03-244-4/+121
* | | | | Merge pull request #31265 from nextcloud/fs-limited-setupVincent Petry2022-03-2414-42/+498
|\ \ \ \ \
| * | | | | Add missing PHPDoc in InvalidateMountCacheEventVincent Petry2022-03-241-0/+10
| * | | | | Make phpcs happy in MountProviderCollectionVincent Petry2022-03-241-2/+2
| * | | | | Apply suggestions from code reviewRobin Appelman2022-03-243-10/+11
| * | | | | add comment for getMountForPath loopRobin Appelman2022-03-241-0/+2
| * | | | | make mount cache duration configurableRobin Appelman2022-03-242-7/+23
| * | | | | fix method nameRobin Appelman2022-03-242-2/+2
| * | | | | caching of userfolderRobin Appelman2022-03-241-4/+2
| * | | | | fmtRobin Appelman2022-03-243-6/+2
| * | | | | invalidate mount cache on circles changeRobin Appelman2022-03-241-18/+43