aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-293-0/+36
|\ \ \ \ \
| * | | | | 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-242-0/+18
| | |_|_|/ | |/| | |
* | | | | Merge pull request #30276 from nextcloud/feature/add_oauth2_migrationLouis2022-03-282-0/+115
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add oauth2_clients migration for OwncloudLouis Chemineau2022-03-242-0/+115
* | | | | Merge pull request #31265 from nextcloud/fs-limited-setupVincent Petry2022-03-249-41/+404
|\ \ \ \ \
| * | | | | Make phpcs happy in MountProviderCollectionVincent Petry2022-03-241-2/+2
| * | | | | Apply suggestions from code reviewRobin Appelman2022-03-242-9/+10
| * | | | | 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-241-1/+1
| * | | | | 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-242-2/+43
| * | | | | update cached mounts when only specific providers have been setupRobin Appelman2022-03-242-1/+10
| * | | | | 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-241-6/+16
| * | | | | allow getting cached mounts by path from the mount cacheRobin Appelman2022-03-241-0/+33
| * | | | | 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
| | |/ / / | |/| | |
* / | | | 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-224-23/+79
|\ \ \
| * | | Allow to prefix the Query log with the request idJoas Schilling2022-02-231-2/+8
| * | | Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-233-21/+71
* | | | Merge pull request #31580 from nextcloud/nickvergessen-patch-2Vincent Petry2022-03-221-2/+2
|\ \ \ \