summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #40061 from nextcloud/backport/26-upload-progressFerdinand Thiessen2023-08-284-20/+60
|\ \ \ \ \ | | | | | | | | | | | | [stable26] Improve upload progress visualization
| * | | | | fix: Upload progress shows number of files to upload and current indexFerdinand Thiessen2023-08-264-9/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix: Make smooth bitrate and remaining upload time work when unsetFerdinand Thiessen2023-08-261-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | Smooth time remaining, bitrate and stabilize user informationPhlogi2023-08-261-14/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Besides the existing moving average, a smoothing factor is introduced for the time remaining display as well as the bitrate. Furthermore, half of the buffer needs to be filled before the first prediction is displayed to the user. This reduces volatile and jumping durations towards the user and improves usability. Signed-off-by: Cyrill H. <phlogi@posteo.de> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-28142-2316/+2384
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-276-4/+12
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2616-14/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #40035 from nextcloud/fix/stable26/log-condition-userAnna2023-08-251-9/+18
|\ \ \ \ \ | | | | | | | | | | | | [stable26] fix(logging): user log condition feature
| * | | | | fix(loggging): user log condition featureCôme Chilliet2023-08-241-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2528-46/+72
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2444-8/+70
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #40006 from ↵John Molakvoæ2023-08-232-52/+140
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable26-update-ca-cert-bundle
| * | | | | fix(security): Update CA certificate bundlenextcloud-command2023-08-232-52/+140
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-23108-460/+482
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2216-4/+56
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39935 from nextcloud/fix/stable26/transfer-ownershipAnna2023-08-211-17/+25
|\ \ \ \ \ | | | | | | | | | | | | [stable26] fix: don't emit Hooks when hookpaths are empty
| * | | | | fix: don't emit Hooks when hookpaths are emptyAnna Larch2023-08-171-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2112-38/+88
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2018-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-19148-134/+160
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #39948 from nextcloud/backport/39910/stable26Joas Schilling2023-08-182-8/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable26] fix(memcache): Fix comparison of Memcache configs to classes
| * | | | | | fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-172-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-18132-338/+500
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #39931 from nextcloud/backport/39906/stable26Ferdinand Thiessen2023-08-173-4/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable26] Prevent PHP warning when CacheEntry extension keys are not set
| * | | | | fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | tests: Add test for CacheEntry gettersFerdinand Thiessen2023-08-171-0/+25
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-17130-66/+380
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39917 from nextcloud/backport/38665/stable26Ferdinand Thiessen2023-08-161-2/+3
|\ \ \ \ \ | | | | | | | | | | | | [stable26] fix(weather_status): Pass address as param to OSM API
| * | | | | fix(weather_status): Pass address as paramFerdinand Thiessen2023-08-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #39874 from nextcloud/backport/39786/stable26Julius Härtl2023-08-161-0/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix: Also cleanup version metadata if expiringJulius Härtl2023-08-141-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #39711 from nextcloud/backport/39689/stable26Joas Schilling2023-08-161-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable26] fix(notifications): Remove share notification when the node is deleted
| * | | | | | fix(notifications): Remove share notification when the node is deletedJoas Schilling2023-08-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1620-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #39602 from nextcloud/backport/37954/stable26Pytal2023-08-153-3/+4
|\ \ \ \ \ \ \
| * | | | | | | Do not allow to toggle between password and text in sharingLouis Chemineau2023-08-143-3/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not makes sense as we do not have the clear text value. Signed-off-by: Louis Chemineau <louis@chmn.me> (cherry picked from commit 6faf8b85d6192a18f217a38be219b15d90c63b6d)
* | / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-08-158-0/+12
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #39854 from ↵John Molakvoæ2023-08-143-3/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | nextcloud/manual/backport/stable26/39804/wrap-org-name-login-form
| * | | | | Wrap long productName on login formfenn-cs2023-08-143-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport : https://github.com/nextcloud/server/pull/39848 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-146-4/+6
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1478-206/+214
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1330-70/+104
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-12150-184/+2678
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39812 from ↵Benjamin Gaussorgues2023-08-115-29/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/bump-nextcloud-vue/7.12.2-in-stable26 [stable26] chore: update `@nextcloud-vue` to `v7.12.2`
| * | | | chore: update `@nextcloud-vue` to `v7.12.2`Benjamin Gaussorgues2023-08-115-29/+35
|/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1132-20/+146
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39788 from nextcloud/backport/39741/stable26Andy Scherzinger2023-08-101-5/+5
|\ \ \ \ | | | | | | | | | | [stable26] optimize calendar search query
| * | | | ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-101-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jamie McClelland <jm@mayfirst.org>
| * | | | optimize calendar search queryJamie McClelland2023-08-101-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | see https://github.com/nextcloud/calendar/issues/4758 Signed-off-by: Jamie McClelland <jm@mayfirst.org>
* | | | Merge pull request #39749 from nextcloud/release/26.0.5v26.0.5John Molakvoæ2023-08-101-2/+2
|\ \ \ \