summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* also implement for FailedCache and NullCacheRobin Appelman2021-03-122-0/+10
* use returned file id for object store copyRobin Appelman2021-03-121-6/+6
* add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-122-35/+43
* Merge pull request #25722 from nextcloud/objectstore-copy-crossRobin Appelman2021-03-122-1/+15
|\
| * apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-092-1/+15
* | Merge pull request #26049 from nextcloud/search-file-limit-resultsRoeland Jago Douma2021-03-121-2/+20
|\ \
| * | implement PagedProvider for file searchRobin Appelman2021-03-111-1/+10
| * | limit constructing of result objects in file searchRobin Appelman2021-03-111-1/+10
* | | Merge pull request #26079 from nextcloud/bugfix/noid/chunk-phone-searchRoeland Jago Douma2021-03-121-5/+9
|\ \ \
| * | | Chunk the array of phone numbersJoas Schilling2021-03-121-5/+9
* | | | remove explicit fclose from S3->writeStreamRobin Appelman2021-03-111-2/+0
| |/ / |/| |
* | | Merge pull request #26047 from nextcloud/JakubOnderka-patch-2Roeland Jago Douma2021-03-111-0/+4
|\ \ \
| * | | Fix warning in AppFetcher.php when appstore is disabledJakub Onderka2021-03-101-0/+4
| | |/ | |/|
* | | Merge pull request #26050 from nextcloud/view-search-reuse-usermanagerVincent Petry2021-03-111-2/+3
|\ \ \
| * | | reuse usermanager instance when processing search resultsRobin Appelman2021-03-101-2/+3
| |/ /
* | | Merge pull request #26015 from nextcloud/dependabot/composer/psr/container-1.1.1Christoph Wurst2021-03-111-2/+2
|\ \ \ | |_|/ |/| |
| * | Bump psr/container from 1.0.0 to 1.1.1Christoph Wurst2021-03-101-2/+2
| |/
* | Merge pull request #26031 from nextcloud/feature/noid/allow-autocomplete-base...Joas Schilling2021-03-117-58/+357
|\ \
| * | Clean up the logic of the contacts store a bitJoas Schilling2021-03-101-5/+5
| * | Rename some parameters and methods to make the API more clearJoas Schilling2021-03-102-8/+35
| * | Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-104-3/+19
| * | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-104-55/+118
| * | Add a service to find out if a user knows another userJoas Schilling2021-03-102-0/+75
| * | Add a KnownUsers database with modelJoas Schilling2021-03-102-0/+118
| |/
* / cache baseurl in url generatorRobin Appelman2021-03-101-1/+6
|/
* Merge pull request #25533 from nextcloud/resend-share-notifications-on-recreateRoeland Jago Douma2021-03-091-63/+69
|\
| * send share notification instead of erroring on duplicate shareRobin Appelman2021-03-091-63/+69
* | Merge pull request #25677 from nextcloud/drop/cache-factory-createRoeland Jago Douma2021-03-091-10/+0
|\ \ | |/ |/|
| * Drop \OC\Memcache\Factory::createChristoph Wurst2021-02-161-10/+0
* | Merge pull request #26017 from nextcloud/enh/boostrap/initialstateJulius Härtl2021-03-092-11/+9
|\ \
| * | Move initialstate bootstrap to proper types classesRoeland Jago Douma2021-03-092-11/+9
* | | Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-094-7/+7
|/ /
* | Merge pull request #25925 from nextcloud/techdept/psalm/ActionProviderStoreRoeland Jago Douma2021-03-081-17/+16
|\ \
| * | Pimp ActionProviderStoreRoeland Jago Douma2021-03-041-17/+16
* | | Merge pull request #25928 from nextcloud/enh/contactsmenu/entryChristoph Wurst2021-03-051-14/+17
|\ \ \
| * | | Type Entry and IEntryRoeland Jago Douma2021-03-041-14/+17
| |/ /
* | | Merge pull request #25588 from nextcloud/techdept/custom-psr-loggerChristoph Wurst2021-03-052-3/+17
|\ \ \
| * | | Migrate custom loggers to PSRChristoph Wurst2021-02-112-3/+17
* | | | Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-052-1/+31
|\ \ \ \
| * | | | Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-1/+31
* | | | | Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma2021-03-056-20/+4
|\ \ \ \ \
| * | | | | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-046-20/+4
* | | | | | Merge pull request #25725 from lmamane/masterRoeland Jago Douma2021-03-051-1/+1
|\ \ \ \ \ \
| * | | | | | token login: emit preLogin event with LoginNameLionel Elie Mamane2021-02-191-1/+1
* | | | | | | Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-052-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Remove RedundantcastsRoeland Jago Douma2021-03-042-3/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Type CompositeExpression and ICompositeExpressionRoeland Jago Douma2021-03-041-5/+5
| |_|/ / / / |/| | | | |
* | | | | | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-041-0/+37
|/ / / / /
* | | | | Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_apiRoeland Jago Douma2021-03-035-17/+16
|\ \ \ \ \
| * | | | | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-035-17/+16