summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into auth-token-commandsLucas Azevedo2023-08-28529-5141/+4617
|\
| * Merge pull request #39083 from nextcloud/fix/check-vobject-existenceAndy Scherzinger2023-08-281-3/+22
| |\
| | * fix(CalDAV): Check if the vObject exists before attempting any operationsAnna Larch2023-08-281-3/+22
| * | Merge pull request #39699 from nextcloud/enh/hide-shares-from-disabled-usersCôme Chilliet2023-08-282-18/+96
| |\ \
| | * | Use nullsafe call syntax instead of additionnal checkCôme Chilliet2023-08-281-1/+1
| | * | Fix tests, add test for the new featureCôme Chilliet2023-08-281-13/+77
| | * | Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disa...Côme Chilliet2023-08-281-5/+19
| * | | Merge pull request #38298 from nextcloud/enh/occ-sync-account-dataAnna2023-08-284-0/+108
| |\ \ \ | | |_|/ | |/| |
| | * | feat: Add occ user:sync-account-data for updating oc_accounts information fro...Julius Härtl2023-06-094-0/+108
| * | | Merge pull request #40067 from nextcloud/fix-cancel-files-scanDaniel2023-08-281-1/+1
| |\ \ \
| | * | | fix: make cancelOperation publicDaniel Kesselberg2023-08-271-1/+1
| * | | | Merge pull request #39944 from nextcloud/share-cache-shareRobin Appelman2023-08-282-5/+14
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | pass the share to the cache instead of having to ask the storageRobin Appelman2023-08-182-5/+14
| * | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-28142-2316/+2384
| | |/ / | |/| |
| * | | Merge pull request #39911 from nextcloud/fix/carddav/limit-upgrade-sync-to-10...Daniel2023-08-278-14/+72
| |\ \ \
| | * | | fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-268-14/+72
| * | | | Merge pull request #39792 from nextcloud/feat/vue-filepicker-dialogJohn Molakvoæ2023-08-27134-1310/+657
| |\ \ \ \
| | * | | | chore: Build assetsFerdinand Thiessen2023-08-26117-192/+193
| | * | | | fix(theming): user background pickerJohn Molakvoæ2023-08-265-22/+48
| | * | | | fix(dialogs): Use FilePickerBuilder to create the file pickerFerdinand Thiessen2023-08-261-38/+51
| | * | | | chore: Remove now unneeded filepicker stylesFerdinand Thiessen2023-08-262-268/+0
| | * | | | fix(apps): Adjust apps for FilePicker API changeFerdinand Thiessen2023-08-264-4/+0
| | * | | | chore: Remove unused FilePickerContext from behat testsFerdinand Thiessen2023-08-262-127/+0
| | * | | | fix(cypress): Fix the user theming cypress test for the new filepickerFerdinand Thiessen2023-08-261-4/+18
| | * | | | feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default.Ferdinand Thiessen2023-08-268-699/+391
| | |/ / /
| * / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-08-276-4/+12
| |/ / /
| * | | Merge pull request #40044 from nextcloud/add-altahrim-as-codeownerJoas Schilling2023-08-261-0/+5
| |\ \ \
| | * | | Add Altahrïm as code owner for login routes and sharebymail appBenjamin Gaussorgues2023-08-251-0/+5
| * | | | Merge pull request #40057 from nextcloud/dependabot/npm_and_yarn/babel-jest-2...dependabot[bot]2023-08-262-46/+46
| |\ \ \ \
| | * | | | chore(deps-dev): Bump babel-jest from 29.6.2 to 29.6.4dependabot[bot]2023-08-262-46/+46
| * | | | | Merge pull request #40055 from nextcloud/dependabot/npm_and_yarn/babel/preset...dependabot[bot]2023-08-262-18/+18
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | chore(deps-dev): Bump @babel/preset-typescript from 7.22.5 to 7.22.11dependabot[bot]2023-08-262-18/+18
| |/ / / /
| * | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2618-14/+94
| * | | | Merge pull request #39842 from nextcloud/encode-filename-trashbin-restoreDaniel2023-08-253-4/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fix: encode basename in restore actionDaniel Kesselberg2023-08-253-4/+4
| |/ / /
| * | | Merge pull request #39511 from nextcloud/fix/reverse-getDateTime-deprecationJoas Schilling2023-08-251-2/+0
| |\ \ \
| | * | | fix(utility): De- deprecate getDateTime as now() only returns immutable objectsAnna Larch2023-08-251-2/+0
| |/ / /
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2528-46/+72
| * | | Merge pull request #39713 from nextcloud/Jerome-Herbinet-remove-padding-for-l...Simon L2023-08-243-4/+3
| |\ \ \
| | * | | npm run buildJérôme Herbinet2023-08-242-3/+3
| | * | | Remove padding for longer wordingsJérôme Herbinet2023-08-241-1/+0
| * | | | Merge pull request #40013 from nextcloud/fix/remove-pw-from-loggingJoas Schilling2023-08-241-0/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Do not log passwords in debug modeAnna Larch2023-08-241-0/+9
| |/ / /
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2444-8/+70
| * | | Merge pull request #39971 from nextcloud/fix/a11y-weather-visible-labelPytal2023-08-233-6/+5
| |\ \ \
| | * | | chore: compile assetsChristopher Ng2023-08-182-3/+3
| | * | | fix(a11y): Add always visible label when setting weather addressChristopher Ng2023-08-181-3/+2
| * | | | Merge pull request #40012 from nextcloud/techdebt/noid/prepare-doctrine-updateDaniel2023-08-233-25/+34
| |\ \ \ \
| | * | | | fix(dbal): Migrate to Doctrine\DBAL\ParameterTypesJoas Schilling2023-08-231-5/+6
| | * | | | fix(tests): Specify all positional parameters again to fix testsJoas Schilling2023-08-232-20/+28