aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31696 from nextcloud/fix/user_ldap-fix-migration-lengthch...Côme Chilliet2022-03-296-1/+105
|\
| * 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
| * Avoid select with no FROM clause for Oracle in testsCôme Chilliet2022-03-241-0/+4
| * Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-245-2/+83
| * Use getLengthExpression to measure field length instead of likeCôme Chilliet2022-03-241-1/+2
* | Merge pull request #31736 from nextcloud/bugfix/noid/disable-bulkuploadJoas Schilling2022-03-292-2/+4
|\ \
| * | Also comment out in testJoas Schilling2022-03-282-3/+4
| * | Disable bulk upload by not advertising itVincent Petry2022-03-281-1/+2
* | | [tx-robot] updated from transifexNextcloud bot2022-03-292-0/+2
* | | Merge pull request #31537 from nextcloud/enh/31533/disable-webupdater-biginst...Simon L2022-03-285-5/+176
|\ \ \ | |/ / |/| |
| * | address reviewsszaimen2022-03-281-15/+3
| * | show warning in update admin overviewszaimen2022-03-245-5/+188
* | | Merge pull request #31718 from nextcloud/dependabot/npm_and_yarn/testing-libr...Louis2022-03-282-8/+8
|\ \ \
| * | | Bump @testing-library/jest-dom from 5.16.2 to 5.16.3dependabot[bot]2022-03-262-8/+8
* | | | Merge pull request #31717 from nextcloud/dependabot/npm_and_yarn/jquery-migra...dependabot[bot]2022-03-285-12/+12
|\ \ \ \
| * | | | Bump jquery-migrate from 3.3.2 to 3.4.0dependabot[bot]2022-03-285-12/+12
|/ / / /
* | | | Merge pull request #31716 from nextcloud/dependabot/npm_and_yarn/nextcloud/vu...dependabot[bot]2022-03-284-11/+11
|\ \ \ \
| * | | | Bump @nextcloud/vue from 5.1.1 to 5.2.1dependabot[bot]2022-03-284-11/+11
|/ / / /
* | | | Merge pull request #30276 from nextcloud/feature/add_oauth2_migrationLouis2022-03-285-8/+128
|\ \ \ \
| * | | | Add oauth2_clients migration for OwncloudLouis Chemineau2022-03-245-8/+128
* | | | | [tx-robot] updated from transifexNextcloud bot2022-03-286-0/+34
* | | | | Merge pull request #31722 from nextcloud/dependabot/npm_and_yarn/minimist-1.2.6dependabot[bot]2022-03-261-6/+6
|\ \ \ \ \
| * | | | | Bump minimist from 1.2.5 to 1.2.6dependabot[bot]2022-03-261-6/+6
|/ / / / /
* | | | | Merge pull request #31715 from nextcloud/dependabot/npm_and_yarn/babel-loader...dependabot[bot]2022-03-262-10/+35
|\ \ \ \ \
| * | | | | Bump babel-loader from 8.2.3 to 8.2.4dependabot[bot]2022-03-262-10/+35
| | |/ / / | |/| | |
* / | | | [tx-robot] updated from transifexNextcloud bot2022-03-2614-2/+86
|/ / / /
* | | | Merge pull request #31708 from nextcloud/enh/noid/apptoken-maxlengthPytal2022-03-253-3/+4
|\ \ \ \
| * | | | Set max length to app token field to match backendVincent Petry2022-03-253-3/+4
| | |_|/ | |/| |
* | | | [tx-robot] updated from transifexNextcloud bot2022-03-2528-4/+70
| |_|/ |/| |
* | | Merge pull request #31693 from nextcloud/releases/24/beta1v24.0.0beta1blizzz2022-03-241-2/+2
|\ \ \ | |/ / |/| |
| * | 24.0.0 beta 1Arthur Schiwon2022-03-241-2/+2
* | | Merge pull request #31265 from nextcloud/fs-limited-setupVincent Petry2022-03-2425-74/+561
|\ \ \
| * | | Add missing PHPDoc in InvalidateMountCacheEventVincent Petry2022-03-241-0/+10
| * | | Add missing event dispatcher in test constructorVincent Petry2022-03-241-1/+1
| * | | Make phpcs happy in MountProviderCollectionVincent Petry2022-03-241-2/+2
| * | | Apply suggestions from code reviewRobin Appelman2022-03-244-11/+12
| * | | add comment for getMountForPath loopRobin Appelman2022-03-241-0/+2
| * | | invalidate mount cache after share renameRobin Appelman2022-03-242-20/+26
| * | | 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
| * | | force full setup after external storage config changeRobin Appelman2022-03-246-8/+34
| * | | 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
| * | | fix check if dav root is folderRobin Appelman2022-03-241-1/+1