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-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>
2022-05-31Update contacts estimationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-05-31Skip avatar on failureChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-05-31Update method nameChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-05-31Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-31Implement getExportEstimatedSize in migratorsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-30Merge pull request #32470 from ↵Louis
nextcloud/bug/noid/stable24-fix-backgroundjobs-mode [stable24] Fix backgroundjobs mode
2022-05-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-27Fix unit testsbackport/32618/stable24Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-27Don't overwrite certain values if the refreshing comes in via short updatesJoas Schilling
This e.g. happens from the talk participant list which only has the status, message and icon. Due to the overwriting e.g. the clearAt was overwritten with null and afterwards the status modal showed "Invalid date" as "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-27Fix missing status with predefined status in drop-downJoas Schilling
When a predefined status message was used, the status was not "processed" so it was missing the translated message and the icon in the dropdown and the menu afterwards Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-25Also trim the namebackport/32580/stable24Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-25Fix handling events without names in activitiesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>