summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26050 from nextcloud/view-search-reuse-usermanagerVincent Petry2021-03-111-2/+3
|\ | | | | reuse usermanager instance when processing search results
| * reuse usermanager instance when processing search resultsRobin Appelman2021-03-101-2/+3
| | | | | | | | | | | | saves some time when processing large search results Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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.1
| * | Bump psr/container from 1.0.0 to 1.1.1Christoph Wurst2021-03-101-2/+2
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #26031 from ↵Joas Schilling2021-03-1110-58/+381
|\ \ | | | | | | | | | | | | nextcloud/feature/noid/allow-autocomplete-based-on-phone-sync Allow autocomplete based on phone sync
| * | Clean up the logic of the contacts store a bitJoas Schilling2021-03-101-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Rename some parameters and methods to make the API more clearJoas Schilling2021-03-102-8/+35
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a setting to restrict returning a full match unless in phonebook or same ↵Joas Schilling2021-03-105-3/+27
| | | | | | | | | | | | | | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-105-55/+126
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a service to find out if a user knows another userJoas Schilling2021-03-104-0/+77
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a KnownUsers database with modelJoas Schilling2021-03-104-0/+124
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / cache baseurl in url generatorRobin Appelman2021-03-101-1/+6
|/ | | | | | Servers don't tend to change their url in the middle of a request Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #25533 from nextcloud/resend-share-notifications-on-recreateRoeland Jago Douma2021-03-094-63/+121
|\ | | | | send share notification instead of erroring on duplicate share
| * send share notification instead of erroring on duplicate shareRobin Appelman2021-03-094-63/+121
| | | | | | | | | | | | when creating a share that already exists, instead of erroring, resend the notifications Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #25677 from nextcloud/drop/cache-factory-createRoeland Jago Douma2021-03-092-22/+0
|\ \ | |/ |/| Drop \OC\Memcache\Factory::create
| * Drop \OC\Memcache\Factory::createChristoph Wurst2021-02-162-22/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #26017 from nextcloud/enh/boostrap/initialstateJulius Härtl2021-03-092-11/+9
|\ \ | | | | | | Move initialstate bootstrap to proper types classes
| * | Move initialstate bootstrap to proper types classesRoeland Jago Douma2021-03-092-11/+9
| | | | | | | | | | | | | | | | | | For more type safety Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25930 from ↵Roeland Jago Douma2021-03-094-7/+7
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdept/psalm/25839/RedundantPropertyInitializationCheck Fix RedundantPropertyInitializationCheck
| * | | Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-094-7/+7
| |/ / | | | | | | | | | | | | | | | For #25839 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-091-1/+1
|/ / | | | | | | | | | | | | * Some implementations might check for different things * IT will not change how the current ones work Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25997 from nextcloud/techdept/psalm/redundantcastLukas Reschke2021-03-081-1/+1
|\ \ | | | | | | Fix some redundant casts
| * | Fix some redundant castsRoeland Jago Douma2021-03-081-1/+1
| | | | | | | | | | | | | | | | | | Happier psalm Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25925 from nextcloud/techdept/psalm/ActionProviderStoreRoeland Jago Douma2021-03-081-17/+16
|\ \ \ | | | | | | | | Pimp ActionProviderStore
| * | | Pimp ActionProviderStoreRoeland Jago Douma2021-03-041-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix paradoxale condition * Add types * Move away from ILogger Makes psalm happy, and thus me happy Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25948 from nextcloud/techdebt/noid/depreate-getHTMLNameRoeland Jago Douma2021-03-081-0/+1
|\ \ \ \ | |_|/ / |/| | | Deprecate getHTMLName on \OCP\Defaults
| * | | Deprecate getHTMLName on \OCP\DefaultsJulius Härtl2021-03-051-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-082-8/+8
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-072-2/+2
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-062-0/+8
| | | |
* | | | Merge pull request #25928 from nextcloud/enh/contactsmenu/entryChristoph Wurst2021-03-052-19/+22
|\ \ \ \ | | | | | | | | | | Type Entry and IEntry
| * | | | Type Entry and IEntryRoeland Jago Douma2021-03-042-19/+22
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed a docblock * Typed the entries Psalm happier, Roeland happier Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25588 from nextcloud/techdept/custom-psr-loggerChristoph Wurst2021-03-053-3/+27
|\ \ \ \ | |_|/ / |/| | | Migrate custom loggers to PSR
| * | | Migrate custom loggers to PSRChristoph Wurst2021-02-113-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | This will help phase out the deprecated ILogger interface. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-056-1/+79
|\ \ \ \ | | | | | | | | | | Show group backends in occ group:list --info and group:info
| * | | | Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-016-1/+79
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | | | | Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma2021-03-057-22/+6
|\ \ \ \ \ | | | | | | | | | | | | catch notfound and forbidden exception in smb::getmetadata
| * | | | | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-047-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #25725 from lmamane/masterRoeland Jago Douma2021-03-051-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | token login: emit preLogin event with LoginName
| * | | | | | token login: emit preLogin event with LoginNameLionel Elie Mamane2021-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to bring it in line with normal (non-token) login. Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
* | | | | | | Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-053-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove Redundantcasts
| * | | | | | | Remove RedundantcastsRoeland Jago Douma2021-03-043-4/+4
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For #25839 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-03-052-0/+8
| | | | | | |
* | | | | | | Type CompositeExpression and ICompositeExpressionRoeland Jago Douma2021-03-042-9/+9
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-042-0/+60
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Names shamelessly copied from Doctrine itself. Internally it is still using the same flow. But I added some checks around it. This should make static analysis a bit more happy. Which in turn makes me more happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-03-042-22/+22
| | | | |
* | | | | Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_apiRoeland Jago Douma2021-03-039-71/+20
|\ \ \ \ \ | | | | | | | | | | | | Remove deprecated \OCP\API
| * | | | | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-039-71/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Time to remove this forgood now. Remaining constant moved over The world is a tiny bit better Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #25889 from ↵Roeland Jago Douma2021-03-034-10/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/techdept/psalm/fix_group_manager_function_return_type Fix types in the Group Manager
| * | | | | Fix types in the Group ManagerRoeland Jago Douma2021-03-034-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Psalm found an issue. However the issue found was because of lying docblocks. Fixed those and did some typing to make it all better. For #25839 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>