aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42542 from nextcloud/aac-mimetypeJohn Molakvoæ2024-02-291-0/+12
|\
| * Add .aac mime type mappingUnpublished2024-02-271-0/+12
| | | | | | | | Signed-off-by: Unpublished <Unpublished@users.noreply.github.com>
* | Merge pull request #29988 from ↵John Molakvoæ2024-02-291-1/+7
|\ \ | | | | | | | | | nextcloud/enh/hide-overwrites-from-disabled-apps-list
| * | feat(updater): hide overwrites from disabled apps list on upgradeMichaIng2024-02-271-1/+7
| |/ | | | | | | | | | | | | | | If an incompatible app is enabled manually, it is added to the "app_install_overwrite" array in config.php. Nextcloud upgrades won't disable any app in this array, but they were still shown on the upgrade page and logs as being disabled. This commit assures that only apps which are really disabled, i.e. which are not in the "app_install_overwrite" array, are shown and logged as disabled during upgrades. Signed-off-by: MichaIng <micha@dietpi.com>
* | Merge pull request #30957 from ↵John Molakvoæ2024-02-291-2/+2
|\ \ | | | | | | | | | rotdrop/bugfix/collaboration-mail-plugin-fix-array-access-resulting-in-type-error
| * | fix(collaboration): collaboration MailPlugin: Protect access to a ↵Claus-Justus Heine2024-02-271-2/+2
| |/ | | | | | | | | | | potentially missing array component by ??. Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-292-0/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Also expose forbidden filename character in the capabilitiesFerdinand Thiessen2024-02-281-2/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-283-8/+31
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(federation): Allow cloud federation providers to handle unsuccessful ↵Joas Schilling2024-02-284-0/+109
| | | | | | | | | | | | | | | | return codes Otherwise they are put to retry and will immediately trigger bruteforce protection infinitely Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #43646 from nextcloud/feat/noid/occ-keys-test-commandJoas Schilling2024-02-282-0/+2
|\ \ | | | | | | Add user:keys:verify command
| * | feat(occ): Add user:keys:test commandMarcel Müller2024-02-272-0/+2
| |/ | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | Merge pull request #43209 from nextcloud/enh/edit-indicesGreta2024-02-281-0/+41
|\ \ | | | | | | feat(occ): add possibility to edit indices
| * | feat(occ): add possibility to edit indicesJohannes Merkel2024-02-271-0/+41
| | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-282-0/+42
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | feat(comments): Allow mentions of federated users, groups and teams in the ↵Joas Schilling2024-02-271-1/+11
| |/ |/| | | | | | | | | future Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-272-0/+42
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-262-11/+18
|\ \
| * | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-222-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | fix: Avoid unitialized access of fts manager propertiesJulius Härtl2024-02-261-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-254-18/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-2452-751/+1003
|\ \ \ | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | feat: theme error pageRichard Steinmetz2024-02-241-9/+36
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | Merge pull request #43787 from nextcloud/fix/opendir-temporary-failureJohn Molakvoæ2024-02-241-0/+6
| |\ \ \
| | * | | fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-231-0/+6
| | |/ / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Merge pull request #41910 from nextcloud/debug-force-full-fs-setupJohn Molakvoæ2024-02-241-0/+6
| |\ \ \
| | * | | add a debug option to force a full filesystem setupRobin Appelman2024-02-241-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | Include `hostName:$port` for Host access violation message as wellRobin Kluth2024-02-241-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Robin Kluth <Commifreak@users.noreply.github.com>
| * | | | Log Host/IP in `LocalServerException` for `Host violates local access rules`Robin Kluth2024-02-241-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Robin Kluth <Commifreak@users.noreply.github.com>
| * | | | Log Host/IP in `LocalServerException` for `Host violates local access rules`Robin Kluth2024-02-241-1/+1
| |/ / / | | | | | | | | Signed-off-by: Robin Kluth <Commifreak@users.noreply.github.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-244-8/+238
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Merge pull request #43529 from ↵John Molakvoæ2024-02-233-37/+34
| |\ \ \ | | | | | | | | | | | | | | | nextcloud/enh/noid/leave-log-early-if-no-crash-reporter
| | * | | add hasListeners()Maxence Lange2024-02-143-28/+28
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| | * | | exit log() early if no crashreporter registeredMaxence Lange2024-02-141-13/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | Merge pull request #43187 from hschletz/patch-1John Molakvoæ2024-02-231-1/+1
| |\ \ \ \
| | * | | | Fix data type in FilesMetadata::setIntList()hschletz2024-02-231-1/+1
| | | |/ / | | |/| | | | | | | | | | | | | | | | | FilesMetadata::setIntList() throws an exception because it uses the incorrect type IMetadataValueWrapper::TYPE_STRING_LIST instead of IMetadataValueWrapper::TYPE_INT_LIST. Signed-off-by: hschletz <holger.schletz@web.de>
| * | | | Merge pull request #40135 from summersab/refactor/OC-Server-getEventLoggerJohn Molakvoæ2024-02-231-1/+1
| |\ \ \ \
| | * | | | Refactor `OC\Server::getEventLogger`Andrew Summers2024-02-231-1/+1
| | |/ / / | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | | Merge pull request #38996 from fsamapoor/refactor_lib_private_fulltextsearchJohn Molakvoæ2024-02-239-499/+123
| |\ \ \ \
| | * | | | Adds new exception to check for the availability of the index.Faraz Samapoor2024-01-154-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| | * | | | Refactors lib/private/FullTextSearch.Faraz Samapoor2024-01-156-499/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | | | | Merge pull request #42893 from nextcloud/file-info-key-locationJohn Molakvoæ2024-02-232-25/+26
| |\ \ \ \ \
| | * | | | | add key location to info:file outputRobin Appelman2024-02-012-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | Merge pull request #32429 from nextcloud/fix/profiler-data-locaJohn Molakvoæ2024-02-231-1/+1
| |\ \ \ \ \ \
| | * | | | | | Fix location of the profiler dataCarl Schwan2024-02-231-1/+1
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents collision with an user who could be named 'profiler' Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | Merge pull request #39173 from shdehnavi/refactor_lib_private_ocsJohn Molakvoæ2024-02-235-41/+41
| |\ \ \ \ \ \
| | * | | | | | Refactor lib/private/ocsHamid Dehnavi2024-02-235-41/+41
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Refactor lib/private/ocs Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Refactor lib/private/ocs Co-authored-by: Faraz Samapoor <f.samapoor@gmail.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Add adjustments based on the review Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> replace qualifier with an import Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> refactor lib/private/OCS Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | | | | | Merge pull request #39299 from shdehnavi/refactor_lib_private_appJohn Molakvoæ2024-02-2310-89/+44
| |\ \ \ \ \ \
| | * | | | | | Fix psalm errorsHamid Dehnavi2024-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| | * | | | | | Make adjustments based on the psalm reviewHamid Dehnavi2024-02-231-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>