aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #38639 from ↵Simon L2023-06-204-6/+135
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | charno/bugfix/36644-pruneOutdatedSyncTokens-deletes-all-entries Bugfix/36644 pruneOutdatedSyncTokens deletes all entries
| * | | | | | | | | | Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-122-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pruneOutdatedSyncTokens accidentally deletes all entries of the calendarchanges table instead of leaving $limit elements in the table Signed-off-by: Christof Arnosti <charno@charno.ch>
| * | | | | | | | | | Issue #36644: Test casesChristof Arnosti2023-06-052-2/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christof Arnosti <charno@charno.ch>
* | | | | | | | | | | Merge pull request #38638 from fsamapoor/constructor_property_promotion_part3Côme Chilliet2023-06-2010-107/+53
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [3/3] Refactors /core controllers using constructor property promotion.
| * | | | | | | | | | | Update core/Controller/SetupController.phpFaraz Samapoor2023-06-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | | | | | | Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-209-45/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | | | | | | Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-2010-118/+44
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | | | | | | | | | Merge pull request #35424 from nextcloud/cleanup/commentsCôme Chilliet2023-06-2018-346/+152
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Cleanup comments code
| * | | | | | | | | | Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-202-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | | | | Improve typing in ICommentsManagerCarl Schwan2023-06-201-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | | | | Cleanup comments codeCarl Schwan2023-06-2018-345/+147
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix various psalm issues - Add as much typing as possible while preserving stable API Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | | | Merge pull request #38774 from ↵Côme Chilliet2023-06-2010-42/+31
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part8 Uses PHP8's constructor property promotion in core/Command/Log, /Security, and /SystemTag
| * | | | | | | | | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-199-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | | | | | | | | Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-1910-42/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in core/Command/Log, /Security, and /SystemTag classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-20184-492/+1004
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #38888 from ↵Simon L2023-06-208-15/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/dont_disable_action_during_save Don't disable actions when saving share permissions
| * | | | | | | | | | Don't disable actions when saving share permissionsLouis Chemineau2023-06-198-15/+11
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | | Merge pull request #38890 from nextcloud/obj-store-copy-list-source-cacheJulius Härtl2023-06-191-5/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | Merge pull request #38769 from ↵Louis2023-06-199-46/+33
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part6 Uses PHP8's constructor property promotion core/Command/App,/Background, and /Broadcast
| * | | | | | | | | | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-195-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | | | | | | | | | Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-199-46/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in core/Command/App, /Background, and /Broadcast classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | | | | | | Merge pull request #38876 from ↵Simon L2023-06-191-11/+11
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Freiheitswolke/style/config/alphabetise-preview-providers style(config): alphabetise preview providers
| * | | | | | | | | | style(config): alphabetise preview providersJoda Stößer2023-06-191-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joda Stößer <git@simjo.st>
* | | | | | | | | | | Merge pull request #38767 from ↵Louis2023-06-198-49/+23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part4 Uses PHP8's constructor property promotion in core/Command/Maintenance
| * | | | | | | | | | | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-192-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | | | | | | | | | | Uses PHP8's constructor property promotion in core/Command/Maintenance classes.Faraz Samapoor2023-06-198-51/+21
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | | | | | | Merge pull request #38764 from ↵Louis2023-06-199-59/+34
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part2 Uses PHP8's constructor property promotion in core/Command/Db classes.
| * | | | | | | | | | | Update core/Command/Db/ConvertType.phpFaraz Samapoor2023-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | | | | | | Update core/Command/Db/ConvertFilecacheBigInt.phpFaraz Samapoor2023-06-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | | | | | | Update core/Command/Db/Migrations/MigrateCommand.phpFaraz Samapoor2023-06-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | | | | | | Update core/Command/Db/Migrations/StatusCommand.phpFaraz Samapoor2023-06-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | | | | | | Uses PHP8's constructor property promotion in core/Command/Db classes.Faraz Samapoor2023-06-199-58/+27
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | | | | | | Merge pull request #38766 from ↵Louis2023-06-1911-71/+42
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part3 Uses PHP8's constructor property promotion in core/Command/User classes.
| * | | | | | | | | | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-194-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | | | | | | | | | Uses PHP8's constructor property promotion in core/Command/User classes.Faraz Samapoor2023-06-1911-71/+34
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | | | | | Merge pull request #38865 from ↵Louis2023-06-192-8/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/files-3.0.0-beta.10 bump @nextcloud/files from 3.0.0-beta.9 to 3.0.0-beta.10
| * | | | | | | | | | bump @nextcloud/files from 3.0.0-beta.9 to 3.0.0-beta.10dependabot[bot]2023-06-192-8/+8
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | | Merge pull request #38773 from nextcloud/fix/noid/protect-oauth2-api-controllerJulien Veyssier2023-06-192-5/+23
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Add bruteforce protection in OauthApiController
| * | | | | | | | | add bruteforce protection in OauthApiControllerJulien Veyssier2023-06-192-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | | | | Merge pull request #38637 from fsamapoor/constructor_property_promotion_part2Louis2023-06-1912-186/+98
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | [2/3] Refactors /core controllers using constructor property promotion.
| * | | | | | | | | Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-1612-86/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | | | | Fixes psalm error.Faraz Samapoor2023-06-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | | | | Fixes php-cs-fixer error.Faraz Samapoor2023-06-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | | | | Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-1611-176/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | | | | | | | | Merge pull request #38868 from nextcloud/enh/noid/fix-mail-confusionSimon L2023-06-191-8/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix confusion around mail settings and improve layout a bit
| * | | | | | | | | | fix confusion around mail settingsSimon L2023-06-171-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | | | | | | | Merge pull request #38878 from nextcloud/cleanup/controller-service-aliasesKate2023-06-1913-26/+18
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Cleanup controller service aliases
| * | | | | | | | | | workflowengine: Stop using a service alias for controllerjld31032023-06-197-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | | | | | | | | comments: Stop using a service alias for controllerjld31032023-06-196-17/+11
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>