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-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-21Merge pull request #32894 from nextcloud/backport/32878/stable24blizzz
[stable24] Fix default toast message for failed uploads with HTTP/2
2022-06-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@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-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-15Fix default toast message for failed uploads with HTTP/2backport/32878/stable24Daniel Calviño Sánchez
When an upload fails a toast is shown with either a specific message or just the textual part of the HTTP error code (which comes from the upload failure handler and set by "jQuery.ajax()". However, if there is neither a message nor an error then the toast will show the default message from the Toastify-js library, which is an undescriptive "Hi there!". When HTTP/2 is used Chromium does not provide the textual part of the HTTP error code, so when an upload fails the toast can receive an empty message and thus just show "Hi there!". Now an explicit message is provided as a fallback to prevent that. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-13Merge pull request #32854 from nextcloud/backport/32843/stable24blizzz
[stable24] Correctly log failed attempts
2022-06-13Merge pull request #32848 from nextcloud/backport/32806/stable24blizzz
[stable24] Revert "Remove inefficient fed share scanner"
2022-06-13Merge pull request #32841 from nextcloud/backport-32059-stable24blizzz
[stable24] Fix issue #31692 of occ files:scan
2022-06-13Correctly log failed attemptsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-13Revert "Remove inefficient fed share scanner"Carl Schwan
This reverts commit ce319143142e2ee998ef4794b04ad684c4ffa911. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 6667007bf235b90a7dd105c881cf5802b2a3f83e)
2022-06-13Merge pull request #32833 from nextcloud/backport/32799/stable24blizzz
[stable24] Fix exception handling when profile data is too long
2022-06-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-12Fix issue #31692 of occ files:scanbackport-32059-stable24Richard Steinmetz
occ files:scan reports error "Implicit conversion from float XXX to int loses precision" Signed-off-by: cld4h <20869428+cld4h@users.noreply.github.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-06-12Fix exception handling when profile data is too longbackport/32799/stable24Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-11Merge pull request #32585 from nextcloud/backport/32580/stable24blizzz
[stable24] Fix handling events without names in activities
2022-06-10Merge pull request #32668 from nextcloud/backport/32583/stable24Vincent Petry
[stable24] Fix Nextcloud Android app not showing proper name
2022-06-10Merge pull request #32674 from nextcloud/backport/32670/stable24Vincent Petry
[stable24] Fix share permissions rendering
2022-06-10Merge pull request #32692 from nextcloud/backport/32471/stable24Vincent Petry
[stable24] Make sure activities are not created when a deleted calendar object expires
2022-06-10Merge pull request #32758 from nextcloud/backport/stable24/upload-speedCarl Schwan
[stable24] Make X-HAS-{MD5/SHA256} opt-in
2022-06-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-09Fix share permissions renderingbackport/32670/stable24Louis 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> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-09Merge pull request #32764 from nextcloud/backport/31981/stable24Louis
[stable24] Temporary passwords fixes 31952
2022-06-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-08Various improvements related to the recent implementation of temporary passwordsbackport/31981/stable24Cyrille Bollu
for mail shares: 1- Changes style of "forgot password?" and "Back" button 2- Adds information about share password's expiration time in the emails sent. 3- Shows password expiration time in the Share menu 4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords) 5- At share's creation, password should only be sent when it's a permanent one See also https://github.com/nextcloud/server/issues/31952 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-08Make X-HAS-{MD5/SHA256} opt-inbackport/stable24/upload-speedCarl Schwan
This is not always needed and slow down the upload Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 1b426eda44f59648d2f1c5b79a06c78ff74c9fce)
2022-06-08Always log errors from sending federation api requests to ease debuggingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.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-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-02Merge pull request #32664 from nextcloud/backport/32206/stable24Pytal
2022-06-02Update calendar estimationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-01Make sure activities are not created when a deleted calendar object expiresbackport/32471/stable24Thomas Citharel
Closes https://github.com/nextcloud/activity/issues/784 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-06-01Merge pull request #32510 from nextcloud/fix/theming-colours-primary-24John Molakvoæ
2022-06-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-31Properly calculate primary element based on background luminancefix/theming-colours-primary-24John Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-31Fix Nextcloud Android app not showing proper namebackport/32583/stable24jld3103
2022-05-31Merge pull request #32619 from nextcloud/backport/32618/stable24John Molakvoæ
[stable24] Fix status handling
2022-05-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>