aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-1110-58/+381
|\ \ \ \ \
| * | | | | 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-105-3/+27
| * | | | | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-105-55/+126
| * | | | | Add a service to find out if a user knows another userJoas Schilling2021-03-104-0/+77
| * | | | | Add a KnownUsers database with modelJoas Schilling2021-03-104-0/+124
| |/ / / /
* / / / / cache baseurl in url generatorRobin Appelman2021-03-101-1/+6
|/ / / /
* | | | 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 shareRobin Appelman2021-03-094-63/+121
* | | | | Merge pull request #25677 from nextcloud/drop/cache-factory-createRoeland Jago Douma2021-03-092-22/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Drop \OC\Memcache\Factory::createChristoph Wurst2021-02-162-22/+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
* | | | | | Merge pull request #25930 from nextcloud/techdept/psalm/25839/RedundantProper...Roeland Jago Douma2021-03-094-7/+7
|\ \ \ \ \ \
| * | | | | | Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-094-7/+7
| |/ / / / /
* / / / / / Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-091-1/+1
|/ / / / /
* | | | | Merge pull request #25997 from nextcloud/techdept/psalm/redundantcastLukas Reschke2021-03-081-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix some redundant castsRoeland Jago Douma2021-03-081-1/+1
* | | | | 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 #25948 from nextcloud/techdebt/noid/depreate-getHTMLNameRoeland Jago Douma2021-03-081-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Deprecate getHTMLName on \OCP\DefaultsJulius Härtl2021-03-051-0/+1
* | | | | [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 IEntryRoeland Jago Douma2021-03-042-19/+22
| | |/ / / | |/| | |
* | | | | Merge pull request #25588 from nextcloud/techdept/custom-psr-loggerChristoph Wurst2021-03-053-3/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Migrate custom loggers to PSRChristoph Wurst2021-02-113-3/+27
* | | | | 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:infoJohannes Leuker2021-03-016-1/+79
* | | | | | Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma2021-03-057-22/+6
|\ \ \ \ \ \
| * | | | | | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-047-22/+6
* | | | | | | 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-053-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove RedundantcastsRoeland Jago Douma2021-03-043-4/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-03-052-0/+8
* | | | | | | | Type CompositeExpression and ICompositeExpressionRoeland Jago Douma2021-03-042-9/+9
| |_|/ / / / / |/| | | | | |
* | | | | | | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-042-0/+60
|/ / / / / /
* | | | | | [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\APIRoeland Jago Douma2021-03-039-71/+20
* | | | | | | Merge pull request #25889 from nextcloud/techdept/psalm/fix_group_manager_fun...Roeland Jago Douma2021-03-034-10/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix types in the Group ManagerRoeland Jago Douma2021-03-034-10/+12
* | | | | | | Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling2021-03-036-77/+79
|\ \ \ \ \ \ \
| * | | | | | | Type the experssionbuildersRoeland Jago Douma2021-03-036-77/+79
| |/ / / / / /
* | | | | | | Merge pull request #25816 from nextcloud/iquerybuilder-join-conditionsJoas Schilling2021-03-032-9/+10
|\ \ \ \ \ \ \