summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix parameter types in docsJoas Schilling2021-03-171-2/+2
| * | Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-173-1/+56
* | | add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-121-0/+11
|/ /
* | Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-0/+8
* | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+8
|/
* Merge pull request #25533 from nextcloud/resend-share-notifications-on-recreateRoeland Jago Douma2021-03-091-0/+50
|\
| * send share notification instead of erroring on duplicate shareRobin Appelman2021-03-091-0/+50
* | Merge pull request #25677 from nextcloud/drop/cache-factory-createRoeland Jago Douma2021-03-091-12/+0
|\ \ | |/ |/|
| * Drop \OC\Memcache\Factory::createChristoph Wurst2021-02-161-12/+0
* | 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 #25948 from nextcloud/techdebt/noid/depreate-getHTMLNameRoeland Jago Douma2021-03-081-0/+1
|\ \ \ | |/ / |/| |
| * | Deprecate getHTMLName on \OCP\DefaultsJulius Härtl2021-03-051-0/+1
* | | Merge pull request #25928 from nextcloud/enh/contactsmenu/entryChristoph Wurst2021-03-051-5/+5
|\ \ \
| * | | Type Entry and IEntryRoeland Jago Douma2021-03-041-5/+5
* | | | Merge pull request #25588 from nextcloud/techdept/custom-psr-loggerChristoph Wurst2021-03-051-0/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Migrate custom loggers to PSRChristoph Wurst2021-02-111-0/+10
* | | | Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-052-0/+44
|\ \ \ \
| * | | | Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-0/+44
| |/ / /
* | | | Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma2021-03-051-2/+2
|\ \ \ \
| * | | | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-041-2/+2
* | | | | Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-051-1/+1
|\ \ \ \ \
| * | | | | Remove RedundantcastsRoeland Jago Douma2021-03-041-1/+1
| | |_|/ / | |/| | |
* | | | | Type CompositeExpression and ICompositeExpressionRoeland Jago Douma2021-03-041-4/+4
| |/ / / |/| | |
* | | | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-041-0/+23
|/ / /
* | | Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_apiRoeland Jago Douma2021-03-032-52/+4
|\ \ \
| * | | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-032-52/+4
* | | | Merge pull request #25889 from nextcloud/techdept/psalm/fix_group_manager_fun...Roeland Jago Douma2021-03-031-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix types in the Group ManagerRoeland Jago Douma2021-03-031-2/+2
* | | | Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling2021-03-031-28/+28
|\ \ \ \
| * | | | Type the experssionbuildersRoeland Jago Douma2021-03-031-28/+28
| |/ / /
* / / / allow non string join conditions in query builderRobin Appelman2021-03-031-4/+4
|/ / /
* | | Fix docblock return type for IShareProviderRoeland Jago Douma2021-03-021-1/+1
* | | Merge pull request #25869 from nextcloud/fix/imanager-namespacingJoas Schilling2021-03-021-1/+1
|\ \ \
| * | | Fix namespacingAnna Larch2021-03-021-1/+1
* | | | Include RichObject for formsJonas Rittershofer2021-03-011-0/+25
|/ / /
* | | Merge pull request #25680 from nextcloud/taint-expressionbuilderLukas Reschke2021-02-223-0/+162
|\ \ \
| * | | Add expression taint source and sanitizerLukas Reschke2021-02-173-0/+162
| | |/ | |/|
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* | | Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
* | | Drop \OCP\Defaults::getLogoClaimChristoph Wurst2021-02-161-10/+0
|/ /
* / move AbstractCacheEvent into OCPRobin Appelman2021-02-154-6/+95
|/
* Merge pull request #25558 from nextcloud/deprecate/generic-event-wrapperRoeland Jago Douma2021-02-101-0/+17
|\
| * Deprecate the GenericEvent wrapperChristoph Wurst2021-02-101-0/+17
* | Merge pull request #25560 from nextcloud/enhancement/pure-psr-eventChristoph Wurst2021-02-101-2/+35
|\ \
| * | Make our event base class independent of Symfony and follow PSRChristoph Wurst2021-02-101-2/+35
| |/
* | Merge pull request #25359 from nextcloud/enhancement/typed-service-registrationChristoph Wurst2021-02-101-0/+2
|\ \ | |/ |/|
| * Type the service registrationChristoph Wurst2021-02-101-0/+2
* | Merge pull request #25546 from nextcloud/techdept/deprecate-event-constantsChristoph Wurst2021-02-0911-1/+81
|\ \ | |/ |/|