Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-07 Disable ~/.aws/config access by S3ConnectionTraitJasper Weyne
This commit sets the 'use_aws_shared_config_files' option to false, in order to disable configuration loading from ~/.aws/config by the AWS SDK, specifically the S3Client. It is a continuation of #27040, as that PR only changed the behaviour of the CredentialsProvider; this change affects the ConfigurationProvider as well. Signed-off-by: Jasper Weyne <jasperweyne@gmail.com>
2022-06-07Merge pull request #26582 from nextcloud/enhancement/logger-functionChristoph Wurst
Add a helper function that makes it easier to log from anywhere
2022-06-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-06Merge pull request #32732 from nextcloud/dependabot/npm_and_yarn/webpack-5.73.0Pytal
2022-06-06Bump webpack from 5.72.0 to 5.73.0dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.73.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.73.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-03Merge pull request #32537 from nextcloud/rakekniven-patch-2rakekniven
l10n: Fix escaping issue
2022-06-03l10n: Fix escaping issuerakekniven
At Transifex the string is cut and shown `For the server to work properly, it` I modified this without vue knowledge. @CarlSchwan Can you check please? Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-03Merge pull request #32556 from nextcloud/bugfix/noid/fix-comments-query-handlingJoas Schilling
Create query parameters on correct objects to make debugging easier
2022-06-03Merge pull request #32620 from nextcloud/bugfix/noid/reset-status-on-clearAtJoas Schilling
Also reset the status on clearAt
2022-06-03Merge pull request #32435 from nextcloud/revert-32278-remove-default-phpJoas Schilling
Revert "Remove call to already default php.ini values"
2022-06-03Merge pull request #32716 from nextcloud/Valdnet-patch-2Valdnet
l10n: Change to a capital letter
2022-06-03Merge pull request #32715 from nextcloud/enh/direct-editing-capabilitiesJohn Molakvoæ
Only load direct editing capabilities when required
2022-06-03l10n: Change to a capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-03Only load direct editing capabilities when requiredJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-02Merge pull request #32713 from nextcloud/fix/button_active_in_notifPytal
2022-06-02Merge pull request #32702 from nextcloud/fix/header_entries_orderPytal
2022-06-02Prevent button in notifications to be impacted by css ruleLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-02Merge pull request #32662 from nextcloud/bugfix/noid/cleanup-s3-tmpJulius Härtl
Cleanup temporary files after finishing the write to object storage
2022-06-02Merge pull request #32570 from ↵Côme Chilliet
nextcloud/fix/remove-at-matcher-in-federatedfilesharing-tests Remove at() matcher from tests in federatedfilesharing
2022-06-02Merge pull request #32682 from nextcloud/fix/compile_cmd_sass_cmdVincent Petry
Add --if-present flag to prevent error when sass script does not exists
2022-06-02Cleanup temporary files after finishing the write to object storageJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-02Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-loggingChristoph Wurst
Debug log what happens during reminders processing
2022-06-02Merge pull request #32690 from ↵blizzz
nextcloud/bugfix/noid/fix-mountpoint-matching-encryption Trim mount point before matching in encryption code
2022-06-02Merge pull request #32696 from nextcloud/fix/use-image-from-ocpblizzz
Use Image class from public API
2022-06-02Declare header entries in the order they are displayedLouis Chemineau
The notifications entry was declared after the search one, but they are rendered in a different order. This PR switch their declarations, so the order they appear in match their order in the DOM. Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-02Use Image class from public APIfix/use-image-from-ocpChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-01Add unit tests for encryption's isSystemWideMountPointbugfix/noid/fix-mountpoint-matching-encryptionVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-06-01Trim mount point before matching in encryption codeVincent Petry
Often times the mount point has a leading slash. This fix sanitizes it to make sure matching works. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-06-01Merge pull request #32471 from nextcloud/fix-wrong-dav-activitiesChristoph Wurst
Make sure activities are not created when a deleted calendar object expires
2022-06-01Merge pull request #32686 from nextcloud/perf/make-x-hash-optinblizzz
Make X-HAS-{MD5/SHA256} opt-in
2022-06-01Debug log what happens during reminders processingenhancement/caldav-reminders-loggingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-01Fix small typoCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-01Make X-HAS-{MD5/SHA256} opt-inCarl Schwan
This is not always needed and slow down the upload Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-01Add --if-present flag to prevent error when sass script does not existsfix/compile_cmd_sass_cmdLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-01Merge pull request #32371 from nextcloud/fix-31952Vincent Petry
More meaningfull message when a public authenticated share's password is wrong or has expired.
2022-06-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-31Merge pull request #32666 from nextcloud/fix/background-job-type-checkChristoph Wurst
Check background job type
2022-05-31Merge pull request #32670 from nextcloud/fix/share_permissions_renderingPytal
2022-05-31Merge pull request #32671 from nextcloud/debt/noid/psalm-baselineJulius Härtl
Update psalm-baseline
2022-05-31More meaningfull message when a public authenticated share's password is ↵fix-31952Cyrille Bollu
wrong or has expired Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-05-31Check background job typeChristoph Wurst
It is assumed that a job class loaded from the jobs table is an IJob, but due to programming error the job might be of another type. Then the setters will most likely fail. This patch adds an interface type check so only correct jobs are used, anything else is ignored. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-31Update psalm-baselineDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-31Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fhblizzz
[Psalm] Fix docblock for addFileFromStream
2022-05-31Fix share permissions renderingLouis Chemineau
The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`. This PR changes the return value of the `default` case and adds a `filter` to remove those values. Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-31Merge pull request #32653 from nextcloud/update-3rdparty-masterblizzz
Update 3rdparty for symfony/translation:4.4.41