aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | fix(TemplateManager): Remove warning messageGit'Fellow2025-01-201-1/+0
|/ / | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-206-0/+36
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Apply enforce theme config for anonymous users as wellbackport/50076/stable30Kostiantyn Miakshyn2025-01-181-0/+8
| | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-172-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-142-0/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-136-0/+44
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-114-0/+36
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-102-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(Http): Only allow valid HTTP status code values via templateprovokateurin2025-01-0820-41/+43
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0818-0/+176
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(preview): Do not try to parse M3U files as MP3Pauli Järvinen2025-01-071-1/+1
| | | | | | | | | | | | By default, the MP3 audio files get the mimetype `audio/mpeg` and the M3U and M3U8 playlist files get the mimetype `audio/mpegurl`. PreviewManager had such a problem that it registered the MP3 preview provider with a regular expression which matched also the M3U files. This caused an error message to be logged on the info (1) level for each M3U file every time a folder with such files was viewed: "Error while getting cover from mp3 file: File /path/to/some/playlist.m3u is not mpeg/audio!". Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
* fix(HTTP): Adjust JSONResponse data typebackport/50035/stable30provokateurin2025-01-071-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-062-24/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(logger): Prevent infinite recursion with log.condition => matchesbackport/50026/stable30Joas Schilling2025-01-031-0/+12
| | | | | | | | | | When we need to check the log condition for a user matches, there is a risk that something on the way checks the log level and would result in an infinite loop. So we simply check if it's a nested call and use the default warning level in that case. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-032-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(shares): Remove noisy text from emailsbackport/49847/stable30Git'Fellow2024-12-301-4/+0
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Merge pull request #49878 from nextcloud/backport/49746/stable30Git'Fellow2024-12-301-10/+9
|\ | | | | [stable30] fix(share): Don't print twice the same text on emails
| * fix(share): Don't print twice the same informationbackport/49746/stable30Git'Fellow2024-12-161-10/+9
| | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-284-4/+68
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-262-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-256-2/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-24136-138/+186
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-2212-0/+62
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-21142-2/+160
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Use getRelativePath method to check if node is inside folderbackport/47425/stable30Côme Chilliet2024-12-191-1/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Fix promotion of reshares from subsubfoldersCôme Chilliet2024-12-191-10/+17
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: Add comment to make code clearerCôme Chilliet2024-12-191-0/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: Turn method description into phpdocCôme Chilliet2024-12-191-1/+1
| | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* | fix(shares): Promote reshares into direct shares when share is deletedCôme Chilliet2024-12-191-6/+13
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Tidy up code for reshare deletionCôme Chilliet2024-12-191-14/+16
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: delete re-shares when deleting the parent shareLuka Trovic2024-12-191-0/+69
| | | | | | | | | | | | | | | | Note: Removed part about fix command from original PR Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> (cherry picked from commit 42181c2f490025860e22907255b6917583c798af)
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-192-2/+56
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-188-8/+82
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: make sure we have a valid scheme when testing ocm urlsfix/ocm-hostskjnldsv2024-12-171-0/+9
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(View): Catch exceptions when executing mkdir for non-existent parentsbackport/49880/stable30provokateurin2024-12-171-4/+11
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(TemplateManager): Make sure TemplateFolder is a Folderbackport/49451/stable30Git'Fellow2024-12-161-2/+6
|/ | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-166-40/+128
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-152-0/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: replace null character when serializingbackport/49528/stable30SebastianKrupinski2024-12-134-0/+72
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-144-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49838 from nextcloud/backport/49832/stable30Kate2024-12-131-3/+24
|\ | | | | [stable30] Improve select handling for sharded queries
| * fix: improve logic for ensuring join columns are selected for partitioned ↵backport/49832/stable30Robin Appelman2024-12-121-3/+21
| | | | | | | | | | | | queries Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix: handle calling select on partitioned queries with an array of columnsRobin Appelman2024-12-121-0/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-132-0/+54
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(shares): Wrap exceptions from password validation to set code to 400Côme Chilliet2024-12-121-1/+7
| | | | | | | This fixes a regression that bad password returned 403 instead of 400 because of previous changes. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(files_sharing): Do not wrap password policy exception into a generic oneCôme Chilliet2024-12-121-6/+2
| | | | | | Let the controller access the HintException and show the error to the user. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Revert "[stable30] fix: Handle copy of folders containing live photos"revert-49650-backport/49293/stable30Louis2024-12-121-3/+3
|
* Merge pull request #49650 from nextcloud/backport/49293/stable30John Molakvoæ2024-12-121-3/+3
|\ | | | | [stable30] fix: Handle copy of folders containing live photos
| * fix: Correctly create NonExistingFolder during copyLouis Chemineau2024-12-051-3/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #49165 from nextcloud/backport/48563/stable30John Molakvoæ2024-12-123-0/+43
|\|