aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41327 from nextcloud/dont-reuse-metadata-unscannedRobin Appelman2024-01-313-8/+76
|\
| * also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-312-7/+30
| * add test for updating etag with unchanged mtime in child folderRobin Appelman2024-01-311-0/+25
| * add test for updating etag with unchanged mtimeRobin Appelman2024-01-311-0/+19
| * dont reuse etag for folders marked explicitly unscannedRobin Appelman2024-01-311-1/+2
* | Merge pull request #41338 from nextcloud/fix/nested-actions-back-focusJohn Molakvoæ2024-01-313-4/+20
|\ \ | |/ |/|
| * chore(assets): Recompile assetsnextcloud-command2024-01-312-3/+3
| * fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
* | Merge pull request #42913 from nextcloud/fix/settings-apps-stop-reload-force-...John Molakvoæ2024-01-313-5/+15
|\ \ | |/ |/|
| * fix(settings): stop reloading after force-enabling an appJohn Molakvoæ2024-01-313-5/+15
* | Merge pull request #43170 from nextcloud/fix/mysql-ciJoas Schilling2024-01-311-2/+2
|\ \
| * | fix(CI): MySQL unit tests, use LTS for code coverage and drop EOLFerdinand Thiessen2024-01-291-2/+2
* | | Merge pull request #40594 from lorenz/fix-dav-urlJohn Molakvoæ2024-01-311-1/+1
|\ \ \ | |_|/ |/| |
| * | dav: fix wrong decoding of pluses in URLsLorenz Brun2024-01-311-1/+1
* | | Merge pull request #43164 from nextcloud/dependabot/npm_and_yarn/moment-2.30.1dependabot[bot]2024-01-3131-48/+48
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-01-3129-43/+43
| * | | chore(deps): Bump moment from 2.29.4 to 2.30.1dependabot[bot]2024-01-312-5/+5
|/ / /
* | | Merge pull request #43166 from nextcloud/dependabot/npm_and_yarn/marked-11.2.0Ferdinand Thiessen2024-01-316-12/+12
|\ \ \ | |/ / |/| |
| * | chore(assets): Recompile assetsnextcloud-command2024-01-304-6/+6
| * | chore(deps): Bump marked from 9.1.5 to 11.2.0dependabot[bot]2024-01-302-6/+6
* | | Merge pull request #38173 from arawa/feature/37677/exclude-some-groups-from-s...Louis2024-01-3113-4/+96
|\ \ \
| * | | build(): build assetsBaptiste Fotia2024-01-312-5/+3
| * | | build(): build assetsBaptiste Fotia2024-01-311-1/+3
| * | | test(php): Fix the unit testsBaptiste Fotia2024-01-312-0/+7
| * | | feat(php,vue): Create a new parameterBaptiste Fotia2024-01-3110-1/+86
* | | | Merge pull request #42933 from nextcloud/fix/db/dirty-read-on-primaryChristoph Wurst2024-01-311-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | fix(db): Execute dirty reads on the primary nodeChristoph Wurst2024-01-301-0/+4
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-3196-86/+124
* | | | Merge pull request #43172 from nextcloud/fix/43149/files--table-header-action...Ferdinand Thiessen2024-01-304-12/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-302-3/+3
| * | | fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-302-9/+16
* | | | Revert "switching to new IAppConfig"Maxence Lange2024-01-301-16/+52
* | | | switching to new IAppConfigMaxence Lange2024-01-301-52/+16
|/ / /
* | | Merge pull request #43171 from nextcloud/fix/vue-8-5-1Ferdinand Thiessen2024-01-30106-194/+194
|\ \ \
| * | | chore: Update `@nextcloud/vue` to 8.5.1Ferdinand Thiessen2024-01-30106-194/+194
|/ / /
* | | Merge pull request #43194 from nextcloud/fix/fix-psalm-missing-template-param...Côme Chilliet2024-01-3062-36/+83
|\ \ \
| * | | chore: Fix twofactor_backupcodes testsCôme Chilliet2024-01-302-24/+12
| * | | fix: Fix template parameter for some listenersCôme Chilliet2024-01-302-3/+4
| * | | fix(twofactor_backupcodes): Mirate away from deprecated eventCôme Chilliet2024-01-303-9/+10
| * | | chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-3059-4/+61
* | | | chore(codeowners): add frontend files expertiseJohn Molakvoæ2024-01-301-0/+7
* | | | Merge pull request #42936 from nextcloud/fix/files_reference_widget_inaccessi...Andy Scherzinger2024-01-303-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2024-01-302-3/+3
| * | | fix(files): Improve inaccessible files message in file reference widgetJonas2024-01-301-1/+1
* | | | Merge pull request #43185 from nextcloud/feat/db/dirty-queries-productionJoas Schilling2024-01-302-1/+18
|\ \ \ \ | |/ / / |/| | |
| * | | feat(db): Make dirty query logging available in productionChristoph Wurst2024-01-302-1/+18
| |/ /
* | | Merge pull request #43191 from nextcloud/fix/use-di-for-setup-classCôme Chilliet2024-01-307-257/+160
|\ \ \ | |/ / |/| |
| * | chore: Cleanup Installer class as wellCôme Chilliet2024-01-293-72/+35
| * | fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-296-185/+125
* | | Merge pull request #43188 from nextcloud/fix/ci-disable-coverage-on-prCôme Chilliet2024-01-308-8/+9
|\ \ \