summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge pull request #25889 from nextcloud/techdept/psalm/fix_group_manager_fun...Roeland Jago Douma2021-03-033-8/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix types in the Group ManagerRoeland Jago Douma2021-03-033-8/+10
* | | | | Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling2021-03-035-49/+51
|\ \ \ \ \
| * | | | | Type the experssionbuildersRoeland Jago Douma2021-03-035-49/+51
| |/ / / /
* | | | | Merge pull request #25816 from nextcloud/iquerybuilder-join-conditionsJoas Schilling2021-03-031-5/+6
|\ \ \ \ \
| * | | | | allow non string join conditions in query builderRobin Appelman2021-03-031-5/+6
| |/ / / /
* / / / / Filter tables with other table prefixDaniel Kesselberg2021-03-021-4/+4
|/ / / /
* | | | Merge pull request #25544 from nextcloud/refactor/app-password-created-eventChristoph Wurst2021-03-021-0/+43
|\ \ \ \
| * | | | Move app_password_created to a typed eventChristoph Wurst2021-02-091-0/+43
* | | | | Properly end iterating over the file once the target has been reachedJulius Härtl2021-02-261-1/+1
* | | | | Register service aliases und parameters just onceChristoph Wurst2021-02-241-2/+3
| |/ / / |/| | |
* | | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-1838-54/+54
* | | | Merge pull request #25706 from nextcloud/bugfix/noid/when-it-kicks-inRoeland Jago Douma2021-02-181-7/+7
|\ \ \ \
| * | | | When it kicks inJoas Schilling2021-02-181-7/+7
* | | | | bump applicable version due to an intermediate releaseArthur Schiwon2021-02-171-1/+1
|/ / / /
* | | | Merge pull request #25440 from nextcloud/bugfix/noid/cache-the-user-backend-i...Roeland Jago Douma2021-02-171-1/+24
|\ \ \ \
| * | | | Cache the user backend info for 300sJoas Schilling2021-02-151-1/+24
* | | | | move AbstractCacheEvent into OCPRobin Appelman2021-02-151-93/+0
| |_|/ / |/| | |
* | | | Merge pull request #25646 from nextcloud/fix/psalm/markdownChristoph Wurst2021-02-151-1/+1
|\ \ \ \
| * | | | Markdown: remove redundant int castRoeland Jago Douma2021-02-151-1/+1
| |/ / /
* / / / Some OCS result psalm fixesRoeland Jago Douma2021-02-151-2/+2
|/ / /
* | | Merge pull request #25577 from nextcloud/enhancement/app-code-checker-noopRoeland Jago Douma2021-02-1312-1559/+0
|\ \ \
| * | | Make the app code checker a NOOPChristoph Wurst2021-02-1112-1559/+0
* | | | Merge pull request #25585 from nextcloud/enhancement/empty-email-validationRoeland Jago Douma2021-02-111-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Micro-optimize validation of empty email addressesChristoph Wurst2021-02-111-0/+4
| |/ /
* / / Fix WebP availability checkRoeland Jago Douma2021-02-111-1/+1
|/ /
* | Merge pull request #25378 from nextcloud/bugfix/noid/mention-match-improvementsRoeland Jago Douma2021-02-111-0/+3
|\ \
| * | Fix linterJoas Schilling2021-02-061-1/+1
| * | Make Psalm happyJoas Schilling2021-02-061-1/+3
| * | Improve mention matchesJoas Schilling2021-02-061-0/+1
* | | Merge pull request #25460 from nextcloud/fix/apppassword/always_renewRoeland Jago Douma2021-02-101-5/+0
|\ \ \
| * | | Always renew apppasswords on loginRoeland Jago Douma2021-02-101-5/+0
* | | | Fix remaining #25359Roeland Jago Douma2021-02-102-9/+6
* | | | Type the service registrationChristoph Wurst2021-02-1011-108/+450