aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(logger): Prevent infinite recursion with log.condition => matchesbugfix/noid/prevent-infitnite-loopJoas 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>
* Merge pull request #50009 from nextcloud/jtr/preview-thumb-robustnessJoas Schilling2025-01-035-2/+37
|\ | | | | fix(previews): Make thumbnail generation a bit more robust
| * chore(Previews): make thumbnail generation more robustjtr/preview-thumb-robustnessJosh2025-01-025-2/+37
| | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-032-0/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49887 from nextcloud/scan-home-ext-storaeJohn Molakvoæ2024-12-281-2/+7
|\ | | | | fix: don't skip scanner users filesystem if they have a mountpoint at /<user>/files/
| * fix: don't skip scanner users filesystem if they have a mountpoint at ↵Robin Appelman2024-12-271-2/+7
| | | | | | | | | | | | /<user>/files/ Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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>
* Merge pull request #49847 from nextcloud/removeNoisyTextEmailsGit'Fellow2024-12-231-4/+0
|\ | | | | fix(shares): Remove noisy text from email
| * fix(shares): Remove noisy text from emailsremoveNoisyTextEmailsGit'Fellow2024-12-161-4/+0
| | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.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>
* | docs: fix version numberfeat/add-proofread-tasktypejanepie2024-12-201-1/+1
| | | | | | | | Co-authored-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: janepie <49834966+janepie@users.noreply.github.com>
* | feat: add proofread task typeJana Peper2024-12-204-0/+94
| | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | Merge pull request #49681 from rriemann/patch-1John Molakvoæ2024-12-201-0/+1
|\ \ | | | | | | add sse_c_key from S3 object storage properties config to list of sensitive values
| * | add sse_c_key from S3 object storage properties config to list of sensitive ↵Robert Riemann2024-12-051-0/+1
| | | | | | | | | | | | | | | values Signed-off-by: Robert Riemann <robert@riemann.cc>
* | | Merge pull request #49895 from nextcloud/fix/fix-copy-to-mountpoint-rootStephan Orbaugh2024-12-191-0/+3
|\ \ \ | | | | | | | | fix: Fix copying to the root of another mountpoint
| * | | fix: Fix copying to the root of another mountpointfix/fix-copy-to-mountpoint-rootCôme Chilliet2024-12-171-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-192-2/+56
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleableAndy Scherzinger2024-12-185-3/+50
|\ \ \ \ | | | | | | | | | | Feat: make taskprocessing task types toggleable
| * | | | fix: error handling for wrong json valuesJana Peper2024-12-181-4/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | feat: add error flags for json_decodeJana Peper2024-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | fix(taskrpocessing): Cache result of getAvailableTaskTypesMarcel Klehr2024-12-181-31/+39
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | docs: document adding of argumentJana Peper2024-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | feat: add occ command for task type togglingJana Peper2024-12-183-0/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | fix: always regenerate availabe task typesJana Peper2024-12-181-33/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | fix: show all types when no preferences savedJana Peper2024-12-181-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | feat: filter disabled apps in task types requestsJana Peper2024-12-182-2/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | | | | Merge pull request #49904 from nextcloud/enh/noid/navigationentryeventArthur Schiwon2024-12-184-0/+23
|\ \ \ \ \ | |/ / / / |/| | | | feat(Navigation): emit dedicated event for loading additional entries
| * | | | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryeventArthur Schiwon2024-12-184-0/+23
| |/ / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-12-188-8/+82
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49880 from ↵Kate2024-12-171-4/+11
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/view/catch-mkdir-exception-non-existent-parents fix(View): Catch exceptions when executing mkdir for non-existent parents
| * | | fix(View): Catch exceptions when executing mkdir for non-existent parentsfix/view/catch-mkdir-exception-non-existent-parentsprovokateurin2024-12-161-4/+11
| | |/ | |/| | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #49399 from nextcloud/feature/noid/config-lexiconMaxence Lange2024-12-1611-1/+570
|\ \ \ | |/ / |/| | feat(config): implementation of lexicon
| * | fix(lexicon): renaming and minor fixesfeature/noid/config-lexiconMaxence Lange2024-12-134-15/+15
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(config): implementation of lexiconMaxence Lange2024-12-1311-1/+570
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #49731 from ↵Joas Schilling2024-12-161-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-get-permissions-of-a-principal fix(calendar): Fix getting the permissions of the user
| * | | fix(calendar): Fix getting the permissions of the userJoas Schilling2024-12-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Revert "fix: don't recalculate folder size in Cache::delete if the entry ↵ci/revert/47342Daniel Kesselberg2024-12-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | didn't exist" This reverts commit 5ca9d884d78fd4439a74dde02fdcafb3ac7a40f4. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #49451 from nextcloud/ensureTemplateFolderGit'Fellow2024-12-161-2/+6
|\ \ \ \ | | | | | | | | | | fix(TemplateManager): Make sure TemplateFolder is a Folder
| * | | | fix(TemplateManager): Make sure TemplateFolder is a FolderensureTemplateFolderGit'Fellow2024-12-131-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>
* | | | Merge pull request #49528 from nextcloud/fix/issue-47879-property-serializationSebastian Krupinski2024-12-134-0/+72
|\ \ \ \ | | | | | | | | | | fix: replace null character when serializing
| * | | | fix: replace null character when serializingfix/issue-47879-property-serializationSebastianKrupinski2024-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>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-132-0/+54
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49832 from nextcloud/sharding-select-fixesJohn Molakvoæ2024-12-121-3/+24
|\ \ \