aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44829 from nextcloud/feat/add-storage-tree-to-info-fileCôme Chilliet2024-04-301-3/+14
|\
| * feat(occ): Add --storage-tree option to info:file to help debug storagesCôme Chilliet2024-04-151-3/+14
* | Merge pull request #44871 from nextcloud/feature/include-file-id-in-audit-logsyemkareems2024-04-302-101/+194
|\ \
| * | feat: include file id in audit logsyemkareems2024-04-302-101/+194
|/ /
* | Merge pull request #44533 from nextcloud/dependabot/composer/vendor-bin/psalm...dependabot[bot]2024-04-3034-1133/+1209
|\ \
| * | chore: Update baseline to include new 3rdparty psalm errorsCôme Chilliet2024-04-301-787/+716
| * | fix: Avoid reference use in AppConfigCôme Chilliet2024-04-301-6/+4
| * | fix: Fix small psalm errors in legacyCôme Chilliet2024-04-302-2/+2
| * | fix: Fix tiny phpdoc errors related to ShareCôme Chilliet2024-04-302-10/+7
| * | fix: Avoid useless reference usage in user_ldapCôme Chilliet2024-04-303-2/+3
| * | fix: Fix phpdoc typing in DirectEditing\ManagerCôme Chilliet2024-04-301-4/+3
| * | fix(files_external): Be extra safe with null handling to please psalmCôme Chilliet2024-04-301-0/+3
| * | fix: Improve typing in Archive/TAR.phpCôme Chilliet2024-04-301-18/+14
| * | fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-303-29/+16
| * | fix: Fix incorrect phpdoc typing in dav appCôme Chilliet2024-04-301-1/+1
| * | fix: Fix default values for ini var in lib/base.phpCôme Chilliet2024-04-301-2/+2
| * | fix(user_ldap): Improve typing and fix a var nameCôme Chilliet2024-04-304-9/+15
| * | fix(theming): Fix erronous phpdoc typingCôme Chilliet2024-04-301-5/+5
| * | fix(setupchecks): Fix opcache buffer checkCôme Chilliet2024-04-301-1/+3
| * | fix(files): Fix ownership transfer encrypted files detectionCôme Chilliet2024-04-301-1/+1
| * | fix: Remove bogus code from query builder and fix parameter nameCôme Chilliet2024-04-301-6/+2
| * | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-309-91/+170
| * | build(deps): bump vimeo/psalm from 5.9.0 to 5.23.1 in /vendor-bin/psalmdependabot[bot]2024-04-301-159/+242
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-3012-12/+26
* | Merge pull request #44996 from nextcloud/fix/unify-access-to-forbidden-charsFerdinand Thiessen2024-04-295-19/+10
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2024-04-292-3/+3
| * | fix(files): Use string array instead of string for forbidden charactersFerdinand Thiessen2024-04-292-8/+6
| * | fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ...Ferdinand Thiessen2024-04-292-9/+2
|/ /
* | Merge pull request #44968 from nextcloud/fix/drop-workaround-for-obsolete-phpCôme Chilliet2024-04-295-23/+23
|\ \
| * | fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-225-23/+23
* | | Merge pull request #45029 from nextcloud/backport/44972/masterFerdinand Thiessen2024-04-294-4/+9
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-04-282-3/+3
| * | | fix(unifiedSearch): Prevent broken avatars for federated usersfenn-cs2024-04-292-1/+6
* | | | Merge pull request #44952 from nextcloud/perf/44951/template-creatorJulius Härtl2024-04-294-0/+50
|\ \ \ \
| * | | | perf(templates): Emit RegisterTemplateCreatorEvent to register template creat...Julius Härtl2024-04-224-0/+50
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-296-0/+100
| |/ / / |/| | |
* | | | Merge pull request #44586 from nextcloud/pulsejet/name-idxFerdinand Thiessen2024-04-281-0/+5
|\ \ \ \
| * | | | perf(core): add index on nameVarun Patil2024-03-301-0/+5
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-282-4/+4
* | | | | Merge pull request #45073 from nextcloud/dependabot/npm_and_yarn/sass-1.75.0dependabot[bot]2024-04-272-5/+5
|\ \ \ \ \
| * | | | | build(deps-dev): bump sass from 1.74.1 to 1.75.0dependabot[bot]2024-04-272-5/+5
|/ / / / /
* | | | | Merge pull request #45072 from nextcloud/dependabot/npm_and_yarn/puppeteer-22...dependabot[bot]2024-04-272-52/+62
|\ \ \ \ \
| * | | | | build(deps-dev): bump puppeteer from 22.5.0 to 22.7.1dependabot[bot]2024-04-272-52/+62
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2730-2/+292
* | | | | Merge pull request #45066 from nextcloud/feat/workflow-auto-update-dependabot...Andy Scherzinger2024-04-261-1/+4
|\ \ \ \ \
| * | | | | Updating dependabot-approve-merge.yml workflow from templateNextcloud bot2024-04-261-1/+4
* | | | | | Merge pull request #45065 from nextcloud/feat/workflow-auto-update-pr-feedbac...Andy Scherzinger2024-04-261-4/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Updating pr-feedback.yml workflow from templateNextcloud bot2024-04-261-4/+16
|/ / / / /
* | | | | Merge pull request #44670 from nextcloud/fix/session/no-authtoken-password-no...Christoph Wurst2024-04-262-2/+78
|\ \ \ \ \
| * | | | | fix(session): Do not update authtoken last_check for passwordlessChristoph Wurst2024-04-262-2/+78
|/ / / / /