summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
| * | | | | perform full setup if a cached mount doesn't have a provider setRobin Appelman2022-03-242-5/+26
| * | | | | don't double setup provider when calling `setupForUser` after `setupForPath`Robin Appelman2022-03-242-4/+15
| * | | | | add logic to perform a full filesystem setup when neededRobin Appelman2022-03-245-2/+92
| * | | | | update cached mounts when only specific providers have been setupRobin Appelman2022-03-243-2/+12
| * | | | | improve lazy UserFolderRobin Appelman2022-03-243-7/+70
| * | | | | setup only relevant mounts when possibleRobin Appelman2022-03-242-15/+106
| * | | | | fixed when accessing static filesystem calls before setupRobin Appelman2022-03-241-4/+23
| * | | | | allow getting mounts by providerRobin Appelman2022-03-242-6/+26
| * | | | | allow getting cached mounts by path from the mount cacheRobin Appelman2022-03-242-0/+56
| * | | | | return a lazy folder from Root::getUserFolderRobin Appelman2022-03-241-9/+13
| * | | | | allow setting some metadata in the lazyfolder without having to get the real ...Robin Appelman2022-03-241-1/+24
| | |/ / / | |/| | |
* | | | | Fix autoloaderJoas Schilling2022-03-242-0/+2
* | | | | Allow reactions also with other combined emojisJoas Schilling2022-03-242-2/+109
|/ / / /
* / / / Fix passing null to strlenThomas Citharel2022-03-242-4/+4
|/ / /
* | | Automatically cut the token name on the first levelJoas Schilling2022-03-232-3/+3
* | | Limit the length of app password namesJoas Schilling2022-03-232-0/+8
* | | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-228-24/+127
|\ \ \
| * | | Update autoloaderJoas Schilling2022-02-252-0/+4
| * | | Allow to prefix the Query log with the request idJoas Schilling2022-02-231-2/+8