summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue with the search backend updateCarl Schwan2022-04-1458-63/+184
* Add a metadata service to store file metadataCarl Schwan2022-04-1339-54/+896
* Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry2022-04-139-23/+154
|\
| * Add settings to ignore second display name in searchLouis Chemineau2022-04-129-23/+154
* | Merge pull request #31933 from nextcloud/updateCrlblizzz2022-04-131-12/+12
|\ \
| * | Update root.crtVitor Mattos2022-04-111-12/+12
* | | Merge pull request #31889 from nextcloud/feature/noid/allow-to-autocomplete-u...Joas Schilling2022-04-1311-10/+205
|\ \ \
| * | | Allow to autocomplete user and group ids in commandsJoas Schilling2022-04-0811-10/+205
* | | | Merge pull request #31942 from nextcloud/fix/dav-deprecated-warningJoas Schilling2022-04-131-5/+8
|\ \ \ \
| * | | | Fix warning about optional parameter before required oneCôme Chilliet2022-04-121-5/+8
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-1354-442/+106
* | | | | Merge pull request #31910 from MSe1969/masterSimon L2022-04-123-6/+6
|\ \ \ \ \
| * | | | | Fix accept/reject remote share actionMSe19692022-04-123-6/+6
|/ / / / /
* | | | | Merge pull request #31937 from nextcloud/Valdnet-patch-1Pytal2022-04-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | l10n: Remove commaValdnet2022-04-121-1/+1
* | | | | Merge pull request #31929 from nextcloud/enh/noid/zip-expose-statCôme Chilliet2022-04-123-0/+1512
|\ \ \ \ \
| * | | | | Fix ZipArchive::addEmptyDir stubCôme Chilliet2022-04-121-2/+2
| * | | | | Add stubs for ZipArchiveCôme Chilliet2022-04-122-0/+1483
| * | | | | Expose ZIP stat informationVincent Petry2022-04-111-0/+29
* | | | | | Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscaleMaxence Lange2022-04-122-0/+13
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | confirm user is internal to globalscaleMaxence Lange2022-04-122-0/+13
* | | | | | Merge pull request #31934 from nextcloud/getbyid-setup-fallbackJulius Härtl2022-04-121-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | perform a setup if we can't find any mounts containing a fileRobin Appelman2022-04-111-0/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry2022-04-1223-87/+446
|\ \ \ \ \
| * | | | | Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-1123-87/+446
* | | | | | Merge pull request #31927 from nextcloud/feat/dont_match_userid_testsVincent Petry2022-04-121-0/+4
|\ \ \ \ \ \
| * | | | | | Tweak tests to include shareapi_restrict_user_enumeration_full_match_useridLouis Chemineau2022-04-111-0/+4
| | |_|_|_|/ | |/| | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-1254-66/+102
* | | | | | Merge pull request #31916 from nextcloud/enh/noid/template-picker-sizeSimon L2022-04-113-5/+4
|\ \ \ \ \ \
| * | | | | | fix size of template pickerszaimen2022-04-093-5/+4
* | | | | | | Merge pull request #31866 from nextcloud/test-avatar-migrationPytal2022-04-113-9/+55
|\ \ \ \ \ \ \
| * | | | | | | Add comment explaining avatar basenameChristopher Ng2022-04-081-0/+1
| * | | | | | | Remove unnecessary array_diffChristopher Ng2022-04-081-5/+1
| * | | | | | | Test avatar migrationChristopher Ng2022-04-073-9/+58
| * | | | | | | Improve strictness of account file regexChristopher Ng2022-04-071-1/+1
* | | | | | | | Merge pull request #31931 from nextcloud/contact-popover-hyperlink-issue-2Pytal2022-04-115-11/+15
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Wrap contact search result in a linkGnana Sekar2022-04-115-11/+15
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #31925 from nextcloud/fix/user_migration-use-id-for-migratorsCôme Chilliet2022-04-118-8/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Adapt AccountMigratorTest to id changeCôme Chilliet2022-04-111-1/+1
| * | | | | | Use Migrators id instead of class namesCôme Chilliet2022-04-117-7/+7
|/ / / / / /
* | | | | | Merge pull request #31848 from nextcloud/performance/trottling-capability-fro...Carl Schwan2022-04-116-3/+46
|\ \ \ \ \ \
| * | | | | | Don't inject Bruteforce capability info in the webuiCarl Schwan2022-04-076-3/+46
* | | | | | | Merge pull request #31610 from nextcloud/shares-in-folder-mountsVincent Petry2022-04-111-1/+14
|\ \ \ \ \ \ \
| * | | | | | | fix shared mount roots not being returned from `getSharesInFolder`Robin Appelman2022-03-311-1/+14
* | | | | | | | Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry2022-04-117-5/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Add settings to not match userID during full matchLouis Chemineau2022-04-067-5/+23
* | | | | | | | | Merge pull request #31911 from nextcloud/enh/extend-migratorsVincent Petry2022-04-115-2/+117
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Extend calendar migratorChristopher Ng2022-04-081-0/+21
| * | | | | | | | | Extend contacts migratorChristopher Ng2022-04-081-0/+21
| * | | | | | | | | Extend trashbin migratorChristopher Ng2022-04-081-1/+27