Nextcloud bot
daa52b4165
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-05 02:33:09 +00:00
Nextcloud bot
9ee3971f7c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-04 02:31:57 +00:00
rakekniven
237b6bdcd4
Merge pull request #32537 from nextcloud/rakekniven-patch-2
...
l10n: Fix escaping issue
2022-06-03 18:51:51 +02:00
rakekniven
4399ed4712
l10n: Fix escaping issue
...
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-03 16:14:29 +02:00
Joas Schilling
6d5d91f6f9
Merge pull request #32556 from nextcloud/bugfix/noid/fix-comments-query-handling
...
Create query parameters on correct objects to make debugging easier
2022-06-03 15:31:40 +02:00
Joas Schilling
57c686e124
Merge pull request #32620 from nextcloud/bugfix/noid/reset-status-on-clearAt
...
Also reset the status on clearAt
2022-06-03 15:29:50 +02:00
Joas Schilling
8e59d49701
Merge pull request #32435 from nextcloud/revert-32278-remove-default-php
...
Revert "Remove call to already default php.ini values"
2022-06-03 14:16:24 +02:00
Valdnet
2dea9a1bd5
Merge pull request #32716 from nextcloud/Valdnet-patch-2
...
l10n: Change to a capital letter
2022-06-03 10:27:04 +02:00
John Molakvoæ
2f5a00f5b3
Merge pull request #32715 from nextcloud/enh/direct-editing-capabilities
...
Only load direct editing capabilities when required
2022-06-03 09:57:19 +02:00
Valdnet
1bc6fb2c58
l10n: Change to a capital letter
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-03 09:34:15 +02:00
Julius Härtl
61056587c9
Only load direct editing capabilities when required
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-03 07:15:17 +02:00
Nextcloud bot
a90b647aff
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-03 02:34:07 +00:00
Pytal
a806984c6d
Merge pull request #32713 from nextcloud/fix/button_active_in_notif
2022-06-02 10:54:27 -07:00
Pytal
c82377d3ba
Merge pull request #32702 from nextcloud/fix/header_entries_order
2022-06-02 10:00:48 -07:00
Louis Chemineau
dfd98fab12
Prevent button in notifications to be impacted by css rule
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-02 18:34:19 +02:00
Julius Härtl
3f685d5830
Merge pull request #32662 from nextcloud/bugfix/noid/cleanup-s3-tmp
...
Cleanup temporary files after finishing the write to object storage
2022-06-02 18:25:23 +02:00
Côme Chilliet
27cdc8dab1
Merge pull request #32570 from nextcloud/fix/remove-at-matcher-in-federatedfilesharing-tests
...
Remove at() matcher from tests in federatedfilesharing
2022-06-02 17:06:01 +02:00
Vincent Petry
07b53b9d41
Merge pull request #32682 from nextcloud/fix/compile_cmd_sass_cmd
...
Add --if-present flag to prevent error when sass script does not exists
2022-06-02 17:01:18 +02:00
Julius Härtl
0f0e74a78c
Cleanup temporary files after finishing the write to object storage
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-02 12:57:18 +00:00
Christoph Wurst
ca45e6a064
Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-logging
...
Debug log what happens during reminders processing
2022-06-02 14:29:58 +02:00
blizzz
1d1b9d936b
Merge pull request #32690 from nextcloud/bugfix/noid/fix-mountpoint-matching-encryption
...
Trim mount point before matching in encryption code
2022-06-02 13:47:18 +02:00
blizzz
01bb642901
Merge pull request #32696 from nextcloud/fix/use-image-from-ocp
...
Use Image class from public API
2022-06-02 13:42:05 +02:00
Louis Chemineau
6905b347ea
Declare header entries in the order they are displayed
...
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 11:22:59 +02:00
Nextcloud bot
cc65bfe624
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-02 02:32:52 +00:00
Christopher Ng
57c66bf7cb
Use Image class from public API
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-02 00:37:36 +00:00
Vincent Petry
b212e8dcc9
Add unit tests for encryption's isSystemWideMountPoint
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-06-01 18:10:59 +02:00
Vincent Petry
a704bcf97f
Trim mount point before matching in encryption code
...
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-01 18:10:59 +02:00
Christoph Wurst
4e5ed32025
Merge pull request #32471 from nextcloud/fix-wrong-dav-activities
...
Make sure activities are not created when a deleted calendar object expires
2022-06-01 17:01:58 +02:00
blizzz
b1c793e663
Merge pull request #32686 from nextcloud/perf/make-x-hash-optin
...
Make X-HAS-{MD5/SHA256} opt-in
2022-06-01 14:36:54 +02:00
Christoph Wurst
58f7a150ed
Debug log what happens during reminders processing
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-01 11:38:02 +02:00
Carl Schwan
010924916c
Fix small typo
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-01 11:13:09 +02:00
Carl Schwan
1b426eda44
Make X-HAS-{MD5/SHA256} opt-in
...
This is not always needed and slow down the upload
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-01 10:59:04 +02:00
Louis Chemineau
9566fb8007
Add --if-present flag to prevent error when sass script does not exists
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-01 09:04:26 +02:00
Vincent Petry
0726271504
Merge pull request #32371 from nextcloud/fix-31952
...
More meaningfull message when a public authenticated share's password is wrong or has expired.
2022-06-01 09:04:11 +02:00
Nextcloud bot
e6177afeda
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-01 02:32:26 +00:00
Christoph Wurst
581bb62d9c
Merge pull request #32666 from nextcloud/fix/background-job-type-check
...
Check background job type
2022-05-31 19:16:36 +02:00
Pytal
40fef4a9db
Merge pull request #32670 from nextcloud/fix/share_permissions_rendering
2022-05-31 09:38:53 -07:00
Julius Härtl
22fa193684
Merge pull request #32671 from nextcloud/debt/noid/psalm-baseline
...
Update psalm-baseline
2022-05-31 17:56:58 +02:00
Cyrille Bollu
4a790fedf0
More meaningfull message when a public authenticated share's password is wrong or has expired
...
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-05-31 17:26:58 +02:00
Christoph Wurst
b17c4a6072
Check background job type
...
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-31 15:24:30 +00:00
Daniel Kesselberg
8415a06091
Update psalm-baseline
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-31 14:53:07 +02:00
blizzz
df89e7fd39
Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh
...
[Psalm] Fix docblock for addFileFromStream
2022-05-31 14:22:05 +02:00
Louis Chemineau
5fee0fbd5b
Fix share permissions rendering
...
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-31 14:17:16 +02:00
blizzz
9a444a8be6
Merge pull request #32653 from nextcloud/update-3rdparty-master
...
Update 3rdparty for symfony/translation:4.4.41
2022-05-31 13:55:37 +02:00
Louis
6dd348e34f
Merge pull request #32502 from nextcloud/cleanup/worflow-admin
...
Use SettingsSection in workflowengine settings
2022-05-31 13:19:47 +02:00
Joas Schilling
85caf19731
Update 3rdparty for symfony/translation:4.4.41
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-31 12:42:07 +02:00
blizzz
86b2e67dd6
Merge pull request #32665 from nextcloud/automated/noid/psalm-baseline-update-1653970753
...
[Automated] Update psalm-baseline.xml
2022-05-31 12:16:39 +02:00
blizzz
699f259c45
Merge pull request #32667 from nextcloud/followup/32655/fix-tests
...
Fix unit tests
2022-05-31 11:30:51 +02:00
Carl Schwan
30d7763edc
Use SettingsSection in workflowengine settings
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-31 08:38:50 +00:00
Joas Schilling
279e06a80f
Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper
...
Improve JSConfigHelper code quality a bit
2022-05-31 10:29:30 +02:00