summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* admin have no special rights on users' entriesMaxence Lange2023-09-062-30/+7
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #39991 from nextcloud/backport/39770/stable26max-nextcloud2023-09-061-0/+5
|\ | | | | [stable26] fix: always use display name from correct backend
| * fix: always use display name from correct backendMax2023-08-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overwrite the display name after the account is initialized when using an instacne of IGetDisplayNameBackend. Before when using a variation of user_oidc and registering a Backend.php implementing IGetDisplayNameBackend the personal setting page shows 'uid'. The UserManager/AccountManager seems not to use consistently the correct backend. The correct backend is used in this sequence: server/lib/private/TemplateLayout.php $userDisplayName = \OC_User::getDisplayName(); $this->assign(user_displayname, $userDisplayName); In the settings page, it definitely not calls the registered backend, but seems to fall back to default Backend and shows (usually) uid or a value from the standard account property table. Signed-off-by: Max <max@nextcloud.com>
* | Merge pull request #39861 from nextcloud/caldav-share-preload-26Daniel2023-09-064-5/+103
|\ \
| * | cache calendar objects from calendarQueryRobin Appelman2023-08-142-10/+35
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | preload shares for calendars when listing calendarsRobin Appelman2023-08-144-0/+73
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #40167 from nextcloud/backport/40108/stable26Arthur Schiwon2023-09-062-3/+46
|\ \ \ | | | | | | | | [stable26] feat: add switch to disable dns pinning
| * | | feat: add switch to disable dns pinningDaniel Kesselberg2023-08-302-3/+46
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #40085 from nextcloud/backport/40077/stable26Arthur Schiwon2023-09-053-0/+16
|\ \ \ \ | | | | | | | | | | [stable26] fix(cache): Remove displayname cache entry on delete
| * | | | fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-293-0/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #40076 from nextcloud/fix/stable26/remove-pw-from-loggingArthur Schiwon2023-09-051-0/+9
|\ \ \ \ \ | | | | | | | | | | | | [stable26] Do not log passwords in debug mode
| * | | | | Do not log passwords in debug modeAnna Larch2023-08-281-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Merge pull request #40232 from nextcloud/sharing-mask-wrapper-26Arthur Schiwon2023-09-0515-127/+168
|\ \ \ \ \ \ | | | | | | | | | | | | | | [26] move share permission logic to storage wrapper
| * | | | | | cleanup di for share permissions wrapperRobin Appelman2023-09-0410-129/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | more share permission logic to storage wrapperRobin Appelman2023-09-046-10/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this way we only have to determine the share permissions once Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #40187 from nextcloud/backport/39017/stable26Arthur Schiwon2023-09-051-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable26] fix(s3): fix handling verify_bucket_exists parameter
| * | | | | | | fix(s3): fix handling verify_bucket_exists parameterThomas Citharel2023-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If 'verify_bucket_exists' is set to false in the config.php s3 configuration, it's supposed to avoid verifying that the bucket exists. However empty(falsy) will always return true, so this condition would not work. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | Merge pull request #39816 from nextcloud/backport/39700/stable26Arthur Schiwon2023-09-052-2/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable26] fix: close cursor after reading the invitation
| * | | | | | | | fix: close cursor after reading the invitationDaniel Kesselberg2023-08-112-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | | Merge pull request #39726 from nextcloud/backport/39698/stable26Arthur Schiwon2023-09-051-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable26] Catch more invalid cache source storage paths
| * | | | | | | | | fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | | | | | Catch more invalid cache source storage pathsJosh Richards2023-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OC\Files\Cache\Cache::get can return string|false|null, not just string|false. - nextcloud/server#26270 added handling of false, but null is needed too. - Well, or we change the default $resullt to false, but I'm not sure if that has other ramifications and the real need here is to simply catch situations where the cache source storage path is not valid for whatever reason Related: nextcloud/server#19009 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | | | | | | | | Merge pull request #40260 from nextcloud/backport/40234/stable26Daniel2023-09-051-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | enh: skip processing for empty responseDaniel Kesselberg2023-09-041-0/+4
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | | | Merge pull request #40229 from nextcloud/backport/40195/stable26John Molakvoæ2023-09-051-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix: prevent sharing permissions on user root folderJohn Molakvoæ2023-09-041-1/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* / / / / / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-09-05120-234/+328
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-048-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-0320-4/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-02138-6/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-0158-16/+368
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-31130-1542/+2334
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-30192-114/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #40086 from nextcloud/backport/40081/stable26Andy Scherzinger2023-08-291-5/+35
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | [stable26] fix(CalDAV): check voject exists before attempting any operation
| * | | | | | fix(CalDAV): check voject exists before attempting any operationAnna Larch2023-08-291-5/+35
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2958-10/+120
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39872 from nextcloud/backport/38714/stable26Andy Scherzinger2023-08-281-5/+9
|\ \ \ \ \ | | | | | | | | | | | | [stable26] select the fileid first when looking for incomplete files
| * | | | | select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | this seems to improve mariadbs index selection Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | 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