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
path: root/apps
AgeCommit message (Collapse)Author
2022-06-28[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-27Merge pull request #32561 from nextcloud/port/vue-personal-federationPytal
2022-06-27Merge pull request #32998 from nextcloud/fix/setting_nameLouis
Rename setting name to reduce its length
2022-06-27Rename setting name to reduce its lengthLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-24Cleanup CardDav SyncServicecleanup/federation-appCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-24Summer cleanup of the federation appCarl Schwan
- Use IEventDispatcher instead of deprecated symfony dispatcher - Use LoggerInterface where possible - Use php 7.4 properties - Add type hinting where possible - Move federation hooks to a seperate listener Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-24Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz
Add comments expire date
2022-06-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-23Merge pull request #32962 from nextcloud/getstoragestat-change-urlCarl Schwan
Remove .php from url
2022-06-23Fix quota text not updated after copying or moving a filefixes-for-quota-text-in-navigation-barDaniel Calviño Sánchez
Note that the quota may change too when files are moved if the file is moved, for example, to or from a folder shared by other user. Besides the quota the storage statistics are also updated, similar to what is done when a file is deleted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-23Fix quota text not updated when no quota is setDaniel Calviño Sánchez
The JavaScript code that updates the quota text expects the element to have "quotatext" as id. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-23Fix quota text shown escapedDaniel Calviño Sánchez
"t()" escapes and sanitizes the returned text by default, so strings like "<" are converted to "&lt;". However, the "jQuery.text()" parameter does not need to be escaped, as "&lt;" is shown literally as "&lt;" rather than "<". Now "jQuery.html()" is used instead, which "unescapes" the given text and sets it as a new text node (as the text in the parameter does not contain markup for elements, only text). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-23Merge pull request #32701 from nextcloud/fix/type-error-objectreeCarl Schwan
Fix type error in Sabre/Connector/Directory
2022-06-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-22Merge pull request #32884 from nextcloud/typing/dav-sharingCarl Schwan
Add typing to Sharing Backend
2022-06-22Add typing to Sharing BackendCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-21Add title to file nameCarl Schwan
Fix #32157 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-21Remove .php from urlgetstoragestat-change-urlCarl Schwan
Probably here for legacy reasons, but it is a bit weird to call an .php endpoint that doesn't correspond to a .php file Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-21Merge pull request #32902 from nextcloud/enh/noid/opcache-buffer-size-limitSimon L
do not display the buffer_size info if the size is already set to a c…
2022-06-21Merge pull request #32948 from nextcloud/dashboardFixSimon L
make 'text-overflow: ellipsis' possible again in dashboard
2022-06-21Merge pull request #32861 from ↵Carl Schwan
nextcloud/fix/remove-at-matcher-in-user_ldap-tests Remove deprecated at() matcher from user_ldap tests
2022-06-21Merge pull request #32900 from nextcloud/fix/remove-at-matcher-in-theming-testsCôme Chilliet
Remove at matcher in theming tests
2022-06-21make 'text-overflow: ellipsis' possible again in dashboardArtur Neumann
Signed-off-by: Artur Neumann <artur@jankaritech.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-20Fix test to check the expire dateVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-20Merge pull request #32881 from nextcloud/Valdnet-patch-2rakekniven
l10n: Spelling unification
2022-06-20Merge pull request #32719 from nextcloud/fix/noid/email-shares-not-shownRichard Steinmetz
Fix email shares not being shown to other users
2022-06-20Merge pull request #32910 from nextcloud/fix/profiler-invalid-utf8blizzz
Fix profiler trying to serialize invalid utf8
2022-06-20Fix profiler trying to serialize invalid utf8Carl Schwan
The cookie value contains invalid utf8 characters most of the time so let's just ignore it as it is also not that interesting to analyse. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-20Remove deprecated expectException from theming testsfix/remove-at-matcher-in-theming-testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-17do not display the buffer_size info if the size is already set to a certain ↵enh/noid/opcache-buffer-size-limitszaimen
threshold Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
2022-06-17Fix email shares not being shown to other usersfix/noid/email-shares-not-shownRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-06-17Merge pull request #32874 from bill-mcgonigle/patch-1Simon L
Mention missing files subdir
2022-06-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-16Remove deprecated at matcher from theming testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-15Merge pull request #32876 from nextcloud/fix/fix-string-interpolationblizzz
Use {$var} instead of ${var} for PHP 8.2 compatibility
2022-06-15Merge pull request #32878 from ↵blizzz
nextcloud/fix-default-toast-message-for-failed-uploads-with-http2 Fix default toast message for failed uploads with HTTP/2
2022-06-15Port federatedfilesharing personal settings to vueport/vue-personal-federationCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-15Spelling unificationValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-15l10n: Spelling unificationValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-15l10n: Spelling unificationValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-15Update tests after ResetTokenBackgroundJob changesThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-06-15Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJobThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>