aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #38764 from fsamapoor/constructor_property_promotion_in_co...Louis2023-06-199-59/+34
|\ \ \ \ \ \
| * | | | | | Update core/Command/Db/ConvertType.phpFaraz Samapoor2023-06-191-1/+1
| * | | | | | Update core/Command/Db/ConvertFilecacheBigInt.phpFaraz Samapoor2023-06-191-1/+3
| * | | | | | Update core/Command/Db/Migrations/MigrateCommand.phpFaraz Samapoor2023-06-191-1/+3
| * | | | | | Update core/Command/Db/Migrations/StatusCommand.phpFaraz Samapoor2023-06-191-1/+3
| * | | | | | Uses PHP8's constructor property promotion in core/Command/Db classes.Faraz Samapoor2023-06-199-58/+27
| |/ / / / /
* | | | | | Merge pull request #38766 from fsamapoor/constructor_property_promotion_in_co...Louis2023-06-1911-71/+42
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-194-4/+12
| * | | | | Uses PHP8's constructor property promotion in core/Command/User classes.Faraz Samapoor2023-06-1911-71/+34
| |/ / / /
* | | | | Merge pull request #38865 from nextcloud/dependabot/npm_and_yarn/nextcloud/fi...Louis2023-06-192-8/+8
|\ \ \ \ \
| * | | | | bump @nextcloud/files from 3.0.0-beta.9 to 3.0.0-beta.10dependabot[bot]2023-06-192-8/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #38773 from nextcloud/fix/noid/protect-oauth2-api-controllerJulien Veyssier2023-06-192-5/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | add bruteforce protection in OauthApiControllerJulien Veyssier2023-06-192-5/+23
* | | | | Merge pull request #38637 from fsamapoor/constructor_property_promotion_part2Louis2023-06-1912-186/+98
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-1612-86/+110
| * | | | Fixes psalm error.Faraz Samapoor2023-06-161-2/+2
| * | | | Fixes php-cs-fixer error.Faraz Samapoor2023-06-161-1/+0
| * | | | Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-1611-176/+65
* | | | | Merge pull request #38868 from nextcloud/enh/noid/fix-mail-confusionSimon L2023-06-191-8/+10
|\ \ \ \ \
| * | | | | fix confusion around mail settingsSimon L2023-06-171-8/+10
* | | | | | Merge pull request #38878 from nextcloud/cleanup/controller-service-aliasesKate2023-06-1913-26/+18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | workflowengine: Stop using a service alias for controllerjld31032023-06-197-9/+7
| * | | | | comments: Stop using a service alias for controllerjld31032023-06-196-17/+11
| | |_|/ / | |/| | |
* | | | | Merge pull request #38776 from nextcloud/fix/app-menu-do-not-invert-textHephi22023-06-197-8/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Compile JS assetsJonas2023-06-194-5/+5
| * | | | fix(core): Do not invert app menu text colorFerdinand Thiessen2023-06-193-3/+3
|/ / / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1916-102/+164
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1820-110/+182
|/ / /
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-17200-498/+900
|/ /
* | Merge pull request #38843 from nextcloud/message-log-event-typeRobin Appelman2023-06-161-3/+6
|\ \
| * | fix type in BeforeMessageLoggedEventRobin Appelman2023-06-151-3/+6
* | | Merge pull request #38823 from nextcloud/enh/noid/fix-iconsSimon L2023-06-161-4/+6
|\ \ \
| * | | generate user themed favicon and touchiconSimon L2023-06-161-4/+6
* | | | Merge pull request #38793 from Jenandra/fix-subadminsgroups-css-nameLouis2023-06-162-3/+5
|\ \ \ \
| * | | | duplicate css for subadmins to allow for both class names being usedSilke Suck2023-06-152-1/+3
| * | | | align subadmins css class name with actually used class name subAdminsGroups ...Silke Suck2023-06-152-3/+3
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1624-110/+632
* | | | | Merge pull request #38841 from nextcloud/fix/code-ownders-vitorAndy Scherzinger2023-06-161-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix: Removed invalid user from CODEOWNERS fileChristoph Wurst2023-06-151-1/+1
|/ / / /
* | | | Merge pull request #38830 from nextcloud/fix/files-api-route-namesKate2023-06-151-15/+15
|\ \ \ \
| * | | | Fix files API route namesjld31032023-06-151-15/+15
| |/ / /
* | | | Merge pull request #38827 from nextcloud/automated/noid/master-update-psalm-b...Côme Chilliet2023-06-151-8/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Update psalm baselinenextcloud-command2023-06-151-8/+0
|/ / /
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1520-194/+194
|/ /
* | Merge pull request #38770 from nextcloud/fix/38398/oauth-encrypted-secret-lengthJulien Veyssier2023-06-146-2/+70
|\ \
| * | add extra migration that sets the secret column length in case the previous s...Julien Veyssier2023-06-144-1/+59
| * | make oauth2 client secret column largerJulien Veyssier2023-06-141-1/+1
| * | add test that inserts a long oauth client secretJulien Veyssier2023-06-141-0/+10
|/ /
* | Merge pull request #36214 from nextcloud/techdebt/noid/define-parameters-of-f...Kate2023-06-142-57/+48
|\ \
| * | Specify the parameters of FederatedFileSharing controllersJoas Schilling2023-06-142-57/+48