Nextcloud bot
75e9be595b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months ago
Nextcloud bot
c3ac8bf89a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months ago
Joas Schilling
7b36547f13
Merge pull request #48898 from nextcloud/fix/files--list-header-button-title
fix(files): add title for files list table header button
12 months ago
Grigorii K. Shartsev
4010f7e64b
chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
12 months ago
Grigorii K. Shartsev
f7498d0069
fix(files): add title for files list table header button
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
12 months ago
Josh
102d73fbbe
Merge pull request #48895 from nextcloud/jtr/chore-bug-report-logs
chore: Clarify log entry requirements in bug report form
12 months ago
Josh
ac6c85c838
chore: Clarify log entry requirements in bug report form
Signed-off-by: Josh <josh.t.richards@gmail.com>
12 months ago
Daniel
4f6667a9c9
Merge pull request #48892 from nextcloud/update-stale-bot-configuration
chore: don't remove needs info label when commenting on a stale issue
12 months ago
Joas Schilling
631f6d482e
Merge pull request #48884 from nextcloud/bugfix/noid/allow-to-force-db-throttler
feat(bruteforce): Allow forcing the database throttler
12 months ago
Grigorii K. Shartsev
92179c8175
Merge pull request #48625 from nextcloud/fix/files--handle-empty-view-with-error
fix(files): handle empty view with error
12 months ago
Daniel Kesselberg
31eed47868
chore: don't remove needs info label when commenting on a stale issue
1) Removing the "needs info" label when someone comments on a stale issue seems incorrect.
2) By default, the stale action removes the "stale" label upon commenting. However, the labels-to-remove-when-unstale option triggers an additional API request to remove the "stale" label, which was already removed in the previous API call.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
12 months ago
Grigorii K. Shartsev
ed9fdbad6e
chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
12 months ago
Grigorii K. Shartsev
18d52323dd
refactor(files): migrate to @nextcloud/sharing
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
12 months ago
Grigorii K. Shartsev
080a8c7f1c
fix(files): handle empty view with error
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 year ago
Grigorii K. Shartsev
2696715d90
chore(files): migrate davUtils to TS
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 year ago
Nextcloud bot
7723faf51a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months ago
F. E Noel Nfebe
ccd14f3a65
Merge pull request #48882 from nextcloud/safety-net-null-check
refactor(ShareApiController): Check for null and empty strings with e…
12 months ago
Joas Schilling
6854af0cc4
feat(bruteforce): Allow forcing the database throttler
Using the database is most likely worse for performance, but makes investigating
issues a lot easier as it's possible to look directly at the table to see all
logged remote addresses and actions.
Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months ago
fenn-cs
227b8462d8
refactor(ShareApiController): Check for null and empty strings with empty()
Proactive measure to avoid warnings in higher php versions as well possible type errors
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
12 months ago
F. E Noel Nfebe
bc6a3e8159
Merge pull request #48381 from nextcloud/fix/48012/fix-share-email-send-mail-share
fix(ShareAPI): Send mails for mail shares by default
12 months ago
fenn-cs
e2d2a17810
fix(ShareAPI): Send mails for mail shares by default
It looks like, the frontend it needs to provide the `sendMail` param
for the backend to decide wether mails would be sent.
Our UI does not have that at the moment so it should default to sending
emails always for mail shares.
Not exactly sure how this was handled earlier but this is a good starting point.
Resolves : https://github.com/nextcloud/server/issues/48012
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
1 year ago
Ferdinand Thiessen
4176708797
Merge pull request #48874 from nextcloud/jtr/setup-checks-heading
fix(settings): Change "setup warnings" -> "setup checks" in Overview
12 months ago
Julien Veyssier
67fbce5407
Merge pull request #48863 from nextcloud/fix/noid/textprocessing-list-types
[TextProcessing] Fix: Also list types that are available in task processing
12 months ago
Julien Veyssier
5362486ca9
feat(textprocessing): factorize taskProcessingCompatibleTaskTypes
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
12 months ago
Julien Veyssier
54cebc2136
fix(textprocessing): also list types that are available in task processing
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
12 months ago
Nextcloud bot
f1684ff77e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months ago
Josh
4c9877c082
fix(settings): Change "setup warnings" -> "setup checks" in Overview
Signed-off-by: Josh <josh.t.richards@gmail.com>
12 months ago
Ferdinand Thiessen
a1efa39a9e
Merge pull request #48864 from nextcloud/fix/invalid-app-config
fix(settings): Do not use `null` on `string` parameter for sharing disclaimer
12 months ago
Ferdinand Thiessen
e058820195
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months ago
Ferdinand Thiessen
6d2c63ecff
fix(settings): Do not use `null` on `string` parameter for sharing disclaimer
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months ago
Ferdinand Thiessen
8bdf8bc7f3
Merge pull request #48852 from nextcloud/fix/app-store-markdown
fix(app-store): Correctly render Markdown in app description
12 months ago
Kate
c00d49bb55
Merge pull request #48867 from nextcloud/fix/apps/wrong-missing-casts
12 months ago
nextcloud-command
169ba6740f
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months ago
Kate
b5ac989ecd
Merge pull request #48854 from nextcloud/fix/proxy-app-screenshot
12 months ago
Ferdinand Thiessen
6e98faae91
fix(app-store): Correctly render Markdown in app description
This seems to be broken by an update because the renderer now passes an object instead of multiple arguments to the render functions.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months ago
provokateurin
f25a71806b
fix(apps): Fix wrong or missing casts
Signed-off-by: provokateurin <kate@provokateurin.de>
12 months ago
Ferdinand Thiessen
1f1760454f
Merge pull request #48853 from nextcloud/fix/app-store-groups
fix(app-store): Ensure the `groups` property is always an array
12 months ago
Ferdinand Thiessen
d915a7ce0e
Merge pull request #48850 from nextcloud/fix/unified-search-ctrl-f
fix(unified-search): Close on second ctrl+f
12 months ago
Louis
b0197c5dfc
Merge pull request #48851 from nextcloud/artonge/fix/uid_type
Fix $uid type in Encryption stream
12 months ago
Joas Schilling
8f59997689
Merge pull request #48837 from nextcloud/followup/47329/add-all-types-to-handling
fix(entity): Fix mapping of old/sub-types to actually supported datab…
12 months ago
Ferdinand Thiessen
2055516cd8
Merge pull request #48839 from nextcloud/build/translation-checker-print-rtl-limited-characters
build: Print RTL limited characters in translation-checker
12 months ago
Ferdinand Thiessen
3b6915e96d
fix(app-store): Also proxy images of locally installed apps
Before this only app store apps got their screenshots proxied,
but this will cause locally installed apps to not be correctly shown on the app-store.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months ago
Ferdinand Thiessen
9955b13564
fix(app-store): Ensure the `groups` property is always an array
If the value was a string, like a single group, then `json_decode` will also yield only a string.
So in this case we ensure the property is always an array with that value.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months ago
Ferdinand Thiessen
ed2295a05b
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months ago
Ferdinand Thiessen
d7376891a2
fix(unified-search): Close on second ctrl+f
Also only add the event listener if short-cuts are not disabled for accessibility reasons.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months ago
Louis
5f69d8d891
fix: $uid type in Encryption stream
As explained by the comment.
Signed-off-by: Louis <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
12 months ago
Joas Schilling
61e3fa054d
build: Show the actual string
Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months ago
Joas Schilling
54c3aa3f99
fix(entity): Fix mapping of old/sub-types to actually supported database types
Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months ago
Nextcloud bot
74cd6e295a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months ago
Nextcloud bot
8e4ac51110
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months ago