aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-06-2238-46/+238
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32894 from nextcloud/backport/32878/stable24blizzz2022-06-211-1/+1
|\ | | | | [stable24] Fix default toast message for failed uploads with HTTP/2
| * Fix default toast message for failed uploads with HTTP/2Daniel Calviño Sánchez2022-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #32870 from nextcloud/backport/32813/stable24blizzz2022-06-211-0/+2
|\ \ | | | | | | [stable24] Run php tests when 3rdparty changed
| * | Run php tests when 3rdparty changedDaniel Kesselberg2022-06-141-0/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #32824 from ↵Carl Schwan2022-06-211-5/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable24-update-psalm-baseline [stable24] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2022-06-211-5/+2
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-2186-1008/+988
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32916 from nextcloud/release/24.0.2v24.0.2blizzz2022-06-201-2/+2
|\ \ \ | | | | | | | | 24.0.2
| * | | 24.0.2Arthur Schiwon2022-06-201-2/+2
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-204-10/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-1912-2/+60
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-1812-2/+18
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32904 from nextcloud/backport/32898/stable24blizzz2022-06-172-4/+76
|\ \ \ | | | | | | | | [stable24] Fix logger overwriting vars in some circumstances
| * | | make placeholder a const for reuseArthur Schiwon2022-06-162-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix overwriting original vars when loggingArthur Schiwon2022-06-162-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | add serializer testArthur Schiwon2022-06-161-0/+67
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1724-0/+92
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | / [tx-robot] updated from transifexNextcloud bot2022-06-1624-2/+82
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-06-15124-130/+236
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-1440-8/+220
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32785 from nextcloud/release/24.0.2_rc1v24.0.2rc1blizzz2022-06-131-2/+2
|\ | | | | 24.0.2 RC1
| * 24.0.2 RC1Arthur Schiwon2022-06-091-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #32854 from nextcloud/backport/32843/stable24blizzz2022-06-131-4/+12
|\ \ | | | | | | [stable24] Correctly log failed attempts
| * | Correctly log failed attemptsJoas Schilling2022-06-131-4/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #32848 from nextcloud/backport/32806/stable24blizzz2022-06-132-0/+82
|\ \ \ | | | | | | | | [stable24] Revert "Remove inefficient fed share scanner"
| * | | Revert "Remove inefficient fed share scanner"Carl Schwan2022-06-132-0/+82
| |/ / | | | | | | | | | | | | | | | | | | This reverts commit ce319143142e2ee998ef4794b04ad684c4ffa911. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 6667007bf235b90a7dd105c881cf5802b2a3f83e)
* | | Merge pull request #32841 from nextcloud/backport-32059-stable24blizzz2022-06-131-1/+1
|\ \ \ | |/ / |/| | [stable24] Fix issue #31692 of occ files:scan
| * | Fix issue #31692 of occ files:scanRichard Steinmetz2022-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #32842 from nextcloud/backport/32685/stable24blizzz2022-06-131-1/+1
|\ \ \ | | | | | | | | [stable24] Fix replacing external storage password during debug log
| * | | Fix replacing external storage password during debug logChristoph Wurst2022-06-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #32833 from nextcloud/backport/32799/stable24blizzz2022-06-133-28/+34
|\ \ \ \ | |/ / / |/| | | [stable24] Fix exception handling when profile data is too long
| * | | Fix exception handling when profile data is too longJoas Schilling2022-06-123-28/+34
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1334-0/+70
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32444 from nextcloud/backport/32357/stable24blizzz2022-06-121-0/+8
|\ \ \ | | | | | | | | [stable24] remove storage wrappers when deleting the user storage
| * | | remove storage wrappers when deleting the user storageRobin Appelman2022-06-101-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32416 from ↵blizzz2022-06-125-12/+12
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable24/dompurify-2.3.8 Bump dompurify from 2.3.6 to 2.3.8
| * | | Bump dompurify from 2.3.6 to 2.3.8dependabot[bot]2022-06-125-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.6...2.3.8) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1252-14/+134
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32822 from ↵blizzz2022-06-121-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/dependabot/composer/build/integration/stable24/guzzlehttp/guzzle-7.4.4 Update guzzlehttp/guzzle requirement from 7.4.3 to 7.4.4 in /build/integration
| * | | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.3...7.4.4) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-11590-1550/+1452
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32708 from nextcloud/unencrypted-size-24blizzz2022-06-1110-56/+164
|\ \ \ | | | | | | | | [24] store unencrypted size in the unencrypted_size column
| * | | store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-0310-56/+164
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32683 from nextcloud/backport/32371/stable24blizzz2022-06-112-2/+2
|\ \ \ \ | | | | | | | | | | [stable24] More meaningfull message when a public authenticated share's password is wrong or has expired.
| * | | | More meaningfull message when a public authenticated share's password is ↵Cyrille Bollu2022-06-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong or has expired Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
* | | | | Merge pull request #32603 from nextcloud/backport/32575/stable24blizzz2022-06-111-1/+2
|\ \ \ \ \ | | | | | | | | | | | | [stable24] Improve warning about missing pnctl
| * | | | | Improve warning about missing pnctlCarl Schwan2022-06-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #32585 from nextcloud/backport/32580/stable24blizzz2022-06-111-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable24] Fix handling events without names in activities
| * | | | | | Also trim the nameJoas Schilling2022-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>