aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(Http): Only allow valid HTTP status code values via templatefix/http/template-valid-status-codesprovokateurin2025-01-0720-41/+43
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #50035 from nextcloud/fix/http/jsonresponse-data-typeJoas Schilling2025-01-071-1/+1
|\ | | | | fix(HTTP): Adjust JSONResponse data type
| * fix(HTTP): Adjust JSONResponse data typefix/http/jsonresponse-data-typeprovokateurin2025-01-041-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #49905 from nextcloud/chore/deps/openapi-extractorKate2025-01-061-2/+2
|\ \
| * | refactor(provisioning_api): Rename AUserData to AUserDataOCSController to ↵provokateurin2025-01-061-2/+2
| | | | | | | | | | | | | | | | | | allow openapi-extractor to detect it as OCS Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #49552 from nextcloud/mount-move-checksRobin Appelman2025-01-061-16/+83
|\ \ \ | |/ / |/| | fix: improve checks for moving shares/storages into other mounts
| * | fix: explicitly ignore nested mounts when transfering ownershipmount-move-checksRobin Appelman2025-01-061-3/+9
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix: translate mount move error messagesRobin Appelman2025-01-031-11/+36
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix: improve checks for moving shares/storages into other mountsRobin Appelman2025-01-031-15/+51
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / 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 => 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>