| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
|
|
|
|
| |
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
|
|\
| |
| | |
chore: Clarify log entry requirements in bug report form
|
|/
|
| |
Signed-off-by: Josh <josh.t.richards@gmail.com>
|
|\
| |
| | |
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>
|
|\ \
| | |
| | | |
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>
|
|\ \ \
| |_|/
|/| | |
fix(files): handle empty view with error
|
| | |
| | |
| | |
| | | |
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
|
|/ /
| |
| |
| | |
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
|
| |
| |
| |
| | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \
| |/
|/| |
refactor(ShareApiController): Check for null and empty strings with e…
|
|/
|
|
|
|
| |
Proactive measure to avoid warnings in higher php versions as well possible type errors
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
|\
| |
| |
| |
| | |
nextcloud/fix/48012/fix-share-email-send-mail-share
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>
|
|\
| |
| | |
fix(settings): Change "setup warnings" -> "setup checks" in Overview
|
| |
| |
| | |
Signed-off-by: Josh <josh.t.richards@gmail.com>
|
|\ \
| | |
| | | |
[TextProcessing] Fix: Also list types that are available in task processing
|
| | |
| | |
| | |
| | | |
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
|/ /
| |
| |
| | |
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
|/
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\
| |
| | |
fix(settings): Do not use `null` on `string` parameter for sharing disclaimer
|
| |
| |
| |
| | |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
| |
| |
| |
| | |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
|\ \
| |/
|/| |
fix(app-store): Correctly render Markdown in app description
|
| |
| |
| |
| | |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| |
| |
| |
| |
| |
| | |
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>
|
|\ \ |
|
| |/
| |
| |
| | |
Signed-off-by: provokateurin <kate@provokateurin.de>
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
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>
|
|\ \
| | |
| | | |
fix(unified-search): Close on second ctrl+f
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
| |/
| |
| |
| |
| |
| | |
Also only add the event listener if short-cuts are not disabled for accessibility reasons.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
|\ \
| | |
| | | |
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>
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/followup/47329/add-all-types-to-handling
fix(entity): Fix mapping of old/sub-types to actually supported datab…
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
nextcloud/build/translation-checker-print-rtl-limited-characters
build: Print RTL limited characters in translation-checker
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: provokateurin <kate@provokateurin.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \
| |/
|/|
| | |
nextcloud/refactor/apps/constructor-property-promotion
|