summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix: restored the file to what it is in master branchyemkareems2024-05-161-1/+2
| | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: delete user credentials stored in storages_credentials when user gets ↵yemkareems2024-05-161-1/+5
| | | | | | | | deleted Signed-off-by: yemkareems <yemkareems@gmail.com> [skip ci]
* Merge pull request #45371 from nextcloud/backport/45236/stable27Joas Schilling2024-05-161-0/+1
|\ | | | | [stable27] Hide 'updater.server.url' As It May Contain Enterprise Key
| * fix(SystemConfig.php): Add 'updater.server.url' to Private Variablesderschiw2024-05-161-0/+1
| | | | | | | | | | | | Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key. Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
* | Merge pull request #45338 from nextcloud/backport/44710/stable27Joas Schilling2024-05-1612-13/+109
|\ \ | |/ |/| [stable27] fix(preview): check mime type before processing with Imagick
| * fix(preview): check mime type before processing with ImagickVarun Patil2024-05-1512-13/+109
| | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | Merge pull request #45343 from nextcloud/backport/45340/stable27Joas Schilling2024-05-161-1/+1
|\ \ | | | | | | [stable27] fix: Extend SVG reference check
| * | fix: Extend SVG reference checkJoas Schilling2024-05-161-1/+1
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / fix: Correctly check result of functionJoas Schilling2024-05-152-3/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: Remove bogus code from query builder and fix parameter nameCôme Chilliet2024-05-101-6/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(userstatus): Fix docs of user status managerJoas Schilling2024-05-082-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(session): Avoid race condition for cache::get() vs. cache::hasKey()Joas Schilling2024-05-071-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-05-072-62/+75
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(User\Manager): Avoid future collisions with updater/audit logsJosh2024-05-061-0/+2
| | | | | Avoid future collisions for not yet created updater and audit log files (at least using default names). Signed-off-by: Josh <josh.t.richards@gmail.com>
* fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-05-061-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #45113 from nextcloud/backport/45107/stable27Côme Chilliet2024-05-021-2/+2
|\ | | | | [stable27] fix: Fix default values for ini var in lib/base.php
| * fix: Fix default values for ini var in lib/base.phpCôme Chilliet2024-04-301-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-012-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-302-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45060 from nextcloud/backport/44496/stable27Stephan Orbaugh2024-04-291-1/+16
|\ | | | | [stable27] feat: support "s3-accelerate" endpoint
| * feat: add option to enable s3 accelerationRobin Appelman2024-04-261-1/+16
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-272-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-264-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2518-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-24192-216/+250
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-232-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-202-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-38/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: disable the internal s3sdk multi part copy logicRobin Appelman2024-04-181-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #44892 from nextcloud/backport/44889/stable27Joas Schilling2024-04-181-0/+3
|\ | | | | [stable27] fix(files): Also skip cross storage move with access control
| * fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-182-0/+44
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-172-0/+106
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-152-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-142-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-04-093-16/+20
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix: use proper jailed patch in watcherRobin Appelman2024-04-094-4/+78
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #44739 from nextcloud/backport/stable27/44736Ferdinand Thiessen2024-04-091-0/+7
|\ | | | | [stable27] fix: Fix avatar images
| * fix: Fix avatar imagesChristopher Ng2024-04-081-0/+7
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-092-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44508 from nextcloud/backport/39367/stable27Robin Appelman2024-04-031-1/+3
|\ | | | | [stable27] handle more exceptions in AmazonS3::fopen
| * fix SeekableHttpStream::stream_stat errors on failed openRobin Appelman2024-03-271-1/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-022-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-312-10/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-302-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-29164-532/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(files)): Add retry logic to cover deadlock situations when moving many ↵Louis Chemineau2024-03-281-6/+25
|/ | | | | | files Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-264-10/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-252-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>